瀏覽代碼

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

liyuan 4 月之前
父節點
當前提交
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);