From 63818e4689955ecd117cedba7c59d7147fcf88c8 Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期五, 17 五月 2024 09:57:57 +0800
Subject: [PATCH] 检测当前站点入库任务是否已经走出储位204L
---
src/main/webapp/static/js/agvStoMan/stoQue.js | 10 +++++-----
1 files changed, 5 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}
--
Gitblit v1.9.1