Index: ssts-web/src/main/webapp/disinfectsystem/labelTemplateDesign/dataSource2.js =================================================================== diff -u -r24571 -r27728 --- ssts-web/src/main/webapp/disinfectsystem/labelTemplateDesign/dataSource2.js (.../dataSource2.js) (revision 24571) +++ ssts-web/src/main/webapp/disinfectsystem/labelTemplateDesign/dataSource2.js (.../dataSource2.js) (revision 27728) @@ -669,4 +669,22 @@ textForPreview: '妇幼医院' })] }); -objectDataSourceManager.registerDataSource(sterilisationMethodDataSource); \ No newline at end of file +objectDataSourceManager.registerDataSource(sterilisationMethodDataSource); +//生物监测包 +var biologicalMonitoringDataSource = new ObjectDataSource({ + name: '生物监测包', + objectProperties: [new ObjectDataSourceProperty({ + propName: 'barcode', + displayName: '条码', + textForPreview: '010000110' + }),new ObjectDataSourceProperty({ + propName: 'name', + displayName: '生物监测包', + textForPreview: '生物监测包' + }),new ObjectDataSourceProperty({ + propName: 'unitName', + displayName: '单位名称', + textForPreview: '中山一院' + })] +}); +objectDataSourceManager.registerDataSource(biologicalMonitoringDataSource); \ No newline at end of file