From cd13694033118da5ba6c5b9fff5a7cfdab07bf77 Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期日, 07 四月 2024 09:06:07 +0800
Subject: [PATCH] Merge branch 'phyzasrs' of http://47.97.1.152:5880/r/zy-asrs into phyzasrs
---
src/main/webapp/static/js/agvStoMan/stoQue.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/static/js/agvStoMan/stoQue.js b/src/main/webapp/static/js/agvStoMan/stoQue.js
index 0466e10..300fa9d 100644
--- a/src/main/webapp/static/js/agvStoMan/stoQue.js
+++ b/src/main/webapp/static/js/agvStoMan/stoQue.js
@@ -36,7 +36,8 @@
,{field: 'lev1', align: 'center',title: '灞�'}
,{field: 'floor', align: 'center',title: '妤�', sort:true}
,{field: 'barcode', align: 'center',title: '瀹瑰櫒鐮�', sort:true}
- ,{field: 'barcode', align: 'center',title: '瀹瑰櫒绫诲瀷', sort:true}
+ ,{field: 'locType1$', align: 'center',title: '搴撲綅绫诲瀷', sort:true}
+ ,{field: 'locType2', align: 'center',title: '瀹瑰櫒绫诲瀷', sort:true}
,{field: 'fullPlt', align: 'center',title: '婊℃澘', templet:function(row){
var html = "<input value='fullPlt' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'";
if(row.fullPlt === 'Y'){html += " checked ";}
--
Gitblit v1.9.1