From 973c39835a23d4908ce6056fafc2a8db35d76826 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期五, 14 三月 2025 15:20:23 +0800
Subject: [PATCH] #
---
src/main/webapp/views/forklift.html | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/src/main/webapp/views/forklift.html b/src/main/webapp/views/forklift.html
index d9de518..2f5c1a0 100644
--- a/src/main/webapp/views/forklift.html
+++ b/src/main/webapp/views/forklift.html
@@ -51,7 +51,6 @@
<th>鎻愬崌鏈�</th>
<th>宸ヤ綔鍙�</th>
<th>绔欑偣淇℃伅</th>
- <th>浣滀笟鏍囪</th>
</tr>
</thead>
<tbody>
@@ -118,12 +117,6 @@
<input id="workNo" name="workNo" type="number" class="layui-input" lay-verify="number" autocomplete="off">
</div>
</div>
- <div class="form-item">
- <label class="form-label">浣滀笟鏍囪:</label>
- <div class="form-input">
- <input id="pakMk" name="pakMk" type="text" class="layui-input" autocomplete="off">
- </div>
- </div>
<div class="form-item form-button-container">
<button class="form-button" id="save">淇濆瓨</button>
<button class="form-button" id="cancel" style="background-color: #D0D0D0">鍙栨秷</button>
@@ -178,8 +171,6 @@
http.post(baseUrl+ "/forkLift/detl/update", {
liftNo: $('#liftNo').val(),
workNo: $('#workNo').val(),
- pakMk: $('#pakMk').val(),
- token: $('#token').val(),
}, function (res) {
layer.msg("淇敼鎴愬姛", {icon: 1,});
layer.close(layerDetl);
@@ -282,7 +273,6 @@
setVal(tr.children("td").eq(0), table[i-1].liftNo);
setVal(tr.children("td").eq(1), table[i-1].workNo);
setVal(tr.children("td").eq(2), staDiv);
- setVal(tr.children("td").eq(3), table[i-1].pakMk);
}
} else if (res.code === 403){
window.location.href = baseUrl+"/login";
--
Gitblit v1.9.1