Jelajahi Sumber

业务来源多选

@dongkboy 1 tahun lalu
induk
melakukan
9d96a68fe3

+ 1 - 0
src/components/Form/retrievalForm.vue

@@ -26,6 +26,7 @@
               v-model="formData[field.name]"
               v-model="formData[field.name]"
               filterable
               filterable
               clearable
               clearable
+              :multiple="field.multiple"
               :placeholder="'请选择' + field.label"
               :placeholder="'请选择' + field.label"
               @change="selectChange($event, field.name)"
               @change="selectChange($event, field.name)"
             >
             >

+ 1 - 0
src/views/FinancialManagement/CarInsurance/Verifytasks/Verifyintasks.vue

@@ -334,6 +334,7 @@ export default {
           label: "业务来源",
           label: "业务来源",
           type: "select",
           type: "select",
           options: [],
           options: [],
+          multiple:true,
           optionsIabel: "dictTag",
           optionsIabel: "dictTag",
           optionsValue: "dictValue",
           optionsValue: "dictValue",
         },
         },

+ 6 - 5
src/views/FinancialManagement/CarInsurance/Verifytasks/Verifyuntasks.vue

@@ -208,6 +208,7 @@ export default {
           label: '业务来源',
           label: '业务来源',
           type: 'select',
           type: 'select',
           options: [],
           options: [],
+          multiple:true,
           optionsIabel: "dictTag",
           optionsIabel: "dictTag",
           optionsValue: "dictValue",
           optionsValue: "dictValue",
         },
         },
@@ -917,7 +918,7 @@ export default {
           let businessList = []
           let businessList = []
           let accidentList = []
           let accidentList = []
           if (res.data.orderstatus == "3") {
           if (res.data.orderstatus == "3") {
-            /** 
+            /**
             if (res.data.isExternal == 1) {
             if (res.data.isExternal == 1) {
               this.$api.letter
               this.$api.letter
                 .getPolicyPrintexternalOrder(res.data.id).then(res1 => {
                 .getPolicyPrintexternalOrder(res.data.id).then(res1 => {
@@ -1630,9 +1631,9 @@ export default {
                 this.$refs.detailsDialog.warrantyFun(res.data);
                 this.$refs.detailsDialog.warrantyFun(res.data);
               } else{
               } else{
                 this.$message.error(res.msg);
                 this.$message.error(res.msg);
-              } 
-            }); 
-            
+              }
+            });
+
           }
           }
           this.feeDetailInfo = res.data.orderFeeResult;
           this.feeDetailInfo = res.data.orderFeeResult;
           this.oldFeeInfo = res.data.adjustFeeDescVo;
           this.oldFeeInfo = res.data.adjustFeeDescVo;
@@ -1717,7 +1718,7 @@ export default {
 
 
     },
     },
     tableRowColor({ row, rowIndex }) {
     tableRowColor({ row, rowIndex }) {
-      console.log(row.problemOrder);
+      // console.log(row.problemOrder);
       if (row.problemOrder  == 1) {
       if (row.problemOrder  == 1) {
         return "blue-row";
         return "blue-row";
       }
       }