自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-30 b8212145b46bd55d44c2190df05c3805b59e6816
src/main/webapp/static/js/user/user.js
@@ -26,7 +26,7 @@
            ,{field: 'password', align: 'center',title: '密码'}
            ,{field: 'roleName', align: 'center',title: '角色'}
            // ,{field: 'createTime$', align: 'center',title: '注册时间'}
            ,{field: 'status$', align: 'center',title: '状态'}
            ,{field: 'status$', align: 'center',title: '状态', templet: '#statusTpl', width: 120, unresize: true}
            ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:100}
        ]],
@@ -53,6 +53,12 @@
            limit();
        }
    });
    // 修改状态
    form.on('switch(statusSwitch)', function (obj) {
        layer.tips(this.value + ' ' + this.name + ':'+ obj.elem.checked, obj.othis);
        layer.msg("操作成功")
    })
    // 监听排序事件
    table.on('sort(user)', function (obj) {
@@ -86,7 +92,7 @@
                    type: 2,
                    title: '新增',
                    maxmin: true,
                    area: [top.detailWidth, top.detailHeight],
                    area: ['30%', top.detailHeight],
                    shadeClose: true,
                    content: 'user_detail.html',
                    success: function(layero, index){
@@ -202,7 +208,7 @@
                    type: 2,
                    title: '修改',
                    maxmin: true,
                    area: [top.detailWidth, top.detailHeight],
                    area: ['30%', top.detailHeight],
                    shadeClose: true,
                    content: 'user_detail.html',
                    success: function(layero, index){