-
-
-
+
+
+
@@ -251,10 +250,10 @@
-
+
-
-
+
+
@@ -265,10 +264,10 @@
-
-
-
-
+
+
+
+
@@ -279,9 +278,9 @@
-
-
-
+
+
+
@@ -332,14 +331,14 @@ const headFinance = ref('')// 总部财务
const executor = ref('')// 指定执行人
const uploadRef = ref(null)
const statusStepMap = {
- 10: [2, false],
- 12: [12, true],
+ 10: [1, false],
+ 12: [2, true],
20: [3, false],
- 22: [22, true],
- 30: [4, false],
- 32: [32, true],
- 40: [5, false],
- 41: [6, false]
+ 22: [4, true],
+ 30: [5, false],
+ 32: [6, true],
+ 40: [7, false],
+ 41: [8, false]
}
const currencies = ref([
{
@@ -528,10 +527,9 @@ const handleReject = async function () {
})
if (result.code === 200) {
ElMessage.success('审核驳回')
- showAudit.value = false
getRefund()
addForm.value.remark = ''
- showReject.value = false
+ showAudit2.value = false
}
} catch (error) {
ElMessage.error(error.message || '审核失败')
diff --git a/src/views/moneyManage/refundDetail/refundFinance.vue b/src/views/moneyManage/refundDetail/refundFinance.vue
index 200ba07..6b4807c 100644
--- a/src/views/moneyManage/refundDetail/refundFinance.vue
+++ b/src/views/moneyManage/refundDetail/refundFinance.vue
@@ -236,10 +236,9 @@
-
-
-
-
+
+
+
@@ -250,10 +249,10 @@
-
+
-
-
+
+
@@ -264,10 +263,10 @@
-
-
-
-
+
+
+
+
@@ -278,9 +277,9 @@
-
-
-
+
+
+
@@ -396,14 +395,14 @@ const payments = ref([{
}
])
const statusStepMap = {
- 10: [2, false],
- 12: [12, true],
+ 10: [1, false],
+ 12: [2, true],
20: [3, false],
- 22: [22, true],
- 30: [4, false],
- 32: [32, true],
- 40: [5, false],
- 41: [6, false]
+ 22: [4, true],
+ 30: [5, false],
+ 32: [6, true],
+ 40: [7, false],
+ 41: [8, false]
}
const statusList = ref(['待审核','审核通过','已驳回','退款成功'])
// 查全部