@dongkboy 1 год назад
Родитель
Сommit
216cf738a4

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

@@ -990,7 +990,7 @@
       <el-form :inline="true" :model="productcopyItemPageRequest" class="demo-form-inline" size="small"
         label-width="80px">
         <el-form-item label="选择协议">
-          <el-select v-model="productcopyItemPageRequest.agreementId" placeholder="请选择协议">
+          <el-select v-model="productcopyItemPageRequest.agreementId" filterable clearable  placeholder="请选择协议">
             <el-option v-for="(item, index) in pageResult" :key="index" :label="item.agreementAbbreviation"
               :value="item.id"></el-option>
           </el-select>

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

@@ -562,13 +562,13 @@
           @click="batchCostsubmit">确 定</el-button>
       </span>
     </el-dialog>
-    <el-dialog :append-to-body="true" title="费用复制窗口" :visible.sync="productCostCopyDialogVisible"
+    <el-dialog :append-to-body="true" title="费用复制窗口"  :visible.sync="productCostCopyDialogVisible"
       :close-on-click-modal="false" :fullscreen="true">
       <div class="p-2">
         <el-form :inline="true" :model="productcopyItemPageRequest" class="demo-form-inline" size="small"
           label-width="80px">
           <el-form-item label="选择协议">
-            <el-select v-model="productcopyItemPageRequest.agreementId" placeholder="请选择协议">
+            <el-select v-model="productcopyItemPageRequest.agreementId" filterable clearable placeholder="请选择协议">
               <el-option v-for="(item, index) in protocolpageResult" :key="index"
                 :label="`${item.agreementName}-${item.businessDescription}-${item.jobDescription}`"
                 :value="item.id"></el-option>