|
|
@ -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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|