From 832a37860857f19051e54df64fd32be04c4c7b6f Mon Sep 17 00:00:00 2001 From: guoshuang Date: Thu, 23 Dec 2021 10:08:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=96=99=E5=BA=93=E5=AD=98=E5=9C=B0?= =?UTF-8?q?=E7=82=B9=E4=B8=BA=E9=80=89=E6=8B=A9=E7=9A=84=E5=BA=93=E4=BD=8D?= =?UTF-8?q?=E5=AF=B9=E5=BA=94SAP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/raw/handover/returning/index.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/pages/raw/handover/returning/index.vue b/src/pages/raw/handover/returning/index.vue index 429b22b..a492d37 100644 --- a/src/pages/raw/handover/returning/index.vue +++ b/src/pages/raw/handover/returning/index.vue @@ -8,10 +8,6 @@ - - - - @@ -32,6 +28,10 @@ + + + + @@ -149,6 +149,7 @@ export default class returningDom extends BasePage { LocationChoice(e: any) { console.log('e>>>>>>>>>>>>>>>>>>>>>>>>', e); this.form.wlCode = e.pickerName.label; + this.form.wkposCode = e.pickerName.sendSpot; } // 必须要在onReady生命周期,因为onLoad生命周期组件可能尚未创建完毕 async onReady() { @@ -198,7 +199,7 @@ export default class returningDom extends BasePage { if (this.form.materialCode == item.label) { this.form.amount = item.amount; this.form.sendSpot = item.sendSpot; - this.form.wkposCode = item.wkposCode; + // this.form.wkposCode = item.wkposCode; } }); console.log('this.form', this.form);