From 9d3e2e62b7ac0ba1b892c47ef3a539c708e15949 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期二, 21 十一月 2023 12:07:54 +0800
Subject: [PATCH] 销售订单:客户余额、可用余额、欠缺金额 旁边 增加按钮,按下后弹窗显示 计算公式

---
 WebTM/views/PublicPage/SupplierInformation.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/WebTM/views/PublicPage/SupplierInformation.html b/WebTM/views/PublicPage/SupplierInformation.html
index 57d124d..409f22f 100644
--- a/WebTM/views/PublicPage/SupplierInformation.html
+++ b/WebTM/views/PublicPage/SupplierInformation.html
@@ -194,6 +194,7 @@
                     }
                 });
                 sWhere1 = "";//璋冪敤鎺ュ彛鍚庢竻绌簊Where缂撳瓨
+                sWhere1 = " where HStopFlag=0 and HEndFlag=1 and HUSEORGID = " + sessionStorage["OrganizationID"] + " ";  //鍒楄〃
             });
 
             //浠ヤ笂鏄痩ayui妯″潡

--
Gitblit v1.9.1