Index: ssts-web/src/main/webapp/disinfectsystem/packing/printRecyclingDetailWin.js =================================================================== diff -u -r32200 -r33385 --- ssts-web/src/main/webapp/disinfectsystem/packing/printRecyclingDetailWin.js (.../printRecyclingDetailWin.js) (revision 32200) +++ ssts-web/src/main/webapp/disinfectsystem/packing/printRecyclingDetailWin.js (.../printRecyclingDetailWin.js) (revision 33385) @@ -1201,8 +1201,8 @@ if(tableData && Object.keys(tableData).length > 0){ htmlTable += "
'+table.departGroupsConfig.columnName+' | '; + if(table.recyclingDepartGroupsConfig.showRecyclingDepartGroupColumn == true){ + htmlTable += ''+table.recyclingDepartGroupsConfig.columnName+' | '; } htmlTable += ''+table.departConfig.columnName+' | '; for(var j=0;j|||||||||
'+item+' | '; } htmlTable += ''+childItem+' | '; @@ -1243,7 +1243,7 @@ } } htmlTable += '||||||||||
合计: | '; }else { htmlTable += '合计: | '; @@ -1275,7 +1275,7 @@ var k = 0; for(var childItem in tableData[item]){ htmlTable += '||||||||||
'+item+' | '; } htmlTable += ''+childItem+':'; @@ -1345,7 +1345,7 @@ } } htmlTable += " | ||||||||||
"+item+" | "; } htmlTable += "科室 | ";