1
wtt
2026-04-08 b7237a51c665ec1150bef9ab6c9bcfc7847755aa
WebTM/views/³µ¼ä¹ÜÀí/µ¥Æ·¹ýÕ¾_СÎÀ/Cj_ProcessItemStationPlatform_UnbindList.html
@@ -328,8 +328,10 @@
            //SN码回车方法
            $('#HBarcode_SN').on('keydown', function (event) {
                if (event.keyCode == 13) {
                    get_FastQuery(2);
                }
                    //get_FastQuery(2);
                    $('#HBarcode_SN').val($('#HBarcode_SN').val() + ',')
                    //console.log($('#HBarcode_SN').val());
                }
            });
            //栈板码回车方法
@@ -551,6 +553,7 @@
                //    sWhere += " and DSN like '%" + HBarcode_SN + "%'";
                //}
                if (HBarcode_SN) {
                    HBarcode_SN = HBarcode_SN.substring(0, HBarcode_SN.length - 1)
                    HBarcode_SN = HBarcode_SN.replace(/,/g, ',')
                        .split(',')
                        .map(item => `'${item.trim()}'`)
@@ -565,12 +568,12 @@
                if (HBarcode_ZX) {
                    sWhere += "and  ä¸­ç®±ç  like '%" + HBarcode_ZX + "%'";
                }
                //if (HDate) {
                //    sWhere += " and CONVERT(varchar(100),生产日期, 23) >= '" + HDate + "'";
                //}
                //if (HDate1) {
                //    sWhere += " and CONVERT(varchar(100),生产日期, 23) <= '" + HDate1 + "'";
                //}
                if (HDate) {
                    sWhere += " and CONVERT(varchar(100),生产日期, 23) >= '" + HDate + "'";
                }
                if (HDate1) {
                    sWhere += " and CONVERT(varchar(100),生产日期, 23) <= '" + HDate1 + "'";
                }
                get_Display(sWhere);
                sWhere = "";//调用接口后清空sWhere缓存