From f75e74f8d18bf375129ba6947130704595560390 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期二, 22 七月 2025 11:41:24 +0800
Subject: [PATCH] 1

---
 WebTM/views/生产管理/报工台工序/防错/Sc_MaterToSourceStepBillList.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\212\245\345\267\245\345\217\260\345\267\245\345\272\217/\351\230\262\351\224\231/Sc_MaterToSourceStepBillList.html" "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\212\245\345\267\245\345\217\260\345\267\245\345\272\217/\351\230\262\351\224\231/Sc_MaterToSourceStepBillList.html"
index 640cfce..c5ddffe 100644
--- "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\212\245\345\267\245\345\217\260\345\267\245\345\272\217/\351\230\262\351\224\231/Sc_MaterToSourceStepBillList.html"
+++ "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\212\245\345\267\245\345\217\260\345\267\245\345\272\217/\351\230\262\351\224\231/Sc_MaterToSourceStepBillList.html"
@@ -765,10 +765,10 @@
                     sWhere += " and " + ColName2 + " " + com2;
                 }
                 if (HDate) {
-                    sWhere += " and 鏃ユ湡 >= '" + HDate + "'";
+                    sWhere += " and CONVERT(varchar(10),鏃ユ湡,120) >= '" + HDate + "'";
                 }
                 if (HDate1) {
-                    sWhere += " and 鏃ユ湡 <= '" + HDate1 + "'";
+                    sWhere += " and CONVERT(varchar(10),鏃ユ湡,120) <= '" + HDate1 + "'";
                 }
                 if (HICMOBillNo) {
                     sWhere += " and 浠诲姟鍗曞彿 like '%" + HICMOBillNo + "%'";

--
Gitblit v1.9.1