自动化立体仓库 - WMS系统
#
zyx
2024-05-31 757a911bb0c49ecc893cccdafce70d2fd46b4e7c
src/main/webapp/static/js/basCrnStatus/basCrnStatus.js
@@ -13,13 +13,14 @@
        url: baseUrl+'/basCrnStatus/list/auth',
        page: true,
        limit: 16,
        limits: [16, 30, 50, 100, 200, 500],
        even: true,
        toolbar: '#toolbar',
        cellMinWidth: 50,
        cols: [[
            {type: 'checkbox', fixed: 'left'}
//            ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80}
            ,{field: 'stsNo', align: 'center', sort:true ,title: '工作代号'}
            ,{field: 'stsNo', align: 'center', sort:true ,title: '状态代号'}
            ,{field: 'stsDesc', align: 'center',title: '状态描述'}
            ,{field: 'modiUser$', align: 'center',title: '修改人员'}
            ,{field: 'modiTime$', align: 'center',title: '修改时间'}