From 94952c66f8cfea3c53c42540389b666fca513b79 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期二, 02 九月 2025 14:17:31 +0800
Subject: [PATCH] 1

---
 WebTM/WebTM.csproj.user                             |    4 ++--
 WebTM/views/车间管理/工序出站汇报单/Cj_StationOutBillList.html |   11 ++++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/WebTM/WebTM.csproj.user b/WebTM/WebTM.csproj.user
index 7ed83cb..c8b1f23 100644
--- a/WebTM/WebTM.csproj.user
+++ b/WebTM/WebTM.csproj.user
@@ -2,9 +2,9 @@
 <Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
     <NameOfLastUsedPublishProfile>D:\鏅轰簯杩堟�漒MES\MES-WEB-LayUI\WebTM\Properties\PublishProfiles\FolderProfile.pubxml</NameOfLastUsedPublishProfile>
-    <NameOfLastUsedPublishProfile>D:\缃戠珯鍙戝竷\鍚庣浠g爜\MES-WEB-TM\MESWMS-LayUI\WebTM\Properties\PublishProfiles\LAYUI.pubxml</NameOfLastUsedPublishProfile>
+    <NameOfLastUsedPublishProfile>D:\GitHub\MES-WEB-LayUI\WebTM\Properties\PublishProfiles\FolderProfile.pubxml</NameOfLastUsedPublishProfile>
     <ProjectView>ProjectFiles</ProjectView>
-    <LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
+    <LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
     <UseIISExpress>true</UseIISExpress>
     <Use64BitIISExpress />
     <IISExpressSSLPort />
diff --git "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\345\207\272\347\253\231\346\261\207\346\212\245\345\215\225/Cj_StationOutBillList.html" "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\345\207\272\347\253\231\346\261\207\346\212\245\345\215\225/Cj_StationOutBillList.html"
index 2670120..e47a79d 100644
--- "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\345\207\272\347\253\231\346\261\207\346\212\245\345\215\225/Cj_StationOutBillList.html"
+++ "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\345\207\272\347\253\231\346\261\207\346\212\245\345\215\225/Cj_StationOutBillList.html"
@@ -2118,13 +2118,13 @@
                             sWhere += "";
                             break;
                         case '0':    //鏈鏍�
-                            sWhere += " and 瀹℃牳浜�=''";
+                            sWhere += " and 瀹℃牳浜�=''''";
                             break;
                         case '1':    //宸插鏍�
-                            sWhere += " and 瀹℃牳浜�<>''";
+                            sWhere += " and 瀹℃牳浜�<>''''";
                             break;
                         case '2':    //宸插叧闂�
-                            sWhere += " and 鍏抽棴浜�<>''";
+                            sWhere += " and 鍏抽棴浜�<>''''";
                         default:
                     }
                 }
@@ -2385,7 +2385,7 @@
                                     layer.close(ajaxLoad);
                                 } else {
                                     layer.close(ajaxLoad);
-                                    layer.alert(get_MessageError(result.Message, sessionStorage["HTranSlate"]), { icon: 5 });
+                                    layer.alert(get_MessageError(result.Message, sessionStorage["HTranSlate"]) + result.Message, { icon: 5 });
                                 }
                             }, error: function () {
                                 layer.close(ajaxLoad);
@@ -2440,7 +2440,8 @@
                                         item[itemobj] = "";
                                     }
                                     if (item[itemobj].length > 0) {  // 鍋囪瀛楁鍚嶄负field
-                                        item[itemobj] = item[itemobj].toString().replaceAll(/[\r\n]+/g, '');  // 灏嗘崲琛岀鏇挎崲涓虹┖瀛楃涓�
+                                        item[itemobj] = item[itemobj].toString().replace(/[\r\n]+/g, '');  // 灏嗘崲琛岀鏇挎崲涓虹┖瀛楃涓�
+                                        item[itemobj] = item[itemobj].toString().replace(/,/g, '');  // 灏嗘崲琛岀鏇挎崲涓虹┖瀛楃涓�
                                     }
                                     if (itemobj === '瑙勬牸鍨嬪彿') {
                                         item[itemobj] = item[itemobj].replace(/,/g, '锛�');  // 鏇挎崲鑻辨枃閫楀彿涓轰腑鏂囬�楀彿

--
Gitblit v1.9.1