From c5ab39d5e1467b5ef16607b7d45eb09f7309171c Mon Sep 17 00:00:00 2001 From: guoshuang Date: Tue, 5 Nov 2024 09:25:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E6=94=B6=E8=B4=A7=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=89=93=E5=8D=B0=E9=A1=BA=E5=BA=8F&=E5=85=89?= =?UTF-8?q?=E6=A0=87=E5=AE=9A=E4=BD=8Dbug=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/login/login/index.vue | 2 +- src/pages/wms/Raw/ProductionREQ/index.vue | 21 ++++++++++++++++++--- src/pages/wms/Raw/ReceivePO/index.vue | 4 ++++ src/pages/wms/Raw/ReceiveSRM/index.vue | 19 ++++++++++++++++--- 4 files changed, 39 insertions(+), 7 deletions(-) diff --git a/src/pages/login/login/index.vue b/src/pages/login/login/index.vue index c926198..3b823ac 100644 --- a/src/pages/login/login/index.vue +++ b/src/pages/login/login/index.vue @@ -142,7 +142,7 @@ export default class LoginPage extends BasePage { // console.log('Version////', this.Version); } ///********版本号修改区域********** - version = '0.0.128'; //正式版本号 + version = '0.0.129'; //正式版本号 //version = '0.0.14'; //测试版本号 //***************标志修改区域:是否是测试标志: false 正式版本; true 测试版本**************** //isTest = true; diff --git a/src/pages/wms/Raw/ProductionREQ/index.vue b/src/pages/wms/Raw/ProductionREQ/index.vue index f63fd4e..6390d9f 100644 --- a/src/pages/wms/Raw/ProductionREQ/index.vue +++ b/src/pages/wms/Raw/ProductionREQ/index.vue @@ -214,7 +214,11 @@ export default class ProductionREQ extends BasePage { title: '请勿重复扫描标志卡', }); this.Idcard = ''; - this.twofouces = true; + this.twofouces = false; + this.$nextTick(() => { + this.twofouces = true; + }); + return; } } @@ -242,6 +246,11 @@ export default class ProductionREQ extends BasePage { //alreadyList.flage = true; //不添加数量 } + this.Idcard = ''; + this.twofouces = false; + this.$nextTick(() => { + this.twofouces = true; + }); }, }); } else { @@ -257,14 +266,20 @@ export default class ProductionREQ extends BasePage { type: 'waring', }); this.Idcard = ''; - this.twofouces = true; + this.twofouces = false; + this.$nextTick(() => { + this.twofouces = true; + }); return; } //alreadyList.handlematerialCode = alreadyList.materialCode.slice(alreadyList.materialCode.search(/[1-9]/)); this.Idcard = ''; - this.twofouces = true; + this.twofouces = false; + this.$nextTick(() => { + this.twofouces = true; + }); } } confirmNumber(changeobj) { diff --git a/src/pages/wms/Raw/ReceivePO/index.vue b/src/pages/wms/Raw/ReceivePO/index.vue index c194c0d..ec9807a 100644 --- a/src/pages/wms/Raw/ReceivePO/index.vue +++ b/src/pages/wms/Raw/ReceivePO/index.vue @@ -116,6 +116,10 @@ 托盘: {{ item.sn }} + + 打印顺序: + {{ item.userDefined9 }} + 实际收货: diff --git a/src/pages/wms/Raw/ReceiveSRM/index.vue b/src/pages/wms/Raw/ReceiveSRM/index.vue index 45cbca8..58ee435 100644 --- a/src/pages/wms/Raw/ReceiveSRM/index.vue +++ b/src/pages/wms/Raw/ReceiveSRM/index.vue @@ -122,6 +122,10 @@ 托盘: {{ item.sn }} + + 打印顺序: + {{ item.userDefined9 }} + 实际收货: @@ -301,7 +305,10 @@ export default class receiveSRM extends BasePage { return item.handlematerialCode == this.bimWl.value; }); this.receivedlist = []; - this.locfouces = true; + this.locfouces = false; + this.$nextTick(() => { + this.locfouces = true; + }); } selectProductCodeType(e) { console.log(e); @@ -373,7 +380,10 @@ export default class receiveSRM extends BasePage { //this.confirmNumber(); this.Idcard = ''; - this.twofouces = true; + this.twofouces = false; + this.$nextTick(() => { + this.twofouces = true; + }); } } histroyItem: any = {}; @@ -385,7 +395,10 @@ export default class receiveSRM extends BasePage { }; await this.model.getworkloc(params); this.waCodeList = model.workloclist; - this.twofouces = true; + this.twofouces = false; + this.$nextTick(() => { + this.twofouces = true; + }); } selectProductwaCode(e: any) { this.waCodeTypeList = e.pickerName;