From e05a972dbdf07bb6064237bbe43c8d5eed15c119 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Thu, 8 Jan 2026 10:57:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=96=E5=8C=85=E6=9D=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/hdyy/ccgl/kn-hepan.vue | 2 +- pages/hdyy/ccgl/zj-instore.vue | 4 +-- pages/hdyy/ccgl/zj-outstore.vue | 2 +- pages/hdyy/scgl/cp-chuliao.vue | 2 +- pages/hdyy/scgl/lt-weight.vue | 2 +- pages/hdyy/scgl/yjg-chuliao.vue | 13 +++++++- pages/hdyy/tygn/dtd-transfer.vue | 25 +++----------- pages/hdyy/tygn/ls-search.vue | 6 ++-- pages/hdyy/tygn/pt-update.vue | 26 +++++++++------ pages/hdyy/tygn/work-manage.vue | 6 ++-- pages/hdyy/wbc/wbc-enter.vue | 4 +-- pages/hdyy/wbc/wbc-getuse.vue | 4 +-- pages/hdyy/wbc/wbc-shouhuo.vue | 5 +-- pages/hdyy/wbc/wbc-transfer.vue | 4 +-- pages/home/home.vue | 44 ++++++++++++------------ utils/getData3.js | 57 ++++++++++++++++++++++++++++++-- vuex/modules/user.js | 2 +- 17 files changed, 131 insertions(+), 77 deletions(-) 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 @@