From 208642426ac8ba0e0bd851439e20275633fe9f63 Mon Sep 17 00:00:00 2001
From: jingh <jingh@LAPTOP-I53VDLOO>
Date: 星期一, 17 一月 2022 19:13:18 +0800
Subject: [PATCH] 模块查询权限

---
 WebTM/views/模治具管理/模治具仓库管理/Sc_MouldProdOutBillEdit.html |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git "a/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\344\273\223\345\272\223\347\256\241\347\220\206/Sc_MouldProdOutBillEdit.html" "b/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\344\273\223\345\272\223\347\256\241\347\220\206/Sc_MouldProdOutBillEdit.html"
index c7bd061..024bd50 100644
--- "a/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\344\273\223\345\272\223\347\256\241\347\220\206/Sc_MouldProdOutBillEdit.html"
+++ "b/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\344\273\223\345\272\223\347\256\241\347\220\206/Sc_MouldProdOutBillEdit.html"
@@ -238,6 +238,25 @@
             
             //#endregion
 
+            //鍒ゆ柇鐢ㄦ埛鏄惁鏈夋煡璇㈡潈闄�
+            //$.ajax({
+            //    url: GetWEBURL() + "/Sc_MouldProdOutBill/QueryUserRight",
+            //    type: "GET",
+            //    data: { "UserName": sessionStorage["HUserName"] },
+            //    success: function (result) {
+            //        if (result.code == 1) { // 璇存槑楠岃瘉鎴愬姛浜嗭紝
+                        
+            //            });
+
+            //        } else {
+            //            layer.alert(result.msg, { icon: 5, btn: ['閫�鍑�'], time: 100000, offset: 't' });
+            //        }
+            //    }, error: function () {
+            //        layer.alert("鍙戠敓閿欒!", { icon: 5 });
+            //    } 
+            //});
+            //
+
             //#region 杩涘叆椤甸潰鏃㈠姞杞�
             //鍒濆鍖栬〃鍗曟彃浠�
             set_InitFrom();

--
Gitblit v1.9.1