From 0f660df2092b4d8f4b24c9d4ec368d68cda1c97c Mon Sep 17 00:00:00 2001 From: hou <1601990943@qq.com> Date: Thu, 28 Apr 2022 16:02:23 +0800 Subject: [PATCH] =?UTF-8?q?cosmoim-852=20fix=20=E5=8E=9F=E6=9D=90=E6=96=99?= =?UTF-8?q?=E9=80=80=E6=96=99=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/J-Picker/jPicker.vue | 1 - src/pages/raw/handover/returning/index.vue | 15 +-------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/src/components/J-Picker/jPicker.vue b/src/components/J-Picker/jPicker.vue index 35c130f..b208873 100644 --- a/src/components/J-Picker/jPicker.vue +++ b/src/components/J-Picker/jPicker.vue @@ -186,7 +186,6 @@ export default { this.listData = n; if (this.valKey) { //看看指定了选中值的键名否,没有则默认为数据源index - for (let j = 0, len = n.length; j < len; j++) { if (n[j][this.valKey] == this.val) { this.nSel = j; diff --git a/src/pages/raw/handover/returning/index.vue b/src/pages/raw/handover/returning/index.vue index d2788c6..6df08ac 100644 --- a/src/pages/raw/handover/returning/index.vue +++ b/src/pages/raw/handover/returning/index.vue @@ -12,16 +12,6 @@ {{ $t('message.screen') }} - @@ -37,10 +27,6 @@ - @@ -188,6 +174,7 @@ export default class returningDom extends BasePage { this.Location.push(pickerName); }); this.wlCode = this.Location[0]; + this.form.wkposCode = this.Location[0].sendSpot; this.form.sapFactoryCode = await this.model.queryDefaultFactoryCode(); if (!uni.getStorageSync('data')) { return;