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