Просмотр исходного кода

销售订单额度支付与外部销售一致控制

liyuan 14 часов назад
Родитель
Сommit
b257371c81
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/tirePartsMall/salesManagement/saleOrder/detailsPage.vue

+ 1 - 1
src/views/tirePartsMall/salesManagement/saleOrder/detailsPage.vue

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