自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-10-18 b5130c2e6d60c7f23e37f7c620375bc4e253caa3
src/main/webapp/static/js/staDesc/staDesc.js
@@ -13,6 +13,7 @@
        url: baseUrl+'/staDesc/list/auth',
        page: true,
        limit: 16,
        limits: [16, 30, 50, 100, 200, 500],
        even: true,
        toolbar: '#toolbar',
        cellMinWidth: 50,
@@ -27,8 +28,8 @@
            ,{field: 'crnNo$', align: 'center',title: '堆垛机号'}
            ,{field: 'crnStn$', align: 'center',title: '堆垛机站点'}
            ,{field: 'memo', align: 'center',title: '备注'}
            // ,{field: 'modiUser$', align: 'center',title: '修改人员',event: 'modiUser', style: 'cursor:pointer'}
            // ,{field: 'modiTime$', align: 'center',title: '修改时间'}
            ,{field: 'modiUser$', align: 'center',title: '修改人员', hide:true}
            ,{field: 'modiTime$', align: 'center',title: '修改时间', hide:true}
            // ,{field: 'appeUser$', align: 'center',title: '创建者',event: 'appeUser', style: 'cursor:pointer'}
            // ,{field: 'appeTime$', align: 'center',title: '添加时间'}
@@ -82,7 +83,7 @@
                success: function (res) {
                    layer.closeAll();
                    if (res.code === 200){
                        tableReload(false);
                        $(".layui-laypage-btn")[0].click();
                    } else if (res.code === 403){
                        top.location.href = baseUrl+"/";
                    }else {
@@ -125,7 +126,7 @@
                    type: 2,
                    title: '新增',
                    maxmin: true,
                    area: [top.detailWidth, top.detailHeight],
                    area: ['40%', top.detailHeight],
                    shadeClose: false,
                    content: 'staDesc_detail.html',
                    success: function(layero, index){
@@ -170,7 +171,7 @@
                }
                break;
            case 'exportData':
                layer.confirm('确定导出Excel吗', function(){
                layer.confirm('确定导出Excel吗', {shadeClose: true}, function(){
                    var titles=[];
                    var fields=[];
                    obj.config.cols[0].map(function (col) {
@@ -239,7 +240,7 @@
                    type: 2,
                    title: '修改',
                    maxmin: true,
                    area: [top.detailWidth, top.detailHeight],
                    area: ['40%', top.detailHeight],
                    shadeClose: false,
                    content: 'staDesc_detail.html',
                    success: function(layero, index){