Index: ssts-recyclingapplication/src/main/java/com/forgon/disinfectsystem/foreigntousseapplication/service/ForeignTousseApplicationManagerImpl.java =================================================================== diff -u -r24188 -r24191 --- ssts-recyclingapplication/src/main/java/com/forgon/disinfectsystem/foreigntousseapplication/service/ForeignTousseApplicationManagerImpl.java (.../ForeignTousseApplicationManagerImpl.java) (revision 24188) +++ ssts-recyclingapplication/src/main/java/com/forgon/disinfectsystem/foreigntousseapplication/service/ForeignTousseApplicationManagerImpl.java (.../ForeignTousseApplicationManagerImpl.java) (revision 24191) @@ -194,6 +194,7 @@ } applicationItemTotal = "工具" + toolsAmount + ",植入物" + implantsAmount; + obj.put("invoicePlanDepart", StringTools.defaultString(app.getDepart())); obj.put("processType", StringTools.defaultString(app.getProcessType())); obj.put("clinicNumber", clinicNumber); obj.put("hospitalNumber", hospitalNumber); Index: ssts-web/src/main/webapp/disinfectsystem/labelTemplateDesign/dataSource.js =================================================================== diff -u -r24188 -r24191 --- ssts-web/src/main/webapp/disinfectsystem/labelTemplateDesign/dataSource.js (.../dataSource.js) (revision 24188) +++ ssts-web/src/main/webapp/disinfectsystem/labelTemplateDesign/dataSource.js (.../dataSource.js) (revision 24191) @@ -314,6 +314,10 @@ displayName: '科室', textForPreview: '急诊科' }),new ObjectDataSourceProperty({ + propName: 'invoicePlan', + displayName: '申请科室', + textForPreview: '急诊科' + }),new ObjectDataSourceProperty({ propName: 'processType', displayName: '处理方式', textForPreview: '加急'