Commit 6d85a011 authored by Marcus's avatar Marcus

空运的合包后已装数据错误

https://zentao.test.jdshangmen.com/bug-view-6030.html
订单方数(分拣/出仓) 订单重量(分拣/出仓)
parent ada868f5
......@@ -94,12 +94,12 @@
</template>
</el-table-column>
<el-table-column :label="$t('订单方数(分拣/已装)')" align="center" prop="">
<el-table-column :label="$t('订单方数(分拣/出仓)')" align="center" prop="">
<template slot-scope="{row}">
{{row.boxStatistics.volume}}/{{row.boxStatistics.loadVolume}}
</template>
</el-table-column>
<el-table-column :label="$t('订单重量(分拣/已装)')" align="center" prop="weight">
<el-table-column :label="$t('订单重量(分拣/出仓)')" align="center" prop="weight">
<template slot-scope="{row}">
{{row.boxStatistics.weight}}/{{row.boxStatistics.loadWeight}}
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment