From e3bc04c87fd3971bed6b213d7ff59aee800c2324 Mon Sep 17 00:00:00 2001
From: cwjbxqmz <1134865194@qq.com>
Date: 星期三, 17 一月 2024 16:51:16 +0800
Subject: [PATCH] 工资单增加 读取 保存 和 显示 过滤方案的 按钮和功能
---
WebTM/views/set/user/Gy_USERSet_PDA.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/WebTM/views/set/user/Gy_USERSet_PDA.html b/WebTM/views/set/user/Gy_USERSet_PDA.html
index 82d995a..9aa8521 100644
--- a/WebTM/views/set/user/Gy_USERSet_PDA.html
+++ b/WebTM/views/set/user/Gy_USERSet_PDA.html
@@ -462,7 +462,7 @@
dataType: "json",
success: function (data) {
if (data.count == 1) {
-
+ $('#btnSave').addClass("layui-btn-disabled").attr("disabled", true);
layer.close(index);
layer.msg("鎻愪氦鎴愬姛");
}
--
Gitblit v1.9.1