From ac3587fec379a08d94d30b0a13e67e10612b3b06 Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期一, 01 四月 2024 15:24:32 +0800
Subject: [PATCH] 提交一把
---
company/src/components/business/OperaWtbApplyShopWindow.vue | 30 +++++++++++++++++-------------
1 files changed, 17 insertions(+), 13 deletions(-)
diff --git a/company/src/components/business/OperaWtbApplyShopWindow.vue b/company/src/components/business/OperaWtbApplyShopWindow.vue
index 96f358a..1206953 100644
--- a/company/src/components/business/OperaWtbApplyShopWindow.vue
+++ b/company/src/components/business/OperaWtbApplyShopWindow.vue
@@ -18,7 +18,8 @@
</div>
<div class="desc_item_label">
<div class="desc_item_label_left">
- <span>鎶曚繚浼佷笟锛歿{ model.companyName }}</span>
+ <span>鎶曚繚浜猴細{{ model.shopName }}</span>
+ <span>琚繚闄╀汉锛歿{ model.companyName }}</span>
<span>淇濆崟鐘舵�侊細<span :class="'apply-status'+model.status" >{{ model.statusInfo }}</span></span>
<span>鎻愪氦鏃堕棿锛歿{ model.createDate }}</span>
</div>
@@ -39,8 +40,8 @@
<el-button v-if="[21,22,23,24,25,26,27].includes(model.status)" type="primary" @click="viewFanganshu">鏌ョ湅纭涔�</el-button>
<el-button v-if="[22,23,24,25,26,27].includes(model.status)" type="primary" @click="viewShenqingdan">鏌ョ湅鐢宠鍗�</el-button>
<el-button v-if="model.status == 22" type="primary" @click="$refs.InsuranceDetails.open('鎶曚繚瀹℃牳',model,1)">鎶曚繚瀹℃牳</el-button>
- <el-button v-if="model.status == 22" type="danger" @click="$refs.OperaInsuranceApplyCheckWindow.open('閫�鍥炴姇淇�',model,1)">閫�鍥炵敵璇�</el-button>
- <el-button v-if="model.status == 23" type="danger" @click="$refs.OperaInsuranceApplyCheckWindow.open('閫�鍥炴姇淇�',model,1)">鍏抽棴鐢宠</el-button>
+ <el-button v-if="[20,21,22].includes(model.status)" type="danger" @click="$refs.OperaWtbApplyCheckWindow.open('閫�鍥炴姇淇�',model,1)">閫�鍥炵敵璇�</el-button>
+ <el-button v-if="model.status == 23" type="danger" @click="$refs.OperaWtbApplyCheckWindow.open('鍏抽棴鐢宠',model,2)">鍏抽棴鐢宠</el-button>
</template>
<template v-if="userInfo.type === 0">
<el-button v-if="[27].includes(model.status)" type="primary" @click="viewFanganshu">鏌ョ湅纭涔�</el-button>
@@ -403,7 +404,7 @@
</span>
</span>
<span style="margin-top: 5px; font-size: 12px; font-weight: 400; color: #999999;">
- 鎿嶄綔鍛�-{{activity.creatorName}}锛坽{activity.creatorType == 1 ? activity.companyName: "骞冲彴绔�"}}锛墈{activity.createDate}}
+ 鎿嶄綔鍛�-{{activity.creatorName}}锛坽{(activity.creatorType == 1||activity.creatorType == 2) ? activity.companyName: "骞冲彴绔�"}}锛墈{activity.createDate}}
</span>
</div>
</el-timeline-item>
@@ -412,7 +413,7 @@
</div>
</div>
<InsuranceDetails ref="InsuranceDetails" @success="successEvent" />
- <OperaInsuranceApplyCheckWindow ref="OperaInsuranceApplyCheckWindow" @success="successEvent" />
+ <OperaWtbApplyCheckWindow ref="OperaWtbApplyCheckWindow" @success="successEvent" />
<!-- 浼佷笟鐢宠閫�鍥� -->
<applyReturn ref="applyReturn" @success="successEvent" />
<!-- 鏂板鎶曚繚 -->
@@ -464,7 +465,7 @@
import BaseOpera from '@/components/base/BaseOpera'
import GlobalWindow from '@/components/common/GlobalWindow'
import InsuranceDetails from '@/components/business/InsuranceDetails'
-import OperaInsuranceApplyCheckWindow from '@/components/business/OperaInsuranceApplyCheckWindow'
+import OperaWtbApplyCheckWindow from '@/components/business/OperaWtbApplyCheckWindow'
import additionSubtractionApplication from '@/components/enterprise/additionSubtractionApplication'
import factoryChange from '@/components/enterprise/factoryChange'
import operaverifyPhoneNumberWindew from '@/components/business/operaverifyPhoneNumberWindew'
@@ -494,7 +495,7 @@
components: {
GlobalWindow,
InsuranceDetails,
- OperaInsuranceApplyCheckWindow,
+ OperaWtbApplyCheckWindow,
applyReturn,
OperaInsuranceApply,
additionSubtractionApplication,
@@ -612,22 +613,25 @@
if(this.form.type===0){
getSignTBQRSLink(this.form).then(res => {
setTimeout(() => {
+ this.visiblePhone=false
window.open(res)
}, 500)
}).catch(err => {
this.$tip.apiFailed(err)
})
- } else if (flag === 1) {
+ } else if (this.form.type === 1) {
getMemberListOnlineSignLink(this.form).then(res => {
setTimeout(() => {
+ this.visiblePhone=false
window.open(res)
}, 500)
}).catch(err => {
this.$tip.apiFailed(err)
})
- } else if (flag === 2) {
+ } else if (this.form.type === 2) {
getSignLink(this.dataId).then(res => {
setTimeout(() => {
+ this.visiblePhone=false
window.open(res)
}, 500)
}).catch(err => {
@@ -863,13 +867,13 @@
}
},
viewFanganshu () {
- if (this.model.baoxiandanFile && this.model.baoxiandanFile.fileurlFull) {
- window.open(this.model.baoxiandanFile.fileurlFull)
+ if (this.model.fanganFile && this.model.fanganFile.fileurlFull) {
+ window.open(this.model.fanganFile.fileurlFull)
}
},
viewShenqingdan () {
- if (this.model.baoxiandanFile && this.model.baoxiandanFile.fileurlFull) {
- window.open(this.model.baoxiandanFile.fileurlFull)
+ if (this.model.shenqingdanFile && this.model.shenqingdanFile.fileurlFull) {
+ window.open(this.model.shenqingdanFile.fileurlFull)
}
},
handleSizeChange (val) {
--
Gitblit v1.9.3