This commit is contained in:
linfso 2025-06-12 18:07:34 +08:00
parent eb8cbbd1ae
commit ce1ee81e8d
2 changed files with 5 additions and 7 deletions

View File

@ -88,8 +88,6 @@
>
<!--
-->
<div slot="toolbar">
<el-row :gutter="10" class="mb8">

View File

@ -84,7 +84,7 @@
ref="refTable"
row-key="id"
storageName="emisTmsSiteBatchMissList_main_240703"
storageName="emisTmsSiteBatchMissList_main_240706"
size="small"
:data="emisTmsSiteBatchMissList"
@ -111,8 +111,10 @@
</div>
<el-table-column type="selection" width="55" align="center" />
<el-table-column :label="$t('运单号')" align="left" prop="billCode" min-width="170" />
<el-table-column :label="$t('漏组批次原因')" align="left" prop="missReason" min-width="200" :show-overflow-tooltip="true"/>
<el-table-column :label="$t('运单号')" align="left" prop="billCode" min-width="150" :show-overflow-tooltip="true"/>
<el-table-column :label="$t('稽核时间')" align="center" prop="createTime" min-width="170" />
<el-table-column :label="$t('发货日期')" align="center" prop="sendDate" min-width="170" :show-overflow-tooltip="true"/>
<el-table-column :label="$t('漏组批次原因')" align="left" prop="missReason" min-width="230" :show-overflow-tooltip="true"/>
<el-table-column :label="$t('起始节点')" align="left" prop="startSiteName" min-width="100" :show-overflow-tooltip="true"/>
<el-table-column :label="$t('下一节点')" align="left" prop="nextSiteName" min-width="100" :show-overflow-tooltip="true"/>
@ -127,7 +129,6 @@
<el-table-column :label="$t('寄件国')" align="center" prop="sendCountryName" min-width="80" :show-overflow-tooltip="true"/>
<el-table-column :label="$t('目的国')" align="center" prop="receiveCountryName" min-width="80" :show-overflow-tooltip="true"/>
<el-table-column :label="$t('发货日期')" align="center" prop="sendDate" min-width="100" :show-overflow-tooltip="true"/>
<el-table-column :label="$t('支付方式')" align="center" prop="paymentType" min-width="80" :show-overflow-tooltip="true" >
<template slot-scope="scope">
@ -153,7 +154,6 @@
<!-- <el-table-column :label="$t('运费')" align="center" prop="freight" min-width="100" /> -->
<el-table-column :label="$t('录单备注')" align="center" prop="waybillRemark" min-width="200" :show-overflow-tooltip="true"/>
<!-- <el-table-column :label="$t('创建人')" align="center" prop="createByName" min-width="100" /> -->
<el-table-column :label="$t('稽核时间')" align="center" prop="createTime" min-width="170" />
</XdTable>