|
|
@ -206,7 +206,7 @@ export default {
|
|
|
|
editStatus: 1,
|
|
|
|
editStatus: 1,
|
|
|
|
emergency: '',
|
|
|
|
emergency: '',
|
|
|
|
deptCode: '',
|
|
|
|
deptCode: '',
|
|
|
|
invCode: null,
|
|
|
|
invCode: this.$store.getters.locInvCode,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
formName: null,
|
|
|
|
formName: null,
|
|
|
|
formMap: {
|
|
|
|
formMap: {
|
|
|
@ -326,6 +326,7 @@ export default {
|
|
|
|
corpName: null,
|
|
|
|
corpName: null,
|
|
|
|
type: 1,
|
|
|
|
type: 1,
|
|
|
|
editStatus: 1,
|
|
|
|
editStatus: 1,
|
|
|
|
|
|
|
|
invCode: this.$store.getters.locInvCode,
|
|
|
|
targetDeptCode: this.invCodebe,
|
|
|
|
targetDeptCode: this.invCodebe,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
if (targetDeptCode != this.invCodebe) {
|
|
|
|
if (targetDeptCode != this.invCodebe) {
|
|
|
|