申购仓库加到货仓库

20231126-yw
anthonywj 1 year ago
parent 1f7b3a0557
commit 2a0e10c1c3

@ -196,6 +196,7 @@ export default {
type: 1,
editStatus: 1,
emergency: '',
invCode: this.$store.getters.locInvCode,
targetDeptCode: '',
targetInvCode: null
},
@ -286,7 +287,8 @@ export default {
type: 1,
editStatus: 1,
targetDeptCode: this.invCodebe,
targetInvCode: null
targetInvCode: null,
invCode: this.$store.getters.locInvCode,
};
this.initActDateRange()
if (deptCode != this.invCodebe) {

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

Loading…
Cancel
Save