From 26356a0e6472be4620651adceddda0e38c78fffa Mon Sep 17 00:00:00 2001
From: chengsc <Demo@DESKTOP-CPA90BF>
Date: 星期四, 17 十月 2024 18:09:50 +0800
Subject: [PATCH] 修改问题

---
 HTML/views/SOSetting/ExportNotice.html |  425 +++-------------------------------------------------
 1 files changed, 26 insertions(+), 399 deletions(-)

diff --git a/HTML/views/SOSetting/ExportNotice.html b/HTML/views/SOSetting/ExportNotice.html
index 846a008..7934f3e 100644
--- a/HTML/views/SOSetting/ExportNotice.html
+++ b/HTML/views/SOSetting/ExportNotice.html
@@ -96,9 +96,9 @@
 							</div>
 						</div>
 						<div class="layui-inline">
-							<label class="layui-form-label">鎵规鍙�</label>
+							<label class="layui-form-label">杩涘巶缂栧彿</label>
 							<div class="layui-input-inline">
-								<input type="text" id="LotNo" name="LotNo" placeholder="鎵规鍙�"
+								<input type="text" id="LotNo" name="LotNo" placeholder="杩涘巶缂栧彿"
 									autocomplete="off" class="layui-input">
 							</div>
 						</div>
@@ -480,14 +480,14 @@
 				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: 'Type',title: '鍗曟嵁绫诲瀷',align: 'center',width: 124,templet:'#templetType'},
 							{field: 'Status',title: '鎵ц鐘舵��', align: 'center',templet: '#templetStatus'},
 							{field: 'LogisticsName',title: '鎵胯繍鍟�',align: 'center'},
 							{field: 'CustomerName',title: '瀹㈡埛鍚嶇О',align: 'center'},
-							{field: 'LotNo',title: '鎵规鍙�',align: 'center'},
+							{field: 'LotNo',title: '杩涘巶缂栧彿',align: 'center'},
 							{field: 'LotNoText',title: '鎵规鎻忚堪',align: 'center'},							
 							{field: 'IsDespatch',title: '鏄惁鍙戣繍',align: 'center',templet: '#templetIsDespatch'},
-							{field: 'SupplierLot',title: '渚涜揣鎵规',align: 'center'},
+							{field: 'SupplierLot',title: '鍘熷巶鎵瑰彿',align: 'center'},
 							{field: 'Origin',title: '鏉ユ簮',align: 'center'},
 							{field: 'Demo',title: '澶囨敞',align: 'center',width: 180},
 							{field: 'CreateUserName',title: '鍒涘缓浜�',align: 'center'},
@@ -501,208 +501,7 @@
 				var TotalColsSysArr=encodeURIComponent(encodeURIComponent(JSON.stringify(TotalColsArr)))//灏嗚〃澶存暟鎹繘琛寀rl缂栫爜
 				//#endregion
 				function refreshTable() {
-					//#region 鍘熷闈炶嚜瀹氫箟鍒�
-					// var param = {
-					// 	No: $("#No").val(),
-					// 	Type: $("#Type").val(),
-					// 	Status: $("#Status").val(),
-					// 	LotNo: $("#LotNo").val(),
-					// 	LogisticsId: parseInt($("#LogisticsId").val()),
-					// 	IsWave: $("#IsWave").val(),
-					// 	IsDespatch: $("#IsDespatch").val(),
-					// 	// WaveNo: $("#WaveNo").val(),
-					// }; 
-					 
-					// table.render({
-					// 	elem: '#LAY-app-content-list',
-					// 	url: IP+"/BllSo/GetExportNoticeList",
-					// 	method: 'POST',
-					//     height: h1 ,//'full-'+hei1
-					// 	id: 'LAY-app-content-list',
-					// 	where: param,
-					// 	contentType: 'application/json',
-					// 	headers:{ToKen:$.cookie('token')},
-					// 	page: true,
-					// 	defaultToolbar:  ['filter'], //'print', 'exports'
-					// 	even: true,
-					// 	limit: pageCnt,
-					// 	limits: pageLimits,
-					// 	cellMinWidth: 60, //鍏ㄥ眬瀹氫箟甯歌鍗曞厓鏍肩殑鏈�灏忓搴︼紝layui 2.2.1 鏂板
-					// 	even:true,
-					// 	done: function(res){ 
-					// 		initMenu(); 
-					// 		var soCode = "res.data[0].SONo";
-					// 		if (res.data.length != 0) {
-					// 			soCode = res.data[0].SONo;
-					// 		}
-					// 		refreshTablemx(soCode)
-					// 	},
-					// 	cols: [
-					// 	[   {
-					// 			title: '搴忓彿',
-					// 			type: 'numbers',
-					// 			width: 65,
-					// 			fixed: 'left',
-					// 		},{
-					// 			field: 'SONo',
-					// 			title: '鍑哄簱鍗曞彿',
-					// 			align: 'center',
-					// 			fixed: 'left',
-					// 			width: 165,
-					// 		},{
-					// 			field: 'Type',
-					// 			title: '鍗曟嵁绫诲瀷',
-					// 			align: 'center',
-					// 			// width: 150,
-					// 			templet:function(d){
-					// 				switch (d.Type) {
-					// 					case "0":
-					// 						return "鏍囧噯閿�鍞嚭搴�";
-					// 					case "1":
-					// 						return "闈炴爣鍑嗛攢鍞嚭搴�";
-					// 					case "2":
-					// 						return "鏍囧噯璋冩嫧鍑哄簱";
-					// 					case "3":
-					// 						return "闈炴爣鍑嗚皟鎷ㄥ嚭搴�";
-					// 					default:
-					// 						return "";
-					// 				}
-					// 			}
-					// 		},{
-					// 			field: 'Status',
-					// 			title: '鎵ц鐘舵��', 
-					// 			align: 'center',
-					// 			// width: 130,
-					// 			templet: function(d){
-					// 				switch (d.Status) {
-					// 					case "0":
-					// 						return `<button class="layui-btn layui-btn-radius layui-btn-xs">绛夊緟鎵ц</button>`;
-					// 					case "1":
-					// 						return `<button class="layui-btn layui-btn-radius layui-btn-warm layui-btn-xs">閮ㄥ垎鍒嗛厤</button>`;
-					// 					case "2":
-					// 						return `<button class="layui-btn layui-btn-radius layui-btn-warm layui-btn-xs">宸插垎閰�</button>`;
-					// 					case "3":
-					// 						return `<button class="layui-btn layui-btn-radius layui-btn-danger layui-btn-xs">姝e湪鎵ц</button>`;
-					// 					case "4":
-					// 						return `<button class="layui-btn layui-btn-radius layui-btn-normal layui-btn-xs">鎵ц瀹屾瘯</button>`;
-					// 					case "5":
-					// 						return `<button class="layui-btn layui-btn-radius layui-btn-normal layui-btn-xs">涓婁紶瀹屾瘯</button>`;
-					// 					default:
-					// 						return "";
-					// 				}
-					// 			}
-					// 		},{
-					// 			field: 'LogisticsName',
-					// 			title: '鎵胯繍鍟�',
-					// 			align: 'center',
-					// 			// minWidth: 150
-					// 		},{
-					// 			field: 'CustomerName',
-					// 			title: '瀹㈡埛鍚嶇О',
-					// 			align: 'center',
-					// 			// minwidth: 130
-					// 		},{
-					// 			field: 'LotNo',
-					// 			title: '鎵规鍙�',
-					// 			align: 'center',
-					// 			// width: 180,
-					// 			hide:true
-					// 		},{
-					// 			field: 'LotNoText',
-					// 			title: '鎵规鎻忚堪',
-					// 			align: 'center',
-					// 			// width: 180,
-					// 			hide:true
-					// 		},
-					// 		// {
-					// 		// 	field: 'IsWave',
-					// 		// 	title: '鐢熸垚娉㈡',
-					// 		// 	align: 'center',
-					// 		// 	width: 95,
-					// 		// 	templet: function (d) {
-					// 		// 		switch (d.IsWave) {
-					// 		// 			case "0":
-					// 		// 				return "鍚�"; 
-					// 		// 			case "1":
-					// 		// 				return "鏄�"; 
-					// 		// 			default:
-					// 		// 				return ""; 
-					// 		// 		}
-									
-					// 		// 	},
-					// 		// },
-					// 		// {
-					// 		// 	field: 'WaveNo',
-					// 		// 	title: '娉㈡鍗曞彿',
-					// 		// 	align: 'center',
-					// 		// 	width: 170
-					// 		// },
-					// 		{
-					// 			field: 'IsDespatch',
-					// 			title: '鏄惁鍙戣繍',
-					// 			align: 'center',
-					// 			// width: 95,
-					// 			templet: function (d) {
-					// 				switch (d.IsDespatch) {
-					// 					case "0":
-					// 						return "鍚�"; 
-					// 					case "1":
-					// 						return "鏄�"; 
-					// 					default:
-					// 						return ""; 
-					// 				}
-									
-					// 			},
-					// 		},{
-					// 			field: 'SupplierLot',
-					// 			title: '渚涜揣鎵规',
-					// 			align: 'center',
-					// 			// width: 100,
-					// 			hide:true
-					// 		},{
-					// 			field: 'Origin',
-					// 			title: '鏉ユ簮',
-					// 			align: 'center',
-					// 			// width: 100
-					// 		},{
-					// 			field: 'CreateUserName',
-					// 			title: '鍒涘缓浜�',
-					// 			align: 'center',
-					// 			// width: 120,
-					// 		},{
-					// 			field: 'CreateTime',
-					// 			title: '鍒涘缓鏃堕棿',
-					// 			align: 'center',
-					// 			// width: 160,
-					// 			templet: function(d) {
-					// 				return formatDate(d.CreateTime);
-					// 			},
-					// 		},{
-					// 			field: 'UpdateUserName',
-					// 			title: '淇敼浜�',
-					// 			align: 'center',
-					// 			// width: 120,
-					// 			hide:true
-					// 		},{
-					// 			field: 'UpdateTime',
-					// 			title: '淇敼鏃堕棿',
-					// 			align: 'center',
-					// 			// width: 160,
-					// 			templet: function(d) {
-					// 				return formatDate(d.UpdateTime);
-					// 			},
-					// 			hide:true
-					// 		},{
-					// 			title: '鎿嶄綔',
-					// 			fixed: 'right',
-					// 			align: 'center',
-					// 			toolbar: '#table-content-list',
-					// 			// width: 240
-					// 		}]
-					// 	]
-					// });
-					//#endregion
-
+					
 					//#region 鑷畾涔夎〃澶�
 					var colsJson
 					var param1={
@@ -762,201 +561,29 @@
 				//娓叉煋鍑哄簱鍗曟槑缁�
 				//#region 鑷畾涔夎〃澶�
 				var DetailColsArr = [[
-							{field: '',title: '搴忓彿',type:'numbers',width: 50,align: 'center',fixed: 'left', "disabled": true}, 
-							{field: 'SONo',title: '鍑哄簱鍗曞彿',align: 'center',fixed: 'left',width:165 }, 
-							{field: 'SkuNo',title: '鐗╂枡缂栫爜',align: 'center', width: 130}, 
-							{field: 'SkuName',title: '鐗╂枡鍚嶇О',align: 'center', width: 152}, 
-							{field: 'Standard',title: '鐗╂枡瑙勬牸',align: 'center', width: 270}, 
-							{field: 'LotNo',title: '鎵规鍙�',align: 'center',width: 150}, 
-							{field: 'Qty',title: '璁″垝鏁伴噺',align: 'center',width: 100},
-							{field: 'AllotQty',title: '鍒嗛厤鏁伴噺',align: 'center',width: 100}, 
-							{field: 'FactQty',title: '涓嬫灦鏁伴噺',align: 'center', width: 100}, 
-							{field: 'CompleteQty',title: '鎷h揣鏁伴噺',align: 'center', width: 100}, 
-							{field: 'IsBale',title: '鏄惁瑁瑰寘',align: 'center',templet: '#templetIsBale',width: 90},
-							{field: 'IsBelt',title: '鏄惁鎵撳甫',align: 'center',templet: '#templetIsBelt',width: 90}, 
-							{field: 'LotText',title: '鎵规鎻忚堪',align: 'center', width: 100}, 
-							{field: 'PackagName',title: '鍖呰鍚嶇О',align: 'center', width: 120}, 
-							{field: 'SupplierLot',title: '渚涜揣鎵规',align: 'center', width: 120},							
-							{field: 'Price',title: '鍗曚环', align: 'center', width: 80},
-							{field: 'Money',title: '鎬婚噾棰�', align: 'center', width: 90}, 
-							{field: 'caozuo',title: '鎿嶄綔',fixed: 'right',width: 100,align: 'left',toolbar: '#table-content-list2', "disabled": true}
-						]];
+					{field: '',title: '搴忓彿',type:'numbers',width: 50,align: 'center',fixed: 'left', "disabled": true}, 
+					{field: 'SONo',title: '鍑哄簱鍗曞彿',align: 'center',fixed: 'left',width:165 }, 
+					{field: 'SkuNo',title: '鐗╂枡缂栫爜',align: 'center', width: 130}, 
+					{field: 'SkuName',title: '鐗╂枡鍚嶇О',align: 'center', width: 152}, 
+					{field: 'Standard',title: '鐗╂枡瑙勬牸',align: 'center', width: 270}, 
+					{field: 'LotNo',title: '杩涘巶缂栧彿',align: 'center',width: 150}, 
+					{field: 'Qty',title: '璁″垝鏁伴噺',align: 'center',width: 100},
+					{field: 'AllotQty',title: '鍒嗛厤鏁伴噺',align: 'center',width: 100}, 
+					{field: 'FactQty',title: '涓嬫灦鏁伴噺',align: 'center', width: 100}, 
+					{field: 'CompleteQty',title: '鎷h揣鏁伴噺',align: 'center', width: 100}, 
+					{field: 'IsBale',title: '鏄惁瑁瑰寘',align: 'center',templet: '#templetIsBale',width: 90},
+					{field: 'IsBelt',title: '鏄惁鎵撳甫',align: 'center',templet: '#templetIsBelt',width: 90}, 
+					{field: 'LotText',title: '鎵规鎻忚堪',align: 'center', width: 100}, 
+					{field: 'PackagName',title: '鍖呰鍚嶇О',align: 'center', width: 120}, 
+					{field: 'SupplierLot',title: '鍘熷巶鎵瑰彿',align: 'center', width: 120},							
+					{field: 'Price',title: '鍗曚环', align: 'center', width: 80},
+					{field: 'Money',title: '鎬婚噾棰�', align: 'center', width: 90}, 
+					{field: 'caozuo',title: '鎿嶄綔',fixed: 'right',width: 100,align: 'left',toolbar: '#table-content-list2', "disabled": true}
+				]];
 				var DetailColsSysArr=encodeURIComponent(encodeURIComponent(JSON.stringify(DetailColsArr)))//灏嗚〃澶存暟鎹繘琛寀rl缂栫爜
 				//#endregion
 				function refreshTablemx(soNo) {
-					//#region 鍘熷闈炶嚜瀹氫箟鍒�
-					// var param = {
-					// 	SoNo: soNo,
-					// }; 
-					// table.render({
-					// 	elem: '#LAY-app-content-list2',
-					// 	url: IP + "/BllSo/GetExportNoticeDetailList",
-					// 	method: 'POST',
-					// 	height: h2,
-					// 	id: 'LAY-app-content-list2',
-					// 	where: param,
-					// 	contentType: 'application/json',
-					// 	headers:{ToKen:$.cookie('token')},
-					// 	toolbar:'#toolbarDemo',
-                    // 	defaultToolbar:  ['print'], //'print', 'exports'
-					// 	page: true, 
-					// 	limit: pageCnt,
-					// 	limits: pageLimits,
-					// 	cellMinWidth: 60, //鍏ㄥ眬瀹氫箟甯歌鍗曞厓鏍肩殑鏈�灏忓搴︼紝layui 2.2.1 鏂板
-					// 	done: function(){ 
-					// 		initMenu();
-					// 	}, 
-					// 	cols: [
-					// 		[{
-					// 			title: '搴忓彿',
-					// 			type: 'numbers',
-					// 			width: 65,
-					// 			fixed: 'left',
-					// 		}, {
-					// 			field: 'SONo',
-					// 			title: '鍑哄簱鍗曞彿',
-					// 			align: 'center',
-					// 			fixed: 'left',
-					// 			width:	165 
-					// 		}, {
-					// 			field: 'SkuNo',
-					// 			title: '鐗╂枡缂栫爜',
-					// 			align: 'center', 
-					// 			width: 130
-					// 		}, {
-					// 			field: 'SkuName',
-					// 			title: '鐗╂枡鍚嶇О',
-					// 			align: 'center', 
-					// 			width: 152
-					// 		}, {
-					// 			field: 'Standard',
-					// 			title: '鐗╂枡瑙勬牸',
-					// 			align: 'center', 
-					// 			width: 270
-					// 		}, {
-					// 			field: 'LotNo',
-					// 			title: '鎵规鍙�',
-					// 			align: 'center', 
-					// 			width: 150
-					// 		}, {
-					// 			field: 'Qty',
-					// 			title: '璁″垝鏁伴噺',
-					// 			align: 'center',  
-					// 			width: 100
-					// 		}, {
-					// 			field: 'AllotQty',
-					// 			title: '鍒嗛厤鏁伴噺',
-					// 			align: 'center',
-					// 			width: 100
-					// 		}, {
-					// 			field: 'FactQty',
-					// 			title: '涓嬫灦鏁伴噺',
-					// 			align: 'center', 
-					// 			width: 100
-					// 		}, {
-					// 			field: 'CompleteQty',
-					// 			title: '鎷h揣鏁伴噺',
-					// 			align: 'center', 
-					// 			width: 100
-					// 		}, {
-					// 			field: 'IsBale',
-					// 			title: '鏄惁瑁瑰寘',
-					// 			align: 'center',
-					// 			templet: function (d) {
-					// 				console.log(d);
-					// 				switch (d.IsBale) {
-					// 					case "0":
-					// 						return "涓嶈9鍖�"; 
-					// 					case "1":
-					// 						return "瑁瑰寘"; 
-					// 					default:
-					// 						return ""; 
-					// 				}
-									
-					// 			},
-					// 			width: 90,
-					// 			hide:true, 
-					// 		}, {
-					// 			field: 'IsBelt',
-					// 			title: '鏄惁鎵撳甫',
-					// 			align: 'center',
-					// 			templet: function (d) {
-					// 				switch (d.IsBelt) {
-					// 					case "0":
-					// 						return "涓嶆墦甯�"; 
-					// 					case "1":
-					// 						return "鎵撳甫"; 
-					// 					default:
-					// 						return ""; 
-					// 				}
-									
-					// 			},
-					// 			width: 90,
-					// 			hide:true, 
-					// 		}, {
-					// 			field: 'LotText',
-					// 			title: '鎵规鎻忚堪',
-					// 			align: 'center', 
-					// 			width: 100
-					// 		}, {
-					// 			field: 'PackagName',
-					// 			title: '鍖呰鍚嶇О',
-					// 			align: 'center', 
-					// 			width: 120
-					// 		}, {
-					// 			field: 'SupplierLot',
-					// 			title: '渚涜揣鎵规',
-					// 			align: 'center', 
-					// 			width: 120
-					// 		}, 
-					// 		// {
-					// 		// 	field: 'IsWave',
-					// 		// 	title: '鐢熸垚娉㈡',
-					// 		// 	align: 'center',
-					// 		// 	width: 90,
-					// 		// 	templet: function (d) {
-					// 		// 		switch (d.IsWave) {
-					// 		// 			case "0":
-					// 		// 				return "鍚�"; 
-					// 		// 			case "1":
-					// 		// 				return "鏄�"; 
-					// 		// 			default:
-					// 		// 				return ""; 
-					// 		// 		}
-									
-					// 		// 	}, 
-					// 		// 	hide:true,
-					// 		// }, 
-					// 		// {
-					// 		// 	field: 'WaveNo',
-					// 		// 	title: '娉㈡鍗曞彿',
-					// 		// 	align: 'center', 
-					// 		// 	width: 170,
-					// 		// 	hide:true
-					// 		// }, 
-					// 		{
-					// 			field: 'Price',
-					// 			title: '鍗曚环', 
-					// 			align: 'center', 
-					// 			width: 80,
-					// 			hide:true
-					// 		}, {
-					// 			field: 'Money',
-					// 			title: '鎬婚噾棰�', 
-					// 			align: 'center', 
-					// 			width: 90,
-					// 			hide:true
-					// 		}, {
-					// 			title: '鎿嶄綔',
-					// 			fixed: 'right',
-					// 			width: 180,
-					// 			align: 'center',
-					// 			toolbar: '#table-content-list2'
-					// 		}]
-					// 	]
-					// });
-					//#endregion
-
+					
 					//#region 鑷畾涔夎〃澶�
 					var colsJson2
 					var param1={

--
Gitblit v1.8.0