From d76a6724e8a7e40f491319de5e284aecea09e195 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 28 十一月 2025 10:24:55 +0800
Subject: [PATCH] fix: s

---
 apps/bMiniApp/src/subpackages/task/taskHandleCheckDetail/InnerPage.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/apps/bMiniApp/src/subpackages/task/taskHandleCheckDetail/InnerPage.vue b/apps/bMiniApp/src/subpackages/task/taskHandleCheckDetail/InnerPage.vue
index 4320d15..17e323d 100644
--- a/apps/bMiniApp/src/subpackages/task/taskHandleCheckDetail/InnerPage.vue
+++ b/apps/bMiniApp/src/subpackages/task/taskHandleCheckDetail/InnerPage.vue
@@ -131,7 +131,7 @@
         </nut-form>
         <div class="payroll-form-footer">
           <nut-button @click="handleCancel">鍙栨秷</nut-button>
-          <nut-button type="primary" @click="handleConfirm">纭</nut-button>
+          <nut-button type="primary" @click="dialogVisible = false">纭</nut-button>
         </div>
       </div>
     </nut-popup>
@@ -192,12 +192,12 @@
     let params: API.CheckReceiveTaskCommand = {
       id: detail.value?.id,
       checkReceiveStatus: EnumTaskUserSubmitCheckReceiveStatus.Success,
-      // serviceFee: form.serviceFee,
-      // timeoutHours: form.timeoutHours,
-      // timeoutFee: form.timeoutFee,
-      // otherFee: form.otherFee,
-      // remark: form.remark,
-      // settlementAmount: settlementAmount.value,
+      serviceFee: form.serviceFee,
+      timeoutHours: form.timeoutHours,
+      timeoutFee: form.timeoutFee,
+      otherFee: form.otherFee,
+      remark: form.remark,
+      settlementAmount: settlementAmount.value,
     };
     let res = await taskCheckReceiveServices.checkReceiveTask(params);
     if (res) {

--
Gitblit v1.9.1