From c9d0da28b32debada8d015ab1e2cdc4502cd6708 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期四, 25 一月 2024 16:41:16 +0800
Subject: [PATCH] 1

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

diff --git a/WebTM/views/PublicPage/PowerInformation.html b/WebTM/views/PublicPage/PowerInformation.html
index 58bfdef..d262e8e 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;

--
Gitblit v1.9.1