|
|
@ -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 = [];
|
|
|
|