Index: ssts-web/src/main/webapp/disinfectsystem/config/zsdxfsdeyy/print/printConfig.js
===================================================================
diff -u -r30703 -r30708
--- ssts-web/src/main/webapp/disinfectsystem/config/zsdxfsdeyy/print/printConfig.js (.../printConfig.js) (revision 30703)
+++ ssts-web/src/main/webapp/disinfectsystem/config/zsdxfsdeyy/print/printConfig.js (.../printConfig.js) (revision 30708)
@@ -1131,8 +1131,12 @@
var barcode = idCardInstance.barcode;
var date = idCardInstance.printDate;
var name = idCardInstance.tousseDefinition.name;
+ var packageType = idCardInstance.tousseDefinition.packageType;
+ var sterilingMethod = idCardInstance.tousseDefinition.sterilingMethod;
var userName = idCardInstance.userName;
var unit = idCardInstance.unit;
+ var description = idCardInstance.description;
+ var idCardQuestionList = idCardInstance.idCardQuestionList;
var tableHtml = "
";
//条码,打印人和时间和器械数量
if (barcode != '' && userName != '' && date != '') {
tableHtml += "";
- tableHtml += "";
- tableHtml += " ";
+ tableHtml += " | ";
+ tableHtml += " ";
tableHtml += "" + barcode;
tableHtml += " | ";
+ tableHtml += "包装类型:" + packageType;
tableHtml += " | ";
- tableHtml += "器械总数量:" + amount + "件";
+ tableHtml += " |
";
+ tableHtml += "";
+ tableHtml += "灭菌程序:" + sterilingMethod;
tableHtml += " | ";
tableHtml += "
";
+ tableHtml += "";
+ tableHtml += "器械总数量:" + amount + "件";
+ tableHtml += " | ";
+ tableHtml += "
";
} else {
tableHtml += "";
- tableHtml += "器械总数量:" + amount + "件";
+ tableHtml += " | 包装类型:" + packageType;
tableHtml += " | ";
tableHtml += "
";
+ tableHtml += "";
+ tableHtml += "灭菌程序:" + sterilingMethod;
+ tableHtml += " | ";
+ tableHtml += "
";
+ tableHtml += "";
+ tableHtml += "器械总数量:" + amount + "件";
+ tableHtml += " | ";
+ tableHtml += "
";
}
//告警语