Index: ssts-web/src/main/webapp/disinfectsystem/print/print.js
===================================================================
diff -u -r20041 -r20395
--- ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 20041)
+++ ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 20395)
@@ -1549,7 +1549,14 @@
tableHtml += "
";
tableHtml += "";
tableHtml += " ";
- tableHtml += ""+barcode;
+ var printBarcode = true;
+ if(!isUndefinedOrNull(sstsConfig) && !isUndefinedOrNull(sstsConfig.printUserBarcodeStr)){
+ printBarcode = sstsConfig.printUserBarcodeStr;
+ }
+ if(printBarcode){
+ tableHtml += ""+barcode;
+ }
+
tableHtml += " |
";
tableHtml += "";
Index: ssts-web/src/main/webapp/systemmanage/userFormExt.jsp
===================================================================
diff -u -r12331 -r20395
--- ssts-web/src/main/webapp/systemmanage/userFormExt.jsp (.../userFormExt.jsp) (revision 12331)
+++ ssts-web/src/main/webapp/systemmanage/userFormExt.jsp (.../userFormExt.jsp) (revision 20395)
@@ -28,6 +28,7 @@
+