自动化立体仓库 - WMS系统
#
18516761980
2021-12-20 608c29d1138d4e24356bb7e4b258e1401eb05c39
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() {