代码备份

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

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

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

Loading…
Cancel
Save