Commit 012e6481 authored by 黄卓's avatar 黄卓

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

合包重量(分拣/出仓)改成“出仓重量(分拣/已出)”
parent 1d0c5836
...@@ -4358,8 +4358,8 @@ ...@@ -4358,8 +4358,8 @@
"客户自清": "Customer self clearance", "客户自清": "Customer self clearance",
"请选择目的港清关": "Please select the destination port for customs clearance", "请选择目的港清关": "Please select the destination port for customs clearance",
"请选择发货方式": "Please select the shipping method", "请选择发货方式": "Please select the shipping method",
"方数(分拣/已)": "Quantity (sorted/loaded)", "方数(分拣/已)": "Quantity (sorted/loaded)",
"重量(分拣/已装)": "Weight (sorted/loaded)", "重量(已出)": "Weight (sorted/loaded)",
"起飞时间": "Takeoff time", "起飞时间": "Takeoff time",
"此出货单状态未到提单节点": "This shipment status has not arrived at the bill of lading node", "此出货单状态未到提单节点": "This shipment status has not arrived at the bill of lading node",
"刷新成功": "Refresh successful", "刷新成功": "Refresh successful",
......
...@@ -94,22 +94,22 @@ ...@@ -94,22 +94,22 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('订单方数(分拣/出仓)')" align="center" prop=""> <el-table-column :label="$t('订单方数(分拣/已出)')" align="center" prop="">
<template slot-scope="{row}"> <template slot-scope="{row}">
{{row.boxStatistics.volume}}/{{row.boxStatistics.loadVolume}} {{row.boxStatistics.volume}}/{{row.boxStatistics.loadVolume}}
</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.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