1
chenhaozhe
2025-09-15 2319795aa9c4bdff409367c7b94c848b7a5614db
1
1个文件已修改
12 ■■■■ 已修改文件
WebTM/views/模治具管理/模治具管理/Gy_BarCodeBillList.html 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/模治具管理/模治具管理/Gy_BarCodeBillList.html
@@ -591,7 +591,7 @@
                            com = "like ''%" + ColContent + "''";
                            break;
                        case "9":
                            com = "like''" + ColContent + "%''";
                            com = "like ''" + ColContent + "%''";
                            break;
                        case "10":
                            com = "not like ''%" + ColContent + "%''";
@@ -613,10 +613,10 @@
                            com1 = "like ''%" + ColContent1 + "''";
                            break;
                        case "9":
                            com1 = "like''" + ColContent1 + "%''";
                            com1 = "like ''" + ColContent1 + "%''";
                            break;
                        case "10":
                            com1 = "not like''%" + ColContent1 + "%''";
                            com1 = "not like ''%" + ColContent1 + "%''";
                            break;
                        default:
                            com1 = "" + Comparator1 + "''" + ColContent1 + "''";
@@ -656,10 +656,10 @@
                    sWhere += " and 鏉$爜缂栧彿 like ''%" + HBarCode + "%''";
                }
                if (HMaterName) {
                    sWhere += " and 鐗╂枡鍚嶇О like''%" + HMaterName + "%''";
                    sWhere += " and 鐗╂枡鍚嶇О like ''%" + HMaterName + "%''";
                }
                if (HMaterNumber) {
                    sWhere += " and 鐗╂枡浠g爜 like''%" + HMaterNumber + "%''";
                    sWhere += " and 鐗╂枡浠g爜 like ''%" + HMaterNumber + "%''";
                }
                if (HSourceBillNo) {
                    sWhere += " and 婧愬崟鍗曞彿 like ''%" + HSourceBillNo + "%''";
@@ -1229,7 +1229,7 @@
                    success: function (result) {
                        if (result.count == 1) {
                            if (result.data[0].sWhere == "1") {
                                res = " and 鐢熸垚缁勭粐 = '" + $("#HUSEORGID").val() + "'";
                                res = " and 鐢熸垚缁勭粐 = ''" + $("#HUSEORGID").val() + "''";
                            } else {
                                res = result.data[0].sWhere;
                            }