自动化立体仓库 - WMS系统
skyouc
2 天以前 feffb217f48212aa3f8fb8a0e2d3181b1db8ac73
no message
1个文件已修改
11 ■■■■ 已修改文件
src/main/webapp/static/js/pakStore/emptyOut.js 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/pakStore/emptyOut.js
@@ -51,16 +51,21 @@
            ,{field: 'locNo', align: 'center',title: '库位号',sort:true}
            ,{field: 'locSts$', align: 'center',title: '库位状态',width:200}
            // ,{field: 'whsType$', align: 'center',title: '库位类型'}
            , {field: 'barcode', align: 'center', title: '托盘码'}
            ,{field: 'crnNo', align: 'center',title: '堆垛机号'}
            ,{field: 'row1', align: 'center',title: '排'}
            ,{field: 'bay1', align: 'center',title: '列'}
            ,{field: 'lev1', align: 'center',title: '层'}
            ,{field: 'fullPlt', align: 'center',title: '满板', templet:function(row){
            , {
                field: 'fullPlt', align: 'center', title: '满板', templet: function (row) {
                    var html = "<input value='fullPlt' type='checkbox' disabled=‘disabled’ lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'";
                    if(row.fullPlt === 'Y'){html += " checked ";}
                    if (row.fullPlt === 'Y') {
                        html += " checked ";
                    }
                    html += ">";
                    return html;
                },width:80}
                }, width: 80
            }
            ,{field: 'modiUser$', align: 'center',title: '修改人员',event: 'modiUser'}
            ,{field: 'modiTime$', align: 'center',title: '修改时间'}
        ]],