From 8b38ec303730ace01805c71f5d11c25a79ab8370 Mon Sep 17 00:00:00 2001
From: 1 <1>
Date: 星期二, 25 十一月 2025 15:12:31 +0800
Subject: [PATCH] #
---
src/main/webapp/views/basAgvMast/basAgvMast.html | 17 +++++++++++------
src/main/webapp/static/js/basAgvMastLog/basAgvMastLog.js | 18 +++++++++---------
2 files changed, 20 insertions(+), 15 deletions(-)
diff --git a/src/main/webapp/static/js/basAgvMastLog/basAgvMastLog.js b/src/main/webapp/static/js/basAgvMastLog/basAgvMastLog.js
index 063882f..51cf6ef 100644
--- a/src/main/webapp/static/js/basAgvMastLog/basAgvMastLog.js
+++ b/src/main/webapp/static/js/basAgvMastLog/basAgvMastLog.js
@@ -29,18 +29,18 @@
,{field: 'staNo', align: 'center',title: '鐩殑绔欑偣'}
,{field: 'sourceLocNo', align: 'center',title: '婧愬簱浣�'}
,{field: 'locNo', align: 'center',title: '鐩殑搴撲綅'}
- ,{field: 'priority', align: 'center',title: '浼樺厛绾�'}
- ,{field: 'floorNo', align: 'center',title: '妤煎眰'}
+ // ,{field: 'priority', align: 'center',title: '浼樺厛绾�'}
+ // ,{field: 'floorNo', align: 'center',title: '妤煎眰'}
,{field: 'status$', align: 'center',title: '鐘舵��'}
- ,{field: 'errorTime$', align: 'center',title: '寮傚父鏃堕棿'}
- ,{field: 'errorMemo', align: 'center',title: '寮傚父淇℃伅'}
+ // ,{field: 'errorTime$', align: 'center',title: '寮傚父鏃堕棿'}
+ // ,{field: 'errorMemo', align: 'center',title: '寮傚父淇℃伅'}
,{field: 'appeTime$', align: 'center',title: '娣诲姞鏃堕棿'}
- ,{field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿'}
- ,{field: 'modiUser$', align: 'center',title: '淇敼浜哄憳'}
- ,{field: 'devpId', align: 'center',title: ''}
- ,{field: 'ioType', align: 'center',title: ''}
+ // ,{field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿'}
+ // ,{field: 'modiUser$', align: 'center',title: '淇敼浜哄憳'}
+ // ,{field: 'devpId', align: 'center',title: ''}
+ // ,{field: 'ioType', align: 'center',title: ''}
- ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120}
+ // ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120}
]],
request: {
pageName: 'curr',
diff --git a/src/main/webapp/views/basAgvMast/basAgvMast.html b/src/main/webapp/views/basAgvMast/basAgvMast.html
index 97cdf44..aef1c08 100644
--- a/src/main/webapp/views/basAgvMast/basAgvMast.html
+++ b/src/main/webapp/views/basAgvMast/basAgvMast.html
@@ -114,12 +114,17 @@
<!-- <input class="layui-input" name="priority" placeholder="璇疯緭鍏ヤ紭鍏堢骇">-->
<!-- </div>-->
<!-- </div>-->
-<!-- <div class="layui-form-item">-->
-<!-- <label class="layui-form-label">妤煎眰: </label>-->
-<!-- <div class="layui-input-block">-->
-<!-- <input class="layui-input" name="floorNo" placeholder="璇疯緭鍏ユゼ灞�">-->
-<!-- </div>-->
-<!-- </div>-->
+ <div class="layui-form-item">
+ <label class="layui-form-label">妤煎眰: </label>
+ <div class="layui-input-block">
+ <select name="floorNo">
+ <option value="">璇烽�夋嫨妤煎眰</option>
+ <option value="1">1L</option>
+ <option value="2">2L</option>
+ <option value="4">4L</option>
+ </select>
+ </div>
+ </div>
<div class="layui-form-item">
<label class="layui-form-label">浠诲姟绫诲瀷: </label>
<div class="layui-input-block">
--
Gitblit v1.9.1