From 4de417b106a062452f5ac86e626e7e225b753eab Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期二, 23 九月 2025 08:03:11 +0800
Subject: [PATCH] 优化问题

---
 HTML/views/HouseWithinSetting/CRLogTask.html |   14 +-------------
 1 files changed, 1 insertions(+), 13 deletions(-)

diff --git a/HTML/views/HouseWithinSetting/CRLogTask.html b/HTML/views/HouseWithinSetting/CRLogTask.html
index 5240304..5fb9559 100644
--- a/HTML/views/HouseWithinSetting/CRLogTask.html
+++ b/HTML/views/HouseWithinSetting/CRLogTask.html
@@ -60,13 +60,7 @@
 								class="layui-input">
 						</div>
 					</div>
-					<div class="layui-inline">
-						<label class="layui-form-label" style="width: 60px;">鍏抽敭淇℃伅</label>
-						<div class="layui-input-inline">
-							<input type="text" id="Msg" name="Msg" placeholder="鍏抽敭淇℃伅" autocomplete="off"
-								class="layui-input">
-						</div>
-					</div>
+					
 					<div class="layui-inline">
 						<label class="layui-form-label" style="width: 60px;">浠诲姟绫诲瀷</label>
 						<div class="layui-input-inline">
@@ -330,11 +324,6 @@
 						align: 'center',
 						templet: '#StatusButton',
 					}, {
-						field: 'Msg',
-						title: '鍏抽敭淇℃伅',
-						width: 210,
-						align: 'center',
-					}, {
 						field: 'Information',
 						title: '寮傚父淇℃伅',
 						minWidth: 100,
@@ -412,7 +401,6 @@
 						Type: $("#Type").val(),
 						Status: $("#Status").val(),
 						PalletNo: $("#PalletNo").val(),
-						Msg: $("#Msg").val(),
 						IsSuccess: parseInt($("#IsSuccess").val()),
 					};
 					tableIns=table.render({

--
Gitblit v1.8.0