| | |
| | | // ,{field: 'rearing', align: 'center',title: ''} |
| | | // ,{field: 'uping', align: 'center',title: ''} |
| | | // ,{field: 'downing', align: 'center',title: ''} |
| | | ,{field: 'inreq1', align: 'center',title: '需求1', templet:function(row){ |
| | | var html = "<input value='inreq1' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'"; |
| | | if(row.inreq1 === 'Y'){html += " checked ";} |
| | | html += ">"; |
| | | return html; |
| | | }} |
| | | ,{field: 'inreq2', align: 'center',title: '需求2', templet:function(row){ |
| | | var html = "<input value='inreq2' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'"; |
| | | if(row.inreq2 === 'Y'){html += " checked ";} |
| | | html += ">"; |
| | | return html; |
| | | }} |
| | | ,{field: 'wrkNo', align: 'center',title: '工作号', edit:true, style:'color: blue;font-weight: bold'} |
| | | // ,{field: 'inreq1', align: 'center',title: '需求1', templet:function(row){ |
| | | // var html = "<input value='inreq1' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'"; |
| | | // if(row.inreq1 === 'Y'){html += " checked ";} |
| | | // html += ">"; |
| | | // return html; |
| | | // }} |
| | | // ,{field: 'inreq2', align: 'center',title: '需求2', templet:function(row){ |
| | | // var html = "<input value='inreq2' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'"; |
| | | // if(row.inreq2 === 'Y'){html += " checked ";} |
| | | // html += ">"; |
| | | // return html; |
| | | // }} |
| | | ,{field: 'wrkNo', align: 'center',title: '任务号', edit:true, style:'color: blue;font-weight: bold'} |
| | | // ,{field: 'wrkNo1', align: 'center',title: ''} |
| | | ,{field: 'locType1$', align: 'center',title: '桶类型'} |
| | | ,{field: 'locType1$', align: 'center',title: '库位类型'} |
| | | // ,{field: 'barcode', align: 'center',title: '条形码'} |
| | | ,{field: 'inQty', align: 'center',title: '入库暂存'} |
| | | // ,{field: 'row1', align: 'center',title: ''} |