From 02abdb2a7821e1eacc2b8ddc91e398cd9906c8cf Mon Sep 17 00:00:00 2001
From: chengsc <11752@DESKTOP-DS49RCP>
Date: 星期四, 13 三月 2025 18:36:54 +0800
Subject: [PATCH] 修改问题

---
 HTML/views/SOSetting/ExportNotice.html |   39 +++++++++++++++++++++------------------
 1 files changed, 21 insertions(+), 18 deletions(-)

diff --git a/HTML/views/SOSetting/ExportNotice.html b/HTML/views/SOSetting/ExportNotice.html
index ffa8410..e10b7b3 100644
--- a/HTML/views/SOSetting/ExportNotice.html
+++ b/HTML/views/SOSetting/ExportNotice.html
@@ -62,14 +62,13 @@
 						<div class="layui-input-inline">
 							<select name="Type" id="Type" lay-filter="Type" lay-search>
 								<option value=""></option>
-								<!--JC26-->
+								<!--JC34  鐢熶骇棰嗘枡銆佸叾浠栭鏂欍�侀攢鍞�佷笉鍚堟牸鎶ュ簾銆佹娊妫�銆佸叾浠�-->
 								<option value="0">鎴愬搧鍑哄簱</option>
 								<option value="1">棰嗘枡鍑哄簱</option>
 								<option value="2">鎶芥鍑哄簱</option>
 								<option value="4">涓嶅悎鏍煎搧鍑哄簱</option>
-								<option value="5">涓棿鍝佸嚭搴�</option>
-								<!-- <option value="7">鍏朵粬鍑哄簱</option> -->
-								<option value="9">閲囪喘閫�璐у嚭搴�</option>								
+								<option value="7">鍏朵粬鍑哄簱</option>
+								<option value="9">鐢熶骇棰嗘枡鍑哄簱</option>								
 							</select>
 						</div>
 					</div>
@@ -210,7 +209,7 @@
 										case "8":
 											return "瀵勫瓨鍑哄簱";
 										case "9":
-											return "閲囪喘閫�璐у嚭搴�";
+											return "鐢熶骇棰嗘枡鍑哄簱";
 										default:
 											return "";
 									}
@@ -491,23 +490,27 @@
 			var TotalColsArr = [[
 				{ field: '', title: '搴忓彿', type: 'numbers', width: 50, align: 'center', fixed: 'left', "disabled": true },
 				{ field: 'SONo', title: '鍑哄簱鍗曞彿', align: 'center', fixed: 'left', width: 165, "disabled": true },
-				{ field: 'Type', title: '鍗曟嵁绫诲瀷', align: 'center', templet: '#templetType' },
-				{ field: 'Status', title: '鎵ц鐘舵��', align: 'center', templet: '#templetStatus' },
-				{ field: 'LogisticsName', title: '鎵胯繍鍟�', align: 'center' },
-				{ field: 'CustomerName', title: '瀹㈡埛鍚嶇О', align: 'center' },
+				{ field: 'Type', title: '鍗曟嵁绫诲瀷', align: 'center', templet: '#templetType' , width: 120,},
+				{ field: 'Status', title: '鎵ц鐘舵��', align: 'center', templet: '#templetStatus', width: 90, },
+				{ field: 'LogisticsName', title: '鎵胯繍鍟�', align: 'center', width: 120, },
+				{ field: 'CustomerName', title: '瀹㈡埛鍚嶇О', align: 'center', width: 120, },
+				{ field: 'WareHouseName', title: '浠撳簱', align: 'center', width: 90, },
+				{ field: 'Origin', title: '鏉ユ簮', align: 'center', width: 90, },
+				{ field: 'Demo', title: '澶囨敞', align: 'center', width: 180 },
+				{ field: 'CreateUserName', title: '鍒涘缓浜�', align: 'center' , width: 110},
+				{ field: 'CreateTime', title: '鍒涘缓鏃堕棿', align: 'center', width: 160, templet: '#templetCreateTime' },
+				{ field: 'UpdateUserName', title: '淇敼浜�', align: 'center', width: 110 },
+				{ field: 'UpdateTime', title: '淇敼鏃堕棿', align: 'center', width: 160, templet: '#templetUpdateTime' },
+				{ field: 'CheckUserName', title: '澶嶆牳浜�', align: 'center', width: 110 },
+				{ field: 'CheckTime', title: '澶嶆牳鏃堕棿', align: 'center', width: 160, templet: '#templetCheckTime' },
+
+
 				{ field: 'LotNo', title: '鎵规鍙�', align: 'center' },
 				{ field: 'LotNoText', title: '鎵规鎻忚堪', align: 'center' },
 				{ field: 'IsDespatch', title: '鏄惁鍙戣繍', align: 'center', templet: '#templetIsDespatch' },
 				{ field: 'SupplierLot', title: '渚涜揣鎵规', align: 'center' },
-				{ field: 'Origin', title: '鏉ユ簮', align: 'center' },
-				{ field: 'Demo', title: '澶囨敞', align: 'center', width: 180 },
-				{ field: 'CreateUserName', title: '鍒涘缓浜�', align: 'center' },
-				{ field: 'CreateTime', title: '鍒涘缓鏃堕棿', align: 'center', templet: '#templetCreateTime' },
-				{ field: 'UpdateUserName', title: '淇敼浜�', align: 'center' },
-				{ field: 'UpdateTime', title: '淇敼鏃堕棿', align: 'center', templet: '#templetUpdateTime' },
-				{ field: 'CheckUserName', title: '澶嶆牳浜�', align: 'center', width: 110 },
-				{ field: 'CheckTime', title: '澶嶆牳鏃堕棿', align: 'center', templet: '#templetCheckTime' },
-				{ field: 'caozuo', title: '鎿嶄綔', fixed: 'right', align: 'center', width: 200, toolbar: '#table-content-list', "disabled": false }
+				
+				{ field: 'caozuo', title: '鎿嶄綔', fixed: 'right', align: 'center', width: 360, toolbar: '#table-content-list', "disabled": false }
 			]];
 			var TotalColsSysArr = encodeURIComponent(encodeURIComponent(JSON.stringify(TotalColsArr)))//灏嗚〃澶存暟鎹繘琛寀rl缂栫爜
 			//#endregion

--
Gitblit v1.8.0