xiaodai2022 2 years ago
parent
commit
efc222ca62

+ 1 - 0
src/views/sellOut/zixunOrder/components/addEditForm.vue

@@ -66,6 +66,7 @@
           <el-select
             v-model="ruleForm.is_project"
             style="width: 100%"
+            :disabled="true"
             placeholder="咨询类型"
             @change="is_project_change"
           >

+ 5 - 8
src/views/sellOut/zixunOrder/components/editForm.vue

@@ -79,10 +79,7 @@
             style="width: 100%"
             placeholder="咨询类型"
             clearable
-            :disabled="
-              type === 'view' ||
-              (type === 'edit' && ruleForm.is_project === '1')
-            "
+            :disabled="type === 'view' || type === 'edit'"
             @change="is_project_change"
           >
             <el-option
@@ -790,7 +787,7 @@ export default {
         "is_gold_price",
         "metal_id",
         "other_config",
-        "gold_price"
+        "gold_price",
       ];
 
       for (let i = 0; i < list.length; i++) {
@@ -890,7 +887,7 @@ export default {
             khname: khname || "", //客户名称
             companyNo: companyNo || "",
             endtime: endtime || "", //咨询截止时间
-            platform_code: platform_code||"", //平台id
+            platform_code: platform_code || "", //平台id
             puse_desc: "",
             budget_total: "",
             arrtime: "",
@@ -1092,7 +1089,7 @@ export default {
         this.selectLoading = false;
         return;
       }
-      if (platform_code==='') {
+      if (platform_code === "") {
         this.$message.warning("请选择所属平台!");
         this.selectLoading = false;
         return;
@@ -1129,7 +1126,7 @@ export default {
     platform_code_codesearchChange(e) {
       if (e) {
         const { id, code, label } = e;
-        this.ruleForm.platform_code = id||"";
+        this.ruleForm.platform_code = id || "";
         this.$refs.ruleForm.validateField("platform_code");
         this.ruleForm.projectNo = [];
         this.ruleForm.budget_total = "0";