lihongxiao 2 ani în urmă
părinte
comite
43ce3d30c1

+ 4 - 4
src/views/FinancialManagement/CarInsurance/CompanySettlement/CarInsurance/HandlingFees.vue

@@ -174,7 +174,7 @@
           <el-col :span="8">
             <el-form-item label="险种" prop="riskcode">
               <el-select v-model="formDataAdd.riskcode"  placeholder="选择险种" size="small">
-                <el-option v-for="item in InsInsuranceKindoptions" :key="item.dictValue" :label="item.dictTag"
+                <el-option v-for="item in productsTypeoptions" :key="item.dictValue" :label="item.dictTag"
                   :value="item.dictValue"></el-option>
               </el-select>
             </el-form-item>
@@ -258,7 +258,7 @@ export default {
       fileList: [],
       progressPercent: 0,
       dialogVisibleprogress: false,
-      InsInsuranceKindoptions: [],
+      productsTypeoptions: [],
       ztreeNodes: [],
       optionProps: {
         //公司下拉列表配置
@@ -678,7 +678,7 @@ export default {
       this.treedata = res.data;
     });
     this.findPage();
-    this.getDicType("InsInsuranceKind"); //险种类型
+    this.getDicType("productsType"); //险种类型
     this.getDicType("agreementType"); //险种类型
     this.areaqueryList(1, 99, "provinceId");
     this.companyqueryList(0,'allPartnerCompaniesId');
@@ -757,7 +757,7 @@ export default {
       this.$api.insCompany.dicType(type).then((res) => {
         if (res.code == 200) {
           this[type + "options"] = res.data.ddList;
-          if (type == 'InsInsuranceKind') {
+          if (type == 'productsType') {
             this.formList.forEach(e => {
               if (e.prop == 'riskcode') {
                 e.options = res.data.ddList

+ 4 - 4
src/views/FinancialManagement/CarInsurance/CompanySettlement/NoCarInsurance/HandlingFees.vue

@@ -145,7 +145,7 @@
           <el-col :span="8">
             <el-form-item label="险种" prop="riskcode">
               <el-select v-model="formDataAdd.riskcode"  placeholder="选择险种" size="small">
-                <el-option v-for="item in InsInsuranceKindoptions" :key="item.dictValue" :label="item.dictTag"
+                <el-option v-for="item in productsTypeoptions" :key="item.dictValue" :label="item.dictTag"
                   :value="item.dictValue"></el-option>
               </el-select>
             </el-form-item>
@@ -228,7 +228,7 @@ export default {
           },
       ],
       ztreeNodes: [],
-      InsInsuranceKindoptions: [],
+      productsTypeoptions: [],
       optionProps: {
         //公司下拉列表配置
         checkStrictly: true,
@@ -596,7 +596,7 @@ export default {
     this.$api.dept.findDeptTree("9", "").then((res) => {
       this.treedata = res.data;
     });
-    this.getDicType("InsInsuranceKind"); //险种类型
+    this.getDicType("productsType"); //险种类型
     this.getDicType("agreementType"); //险种类型
     this.areaqueryList(1, 99, "provinceId");
     this.companyqueryList(0,'allPartnerCompaniesId');
@@ -729,7 +729,7 @@ export default {
       this.$api.insCompany.dicType(type).then((res) => {
         if (res.code == 200) {
           this[type + "options"] = res.data.ddList;
-          if(type=='InsInsuranceKind'){
+          if(type=='productsType'){
               this.formList.forEach(e=>{
                 if(e.prop=='riskcode'){
                   e.options=res.data.ddList