From a01d637e9ff2bf26aa44c65a239413a38bd8b1fe Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 04 六月 2025 09:39:13 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/2.0.1' into 2.0.1
---
company/src/views/enterprise/settleClaimsCom.vue | 69 +++++++++++++++++-----------------
1 files changed, 34 insertions(+), 35 deletions(-)
diff --git a/company/src/views/enterprise/settleClaimsCom.vue b/company/src/views/enterprise/settleClaimsCom.vue
index d0e8931..df52836 100644
--- a/company/src/views/enterprise/settleClaimsCom.vue
+++ b/company/src/views/enterprise/settleClaimsCom.vue
@@ -31,10 +31,10 @@
<el-select v-model="searchForm.status" clearable placeholder="璇烽�夋嫨" style="width: 150px" @change="search">
<el-option label="鏆傚瓨涓�" value="0"></el-option>
<el-option label="宸叉姤妗�" value="1"></el-option>
- <el-option label="寰呯珛妗�" value="2"></el-option>
+<!-- <el-option label="寰呯珛妗�" value="2"></el-option>-->
<el-option label="宸茬珛妗�" value="3"></el-option>
<el-option label="绔嬫閫�鍥�" value="4"></el-option>
- <el-option label="寰呭彈鐞�" value="5"></el-option>
+<!-- <el-option label="寰呭彈鐞�" value="5"></el-option>-->
<el-option label="鎷掔粷鍙楃悊" value="6"></el-option>
<el-option label="鍟嗚寰呭鎵�" value="7"></el-option>
<el-option label="鍟嗚瀹℃壒鎷掔粷" value="8"></el-option>
@@ -108,7 +108,7 @@
<template slot-scope="{row}">
<el-button
type="text"
- @click="$refs.operaSettleClaimsWindow.open('鎶ユ璇︽儏', row.id)"
+ @click="$refs.operaSettleClaimsWindow.open('鎶ユ鐞嗚禂璇︽儏', row.id)"
v-if="row.status !== 0">
鏌ョ湅璇︽儏
</el-button>
@@ -131,8 +131,7 @@
<pagination
@size-change="handleSizeChange"
@current-change="handlePageChange"
- :pagination="tableData.pagination"
- >
+ :pagination="tableData.pagination">
</pagination>
</template>
<!-- 璇︽儏 -->
@@ -166,9 +165,9 @@
baseSolutionId: '',
companyId: '',
duName: '',
- createDateStr:null,
+ createDateStr: null,
memberName: '',
- applyCode:null,
+ applyCode: null,
memberIdcardNo: '',
status: '',
informantName: ''
@@ -189,42 +188,42 @@
this.loadSelectList()
},
methods: {
- // 鎾ら攢
- revoke(id) {
- this.$confirm('鎾ら攢鍚庯紝妗堜欢鐩存帴缁撴潫锛屾棤娉曠户缁繘琛岀悊璧旀搷浣滐紒', '鏄惁鎾ら攢鎶ユ锛�', {
- confirmButtonText: '纭畾鎾ら攢',
- cancelButtonText: '鎴戝啀鎯虫兂',
- type: 'warning'
- }).then(() => {
- returnSettle({ id })
- .then(res => {
- this.search()
- })
- }).catch(() => {
+ // 鎾ら攢
+ revoke (id) {
+ this.$confirm('鎾ら攢鍚庯紝妗堜欢鐩存帴缁撴潫锛屾棤娉曠户缁繘琛岀悊璧旀搷浣滐紒', '鏄惁鎾ら攢鎶ユ锛�', {
+ confirmButtonText: '纭畾鎾ら攢',
+ cancelButtonText: '鎴戝啀鎯虫兂',
+ type: 'warning'
+ }).then(() => {
+ returnSettle({ id })
+ .then(res => {
+ this.search()
+ })
+ }).catch(() => {
- });
- },
+ })
+ },
loadSelectList () {
solutionAll({ dataType: 0 }).then(res => {
this.solutionList = res
}).catch(err => {
})
},
- deleRow(id) {
- this.$confirm('姝ゆ搷浣滃皢姘镐箙鍒犻櫎璇ユ暟鎹�, 鏄惁缁х画?', '鎻愮ず', {
- confirmButtonText: '纭畾',
- cancelButtonText: '鍙栨秷',
- type: 'warning'
- }).then(() => {
- dele(id)
- .then(res => {
- this.$message.success('鍒犻櫎鎴愬姛')
- this.search()
- })
- }).catch(() => {
+ deleRow (id) {
+ this.$confirm('姝ゆ搷浣滃皢姘镐箙鍒犻櫎璇ユ暟鎹�, 鏄惁缁х画?', '鎻愮ず', {
+ confirmButtonText: '纭畾',
+ cancelButtonText: '鍙栨秷',
+ type: 'warning'
+ }).then(() => {
+ dele(id)
+ .then(res => {
+ this.$message.success('鍒犻櫎鎴愬姛')
+ this.search()
+ })
+ }).catch(() => {
- });
- }
+ })
+ }
}
}
--
Gitblit v1.9.3