From 729c279109ae1a4f9eb90003771f57f6309a8f63 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期一, 06 五月 2024 19:08:18 +0800
Subject: [PATCH] # 库位查询调整
---
src/main/webapp/views/agvStoMan/stoQue.html | 5 +++++
src/main/webapp/static/js/agvStoMan/stoQue.js | 10 +++++-----
2 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/src/main/webapp/static/js/agvStoMan/stoQue.js b/src/main/webapp/static/js/agvStoMan/stoQue.js
index 300fa9d..400dbfa 100644
--- a/src/main/webapp/static/js/agvStoMan/stoQue.js
+++ b/src/main/webapp/static/js/agvStoMan/stoQue.js
@@ -26,14 +26,14 @@
cellMinWidth: 50,
cols: [[
{type: 'checkbox'}
- ,{field: 'locNo', align: 'center',title: '搴撲綅鍙�'}
- ,{field: 'locSts$', align: 'center',title: '搴撲綅鐘舵��', width: 180, style: 'color: #8E2323'}
+ ,{field: 'locNo', align: 'center',width: 180,title: '搴撲綅鍙�'}
+ ,{field: 'locSts$', align: 'center',title: '搴撲綅鐘舵��', width: 150, style: 'color: #8E2323'}
// ,{field: 'whsType$', align: 'center',title: '搴撲綅绫诲瀷'}
//,{field: 'crnNo', align: 'center',title: '鍫嗗灈鏈哄彿'}
//,{field: 'qrCodeValue', align: 'center',title: '浜岀淮鐮佸��', sort:true}
- ,{field: 'row1', align: 'center',title: '鎺�'}
- ,{field: 'bay1', align: 'center',title: '鍒�'}
- ,{field: 'lev1', align: 'center',title: '灞�'}
+ ,{field: 'row1', align: 'center',width: 60,title: '鎺�'}
+ ,{field: 'bay1', align: 'center',width: 60,title: '鍒�'}
+ ,{field: 'lev1', align: 'center',width: 60,title: '灞�'}
,{field: 'floor', align: 'center',title: '妤�', sort:true}
,{field: 'barcode', align: 'center',title: '瀹瑰櫒鐮�', sort:true}
,{field: 'locType1$', align: 'center',title: '搴撲綅绫诲瀷', sort:true}
diff --git a/src/main/webapp/views/agvStoMan/stoQue.html b/src/main/webapp/views/agvStoMan/stoQue.html
index e96f114..ab9814c 100644
--- a/src/main/webapp/views/agvStoMan/stoQue.html
+++ b/src/main/webapp/views/agvStoMan/stoQue.html
@@ -42,6 +42,11 @@
<input class="layui-input" type="text" name="barcode" placeholder="鎵樼洏鐮�" autocomplete="off">
</div>
</div>
+ <div class="layui-inline">
+ <div class="layui-input-inline">
+ <input class="layui-input" type="text" name="floor" placeholder="妤煎眰" autocomplete="off">
+ </div>
+ </div>
<!-- 鏃ユ湡鑼冨洿 -->
<div class="layui-inline" style="width: 300px">
<div class="layui-input-inline">
--
Gitblit v1.9.1