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