|
|
|
@ -133,6 +133,7 @@
|
|
|
|
|
</el-table>
|
|
|
|
|
</el-card>
|
|
|
|
|
<el-dialog
|
|
|
|
|
title="审核领用单据"
|
|
|
|
|
:visible.sync="newSpDistributionVisible"
|
|
|
|
|
width="80%"
|
|
|
|
|
v-if="newSpDistributionVisible"
|
|
|
|
@ -338,6 +339,21 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
finCurInv() {
|
|
|
|
|
this.filterQuery = {
|
|
|
|
|
billNo: "",
|
|
|
|
|
thirdSysFk: "",
|
|
|
|
|
billFlag: null,
|
|
|
|
|
billAction: null,
|
|
|
|
|
startDate: null,
|
|
|
|
|
endDate: null,
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 10,
|
|
|
|
|
corpName: null,
|
|
|
|
|
invCode: this.invCodebe,
|
|
|
|
|
type: 2,
|
|
|
|
|
editStatus: 2,
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
this.invList = [];
|
|
|
|
|
let query = {
|
|
|
|
|
filter: 3
|
|
|
|
@ -362,6 +378,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
created() {
|
|
|
|
|
this.finCurInv();
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
};
|
|
|
|
|
</script>
|
|
|
|
|