自动化立体仓库 - WMS系统
tzsk
2024-04-11 0d30daf9ee89603b97c6181c2949abbb89bd64c4
src/main/webapp/static/js/agvWaitPakinLog/waitPakinLog.js
@@ -2,6 +2,10 @@
function getCol() {
    var cols = [
    ];
    cols.push(
        //{field: 'suppCode', align: 'center',title: '料箱码'},
        {field: 'anfme', align: 'center',title: '数量'});
    arrRemove(detlCols,  'field', 'zpallet');
    cols.push.apply(cols, detlCols);
    cols.push({field: 'status', align: 'center',title: '数据状态', templet:function(row){
                var html = "<input value='status' type='checkbox' lay-skin='switch' lay-text='正常|锁定' lay-filter='tableCheckbox' disabled='disabled' table-index='"+row.LAY_TABLE_INDEX+"'";