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