From 64cad0efd96f3ed3b1db7a93adaf901d6bcd9cbc Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期一, 22 一月 2024 12:18:47 +0800
Subject: [PATCH] 用户关联(工位,班组,供应商)

---
 WebTM/views/系统管理/用户管理/Gy_UserByWorkStationList.html |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git "a/WebTM/views/\347\263\273\347\273\237\347\256\241\347\220\206/\347\224\250\346\210\267\347\256\241\347\220\206/Gy_UserByWorkStationList.html" "b/WebTM/views/\347\263\273\347\273\237\347\256\241\347\220\206/\347\224\250\346\210\267\347\256\241\347\220\206/Gy_UserByWorkStationList.html"
index 38c1d78..ff97af8 100644
--- "a/WebTM/views/\347\263\273\347\273\237\347\256\241\347\220\206/\347\224\250\346\210\267\347\256\241\347\220\206/Gy_UserByWorkStationList.html"
+++ "b/WebTM/views/\347\263\273\347\273\237\347\256\241\347\220\206/\347\224\250\346\210\267\347\256\241\347\220\206/Gy_UserByWorkStationList.html"
@@ -166,7 +166,7 @@
                     //鎸夐挳璁剧疆
                     case 'HideButton':
                         var btns = document.getElementsByTagName("button");     //鑾峰彇鏈〉鎵�鏈夋寜閽璞�
-                        var HBillType = "Gy_UserCustomerList";
+                        var HBillType = "Gy_UserByWorkStationList";
                         get_HideButton(btns, HBillType, HModName, sessionStorage["HUserName"]);
                         break;
                 };
@@ -290,7 +290,7 @@
 
                             //鍒锋柊鎸夐挳鏄剧ず
                             var btns = document.getElementsByTagName("button");     //鑾峰彇鏈〉鎵�鏈夋寜閽璞�
-                            var HBillType = "Gy_UserCustomerList";
+                            var HBillType = "Gy_UserByWorkStationList";
                             Display_HideButton(btns, HBillType, HModName, sessionStorage["HUserName"]);
 
                             //鍒锋柊琛ㄦ牸鏁版嵁
@@ -405,7 +405,8 @@
                 var checkStatus = table.checkStatus('mainTable')
                     , data = checkStatus.data;
                 if (checkStatus.data.length === 1) {
-                    var linterid = data[0].HItemID.toString();
+                    //var linterid = data[0].HItemID.toString();
+                    var linterid = data[0].鐢ㄦ埛浠g爜.toString();
                     layer.open({
                         type: 2
                         , skin: 'layui-layer-rim' //鍔犱笂杈规

--
Gitblit v1.9.1