From 06b919319e949de66879a8505e9e4640ad3db18f Mon Sep 17 00:00:00 2001 From: nidapeng <jp@doumee.com> Date: 星期一, 01 四月 2024 10:21:39 +0800 Subject: [PATCH] 提交一把 --- company/src/components/business/OperaWtbApplyShopWindow.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/company/src/components/business/OperaWtbApplyShopWindow.vue b/company/src/components/business/OperaWtbApplyShopWindow.vue index ff5a3a5..b754745 100644 --- a/company/src/components/business/OperaWtbApplyShopWindow.vue +++ b/company/src/components/business/OperaWtbApplyShopWindow.vue @@ -39,8 +39,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 +403,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 +412,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 +464,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 +494,7 @@ components: { GlobalWindow, InsuranceDetails, - OperaInsuranceApplyCheckWindow, + OperaWtbApplyCheckWindow, applyReturn, OperaInsuranceApply, additionSubtractionApplication, -- Gitblit v1.9.3