company/src/components/business/OperaInsuranceApplyWindow.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
company/src/components/business/OperaSolutionsWindow.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
company/src/components/enterprise/additionSubtractionApplication.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
company/src/components/enterprise/selectEmployees.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
company/src/components/business/OperaInsuranceApplyWindow.vue
@@ -29,7 +29,7 @@ <!-- $refs.operaverifyPhoneNumberWindew.open('验证手机号')--> <el-button v-if="model.status == 2" type="primary" :disabled="loading" :loading="loading" @click="goSign()">签署投保单</el-button> <el-button v-if="model.status == 5" type="primary" @click="viewBaoxiandan">查看保险单</el-button> <el-button v-if="model.status == 4" type="primary" @click="$refs.OperaInsuranceApply.open('投保申请', {id: dataId})">再次投保</el-button> <el-button v-if="model.status == 4" type="primary" @click="$refs.OperaInsuranceApplyAddWindow.open('投保申请', {id: dataId})">再次投保</el-button> <el-button v-if="[0, 2, 3, 10].includes(model.status)" type="danger" @click="$refs.applyReturn.open('申请退回', {id: dataId})">申请退回</el-button> <el-button v-if="model.status == 4" type="primary" @click="closeOrder">关闭订单</el-button> </template> company/src/components/business/OperaSolutionsWindow.vue
@@ -81,7 +81,7 @@ <el-input style="margin-left: 20px;" type="number" v-model="form.validTypeNum" placeholder="请输入延迟天数" v-if="form.validType === 0"></el-input> </div> </el-form-item> <el-form-item label="批改支持" prop="addValidDays"> <el-form-item label="批改支持"> <div style="width: 100%; display: flex; align-items: center;"> <el-checkbox :true-label="1" :false-label="0" v-model="form.canAdd">加保</el-checkbox> <el-checkbox :true-label="1" :false-label="0" v-model="form.canReduce">减保</el-checkbox> company/src/components/enterprise/additionSubtractionApplication.vue
@@ -148,7 +148,7 @@ label="费用"> <template slot-scope="{row}"> <span v-if="activeName === '0'">{{row.fee}}</span> <span v-else>{{row.fee ? '-' + row.fee : ''}}</span> <span v-else>{{row.reducePrice ? row.reducePrice : '0'}}</span> </template> </el-table-column> <el-table-column @@ -279,12 +279,12 @@ validTime: e }).then(res => { this.price = res.cyclePrice this.reducePrice=res.reducePrice this.reducePrice= 0 this.form.addDetailList.forEach(item => { item.fee = res.cyclePrice }) this.form.delDetailList.forEach(item => { item.fee = res.reducePrice // item.fee = item.reducePrice }) }).catch(e => { this.$tip.apiFailed(e) @@ -350,9 +350,9 @@ sums[index] = total.toFixed(2) } else { this.form.delDetailList.forEach(item => { total += item.fee total += item.reducePrice }) sums[index] = '-' + total.toFixed(2) sums[index] = total.toFixed(2) } } }) company/src/components/enterprise/selectEmployees.vue
@@ -132,6 +132,7 @@ validTime: this.validTime }).then(res => { res.forEach(item => { item.reducePrice = item.fee item.fee = '' }) this.list = res