diff --git a/pages/hdyy/ccgl/kn-hepan.vue b/pages/hdyy/ccgl/kn-hepan.vue index e41b43a..5f7169c 100644 --- a/pages/hdyy/ccgl/kn-hepan.vue +++ b/pages/hdyy/ccgl/kn-hepan.vue @@ -141,7 +141,7 @@ try { let res = await insideCodeInsert(e) if (res) { - this.dataList.push(res.data) + this.dataList = [...this.dataList, ...res.data] } else { this.dataList = [] } diff --git a/pages/hdyy/ccgl/zj-instore.vue b/pages/hdyy/ccgl/zj-instore.vue index 14902e6..e0c0004 100644 --- a/pages/hdyy/ccgl/zj-instore.vue +++ b/pages/hdyy/ccgl/zj-instore.vue @@ -16,7 +16,7 @@ - 总数量 + 总数量 @@ -124,7 +124,7 @@ try { let res = await getPalletAssembly(e) if (res) { - this.dataList.push(res.data) + this.dataList = [...this.dataList, ...res.data] this.num = this.dataList.reduce((sum, item) => sum + Number(item.qty), 0) } else { this.dataList = [] diff --git a/pages/hdyy/ccgl/zj-outstore.vue b/pages/hdyy/ccgl/zj-outstore.vue index 5b0dd55..3e4639f 100644 --- a/pages/hdyy/ccgl/zj-outstore.vue +++ b/pages/hdyy/ccgl/zj-outstore.vue @@ -152,7 +152,7 @@ try { let res = await directlyOutCodeInsert(e) if (res) { - this.dataList.push(res.data) + this.dataList = [...this.dataList, ...res.data] this.dataList.forEach(e => { e.initialQty = e.qty }) diff --git a/pages/hdyy/scgl/cp-chuliao.vue b/pages/hdyy/scgl/cp-chuliao.vue index 5e5c570..0c5bfc2 100644 --- a/pages/hdyy/scgl/cp-chuliao.vue +++ b/pages/hdyy/scgl/cp-chuliao.vue @@ -16,7 +16,7 @@ - 总数量 + 总数量 diff --git a/pages/hdyy/scgl/lt-weight.vue b/pages/hdyy/scgl/lt-weight.vue index 842a8a4..a6c7a7f 100644 --- a/pages/hdyy/scgl/lt-weight.vue +++ b/pages/hdyy/scgl/lt-weight.vue @@ -26,7 +26,7 @@ - 总数量 + 总数量 diff --git a/pages/hdyy/scgl/yjg-chuliao.vue b/pages/hdyy/scgl/yjg-chuliao.vue index 14f138b..12aca7b 100644 --- a/pages/hdyy/scgl/yjg-chuliao.vue +++ b/pages/hdyy/scgl/yjg-chuliao.vue @@ -102,7 +102,18 @@ return { title: '', // options: [], - options: [{text:'原粉区', value: '1'}, {text:'批料室', value: '1'}, {text:'粉碎室1', value: 'f1'}, {text:'粉碎室2', value: 'f2'}], + // options: [{text:'原粉区', value: '1'}, {text:'批料室', value: '1'}, {text:'粉碎室1', value: 'f1'}, {text:'粉碎室2', value: 'f2'}], + // options: [{text:'原粉区', value: '1', aaa:'n1'}, {text:'批料室', value: '1', aaa:'n1'}], + options: [{ + forder_seg: 4, + updateid: 1, + text:"AGy对接区", + updatename:"管理员", + update_time: "2026-01-07 10:28:48", + value:"AGVDTO1", + workshop_code:"1" + } + ], index: '', val1: '', val2: '', diff --git a/pages/hdyy/tygn/dtd-transfer.vue b/pages/hdyy/tygn/dtd-transfer.vue index eaeba14..c1971d4 100644 --- a/pages/hdyy/tygn/dtd-transfer.vue +++ b/pages/hdyy/tygn/dtd-transfer.vue @@ -1,6 +1,6 @@