Commit 96c6d046 authored by 黄卓's avatar 黄卓 Committed by Marcus

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

https://zentao.test.jdshangmen.com/bug-view-6030.html
parent d8ed98c0
......@@ -104,14 +104,14 @@
{{row.boxStatistics.weight}}/{{row.boxStatistics.loadWeight}}
</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.volume }}/{{row.boxStatistics.mergeVolume}}
{{row.boxStatistics.mergePlanVolume }}/{{row.boxStatistics.mergeRealVolume}}
</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.mergeWeight}}
{{row.boxStatistics.mergePlanWeight}}/{{row.boxStatistics.mergePlanWeight}}
</template>
</el-table-column>
......
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