From 15663046c95e0607202b374d20081b26483a4ff6 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Tue, 20 May 2025 16:04:43 +0800 Subject: [PATCH] =?UTF-8?q?=20=E5=8F=91=E8=B4=A7=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E5=8D=95=E6=94=B9=E5=8D=95=E5=AF=BC=E5=85=A5=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?Customer=20Code=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/ecss/codelnotify.vue | 8 ++++++-- src/views/modules/ecss/codelnotifyConfirm.vue | 9 ++++++--- src/views/modules/ecss/createDeclaration.vue | 3 +++ src/views/modules/ecss/del_upload_excel.vue | 2 +- 4 files changed, 16 insertions(+), 6 deletions(-) diff --git a/src/views/modules/ecss/codelnotify.vue b/src/views/modules/ecss/codelnotify.vue index c54c35e..f8045e7 100644 --- a/src/views/modules/ecss/codelnotify.vue +++ b/src/views/modules/ecss/codelnotify.vue @@ -1349,7 +1349,7 @@ sortLv: 0, status: true, fixed: '', - columnWidth: 100 + columnWidth: 60 }, { userId: this.$store.state.user.name, @@ -1439,7 +1439,7 @@ sortLv: 0, status: true, fixed: '', - columnWidth: 60 + columnWidth: 50 }, { userId: this.$store.state.user.name, @@ -1780,6 +1780,7 @@ buNo:this.currentRow.buNo, createBy:this.currentRow.createBy, delNo:this.currentRow.delNo, + cmcInvoice:this.currentRow.cmcInvoice, notifyStatus:'已下达', walMartOrderFlag:this.walMartOrderFlag } @@ -1980,6 +1981,9 @@ getBuList(tempData).then(({data}) => { if (data.code === 0) { this.buList = data.row2 + if (this.buList.length===1) { + this.searchData.buNo = this.buList[0].buNo; + } } }) }, diff --git a/src/views/modules/ecss/codelnotifyConfirm.vue b/src/views/modules/ecss/codelnotifyConfirm.vue index d6f8372..f10c011 100644 --- a/src/views/modules/ecss/codelnotifyConfirm.vue +++ b/src/views/modules/ecss/codelnotifyConfirm.vue @@ -1493,7 +1493,7 @@ sortLv: 0, status: true, fixed: '', - columnWidth: 100 + columnWidth: 60 }, { userId: this.$store.state.user.name, @@ -1583,7 +1583,7 @@ sortLv: 0, status: true, fixed: '', - columnWidth: 60 + columnWidth: 50 }, { userId: this.$store.state.user.name, @@ -1747,7 +1747,7 @@ sortLv: 0, status: true, fixed: '', - columnWidth: 100 + columnWidth: 60 }, { userId: this.$store.state.user.name, @@ -2144,6 +2144,9 @@ getBuList(tempData).then(({data}) => { if (data.code === 0) { this.buList = data.row2 + if (this.buList.length===1) { + this.searchData.buNo = this.buList[0].buNo; + } } }) }, diff --git a/src/views/modules/ecss/createDeclaration.vue b/src/views/modules/ecss/createDeclaration.vue index b8c2fb0..7e69132 100644 --- a/src/views/modules/ecss/createDeclaration.vue +++ b/src/views/modules/ecss/createDeclaration.vue @@ -1617,6 +1617,9 @@ getBuList(tempData).then(({data}) => { if (data.code === 0) { this.buList = data.row2 + if (this.buList.length===1) { + this.searchData.buNo = this.buList[0].buNo; + } } }) }, diff --git a/src/views/modules/ecss/del_upload_excel.vue b/src/views/modules/ecss/del_upload_excel.vue index 64fe1ff..0d5ffb2 100644 --- a/src/views/modules/ecss/del_upload_excel.vue +++ b/src/views/modules/ecss/del_upload_excel.vue @@ -67,7 +67,7 @@ getBuList(tempData).then(({data}) => { if (data.code === 0) { this.buList = data.row2 - if(data.row2.length>0){ + if(data.row2.length===1){ this.pageData.buNo=data.row2[0].buNo } }