From 9b2be493b874c8147d963d5bbf26001c5cdee2b4 Mon Sep 17 00:00:00 2001 From: hou <1601990943@qq.com> Date: Fri, 11 Feb 2022 18:26:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/raw/handover/feeding/Location.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/pages/raw/handover/feeding/Location.vue b/src/pages/raw/handover/feeding/Location.vue index 61bd993..3df1ede 100644 --- a/src/pages/raw/handover/feeding/Location.vue +++ b/src/pages/raw/handover/feeding/Location.vue @@ -189,11 +189,20 @@ export default class RawReceiptDetail extends BasePage { this.materialList = [] this.model.blDetailList.length = 0 } + LocEmpty(){ + this.some = {} + this.someIndex = 0 + this.qty = '' + this.wlCode = '' + this.materialList = [] + this.model.blDetailList.length = 0 + } async query(){ if(this.form.documentNo == ''){ this.customToast(this.$t('message.Commission_tips1') as string); } - this.empty() + this.LocEmpty() + this.wlCode = this.Location[0] let inPrdOrderList = this.form.documentNo.split(",") let params = { inPrdOrderList