From 9d2d63ee09e8bcf494fc3fd14a48d82731fac9ef Mon Sep 17 00:00:00 2001 From: zyx <zyx123456> Date: 星期三, 24 四月 2024 09:14:38 +0800 Subject: [PATCH] 根据楼层入库出库 --- 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