From 50fb58286ed3b718c39a97e0987ee7561a295651 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 04 七月 2025 17:56:41 +0800
Subject: [PATCH] git ch
---
company/src/components/business/OperaSettleClaimsWindow.vue | 502 ++++++++++++++++++++++++++++++++-----------------------
1 files changed, 290 insertions(+), 212 deletions(-)
diff --git a/company/src/components/business/OperaSettleClaimsWindow.vue b/company/src/components/business/OperaSettleClaimsWindow.vue
index 64359a7..a652802 100644
--- a/company/src/components/business/OperaSettleClaimsWindow.vue
+++ b/company/src/components/business/OperaSettleClaimsWindow.vue
@@ -22,7 +22,7 @@
<div class="box_dk" v-if="[13].includes(info.status)">
<div class="box_dk_title">
<i class="el-icon-success"></i>
- <span>宸叉墦娆�</span>
+ <span style="font-weight: bold">宸叉墦娆�</span>
</div>
<div class="box_dk_list">
<div class="box_dk_list_row">
@@ -37,7 +37,11 @@
<div class="box_dk_list_row_label">鎵撴鍑瘉锛�</div>
<div class="box_dk_list_row_l" v-if="info.payFileList">
<div class="box_dk_list_row_l_img" v-for="(item, index) in info.payFileList" :key="index">
- <img :src="item.fileurlFull" alt="">
+ <el-image
+ style="width: 80px; height: 80px"
+ :src="item.fileurlFull"
+ :preview-src-list="[item.fileurlFull]">
+ </el-image>
</div>
</div>
</div>
@@ -51,7 +55,7 @@
<div class="box_tui_info">浜哄憳锛氬钩鍙扮悊璧斾汉鍛�-{{info.refuseSettleClaimsLog.creatorName}}</div>
<div class="box_tui_row"><div class="yuan"></div>{{info.refuseSettleClaimsLog.content}}</div>
</div>
- <div class="box_tui" v-if="[6].includes(info.status)">
+ <div class="box_tui" v-if="[6,8].includes(info.status)">
<span class="box_tui_status">宸叉嫆缁�</span>
<div class="box_tui_title">鎷掔粷鍘熷洜</div>
<div class="box_tui_info">鏃堕棿锛歿{info.refuseSettleClaimsLog.createDate}}</div>
@@ -161,12 +165,12 @@
<div class="box_desc_title">
<span class="box_desc_title_val">鎶ユ璇︽儏</span>
<div class="box_desc_title_zt" v-if="info.statusName">{{info.statusName}}</div>
- <div class="box_desc_title_tips" v-if="info.isRisk === 1">
+ <div class="box_desc_title_tips" @click="$refs.riskCaseReminder.open('椋庨櫓妗堜欢鎻愰啋', info.riskContent)" v-if="info.isRisk === 1">
<i class="el-icon-warning"></i>
<span>椋庨櫓妗堜欢</span>
</div>
<template v-if="userInfo.type === 0">
- <el-select v-model="info.caseType" @change="setCaseType" style="width: 100px;" placeholder="妗堜欢绫诲瀷" v-if="[9,10,11].includes(info.status)">
+ <el-select v-model="info.caseType" @change="setCaseType" style="width: 100px;" placeholder="妗堜欢绫诲瀷" v-if="[9,10,11,12].includes(info.status)">
<el-option label="鍖荤枟" :value="1"></el-option>
<el-option label="浼ゆ畫" :value="2"></el-option>
<el-option label="姝讳骸" :value="3"></el-option>
@@ -182,18 +186,19 @@
<el-button type="danger" @click="returnCase" v-if="[1,2].includes(info.status)">閫�鍥�</el-button>
<el-button type="primary" @click="register" v-if="[1,2].includes(info.status)">绔嬫</el-button>
<el-button type="primary" @click="$refs.acceptance.open('妗堜欢鍙楃悊', info.id)" v-if="[3,5].includes(info.status)">鍙楃悊</el-button>
- <el-button type="primary" @click="addRemark" v-if="![0,1,2,4,13,14].includes(info.status)">澶囨敞</el-button>
- <el-button type="primary" @click="addReport(1)" v-if="[3].includes(info.status) && info.reportNumStatus === 0">娣诲姞鎶ユ鍙�</el-button>
+ <el-button type="primary" @click="addRemark" v-if="![0,1,2,4,14].includes(info.status)">澶囨敞</el-button>
+ <el-button type="primary" @click="addReport(1)" v-if="[3,9].includes(info.status) && info.reportNumStatus === 0">娣诲姞鎶ユ鍙�</el-button>
<el-button type="primary" @click="addReport(2)" v-if="[9].includes(info.status) && info.reportNumStatus === 1">缂栬緫鎶ユ鍙�</el-button>
<el-button type="primary" @click="$refs.adjustment.open('鐞嗙畻', info.id, 1)" v-if="[9].includes(info.status)">鐞嗙畻</el-button>
<el-button type="primary" @click="$refs.adjustment.open('閲嶆柊鐞嗙畻', info.id, 1)" v-if="[10].includes(info.status)">閲嶆柊鐞嗙畻</el-button>
<el-button type="primary" @click="$refs.adjustment.open('鏍歌禂', info.id, 2)" v-if="[10].includes(info.status)">鏍歌禂</el-button>
<el-button type="primary" @click="$refs.adjustment.open('淇敼閲戦', info.id, 2)" v-if="[11,12].includes(info.status)">淇敼閲戦</el-button>
<el-button type="primary" @click="$refs.makePayment.open('鎵撴', info.id)" v-if="[12].includes(info.status)">鎵撴</el-button>
+ <el-button type="primary" @click="$refs.discussAudit.open('鍟嗚瀹℃壒', info.id)" v-if="[7].includes(info.status)">鍟嗚瀹℃壒</el-button>
<el-button type="primary" @click="supplementaryMaterials" v-if="[9].includes(info.status)">琛ュ厖鏉愭枡</el-button>
<el-button type="primary" @click="$refs.additionMaterial_ba.open('娣诲姞鏉愭枡', info.id)" v-if="[9,10].includes(info.status)">娣诲姞鏉愭枡</el-button>
</template>
- <el-button icon="el-icon-refresh-left" type="primary" circle @click="$refs.caseProgress.open('妗堜欢杩涘害', info.settleClaimsLogList)" v-if="![0,13,14].includes(info.status)"></el-button>
+ <el-button icon="el-icon-refresh-left" type="primary" title="鏌ョ湅妗堜欢杩涘害" circle @click="$refs.caseProgress.open('妗堜欢杩涘害', info.settleClaimsLogList)" v-if="![0].includes(info.status)"></el-button>
</div>
</div>
<div class="box_desc_list">
@@ -201,7 +206,10 @@
鎶ユ鏃堕棿锛歿{info.createDate}}
</div>
<div class="box_desc_list_row">
- 鎶ユ鍙凤細{{info.reportNum}}
+ 鎶ユ鍙凤細{{info.code}}
+ </div>
+ <div class="box_desc_list_row">
+ 淇濆徃鎶ユ鍙凤細{{info.reportNum}}
</div>
<div class="box_desc_list_row">
鎵�灞炰繚鍗曪細{{info.applyCode}}
@@ -210,18 +218,18 @@
鎶ユ浜猴細{{info.informantName}}
</div>
<div class="box_desc_list_row">
- 鎶ユ浜鸿仈绯绘柟寮忥細{{info.informantPhone}}
+ 鎶ユ浜鸿仈绯绘柟寮忥細{{info.informantPhone}}
</div>
<div class="box_desc_list_zw"></div>
</div>
</div>
- <div class="box_fx" v-if="info.isRisk === 1">
+ <div class="box_fx" v-if="info.isRisk === 1 && showIsRisk ===true ">
<div class="box_fx_left">
<i class="el-icon-warning"></i>
<span class="box_fx_left_a">娉ㄦ剰锛岃妗堜欢鏈墈{info.riskContent.length}}鏉¢闄╀俊鎭�</span>
<span class="box_fx_left_b" @click="$refs.riskCaseReminder.open('椋庨櫓妗堜欢鎻愰啋', info.riskContent)">鏌ョ湅璇︽儏</span>
</div>
- <i class="el-icon-close" @click="info.isRisk = 0"></i>
+ <i class="el-icon-close" @click="closeRiskTip"></i>
</div>
<div class="box_desc">
<div class="box_desc_head">
@@ -240,7 +248,7 @@
鍑洪櫓浜哄鍚嶏細{{info.memberName}}
</div>
<div class="box_desc_list_row">
- 鍑洪櫓浜鸿韩浠借瘉鍙凤細{{info.memberIdcard}}
+ 鍑洪櫓浜鸿韩浠借瘉鍙凤細{{info.idcardNo}}
</div>
<div style="width: 33%; height: 0;"></div>
</div>
@@ -281,7 +289,10 @@
浜嬫晠绫诲瀷锛歿{returnType(info.type)}}
</div>
<div class="box_desc_list_row">
- 鏄惁鏈夊尰鐤椾繚闄╋細{{returnName(info.medicalInsurance)}}
+ 鏄惁浼ゆ畫锛歿{returnName(info.hurtType)}}
+ </div>
+ <div class="box_desc_list_row">
+ 鏄惁鏈夊尰淇濓細{{returnName(info.medicalInsurance)}}
</div>
<div class="box_desc_list_row">
灏辫瘖绫诲瀷锛歿{returnInHospital(info.inHospital)}}
@@ -292,6 +303,22 @@
<div class="box_desc_list_img_files">
<PreviewArea :list="info.reportFileList || []" />
</div>
+ </div>
+ </div>
+ <div class="box_desc_head" style="margin-top: 30px;">
+ <div class="box_desc_title">
+ <span class="box_desc_title_val">鏀舵淇℃伅</span>
+ </div>
+ </div>
+ <div class="box_desc_list">
+ <div class="box_desc_list_row">
+ 鏀舵閾惰锛歿{info.receiveBank}}
+ </div>
+ <div class="box_desc_list_row">
+ 鏀舵浜猴細{{info.receiveUserName}}
+ </div>
+ <div class="box_desc_list_row">
+ 鏀舵璐﹀彿锛歿{info.receiveAccount}}
</div>
</div>
</div>
@@ -358,7 +385,7 @@
<span>琛ュ厖鏉愭枡</span>
</div>
<div class="box_desc_cailiao_list">
- <PreviewArea :list="info.supplementFileList || []" />
+ <PreviewArea :list="info.supplementFileList || []" />
</div>
</div>
</div>
@@ -369,6 +396,7 @@
<CaseProgress ref="caseProgress" />
<!-- 鍙楃悊 -->
<Acceptance ref="acceptance" @success="getDetail" />
+ <discussAudit ref="discussAudit" @success="getDetail" />
<!-- 娣诲姞鏉愭枡 -->
<AdditionMaterial_ba ref="additionMaterial_ba" @success="getDetail" />
<!-- 鐞嗙畻 -->
@@ -385,17 +413,20 @@
<script>
import BaseOpera from '@/components/base/BaseOpera'
import GlobalWindow from '@/components/common/GlobalWindow'
-import { findById, returnSettle } from '@/api/business/settleClaims'
+import { findById } from '@/api/business/settleClaims'
import {
- register,
- addReportNum,
- addRemark,
- saveSupplementDescribe,
- updCaseType,
- confirmFee } from '@/api/business/settleRisk'
+ register,
+ addReportNum,
+ addRemark,
+ saveSupplementDescribe,
+ updCaseType,
+ confirmFee,
+ returnSettle
+} from '@/api/business/settleRisk'
import RiskCaseReminder from '@/components/business/riskCaseReminder'
import CaseProgress from '@/components/business/caseProgress'
import Acceptance from '@/components/business/acceptance'
+import discussAudit from '@/components/business/discussAudit'
import AdditionMaterial_ba from '@/components/business/additionMaterial_ba'
import adjustment from '@/components/business/adjustment'
import CompensationDetails from '@/components/business/compensationDetails'
@@ -407,11 +438,12 @@
export default {
name: 'OperaSettleClaimsWindow',
extends: BaseOpera,
- components: { GlobalWindow, MakePayment, PreviewArea, PaymentInformation, CompensationDetails, RiskCaseReminder, CaseProgress, Acceptance, AdditionMaterial_ba, adjustment },
+ components: { GlobalWindow, MakePayment, PreviewArea, PaymentInformation, CompensationDetails, RiskCaseReminder, CaseProgress, Acceptance,discussAudit, AdditionMaterial_ba, adjustment },
data () {
return {
- info: null,
- id: null
+ info: null,
+ id: null,
+ showIsRisk: true
}
},
computed: {
@@ -424,206 +456,250 @@
})
},
methods: {
- open (title, id) {
- this.title = title
- this.id = id
+ open (title, id) {
+ this.title = title
+ this.id = id
+ this.getDetail()
+ },
+ closeRiskTip(){
+ this.showIsRisk= false
+ },
+ setCaseType (e) {
+ updCaseType({ id: this.id, caseType: e })
+ .then(res => {
this.getDetail()
- },
- setCaseType(e) {
- updCaseType({ id: this.id, caseType: e })
- .then(res => {
- this.getDetail()
- })
- },
- supplementaryMaterials() {
- this.$prompt('琛ュ厖璇存槑', '琛ュ厖鏉愭枡', {
- confirmButtonText: '鎻愪氦',
- cancelButtonText: '鍙栨秷',
- inputPattern: /^(?:.|\n)+$/,
- inputErrorMessage: '琛ュ厖璇存槑涓嶈兘涓虹┖锛�',
- beforeClose: (action, instance, done) => {
- if (action === 'confirm') {
- instance.confirmButtonLoading = true;
- saveSupplementDescribe({ id: this.id, describe: instance.inputValue })
- .finally(() => {
- done();
- instance.confirmButtonLoading = false;
- })
- } else {
- done();
- }
- }
- }).then(({ value }) => {
- this.getDetail()
- }).catch(() => {
+ })
+ .catch(err => {
+ this.$message.error(err.message)
+ })
+ },
+ supplementaryMaterials () {
+ this.$prompt('琛ュ厖璇存槑', '琛ュ厖鏉愭枡', {
+ confirmButtonText: '鎻愪氦',
+ cancelButtonText: '鍙栨秷',
+ inputType: 'textarea',
+ inputPattern: /^(?:.|\n)+$/,
+ inputErrorMessage: '琛ュ厖璇存槑涓嶈兘涓虹┖锛�',
+ beforeClose: (action, instance, done) => {
+ if (action === 'confirm') {
+ instance.confirmButtonLoading = true
+ saveSupplementDescribe({ id: this.id, describe: instance.inputValue })
+ .then((res) => {
+ done()
+ })
+ .catch((data) => {
+ this.$message.error(data.message)
+ })
+ .finally(() => {
+ instance.confirmButtonLoading = false
+ })
+ } else {
+ done()
+ }
+ }
+ }).then(({ value }) => {
+ this.getDetail()
+ }).catch(() => {
- });
- },
- addRemark() {
- this.$prompt('澶囨敞', '娣诲姞澶囨敞', {
- confirmButtonText: '娣诲姞',
- cancelButtonText: '鍙栨秷',
- inputPattern: /^(?:.|\n)+$/,
- inputErrorMessage: '澶囨敞涓嶈兘涓虹┖锛�',
- beforeClose: (action, instance, done) => {
- if (action === 'confirm') {
- instance.confirmButtonLoading = true;
- addRemark({ id: this.id, describe: instance.inputValue })
- .finally(() => {
- done();
- instance.confirmButtonLoading = false;
- })
- } else {
- done();
- }
- }
- }).then(({ value }) => {
- this.getDetail()
- }).catch(() => {
+ })
+ },
+ addRemark () {
+ this.$prompt('澶囨敞', '娣诲姞澶囨敞', {
+ confirmButtonText: '娣诲姞',
+ cancelButtonText: '鍙栨秷',
+ inputType: 'textarea',
+ inputPattern: /^(?:.|\n)+$/,
+ inputErrorMessage: '澶囨敞涓嶈兘涓虹┖锛�',
+ beforeClose: (action, instance, done) => {
+ if (action === 'confirm') {
+ instance.confirmButtonLoading = true
+ addRemark({ id: this.id, describe: instance.inputValue })
+ .then((res) => {
+ done()
+ })
+ .catch((data) => {
+ this.$message.error(data.message)
+ })
+ .finally(() => {
+ instance.confirmButtonLoading = false
+ })
+ } else {
+ done()
+ }
+ }
+ }).then(({ value }) => {
+ this.getDetail()
+ }).catch(() => {
- });
- },
- addReport(type) {
- this.$prompt(`鎶ユ鍙穈, `${type === 1 ? '娣诲姞鎶ユ鍙�' : '缂栬緫鎶ユ鍙�'}`, {
- confirmButtonText: '娣诲姞',
- cancelButtonText: '鍙栨秷',
- inputPattern: /^(?:.|\n)+$/,
- inputErrorMessage: '鎶ユ鍙蜂笉鑳戒负绌猴紒',
- beforeClose: (action, instance, done) => {
- if (action === 'confirm') {
- instance.confirmButtonLoading = true;
- addReportNum({ id: this.id, reportNum: instance.inputValue })
- .finally(() => {
- done();
- instance.confirmButtonLoading = false;
- })
- } else {
- done();
- }
- }
- }).then(({ value }) => {
- this.getDetail()
- }).catch(() => {
-
- });
- },
- register() {
- this.$prompt('绔嬫璇存槑', '绔嬫', {
- confirmButtonText: '纭畾',
- cancelButtonText: '鍙栨秷',
- beforeClose: (action, instance, done) => {
- if (action === 'confirm') {
- instance.confirmButtonLoading = true;
- register({ id: this.id, describe: instance.inputValue, registerStatus: 3 })
- .finally(() => {
- done();
- instance.confirmButtonLoading = false;
- })
- } else {
- done();
- }
- }
- }).then(({ value }) => {
- this.getDetail()
- }).catch(() => {
-
- });
- },
- returnCase() {
- this.$prompt('閫�鍥炶鏄�', '閫�鍥�', {
- confirmButtonText: '纭畾',
- cancelButtonText: '鍙栨秷',
- inputPattern: /^(?:.|\n)+$/,
- inputErrorMessage: '閫�鍥炶鏄庝笉鑳戒负绌猴紒',
- beforeClose: (action, instance, done) => {
- if (action === 'confirm') {
- instance.confirmButtonLoading = true;
- register({ id: this.id, describe: instance.inputValue, registerStatus: 4 })
- .finally(() => {
- done();
- instance.confirmButtonLoading = false;
- })
- } else {
- done();
- }
- }
- }).then(({ value }) => {
- this.getDetail()
- }).catch(() => {
-
- });
- },
- getDetail() {
- findById(this.id)
- .then(res => {
- res.riskContent = JSON.parse(res.riskContent)
- this.info = res
- this.visible = true
+ })
+ },
+ addReport (type) {
+ this.$prompt('鎶ユ鍙�', `${type === 1 ? '娣诲姞鎶ユ鍙�' : '缂栬緫鎶ユ鍙�'}`, {
+ confirmButtonText: '娣诲姞',
+ cancelButtonText: '鍙栨秷',
+ inputPattern: /^(?:.|\n)+$/,
+ inputErrorMessage: '鎶ユ鍙蜂笉鑳戒负绌猴紒',
+ beforeClose: (action, instance, done) => {
+ if (action === 'confirm') {
+ instance.confirmButtonLoading = true
+ addReportNum({ id: this.id, reportNum: instance.inputValue })
+ .then((res) => {
+ done()
})
- },
- // 鎾ら攢
- revoke(id) {
- this.$confirm('鎾ら攢鍚庯紝妗堜欢鐩存帴缁撴潫锛屾棤娉曠户缁繘琛岀悊璧旀搷浣滐紒', '鏄惁鎾ら攢鎶ユ锛�', {
- confirmButtonText: '纭畾鎾ら攢',
- cancelButtonText: '鎴戝啀鎯虫兂',
- type: 'warning'
- }).then(() => {
- returnSettle({ id: this.info.id })
- .then(res => {
- this.getDetail()
- })
- }).catch(() => {
+ .catch((data) => {
+ this.$message.error(data.message)
+ })
+ .finally(() => {
+ instance.confirmButtonLoading = false
+ })
+ } else {
+ done()
+ }
+ }
+ }).then(({ value }) => {
+ this.getDetail()
+ }).catch(() => {
- });
- },
- returnInHospital(type) {
- switch (type) {
- case 0:
- return '浣忛櫌'
- case 1:
- return '闂ㄨ瘖'
+ })
+ },
+ register () {
+ this.$prompt('绔嬫璇存槑', '绔嬫', {
+ confirmButtonText: '纭畾',
+ cancelButtonText: '鍙栨秷',
+ inputType: 'textarea',
+ beforeClose: (action, instance, done) => {
+ if (action === 'confirm') {
+ instance.confirmButtonLoading = true
+ register({ id: this.id, describe: instance.inputValue, registerStatus: 3 })
+ .then((res) => {
+ done()
+ })
+ .catch((data) => {
+ this.$message.error(data.message)
+ })
+ .finally(() => {
+ instance.confirmButtonLoading = false
+ })
+ } else {
+ done()
}
- },
- returnName(type) {
- switch (type) {
- case 0:
- return '鏄�'
- case 1:
- return '鍚�'
- }
- },
- returnType(type) {
- switch (type) {
- case 0:
- return '宸ヤ綔鏈熼棿鍙椾激'
- case 1:
- return '涓婁笅鐝�斾腑鍙椾激'
- case 2:
- return '闈炲伐浣滄椂闂村彈浼�'
- case 3:
- return '鎰忓鍙椾激'
- }
- },
- confirmFeeInfo() {
- this.$confirm('鏄惁纭璧斾粯閲戦?', '鎻愮ず', {
- confirmButtonText: '纭畾',
- cancelButtonText: '鍙栨秷',
- type: 'warning'
- }).then(() => {
- confirmFee(this.id)
- .then(res => {
- this.getDetail()
- })
- }).catch(() => {
+ }
+ }).then(({ value }) => {
+ this.getDetail()
+ }).catch(() => {
- });
- },
+ })
+ },
+ returnCase () {
+ this.$prompt('閫�鍥炶鏄�', '閫�鍥�', {
+ confirmButtonText: '纭畾',
+ cancelButtonText: '鍙栨秷',
+ inputType: 'textarea',
+ inputPattern: /^(?:.|\n)+$/,
+ inputErrorMessage: '閫�鍥炶鏄庝笉鑳戒负绌猴紒',
+ beforeClose: (action, instance, done) => {
+ if (action === 'confirm') {
+ instance.confirmButtonLoading = true
+ register({ id: this.id, describe: instance.inputValue, registerStatus: 4 })
+ .then((res) => {
+ done()
+ })
+ .catch((data) => {
+ this.$message.error(data.message)
+ })
+ .finally(() => {
+ instance.confirmButtonLoading = false
+ })
+ } else {
+ done()
+ }
+ }
+ }).then(({ value }) => {
+ this.getDetail()
+ }).catch(() => {
+
+ })
+ },
+ getDetail () {
+ findById(this.id)
+ .then(res => {
+ res.riskContent = JSON.parse(res.riskContent)
+ this.info = res
+ this.info.showIsRisk = true
+ this.visible = true
+ })
+ },
+ // 鎾ら攢
+ revoke () {
+ this.$confirm('鎾ら攢鍚庯紝妗堜欢鐩存帴缁撴潫锛屾棤娉曠户缁繘琛岀悊璧旀搷浣滐紒', '鏄惁鎾ら攢鎶ユ锛�', {
+ confirmButtonText: '纭畾鎾ら攢',
+ cancelButtonText: '鎴戝啀鎯虫兂',
+ type: 'warning',
+ }).then(() => {
+ returnSettle({ id: this.info.id })
+ .then(res => {
+ this.getDetail()
+ }).catch(err => {
+ console.log(err)
+ this.$message.error(err.message)
+ })
+ }).catch(() => {
+
+ })
+ },
+ returnInHospital (type) {
+ switch (type) {
+ case 0:
+ return '浣忛櫌'
+ case 1:
+ return '闂ㄨ瘖'
+ }
+ },
+ returnName (type) {
+ switch (type) {
+ case 0:
+ return '鏄�'
+ case 1:
+ return '鍚�'
+ case 2:
+ return '寰呯‘瀹�'
+ default:
+ return ''
+ }
+ },
+ returnType (type) {
+ switch (type) {
+ case 0:
+ return '宸ヤ綔鏈熼棿鍙椾激'
+ case 1:
+ return '涓婁笅鐝�斾腑鍙椾激'
+ case 2:
+ return '闈炲伐浣滄椂闂村彈浼�'
+ case 3:
+ return '鎰忓鍙椾激'
+ }
+ },
+ confirmFeeInfo () {
+ this.$confirm('鏄惁纭璧斾粯閲戦?', '鎻愮ず', {
+ confirmButtonText: '纭畾',
+ cancelButtonText: '鍙栨秷',
+ type: 'warning'
+ }).then(() => {
+ confirmFee(this.id)
+ .then(res => {
+ this.getDetail()
+ })
+ }).catch(() => {
+
+ })
+ }
}
}
</script>
<style lang="scss" scoped>
.box {
+ //margin-left: 30px;
width: 100%;
.box_tui {
width: 100%;
@@ -987,6 +1063,7 @@
.box_desc_head {
width: 100%;
display: flex;
+ font-weight: bold;
align-items: center;
justify-content: space-between;
margin-bottom: 26px;
@@ -1017,6 +1094,7 @@
margin-right: 20px;
}
.box_desc_title_tips {
+ cursor: pointer;
width: 84px;
height: 25px;
border-radius: 15px;
--
Gitblit v1.9.3