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/ASNSetting/BoxInfo.html |  167 ++-----------------------------------------------------
 1 files changed, 7 insertions(+), 160 deletions(-)

diff --git a/HTML/views/ASNSetting/BoxInfo.html b/HTML/views/ASNSetting/BoxInfo.html
index b930e6b..49f6ef2 100644
--- a/HTML/views/ASNSetting/BoxInfo.html
+++ b/HTML/views/ASNSetting/BoxInfo.html
@@ -82,10 +82,10 @@
 						</div>
 					</div>
 					<div class="layui-inline" style="margin-right: 0;">
-						<label class="layui-form-label" style="width: 60px;">鎵规鍙�</label>
+						<label class="layui-form-label" style="width: 60px;">杩涘巶缂栧彿</label>
 						<div class="layui-input-inline" style="margin-right: 0;">
 							<div class="layui-input-inline" style="margin-right: 0;">
-								<input type="text" id="LotNo" name="LotNo" placeholder="鎵规鍙�" autocomplete="off"
+								<input type="text" id="LotNo" name="LotNo" placeholder="杩涘巶缂栧彿" autocomplete="off"
 									class="layui-input">
 							</div>
 						</div>
@@ -354,12 +354,12 @@
 				{ field: 'BoxNo3', title: '鏀彿', align: 'center', fixed: 'left', width: 220, "disabled": true },
 				{ field: 'SkuNo', title: '鐗╂枡缂栫爜', align: 'center', fixed: 'left', width: 140, "disabled": true },
 				{ field: 'SkuName', title: '鐗╂枡鍚嶇О', align: 'center', fixed: 'left', width: 240, "disabled": true },
-				{ field: 'LotNo', title: '鎵规鍙�', align: 'center', width: 155, },
+				{ field: 'LotNo', title: '杩涘巶缂栧彿', align: 'center', width: 155, },
 				{ field: 'Qty', title: '鏁伴噺', align: 'center', width: 100, },
 				{ field: 'LotText', title: '鎵规鎻忚堪', align: 'center', width: 165 },
 				{ field: 'ProductionTime', title: '鐢熶骇鏃ユ湡', align: 'center', width: 160, templet: '#templetProductionTime' },
 				{ field: 'ExpirationTime', title: '杩囨湡鏃ユ湡', align: 'center', width: 160, templet: '#templetExpirationTime' },
-				{ field: 'SupplierLot', title: '渚涜揣鎵规', align: 'center', width: 155 },
+				{ field: 'SupplierLot', title: '鍘熷巶鎵瑰彿', align: 'center', width: 155 },
 				{ field: 'InspectMark', title: '鎶芥鏍囪', align: 'center', templet: '#templetInspectMark', width: 90 },
 				{ field: 'BitBoxMark', title: '闆剁鏍囪', align: 'center', templet: '#templetBitBoxMark', width: 90 },
 				{ field: 'Origin', title: '鏉ユ簮', align: 'center', },
@@ -370,160 +370,7 @@
 			var TotalColsSysArr = encodeURIComponent(encodeURIComponent(JSON.stringify(TotalColsArr)))//灏嗚〃澶存暟鎹繘琛寀rl缂栫爜
 			//#endregion
 			function bindTable() {
-				//#region 鍘熷闈炶嚜瀹氫箟鍒�
-				// var param = {
-				// 	BoxNo: $("#BoxNo").val(),
-				// 	// BoxNo2: $("#BoxNo2").val(),
-				// 	BoxNo3: $("#BoxNo3").val(),
-				// 	SkuNo: $("#SkuNo").val(),
-				// 	LotNo: $("#LotNo").val(),
-				// 	LotText: $("#LotText").val(),
-				// 	ProductionTime: $("#ProductionTime").val(),
-				// 	InspectMark: $("#InspectMark").val(),
-				// 	BitBoxMark: $("#BitBoxMark").val(),
-				// 	// Origin: "褰曞叆",
-				// };
-
-				// table.render({
-				// 	elem: '#Box-list',
-				// 	url: IP + "/BllAsn/GetBllBoxInfoList",
-				// 	method: 'POST',
-				// 	height: 'full-136',
-				// 	id: 'Box-list',
-				// 	where: param,
-				// 	contentType: 'application/json',
-				// 	toolbar: '#toolbarDemo',
-				// 	defaultToolbar: [], //'filter','print', 'exports'
-				// 	headers: { ToKen: $.cookie('token') },
-				// 	page: true,
-				// 	even: true,
-				// 	limit: pageCnt,
-				// 	limits: pageLimits,
-				// 	cellMinWidth: 60, //鍏ㄥ眬瀹氫箟甯歌鍗曞厓鏍肩殑鏈�灏忓搴︼紝layui 2.2.1 鏂板
-				// 	done: function (res) {
-				// 		setRight();
-				// 	},
-				// 	cols: [
-				// 		[{
-				// 			field: 'BoxNo',
-				// 			title: '绠卞彿',
-				// 			align: 'center',
-				// 			fixed: 'left',
-				// 			width: 220
-				// 		}, {
-				// 			field: 'BoxNo2',
-				// 			title: '鐩掑彿',
-				// 			align: 'center',
-				// 			fixed: 'left',
-				// 			hide:true
-				// 		}, {
-				// 			field: 'BoxNo3',
-				// 			title: '鏀彿',
-				// 			align: 'center',
-				// 			fixed: 'left',
-				// 			width: 220
-				// 		}, {
-				// 			field: 'SkuNo',
-				// 			title: '鐗╂枡缂栫爜',
-				// 			align: 'center',
-				// 			fixed: 'left',
-				// 			width: 140
-				// 		}, {
-				// 			field: 'SkuName',
-				// 			title: '鐗╂枡鍚嶇О',
-				// 			align: 'center',
-				// 			fixed: 'left',
-				// 			width: 240
-				// 		}, {
-				// 			field: 'LotNo',
-				// 			title: '鎵规鍙�',
-				// 			align: 'center',
-				// 			width: 155,
-				// 		}, {
-				// 			field: 'Qty',
-				// 			title: '鏁伴噺',
-				// 			align: 'center',
-				// 			width: 100,
-				// 		}, {
-				// 			field: 'LotText',
-				// 			title: '鎵规鎻忚堪',
-				// 			align: 'center',
-				// 			width: 165
-
-				// 		}, {
-				// 			field: 'ProductionTime',
-				// 			title: '鐢熶骇鏃ユ湡',
-				// 			align: 'center',
-				// 			width: 160,
-				// 			templet: function (d) {
-				// 				return formatDate2(d.ProductionTime);
-				// 			}
-				// 		}, {
-				// 			field: 'ExpirationTime',
-				// 			title: '杩囨湡鏃ユ湡',
-				// 			align: 'center',
-				// 			width: 160,
-				// 			templet: function (d) {
-				// 				return formatDate2(d.ExpirationTime);
-				// 			}
-				// 		}, {
-				// 			field: 'SupplierLot',
-				// 			title: '渚涜揣鎵规',
-				// 			align: 'center',
-				// 			width: 155
-				// 		}, {
-				// 			field: 'InspectMark',
-				// 			title: '鎶芥鏍囪',
-				// 			align: 'center',
-				// 			templet: function (d) {
-				// 				switch (d.InspectMark) {
-				// 					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-xs layui-btn-danger ">鏄�</button>'; 
-				// 					default: return "";
-				// 				}
-				// 			},
-				// 			width: 90
-				// 		}, {
-				// 			field: 'BitBoxMark',
-				// 			title: '闆剁鏍囪',
-				// 			align: 'center',
-				// 			templet: function (d) {
-				// 				switch (d.BitBoxMark) {
-				// 					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-xs layui-btn-danger">鏄�</button>'; 
-				// 					default: return "";
-				// 				}
-				// 			},
-				// 			width: 90
-				// 		}, {
-				// 			field: 'Origin',
-				// 			title: '鏉ユ簮',
-				// 			align: 'center',
-				// 		}, {
-				// 			field: 'CreateUserName',
-				// 			title: '鍒涘缓浜�',
-				// 			align: 'center',
-				// 			width: 100
-				// 		}, {
-				// 			field: 'CreateTime',
-				// 			title: '鍒涘缓鏃堕棿',
-				// 			align: 'center',
-				// 			width: 160,
-				// 			templet: function (d) {
-				// 				return formatDate(d.CreateTime);
-				// 			}
-				// 		}, {
-				// 			title: '鎿嶄綔',
-				// 			fixed: 'right',
-				// 			width: 100,
-				// 			align: 'center',
-				// 			toolbar: '#toolbarDemoList'
-				// 		}]
-				// 	],
-
-				// });
-				//#endregion
-
+				
 				//#region 鑷畾涔夎〃澶�
 				var colsJson
 				var param1 = {
@@ -678,7 +525,7 @@
 					return msg;
 				}
 				if ($("#LotNo").val() == "") {
-					layer.msg("璇疯緭鍏ユ壒娆″彿锛�", {
+					layer.msg("璇疯緭鍏ヨ繘鍘傜紪鍙凤紒", {
 						icon: 2,
 						time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級
 					});
@@ -723,7 +570,7 @@
 							'BoxNo3': 'C', //鏀彿
 							'Qty': 'D', //鏁伴噺
 							'SkuNo': 'E', //鐗╂枡鍙�
-							'LotNo': 'F', //鎵规
+							'LotNo': 'F', //杩涘巶缂栧彿
 							'LotText': 'G', //鎵规鎻忚堪
 							'ProductionTime': 'H', //鐢熶骇鏃ユ湡
 							'InspectMark': 'I',  //妫�楠屾爣璁�

--
Gitblit v1.8.0