|
|
|
@ -186,8 +186,6 @@ export default {
|
|
|
|
|
thirdSysFk: "",
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 10,
|
|
|
|
|
invList:{},
|
|
|
|
|
deptList:{},
|
|
|
|
|
corpName: null,
|
|
|
|
|
type: 1,
|
|
|
|
|
editStatus: 1,
|
|
|
|
@ -218,6 +216,8 @@ export default {
|
|
|
|
|
thirdSysDetail: null,
|
|
|
|
|
busTypes: [],
|
|
|
|
|
originTypes: [],
|
|
|
|
|
invList:{},
|
|
|
|
|
deptList:{},
|
|
|
|
|
list: [],
|
|
|
|
|
detailList: [],
|
|
|
|
|
loading: false,
|
|
|
|
@ -296,6 +296,7 @@ export default {
|
|
|
|
|
this.$router.push({
|
|
|
|
|
path: "",
|
|
|
|
|
});
|
|
|
|
|
let deptCode = this.filterQuery.targetDeptCode
|
|
|
|
|
this.filterQuery = {
|
|
|
|
|
billNo: "",
|
|
|
|
|
thirdSysFk: "",
|
|
|
|
@ -310,6 +311,9 @@ export default {
|
|
|
|
|
editStatus: 1,
|
|
|
|
|
targetDeptCode: this.invCodebe,
|
|
|
|
|
};
|
|
|
|
|
if(deptCode!=this.invCodebe){
|
|
|
|
|
this.getInvList()
|
|
|
|
|
}
|
|
|
|
|
this.actDateRange = [];
|
|
|
|
|
this.actAuditDateRange = [];
|
|
|
|
|
this.getList();
|
|
|
|
|