自动化立体仓库 - WMS系统
13
zhang
2025-05-28 f934f933155b4c65a17d18176f4a2fbf95e68535
src/main/webapp/static/js/basWrkIotype/basWrkIotype.js
@@ -89,7 +89,7 @@
                    maxmin: true,
                    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));
@@ -184,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);
@@ -203,7 +203,7 @@
                    maxmin: true,
                    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);