自动化立体仓库 - WMS系统
#
Junjie
2025-06-27 6f01b51fc0770fda7787076caf0314be7a7f6656
src/main/webapp/static/js/basWrkIotype/basWrkIotype.js
@@ -13,7 +13,8 @@
        url: baseUrl+'/basWrkIotype/list/auth',
        page: true,
        limit: 16,
        skin: 'line',
        limits: [16, 30, 50, 100, 200, 500],
        // skin: 'line',
        even: true,
        toolbar: '#toolbar',
        cellMinWidth: 50,
@@ -86,9 +87,9 @@
                    type: 2,
                    title: '新增',
                    maxmin: true,
                    area: [top.detailWidth, top.detailHeight],
                    area: ['500px', top.detailHeight],
                    shadeClose: false,
                    content: 'basWrkIotype_detail.html',
                    content: 'store_detail.html',
                    success: function(layero, index){
                        layer.getChildFrame('#data-detail-submit-edit', index).hide();
                       clearFormVal(layer.getChildFrame('#detail', index));
@@ -183,7 +184,7 @@
                    maxmin: true,
                    area: [top.detailWidth, top.detailHeight],
                    shadeClose: false,
                    content: 'basWrkIotype_detail.html',
                    content: 'store_detail.html',
                    success: function(layero, index){
                        setFormVal(layer.getChildFrame('#detail', index), data, true);
                        top.convertDisabled(layer.getChildFrame('#data-detail :input', index), true);
@@ -200,9 +201,9 @@
                    type: 2,
                    title: '修改',
                    maxmin: true,
                    area: [top.detailWidth, top.detailHeight],
                    area: ['500px', top.detailHeight],
                    shadeClose: false,
                    content: 'basWrkIotype_detail.html',
                    content: 'store_detail.html',
                    success: function(layero, index){
                        layer.getChildFrame('#data-detail-submit-save', index).hide();
                        setFormVal(layer.getChildFrame('#detail', index), data, false);