From 8bf142dc217414810a6766ae6f0d318b0cca82e7 Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期二, 16 五月 2023 10:45:51 +0800 Subject: [PATCH] page modify --- src/main/webapp/static/wms/js/stoMan/stoQue.js | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/static/js/stoMan/stoQue.js b/src/main/webapp/static/wms/js/stoMan/stoQue.js similarity index 94% rename from src/main/webapp/static/js/stoMan/stoQue.js rename to src/main/webapp/static/wms/js/stoMan/stoQue.js index a4630e5..0914cb3 100644 --- a/src/main/webapp/static/js/stoMan/stoQue.js +++ b/src/main/webapp/static/wms/js/stoMan/stoQue.js @@ -33,12 +33,14 @@ ,{field: 'row1', align: 'center',title: '鎺�'} ,{field: 'bay1', align: 'center',title: '鍒�'} ,{field: 'lev1', align: 'center',title: '灞�'} - ,{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 ";} - html += "disabled='disabled' >"; - return html; - },width:80} + ,{field: 'locType1$', align: 'center',title: '搴撲綅绫诲瀷'} + // ,{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 ";} + // html += "disabled='disabled' >"; + // return html; + // },width:80} + // ,{field: 'barcode', align: 'center',title: '鏉$爜鍙�'} ,{field: 'modiUser$', align: 'center',title: '淇敼浜哄憳'} ,{field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿', width: 180} ,{ fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate'} -- Gitblit v1.9.1