Commit 301c8b31 authored by lanbaoming's avatar lanbaoming

2024-06-22提交

parent 62ac27b7
...@@ -3123,6 +3123,8 @@ export default { ...@@ -3123,6 +3123,8 @@ export default {
if (!tmp.quantity) tmp.quantity = 1; if (!tmp.quantity) tmp.quantity = 1;
if (!tmp.num) tmp.num = 1; if (!tmp.num) tmp.num = 1;
tmp.orderType = item.orderItemType; tmp.orderType = item.orderItemType;
//lanbm 2024-06-22 包装类型
tmp.packaging=item.unit;
arr.push(tmp); arr.push(tmp);
}); });
return arr; return arr;
......
...@@ -121,6 +121,8 @@ export default { ...@@ -121,6 +121,8 @@ export default {
}, },
}, },
async created() { async created() {
//alert(this.orderId);
//alert(this.warehouseInId);
getOrderItemCommonAttr(this.orderId, this.warehouseInId || 0).then( getOrderItemCommonAttr(this.orderId, this.warehouseInId || 0).then(
(res) => { (res) => {
this.orderItemDetails = res.data; this.orderItemDetails = res.data;
......
...@@ -579,6 +579,7 @@ export default { ...@@ -579,6 +579,7 @@ export default {
}).then(r => { }).then(r => {
if (r.data) { if (r.data) {
this.$message.success('打包成功') this.$message.success('打包成功')
//this.getAttrList();
this.handleClose() this.handleClose()
} else { } else {
this.$message.success('打包失败') this.$message.success('打包失败')
......
...@@ -117,6 +117,7 @@ ...@@ -117,6 +117,7 @@
}}</el-button> }}</el-button>
</template> </template>
</el-table-column> </el-table-column>
<!--添加箱明细 lanbm 2024-06-21 -->
<el-table-column prop="areaName" width="220px"> <el-table-column prop="areaName" width="220px">
<template v-slot="{ row }"> <template v-slot="{ row }">
<WarehouseRecordDetail <WarehouseRecordDetail
......
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