master
hou 3 years ago
parent cefa62b325
commit 9b2be493b8

@ -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

Loading…
Cancel
Save