From d4e17a37b2c13ab13123fc373d25ffbedfc5f0e7 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期一, 29 六月 2020 14:25:54 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/waitPakin/waitPakin.js | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/static/js/waitPakin/waitPakin.js b/src/main/webapp/static/js/waitPakin/waitPakin.js index 0a9aa06..21a356c 100644 --- a/src/main/webapp/static/js/waitPakin/waitPakin.js +++ b/src/main/webapp/static/js/waitPakin/waitPakin.js @@ -18,21 +18,21 @@ toolbar: '#toolbar', cellMinWidth: 50, cols: [[ - {type: 'checkbox'} + // {type: 'checkbox'} // ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80} - ,{field: 'id', align: 'center',title: '缂栧彿', sort: true} - ,{field: 'barcode', align: 'center',title: '鎵樼洏鐮�'} +// ,{field: 'id', align: 'center',title: '缂栧彿', sort: true} + {field: 'barcode', align: 'center',title: '鎵樼洏鐮�'} ,{field: 'matnr', align: 'center',title: '鐗╂枡缂栫爜'} ,{field: 'maktx', align: 'center',title: '鐗╂枡鎻忚堪'} ,{field: 'anfme', align: 'center',title: '鏁伴噺'} ,{field: 'unit', align: 'center',title: '鍗曚綅'} ,{field: 'status', align: 'center',title: '鐘舵��', templet:function(row){ - var html = "<input value='status' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'"; - if(row.inEnable === 'Y'){html += " checked ";} + var html = "<input value='status' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' disabled='disabled' table-index='"+row.LAY_TABLE_INDEX+"'"; + if(row.status === 'Y'){html += " checked ";} html += ">"; return html; }} - ,{field: 'memo', align: 'center',title: '澶囨敞'} + ,{field: 'memo', align: 'center',title: '澶囨敞',hide: true} ,{field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿', hide: true} ,{field: 'modiUser$', align: 'center',title: '淇敼浜哄憳', hide: true} -- Gitblit v1.9.1