自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-06 d23f39f6e3f743f7b46097a9315a6e28398218e5
src/main/webapp/static/js/matCode/matCode.js
@@ -194,6 +194,20 @@
                    }
                });
                break;
            // 批量打印
            case "btnPrintBatch":
                layer.open({
                    type: 1,
                    title: '批量打印',
                    shadeClose: true,
                    content: $('#printDataDiv'),
                    success: function(layero, index){
                    },
                    end: function () {
                    }
                });
                break;
        }
    });
@@ -354,7 +368,20 @@
                   });
                }
                break;
            // 打印
            case "btnPrint":
                layer.open({
                    type: 1,
                    title: '打印',
                    shadeClose: true,
                    content: $('#printDataDiv'),
                    success: function(layero, index){
                    },
                    end: function () {
                    }
                });
                break;
        }
    });