From a5e8fb4e50f285538ad6800d5abdb66ea367db00 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期三, 14 一月 2026 10:59:42 +0800
Subject: [PATCH] 添康获取多车间订单排产;小卫彩盒SN校验标题调整;过站解绑列表添加日期区间过滤;香囊标签打印,添加暂停打印,继续打印功能
---
WebTM/views/车间管理/报表分析/sc_ICOMReport.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/\346\212\245\350\241\250\345\210\206\346\236\220/sc_ICOMReport.html" "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/sc_ICOMReport.html"
index 5b23d5d..d3adc2b 100644
--- "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/sc_ICOMReport.html"
+++ "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/sc_ICOMReport.html"
@@ -38,7 +38,7 @@
<div class="layui-form-item layui-inline">
<div class="layui-inline">
<div class="layui-input-inline">
- <input type="date" class="layui-input" id="HBeginDate" style="width:190px;">
+ <input type="date" class="layui-input ForFilteringSchemes" id="HBeginDate" style="width:190px;">
</div>
</div>
</div>
@@ -46,7 +46,7 @@
<div class="layui-inline">
<label class="layui-form-label">-</label>
<div class="layui-input-inline">
- <input type="date" class="layui-input" id="HEndDate" style="width:190px;">
+ <input type="date" class="layui-input ForFilteringSchemes" id="HEndDate" style="width:190px;">
</div>
</div>
</div>
@@ -429,19 +429,19 @@
sWhere = " and 鏃ユ湡 between ''" + HBeginDate + "'' and ''" + HEndDate + "'' ";
if (HMaterNumber != "") {
- sWhere += " and 浜у搧浠g爜=''" + HMaterNumber + "'' ";
+ sWhere += " and 鐗╂枡浠g爜 like ''%" + HMaterNumber + "%'' ";
}
if (HBillNo != "") {
- sWhere += " and 鍗曟嵁鍙�=''" + HBillNo + "'' ";
+ sWhere += " and 鍗曟嵁鍙� like ''%" + HBillNo + "%'' ";
}
if (HProductName != "") {
- sWhere += " and 浜у搧鍚嶇О=''" + HProductName + "'' ";
+ sWhere += " and 鐗╂枡鍚嶇О like ''%" + HProductName + "%'' ";
}
if (HProductModel != "") {
- sWhere += " and 瑙勬牸鍨嬪彿=''" + HProductModel + "'' ";
+ sWhere += " and 瑙勬牸鍨嬪彿 like ''%" + HProductModel + "%'' ";
}
//浠绘剰瀛楁鏉′欢杩囨护 鏉′欢鎻愬彇
--
Gitblit v1.9.1