From 2319795aa9c4bdff409367c7b94c848b7a5614db Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期一, 15 九月 2025 09:06:26 +0800
Subject: [PATCH] 1

---
 WebTM/views/模治具管理/模治具管理/Gy_BarCodeBillList.html |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git "a/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Gy_BarCodeBillList.html" "b/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Gy_BarCodeBillList.html"
index 1915d30..fc5a634 100644
--- "a/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Gy_BarCodeBillList.html"
+++ "b/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/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;
                             }

--
Gitblit v1.9.1