From 500832387dd658dcfa5ca2ccca602208c16f6802 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 30 五月 2025 17:15:49 +0800
Subject: [PATCH] 提交一把订单
---
company/src/views/enterprise/settleClaimsCom.vue | 63 +++++++++++++++----------------
1 files changed, 31 insertions(+), 32 deletions(-)
diff --git a/company/src/views/enterprise/settleClaimsCom.vue b/company/src/views/enterprise/settleClaimsCom.vue
index e310274..df52836 100644
--- a/company/src/views/enterprise/settleClaimsCom.vue
+++ b/company/src/views/enterprise/settleClaimsCom.vue
@@ -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