自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-05 8658549a3360f004acae7c212e784f260b7ce3f6
#
1个文件已修改
9 ■■■■ 已修改文件
src/main/webapp/static/js/matCode/matCode.js 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/matCode/matCode.js
@@ -169,8 +169,9 @@
                    });
                }
                break;
            // 导出
            case 'exportData':
                layer.confirm('确定导出Excel吗', function(){
                layer.confirm('确定导出Excel吗', {shadeClose: true,}, function(){
                    var titles=[];
                    var fields=[];
                    obj.config.cols[0].map(function (col) {
@@ -207,6 +208,7 @@
                    });
                });
                break;
            // 导入
            case 'intoData':
                layer.open({
                    type: 1,
@@ -215,6 +217,11 @@
                    content: $('#importDataDiv'),
                    success: function(layero, index){
                        uploader.reload();
                    },
                    end: function () {
                        $('#uploadDesc').show();
                        $('#uploadDemoView').hide();
                        $('#fileMame').html("");
                    }
                });
                break;