修改往来单位是客户时筛选条件

featFunction
zhengmingliang 2 years ago
parent 432e6a9e9b
commit d906e92d01

@ -979,7 +979,7 @@ export default {
this.formData.fromCorpId = this.curAction.defaultUnit; this.formData.fromCorpId = this.curAction.defaultUnit;
} else if (this.curAction.corpType == 2)// } else if (this.curAction.corpType == 2)//
{ {
cQuery.corpType = 4; cQuery.corpType = 1;
cQuery.outType = 2; cQuery.outType = 2;
} else if (this.curAction.corpType == 0) { } else if (this.curAction.corpType == 0) {
@ -1096,6 +1096,7 @@ export default {
} }
}, },
actionChange(item) { actionChange(item) {
this.curAction = this.getActionItem(item); this.curAction = this.getActionItem(item);
this.findMethod(); this.findMethod();

Loading…
Cancel
Save