From db1b6e4059213c4aeb8927415d1c74d2505ade4f Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期四, 08 六月 2023 07:25:25 +0800
Subject: [PATCH] 1

---
 WebTM/views/车间管理/工序出站汇报单/Cj_StationOutBillList.html |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\345\207\272\347\253\231\346\261\207\346\212\245\345\215\225/Cj_StationOutBillList.html" "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\345\207\272\347\253\231\346\261\207\346\212\245\345\215\225/Cj_StationOutBillList.html"
index 92e45f7..75e968c 100644
--- "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\345\207\272\347\253\231\346\261\207\346\212\245\345\215\225/Cj_StationOutBillList.html"
+++ "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\345\207\272\347\253\231\346\261\207\346\212\245\345\215\225/Cj_StationOutBillList.html"
@@ -718,12 +718,12 @@
                     sWhere += " and " + ColName+    " "+ com;
                 }
 
-                //if (HBeginDate) {
-                //    sWhere += " and CONVERT(varchar(100),姹囨姤鏃ユ湡, 23) >= '" + HBeginDate + "'";
-                //}
-                //if (HEndDate) {
-                //    sWhere += " and CONVERT(varchar(100),姹囨姤鏃ユ湡, 23) <= '" + HEndDate + "'";
-                //}
+                if (HBeginDate) {
+                    sWhere += " and CONVERT(varchar(100),姹囨姤鏃ユ湡, 23) >= '" + HBeginDate + "'";
+                }
+                if (HEndDate) {
+                    sWhere += " and CONVERT(varchar(100),姹囨姤鏃ユ湡, 23) <= '" + HEndDate + "'";
+                }
                 if (HWorkBillNo) {
                     sWhere += " and 浠诲姟鍗� like '%" + HWorkBillNo + "%'";
                 }

--
Gitblit v1.9.1