Index: ssts-web/src/main/webapp/disinfectsystem/common/cssdUtils.js =================================================================== diff -u -r17071 -r17266 --- ssts-web/src/main/webapp/disinfectsystem/common/cssdUtils.js (.../cssdUtils.js) (revision 17071) +++ ssts-web/src/main/webapp/disinfectsystem/common/cssdUtils.js (.../cssdUtils.js) (revision 17266) @@ -220,8 +220,7 @@ // print(tousseObj); // setPrinterByConfig(); // LODOP.PRINT(); - //先将名称存到另一个未含科室名的名称属性里(针对东莞中医院的打印调整) - tousseObj.tousseNameWithOutDepart = tousseObj.tousseName; + printLabel(tousseObj); return; } @@ -481,6 +480,8 @@ } // 根据配置为包名增加科室前缀 function addDepartPrefixForTousseName(tousseObj){ + // 先将名称存到另一个未含科室名的名称属性里(针对东莞中医院的打印调整) + tousseObj.tousseNameWithOutDepart = tousseObj.tousseName; if(tousseObj.printOrgSource != "无"){ if(tousseObj.department){ var departPrefix = "(" + tousseObj.department + ")";