自动化立体仓库 - WMS系统
#
18516761980
2021-08-20 c73f3dd7d3ce960406c705d27ce7d6e0130fc9e5
src/main/webapp/views/wrkMast/wrkDetl.html
@@ -34,6 +34,8 @@
            ,{field: 'ioTime$', align: 'center',title: '工作时间'}
        ];
        cols.push.apply(cols, detlCols);
        cols.push({field: 'billNo', title:'单据编号', align: 'center'}
            ,{field: 'seqNo', title:'序号', align: 'center', width:80});
        return cols;
    }
    layui.use(['table','laydate', 'form'], function() {