From c97972effd1d8abebe585f05e1390491dca3aba5 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期三, 06 十一月 2024 11:53:56 +0800
Subject: [PATCH] 1
---
WebTM/views/车间管理/产线/MES_ProductionLinePackaging.html | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\344\272\247\347\272\277/MES_ProductionLinePackaging.html" "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\344\272\247\347\272\277/MES_ProductionLinePackaging.html"
index fc5861a..8e749f0 100644
--- "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\344\272\247\347\272\277/MES_ProductionLinePackaging.html"
+++ "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\344\272\247\347\272\277/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();
+ }
});
//鐩戝惉琛ㄦ牸涓宸ュ叿浜嬩欢
--
Gitblit v1.9.1