Commit 82237735 authored by dragondean@qq.com's avatar dragondean@qq.com

修复打包页面入仓统计数据异常

parent a62629e7
......@@ -314,12 +314,16 @@
}}
</el-form-item>-->
<el-form-item :label="$t('入仓统计')" class="mb-0">
<!---
应后端要求与24-08-08更改取值字段
https://czxy.cpolar.cn/task-view-175.html
-->
{{
$t(`{num}箱 {weight}Kg {volume}m³ {quantity}个`, {
num:form.sumNum,
weight:form.sumWeight,
volume:form.sumVolume,
quantity:form.sumQuantity,
num: order.sumCartonsNumFinishedWarehouseIn,
weight:order.sumWeightFinishedWarehouseIn,
volume:order.sumVolumeFinishedWarehouseIn,
quantity:order.sumQuantityAllFinishedWarehouseIn,
})
}}
</el-form-item>
......@@ -423,7 +427,7 @@
v-if="!!packageOrderItem"
@close="onPackageClose"
></package>
<new-product
:order="order"
v-if="showNewProductDialog"
......
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