|
|
|
@ -911,7 +911,6 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
this.bizDetailLoading = true;
|
|
|
|
|
this.bizQuery.orderIdFk = this.currentRow.billNo;
|
|
|
|
|
this.bizQuery.bizIdFk = row.id;
|
|
|
|
|
filterListInvoice(this.bizQuery).then((res) => {
|
|
|
|
|
this.bizDetailLoading = false;
|
|
|
|
|
if (res.code === 20000) {
|
|
|
|
@ -931,7 +930,6 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
BizDetail(val){
|
|
|
|
|
debugger
|
|
|
|
|
this.bizQuery.page=1;
|
|
|
|
|
this.bizQuery.productName=val.coName;
|
|
|
|
|
this.bizQuery.batchNo=val.batchNo;
|
|
|
|
|