Index: ssts-web/src/main/webapp/disinfectsystem/config/zsyy/print/printConfig.js =================================================================== diff -u -r23874 -r24956 --- ssts-web/src/main/webapp/disinfectsystem/config/zsyy/print/printConfig.js (.../printConfig.js) (revision 23874) +++ ssts-web/src/main/webapp/disinfectsystem/config/zsyy/print/printConfig.js (.../printConfig.js) (revision 24956) @@ -1733,9 +1733,9 @@ tableHtml += ""; tableHtml += ""; tableHtml += ""; - tableHtml += ""; + tableHtml += ""; tableHtml += ""; - tableHtml += ""; + tableHtml += ""; tableHtml += ""; tableHtml += ""; @@ -1767,12 +1767,12 @@ } tableHtml += ""; - tableHtml += ""; + tableHtml += ""; if(i==total-1 && !isEven){ - tableHtml += ""; - tableHtml += ""; + tableHtml += ""; + tableHtml += ""; }else{ var record2 = materials[i+total]; var materialName2 = record2.materialDefinition.name; @@ -1785,8 +1785,8 @@ if(type2 != '一次性物品'){ amount += parseInt(count2); } - tableHtml += ""; } @@ -1796,7 +1796,7 @@ var description = idCardInstance.description; if(!isUndefinedOrNullOrEmpty(description)){ tableHtml += ""; - tableHtml += ""; + tableHtml += ""; tableHtml += ""; } @@ -1844,7 +1844,7 @@ tableHtml += ""; tableHtml += "
器械名称
器械名称
数量
器械名称
器械名称
数量
"+materialName; - tableHtml += "
"+count+"
"+materialName; + tableHtml += "
"+count+"
"+materialName2; - tableHtml += "
"+count2+"
"; + tableHtml += "
"+materialName2; + tableHtml += "
"+count2+"
"; tableHtml += "
"+description+""+description+"

"; - LODOP.ADD_PRINT_HTM(0,0,"95%","100%",""+tableHtml+""); + LODOP.ADD_PRINT_HTM(0,0,"100%","100%",""+tableHtml+""); LODOP.PRINT(); } function printIDCardAndTousseImage_zsyy(idCardInstance){