Explorar o código

Merge branch 'dev' of http://www.baoxianzhanggui.com:8090/sxzgd/vue-insagent-pc into dev

lihongxiao %!s(int64=2) %!d(string=hai) anos
pai
achega
63155ece03
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/AgreementManage/CarInsurance/AgreementEntry.vue

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

@@ -384,7 +384,7 @@
           <el-checkbox v-for="city in productsTypeoptions" :label="city.dictValue" :key="city.dictValue">{{ city.dictTag
           }}</el-checkbox>
         </el-checkbox-group>
-        <el-button type="success" size="small" style="margin-left: 20px" @click="productAdd">产品录入</el-button>
+        <el-button type="success" size="small" style="margin-left: 20px" :disabled="productCostForm.productId.length==0" @click="productAdd">产品录入</el-button>
         <el-button type="success" size="small" style="margin-left: 20px" @click="productHistory">历史记录</el-button>
       </div>
       <el-form :inline="true" :model="productpageRequest" class="demo-form-inline" size="small">