Index: ssts-web/src/main/webapp/disinfectsystem/config/gdsy/print/printConfig.js =================================================================== diff -u -r19998 -r21244 --- ssts-web/src/main/webapp/disinfectsystem/config/gdsy/print/printConfig.js (.../printConfig.js) (revision 19998) +++ ssts-web/src/main/webapp/disinfectsystem/config/gdsy/print/printConfig.js (.../printConfig.js) (revision 21244) @@ -1,4 +1,4 @@ -var appropriationInListConfig = { +var appropriationInListConfig = { headerFooter : [ // 页眉名称 {label : "广东省人民医院调拨入库单", dataIndex : '', fontSize : 15, position : ["0.3cm","37%","99%",5]}, @@ -1591,7 +1591,13 @@ tableHtml += ""; } - + // 描述 + var description = idCardInstance.description; + if(!isUndefinedOrNullOrEmpty(description)){ + tableHtml += ""; + tableHtml += ""+description+""; + tableHtml += ""; + } tableHtml += ""; tableHtml += "";