#
luxiaotao1123
2021-04-13 15670bf4839412f88a669e20e8a70553172a9332
src/main/webapp/static/js/warehouse/warehouse.js
@@ -105,8 +105,7 @@
                layer.open({
                    type: 2,
                    title: '新增',
                    maxmin: true,
                    area: [top.detailWidth, top.detailHeight],
                    area: ['30%', top.detailHeight],
                    content: 'warehouse_detail.html',
                    success: function(layero, index){
                        layer.getChildFrame('#data-detail-submit-edit', index).hide();
@@ -191,8 +190,7 @@
                layer.open({
                    type: 2,
                    title: '修改',
                    maxmin: true,
                    area: [top.detailWidth, top.detailHeight],
                    area: ['30%', top.detailHeight],
                    content: 'warehouse_detail.html',
                    success: function(layero, index){
                        layer.getChildFrame('#data-detail-submit-save', index).hide();