@ -1106,6 +1106,8 @@ export default {
this.bizQuery.batchNo = row.batchNo;
this.bizQuery.relId = row.bindRlFk;
// this.bizQuery.bizIdFk = row.id;
}else{
this.bizQuery = {}
}
filterListInvoice(this.bizQuery).then((res) => {
this.invoiceLoading = false;
@ -118,6 +118,7 @@
:loading="corpLoading"
@change="corpChange"
style="width: 90%"
@clear="getcorp"
>
<el-option
v-for="item in fromOptions"
@ -293,6 +294,7 @@ export default {
limit: 10,
};
this.getList();
this.findMethod();
},
onSubmit() {
this.filterQuery.page = 1;
@ -374,6 +376,9 @@ export default {
this.findMethod(value);
getcorp(){
detailDialog(row) {
this.detailDialogVisible = true;
this.inputQuery = {
@ -117,6 +117,7 @@
@ -314,6 +315,7 @@ export default {
keyup_submit(event) {
@ -391,6 +393,9 @@ export default {
code: row.code,
@ -288,6 +289,7 @@ export default {
invCode: null,
@ -370,6 +372,9 @@ export default {