From 370e2aa3aa67f99b2ccfe495d2cd1450f79c8a0d Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期二, 24 九月 2024 11:41:44 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-LayUI

---
 WebTM/views/PublicPage/PowerInformation.html |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/WebTM/views/PublicPage/PowerInformation.html b/WebTM/views/PublicPage/PowerInformation.html
index 58bfdef..67f2c70 100644
--- a/WebTM/views/PublicPage/PowerInformation.html
+++ b/WebTM/views/PublicPage/PowerInformation.html
@@ -259,7 +259,7 @@
                     return false;
                 }
                 var sSubStr = JSON.stringify(table.cache['mainTable']);
-                var sMainSub = TagId + ';' + sSubStr + ';' + linterid;
+                var sMainSub = TagId + ';' + sSubStr + ';' + linterid + ";" + HSouceBillType;
                 //console.log(sMainSub);
                 //return false;
                 $.ajax(
@@ -272,7 +272,7 @@
                         success: function (data) {
                             if (data.count == 1) { // 璇存槑楠岃瘉鎴愬姛浜嗭紝
                                 layer.msg(data.Message, { time: 1 * 1000, icon: 1 }, function () {
-                                    $('#add-btn').addClass("layui-btn-disabled").attr("disabled", true);
+                                    //$('#add-btn').addClass("layui-btn-disabled").attr("disabled", true);
                                     get_Display(sGnbm);
                                 });
                             }
@@ -295,7 +295,7 @@
                 $.ajax({
                     url: GetWEBURL() + '/PublicPageMethod/PowerList',
                     type: "GET",
-                    data: { "czybm": linterid, "sGnbm": sGnbm },
+                    data: { "czybm": linterid, "sGnbm": sGnbm, "HSouceBillType": HSouceBillType},
                     success: function (data1) {
                         if (data1.count == 1) {
                             option.data = data1.data;
@@ -346,10 +346,9 @@
                 } else {
                     treeData.push(it)
                 }
-            })
+            })                      
             return treeData;
-        }
-
+        }      
     </script>
 
 </body>

--
Gitblit v1.9.1