1
zrg
2024-11-06 c97972effd1d8abebe585f05e1390491dca3aba5
WebTM/views/³µ¼ä¹ÜÀí/²úÏß/MES_ProductionLinePackaging.html
@@ -1149,12 +1149,19 @@
            //打印按钮
            form.on('submit(Print)', function (data) {//退出
                //打开打印模板
                var BBM = $("#BBM").val();
                var LDM = $("#LDM").val();
                var linterid = $("#HInterID").val();
                var Type = "HBarCodePrint";
                var OpenTmp = "白标打印1";
                //var ReportViewer = document.getElementById("ReportViewer");
                window.open("../../基础资料/公用基础资料/HBarPlanPrint.html?linterid=" + linterid.toString() + "&Type=" + Type.toString() + "&OpenTmp=" + OpenTmp.toString());
                $("#Print2").click();
                if (LDM == "DU3" && BBM == "1099081-00-E") {
                } else {
                    $("#Print2").click();
                }
            });
            //监听表格中行工具事件