Index: ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationRecordView.js =================================================================== diff -u -r23347 -r23388 --- ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationRecordView.js (.../sterilizationRecordView.js) (revision 23347) +++ ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationRecordView.js (.../sterilizationRecordView.js) (revision 23388) @@ -772,6 +772,8 @@ {header : "炉次",width : 40,dataIndex : 'frequency'}, {header : "灭菌状态",width : 60,dataIndex : 'status', renderer : renderColor}, {header : "生物监测状态",width : 80,dataIndex : 'biologicalMonitoringStatus',renderer : renderBiologicalMonitoringStatus, hidden : !sstsConfig.showBiologicalMonitoringStatus}, + {header : "物理监测结果",width : 60,dataIndex : 'physicsResult'}, + {header : "化学监测结果",width : 60,dataIndex : 'chemistryResult'}, {id : 'SterilizationType',header : "灭菌程序",width : 60,dataIndex : 'sterilizationType'}, {header : "灭菌总数量",width : 70,dataIndex : 'amount'}, {header : "灭菌器参数",width : 70,dataIndex : 'sterilizerRecordAmount',sortable :false,renderer: function(v,p,record){ @@ -800,6 +802,8 @@ {type : 'string',dataIndex : 'sterilizer.name'}, {type : 'numeric',dataIndex : 'frequency'}, {type : 'string',dataIndex : 'biologicalMonitoringStatus'}, + {type : 'string',dataIndex : 'physicsResult'}, + {type : 'string',dataIndex : 'chemistryResult'}, {type : 'string',dataIndex : 'printStatus'}, {type : 'list',dataIndex : 'status',options : [statusBegin, statusEnd, statusFailure],phpMode : true }] @@ -822,6 +826,8 @@ {name : 'sterilizerRecordAmount'}, {name : 'amount'}, {name : 'printStatus'}, + {name : 'physicsResult'}, + {name : 'chemistryResult'}, {name : 'biologicalMonitoringStatus'}, {name : 'remark'} ];