|
|
@@ -2281,7 +2281,7 @@ export default {
|
|
|
this.viewDisabled = false;
|
|
|
}
|
|
|
});
|
|
|
- } else if (this.form.businessSource == "外部销售") {
|
|
|
+ } else if (this.form.businessSource == "外部销售" || this.form.businessSource == "额度支付") {
|
|
|
this.optionForm.column.forEach(its => {
|
|
|
if (its.prop == "contacts" || its.prop == "phone" || its.prop == "recAddress") {
|
|
|
this.$set(its, "disabled", true);
|