From d07500fef337fc0366d5c51723ddb3ba2071f33d Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期五, 01 八月 2025 10:33:37 +0800
Subject: [PATCH] 1.计时工资功能开发

---
 pages/mjgl/wxsq2.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/mjgl/wxsq2.vue b/pages/mjgl/wxsq2.vue
index e701fe1..710485b 100644
--- a/pages/mjgl/wxsq2.vue
+++ b/pages/mjgl/wxsq2.vue
@@ -25,7 +25,7 @@
 							</view>
 
 							<view class="marginRight20">
-								<u-icon name="scan" @click="topScanClick" color="red" size="24"></u-icon>
+								<!-- <u-icon name="scan" @click="topScanClick" color="red" size="24"></u-icon> -->
 							</view>
 
 						</view>
@@ -363,7 +363,7 @@
 					faultdescr: this.descMessage,
 				}
 
-				// console.log(JSON.stringify(formData))
+				console.log(JSON.stringify(formData))
 				this.isDisabledSubmitButton = true
 				uni.uploadFile({
 					url: this.$baseUrl + '/MouldManager/MaintainScanMouldApplySave',

--
Gitblit v1.9.3