#
luxiaotao1123
2020-06-17 f1753f9cc233ba3440cc91abb3c9f983a528ab0f
src/main/webapp/static/js/stoMan/stoQue.js
@@ -11,7 +11,7 @@
    tableIns = table.render({
        elem: '#stoQue',
        headers: {token: localStorage.getItem('token')},
        url: '/locMast/list/auth',
        url: baseUrl+'/locMast/list/auth',
        page: true,
        limit: 10,
        even: true,
@@ -19,21 +19,21 @@
        cellMinWidth: 50,
        cols: [[
            {type: 'checkbox'}
            ,{field: 'locNo', align: 'center',title: '库位号',event: 'locDetl'}
            ,{field: 'locType$', align: 'center',title: '库位状态', width: 180,event: 'locDetl'}
            ,{field: 'whsType$', align: 'center',title: '库位类型',event: 'locDetl'}
            ,{field: 'crnNo', align: 'center',title: '堆垛机号',event: 'locDetl'}
            ,{field: 'row1', align: 'center',title: '排',event: 'locDetl'}
            ,{field: 'bay1', align: 'center',title: '列',event: 'locDetl'}
            ,{field: 'lev1', align: 'center',title: '层',event: 'locDetl'}
            ,{field: 'locNo', align: 'center',title: '库位号'}
            ,{field: 'locType$', align: 'center',title: '库位状态', width: 180}
            ,{field: 'whsType$', align: 'center',title: '库位类型'}
            ,{field: 'crnNo', align: 'center',title: '堆垛机号'}
            ,{field: 'row1', align: 'center',title: '排'}
            ,{field: 'bay1', align: 'center',title: '列'}
            ,{field: 'lev1', align: 'center',title: '层'}
            ,{field: 'fullPlt', align: 'center',title: '满板',event: 'locDetl', templet:function(row){
                    var html = "<input value='fullPlt' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'";
                    if(row.fullPlt === 'Y'){html += " checked ";}
                    html += "disabled='disabled' >";
                    return html;
                },width:80}
            ,{field: 'modiUser$', align: 'center',title: '修改人员',event: 'locDetl'}
            ,{field: 'modiTime$', align: 'center',title: '修改时间', width: 180,event: 'locDetl'}
            ,{field: 'modiUser$', align: 'center',title: '修改人员'}
            ,{field: 'modiTime$', align: 'center',title: '修改时间', width: 180}
            ,{ fixed: 'right', title:'操作', align: 'center', toolbar: '#operate'}
        ]],
        request: {
@@ -53,7 +53,7 @@
        },
        done: function(res, curr, count) {
            if (res.code === 403) {
                top.location.href = "/";
                top.location.href = baseUrl+"/";
            }
            pageCurr=curr;
            limit();
@@ -86,7 +86,7 @@
            },
            done: function (res, curr, count) {
                if (res.code === 403) {
                    top.location.href = "/";
                    top.location.href = baseUrl+"/";
                }
                pageCurr=curr;
                limit();
@@ -121,7 +121,7 @@
                        'fields': fields
                    };
                    $.ajax({
                        url: "/wrkLastno/export/auth",
                        url: baseUrl+"/wrkLastno/export/auth",
                        headers: {'token': localStorage.getItem('token')},
                        data: JSON.stringify(param),
                        dataType:'json',
@@ -132,7 +132,7 @@
                            if (res.code === 200) {
                                table.exportFile(titles,res.data,'xls');
                            } else if (res.code === 403) {
                                top.location.href = "/";
                                top.location.href = baseUrl+"/";
                            } else {
                                layer.msg(res.msg)
                            }
@@ -184,7 +184,7 @@
        tableIns1 = table.render({
            elem: '#locDetlByMap',
            headers: {token: localStorage.getItem('token')},
            url: '/locDetl/list/auth',
            url: baseUrl+'/locDetl/list/auth',
            page: true,
            limit: 5,
            skin: 'line',
@@ -223,7 +223,7 @@
            },
            done: function(res, curr, count) {
                if (res.code === 403) {
                    top.location.href = "/";
                    top.location.href = baseUrl+"/";
                }
                pageCur=curr;
                form.on('checkbox(tableCheckbox)', function (data) {
@@ -265,7 +265,7 @@
            },
            done: function (res, curr, count) {
                if (res.code === 403) {
                    top.location.href = "/";
                    top.location.href = baseUrl+"/";
                }
                pageCurr=curr;
                if (count === 1){