代码备份

20240912_adapter_z
yewj 7 months ago
parent 5bd837cf26
commit 2a39d0724a

@ -267,7 +267,7 @@ export default {
methods: {
getInvList() {
let query = {
advanceType: 1,
// advanceType: 1,
// deptCode: this.busData.deptCode
}
getInvListByUser(query)

@ -997,6 +997,7 @@ export default {
fromCorp: null,
keyWords: null,
invCode: this.$store.getters.locInvCode,
productType: 1
},
fromOptions: [],
checkStatus: {
@ -1139,6 +1140,7 @@ export default {
startTime: null,
endTime: null,
invCode: this.$store.getters.locInvCode,
productType: 1
};
this.actDateRange = [];
this.auditDateRange = [];

Loading…
Cancel
Save