jiangping
2024-03-05 b6d2a806e6572ffc4c226c91f0a60b31a7b1fbc0
company/src/components/business/OperaInsuranceApplyWindow.vue
@@ -35,11 +35,9 @@
                    <template v-else>
                      <el-button type="primary" @click="$refs.InsuranceDetails.open('投保详情单',model,0)">导出详单</el-button>
                      <el-button v-if="[2, 3, 5, 7, 8].includes(model.status)" type="primary" @click="viewToubaodan">查看投保单</el-button>
<!--
                      <el-button v-if="model.status == 2" type="primary" @click="goSign">签署投保单</el-button>
-->
<!--                      <el-button v-if="model.status == 2" type="primary" @click="goSign">签署投保单</el-button>-->
                      <el-button v-if="model.status == 5" type="primary" @click="viewBaoxiandan">查看保险单</el-button>
                      <el-button v-if="model.status == 10" type="primary" @click="$refs.OperaInsuranceApplyCheckWindow.open('上传投保单',model,2)">上传投保单</el-button>
                      <el-button v-if="model.status == 10 ||model.status == 2" type="primary" @click="$refs.OperaInsuranceApplyCheckWindow.open('上传投保单',model,2)">上传投保单</el-button>
                      <el-button v-if="model.status == 3" type="primary" @click="$refs.OperaInsuranceApplyCheckWindow.open('上传保险单',model,3)">上传保险单</el-button>
                      <el-button  v-if="model.status == 6 || model.status == 7|| model.status == 8" type="primary" @click="$refs.OperaInsuranceApplyCheckWindow.open('驳回退回申请',model,5)">驳回退回申请</el-button>
                      <el-button v-if="model.status == 0" type="primary" @click="$refs.InsuranceDetails.open('投保审核',model,1)">投保审核</el-button>
@@ -87,7 +85,7 @@
                        <el-table-column
                            prop="currentFee"
                            align="center"
                            label="产生费用(元)">
                            label="已产生费用(元)">
                        </el-table-column>
                        <el-table-column
                            prop="fee"
@@ -255,7 +253,7 @@
                            :key="Math.random()"
                            align="center"
                            prop="fee"
                            label="产生费用(元)">
                            label="已产生费用(元)">
                        </el-table-column>
                    </el-table>
                    <el-table