修改发票查询方法

prod
wangwei 2 years ago
parent 197187f378
commit 1edf3f3fc6

@ -1039,11 +1039,11 @@ export default {
return; return;
} }
this.bizDetailLoading = true; this.bizDetailLoading = true;
this.bizQuery.orderIdFk = this.currentRow.billNo;
if(row != null) { if(row != null) {
this.bizQuery.orderIdFk=row.orderIdFk;
this.bizQuery.batchNo = row.batchNo; this.bizQuery.batchNo = row.batchNo;
this.bizQuery.relId = row.bindRlFk; this.bizQuery.relId = row.bindRlFk;
this.bizQuery.bizIdFk = row.id; // this.bizQuery.bizIdFk = row.id;
} }
filterListInvoice(this.bizQuery).then((res) => { filterListInvoice(this.bizQuery).then((res) => {
this.bizDetailLoading = false; this.bizDetailLoading = false;

Loading…
Cancel
Save