From ccd63e19706f1f205b80abbfff1d5e3908b291cc Mon Sep 17 00:00:00 2001 From: guoshuang Date: Wed, 9 Feb 2022 10:21:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=90=E5=93=81=E5=85=A5=E5=BA=93=EF=BC=8C?= =?UTF-8?q?=E7=A7=BB=E5=BA=93=E5=BA=93=E4=BD=8D=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E8=B5=8B=E5=80=BC=E7=AC=AC=E4=B8=80=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/product/inbound/finishProductOffline/index.vue | 1 + src/pages/product/warehouse/wholeTransfer/index.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/pages/product/inbound/finishProductOffline/index.vue b/src/pages/product/inbound/finishProductOffline/index.vue index 4931f91..71b7072 100644 --- a/src/pages/product/inbound/finishProductOffline/index.vue +++ b/src/pages/product/inbound/finishProductOffline/index.vue @@ -143,6 +143,7 @@ export default class finishProductOfflineDom extends BasePage { onReady() { this.$form.setRules(this.rules); model.queryReturningTypeList(); + this.form.aimWl.value = this.model.returningTypeList[0].value; } /** * 处理选择行 选中一条执行一次 diff --git a/src/pages/product/warehouse/wholeTransfer/index.vue b/src/pages/product/warehouse/wholeTransfer/index.vue index 505293c..b2753b4 100644 --- a/src/pages/product/warehouse/wholeTransfer/index.vue +++ b/src/pages/product/warehouse/wholeTransfer/index.vue @@ -116,6 +116,7 @@ export default class productCheckReceipt extends BasePage { onReady() { this.$form.setRules(this.rules); this.model.queryLocation(); + this.form.aimWl.value = this.model.WlList[0].value; this.model.empty(); this.userDefined4 = JSON.parse(sessionStorage.getItem('userDefined4')); sessionStorage.removeItem('userDefined4');