From fc78e30665636cdf945da9bdc3139388d8bb4980 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期二, 29 七月 2025 17:41:36 +0800 Subject: [PATCH] fix: 新增生煎保(短期方案) --- src/views/Home/components/InsureOrderInfoView.vue | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/src/views/Home/components/InsureOrderInfoView.vue b/src/views/Home/components/InsureOrderInfoView.vue index 0bcf47a..851ea39 100644 --- a/src/views/Home/components/InsureOrderInfoView.vue +++ b/src/views/Home/components/InsureOrderInfoView.vue @@ -123,6 +123,21 @@ <el-button @click="handleExport(InsuranceDetailStatusEnum.Fail)" type="primary" >瀵煎嚭閿欒浜哄憳</el-button > + <template v-if="detail.auditStatus === InsurancePolicyAuditStatusEnum.WaitAdd"> + <BlFileUpload + :limitFileSize="10" + accept="xls,xlsx" + :showTip="false" + :show-file-list="false" + :on-success="handleUploadSuccess" + style="margin-right: 10px; margin-left: 10px" + > + <template #default> + <el-button icon="Plus" type="primary">瀵煎叆</el-button> + </template> + </BlFileUpload> + <el-button @click="handleClear()" type="primary">娓呯┖鏁版嵁</el-button> + </template> <template v-if="detail.status !== InsurancePolicyStatusEnum.WaitEffect"> <el-button @click="handleGoStampFiles(id)" type="primary">涓嬭浇淇濆崟</el-button> <el-button @click="handleGoDownloadInvoice(id)" type="primary">涓嬭浇鍙戠エ</el-button> -- Gitblit v1.9.1