WebTM/views/³µ¼ä¹ÜÀí/±¨±í·ÖÎö/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 äº§å“ä»£ç =''" + HMaterNumber + "'' ";
                    sWhere += " and ç‰©æ–™ä»£ç  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 + "%'' ";
                }
                //任意字段条件过滤 æ¡ä»¶æå–