bug修改

master
wangwei 2 years ago
parent 35403f6fab
commit 70acc94de7

@ -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(){
this.findMethod();
},
detailDialog(row) {
this.detailDialogVisible = true;
this.inputQuery = {

@ -117,6 +117,7 @@
:loading="corpLoading"
@change="corpChange"
style="width: 90%"
@clear="getcorp"
>
<el-option
v-for="item in fromOptions"
@ -314,6 +315,7 @@ export default {
limit: 10,
};
this.getList();
this.findMethod();
},
keyup_submit(event) {
@ -391,6 +393,9 @@ export default {
this.findMethod(value);
}
},
getcorp(){
this.findMethod();
},
detailDialog(row) {
this.inputQuery = {
code: row.code,

@ -117,6 +117,7 @@
:loading="corpLoading"
@change="corpChange"
style="width: 90%"
@clear="getcorp"
>
<el-option
v-for="item in fromOptions"
@ -288,6 +289,7 @@ export default {
invCode: null,
};
this.getList();
this.findMethod();
},
onSubmit() {
this.filterQuery.page = 1;
@ -370,6 +372,9 @@ export default {
this.findMethod(value);
}
},
getcorp(){
this.findMethod();
},
detailDialog(row) {
this.detailDialogVisible = true;
this.inputQuery = {

Loading…
Cancel
Save