单据类型bug

ywj_dev
郑明梁 2 years ago
parent 449f9aca72
commit a34792a666

@ -1136,6 +1136,7 @@ export default {
}, },
corpTypeChange(type) { corpTypeChange(type) {
debugger
if (type != 2) { if (type != 2) {
this.inputQuery.genUnit = false this.inputQuery.genUnit = false
} }
@ -1158,7 +1159,7 @@ export default {
} }
if (this.inputQuery.corpType != 2) { // if (this.inputQuery.corpType != 2) { //
this.inputQuery.actionType = 0; this.inputQuery.actionType = 1;
this.inputQuery.spUse = null; this.inputQuery.spUse = null;
} }

Loading…
Cancel
Save