Commit d0372b7a authored by 黄卓's avatar 黄卓

合包方数(分拣/出仓)改成“出仓方数(分拣/已出)”

合包重量(分拣/出仓)改成“出仓重量(分拣/已出)”
parent 012e6481
...@@ -104,12 +104,12 @@ ...@@ -104,12 +104,12 @@
{{row.boxStatistics.weight}}/{{row.boxStatistics.loadWeight}} {{row.boxStatistics.weight}}/{{row.boxStatistics.loadWeight}}
</template> </template>
</el-table-column> </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}"> <template slot-scope="{row}">
{{row.boxStatistics.mergePlanVolume }}/{{row.boxStatistics.mergeRealVolume}} {{row.boxStatistics.mergePlanVolume }}/{{row.boxStatistics.mergeRealVolume}}
</template> </template>
</el-table-column> </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}"> <template slot-scope="{row}">
{{row.boxStatistics.mergePlanWeight}}/{{row.boxStatistics.mergeRealWeight}} {{row.boxStatistics.mergePlanWeight}}/{{row.boxStatistics.mergeRealWeight}}
</template> </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