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

财务结算增加机构来源检索

@dongkboy 2 лет назад
Родитель
Сommit
9f7b27afbd

+ 2 - 2
src/views/AgreementManage/CarInsurance/AgreementEntry.vue

@@ -93,7 +93,7 @@
           </el-col>
         </el-row>
       </el-form>
-      <el-table :size="overSize" :data="pageResult" height="680" border v-loading="loading" highlight-current-row stripe
+      <el-table :size="overSize" :data="pageResult" height="600" border v-loading="loading" highlight-current-row stripe
         :header-cell-style="{
           background: '#F2F7FC',
           fontWeight: '700',
@@ -2985,7 +2985,7 @@ export default {
         this.queryForm.endDate = "";
       }
       // this.pageRequest.columnFilters.status.value = this.queryForm.status;
-      this.pageRequest.pageNum = 1;
+      this.pageNum = 1;
       this.findPage();
     },
     //通过查询条件查询分页数据End

+ 13 - 0
src/views/FinancialManagement/CarInsurance/Verifytasks/Verifyuntasks.vue

@@ -120,6 +120,14 @@ export default {
           type: 'select',
           options: []
         },
+        {
+          name: 'managementSource',
+          label: '机构来源',
+          type: 'select',
+          options: [],
+          optionsIabel: "dictTag",
+          optionsValue: "dictValue",
+        },
         {
           name: 'taskNo',
           label: '任务池号',
@@ -265,6 +273,11 @@ export default {
         this.selectDataMatching(this.retrievalFields, 'riskCode', res.data.ddList);
       }
     });
+    this.$api.insCompany.dicType('organizationSource').then(res => {
+      if (res.code == 200) {
+        this.selectDataMatching(this.retrievalFields, 'managementSource', res.data.ddList);
+      }
+    });
     this.getDicType("natureOfVehicleUse");//车辆使用性质
     this.getDicType("businessVehicleUse"); //(车辆用途)营业
     this.getDicType("outOfBusinessVehicleUse"); //(车辆用途)非营业