From 01ef7c649cb64c63777a551e13a84600a561ef01 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期五, 28 六月 2024 16:54:03 +0800
Subject: [PATCH] 工资模块弹框更改

---
 WebTM/views/采购管理/采购报表/Cg_POOrderBillProcessSumReport.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git "a/WebTM/views/\351\207\207\350\264\255\347\256\241\347\220\206/\351\207\207\350\264\255\346\212\245\350\241\250/Cg_POOrderBillProcessSumReport.html" "b/WebTM/views/\351\207\207\350\264\255\347\256\241\347\220\206/\351\207\207\350\264\255\346\212\245\350\241\250/Cg_POOrderBillProcessSumReport.html"
index ede462e..a629780 100644
--- "a/WebTM/views/\351\207\207\350\264\255\347\256\241\347\220\206/\351\207\207\350\264\255\346\212\245\350\241\250/Cg_POOrderBillProcessSumReport.html"
+++ "b/WebTM/views/\351\207\207\350\264\255\347\256\241\347\220\206/\351\207\207\350\264\255\346\212\245\350\241\250/Cg_POOrderBillProcessSumReport.html"
@@ -36,7 +36,7 @@
                                 <div class="layui-inline">
                                     <label class="layui-form-label" style="width: 85px;">閲囪喘璁㈠崟鍙疯鍗曞彿</label>
                                     <div class="layui-input-block" style="margin-left: 120px;">
-                                        <input type="text" class="layui-input ForFilteringSchemes" name="" id="">
+                                        <input type="text" class="layui-input ForFilteringSchemes" name="HBillNo" id="HBillNo">
                                     </div>
                                 </div>
                                 <div class="layui-inline">
@@ -320,7 +320,7 @@
                     var com = "";
                     switch (Comparator) {
                         case "7":
-                            com = "like''%" + ColContent + "%''";
+                            com = "like '%" + ColContent + "%'";
                             break;
                         case "8":
                             com = "like''%" + ColContent + "''";
@@ -338,13 +338,13 @@
                     sWhere += " and " + ColName + " " + com;
                 }
                 if (HBillNo) {
-                    sWhere += " and 閿�鍞鍗曞彿 like ''%" + HBillNo + "%''";
+                    sWhere += " and 閲囪喘璁㈠崟鍙� like ''%" + HBillNo + "%''";
                 }
                 if (HBeginDate) {
-                    sWhere += " and CONVERT(varchar(100),寮�濮嬫椂闂�, 23) >=  ''" + HBeginDate + "''";
+                    sWhere += " and CONVERT(varchar(100),鏃ユ湡, 23) >=  ''" + HBeginDate + "''";
                 }
                 if (HEndDate) {
-                    sWhere += " and CONVERT(varchar(100),鍏抽棴鏃堕棿, 23) <=  ''" + HEndDate + "''";
+                    sWhere += " and CONVERT(varchar(100),鏃ユ湡, 23) <=  ''" + HEndDate + "''";
                 }
                 if (HName) {
                     sWhere += " and 渚涘簲鍟嗗悕绉� like ''%" + HName + "%''";

--
Gitblit v1.9.1