自动化立体仓库 - WMS系统
#
18516761980
2021-09-17 cbde8633bc21bd2f64a35c25e05d9e9470313b74
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() {