From f2ff5a79bc4eb7bc321f181e9cc63334b4e9460f Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期四, 19 六月 2025 10:29:17 +0800
Subject: [PATCH] 华远接口:优化

---
 WebTM/views/工资管理/Gy_DuSubsidyItemBillList.html |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git "a/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/Gy_DuSubsidyItemBillList.html" "b/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/Gy_DuSubsidyItemBillList.html"
index ae828c1..dad97d8 100644
--- "a/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/Gy_DuSubsidyItemBillList.html"
+++ "b/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/Gy_DuSubsidyItemBillList.html"
@@ -170,7 +170,7 @@
                         soulTable.render(this);
                     }
                     , cols: [[
-                        { type: 'radio', fixed: 'left' }
+                        { type: 'checkbox', fixed: 'left' }
                         , { field: 'HItemID', title: 'HItemID', sort: true, hide: true }
                         , { field: '鎵hˉ璧勬枡浠g爜', title: '鎵hˉ璧勬枡浠g爜', sort: true }
                         , { field: '鎵hˉ璧勬枡鍚嶇О', title: '鎵hˉ璧勬枡鍚嶇О', sort: true}
@@ -203,7 +203,15 @@
                 });
             })
             //#endregion
-
+            //#region 鍙屽嚮杩斿洖鏁版嵁
+            table.on('rowDouble(mainTable)', function (obj) {
+                var data = [];
+                data.push(obj.data);
+                parent.GetHDuSubsidyItemBillValue(data);
+                var index = parent.layer.getFrameIndex(window.name);
+                parent.layer.close(index);
+            });
+            //#endregion
             //鏌ヨ
             function get_Display(sWhere) {
                 var ajaxLoad = layer.load();

--
Gitblit v1.9.1