Commit 301c8b31 authored by lanbaoming's avatar lanbaoming

2024-06-22提交

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