Index: ssts-web/src/main/webapp/disinfectsystem/useRecord/useRecordView.js =================================================================== diff -u -r17512 -r17848 --- ssts-web/src/main/webapp/disinfectsystem/useRecord/useRecordView.js (.../useRecordView.js) (revision 17512) +++ ssts-web/src/main/webapp/disinfectsystem/useRecord/useRecordView.js (.../useRecordView.js) (revision 17848) @@ -360,6 +360,7 @@ {header : "状态",width : 50,dataIndex : 'status',renderer : rendererColor}, {header : "住院号",width : 90,dataIndex : 'hospitalNum',renderer : renderCallModifyFunction}, {header : "诊疗号",width : 90,dataIndex : 'treatmentNum',renderer : renderCallModifyFunction}, + {header : "手术间",width : 90,dataIndex : 'operationRoom',renderer : renderCallModifyFunction}, {header : "年龄",width : 40,dataIndex : 'patientAge'}, {header : "身份证号码",width : 120,dataIndex : 'patientIDCard'}, {header : "医生",width : 70,dataIndex : 'doctorName'}, @@ -376,6 +377,7 @@ {type : 'string',dataIndex : 'treatmentNum'}, {type : 'string',dataIndex : 'hospitalNum'}, {type : 'string',dataIndex : 'patientName'}, + {type : 'string',dataIndex : 'operationRoom'}, {type : 'numeric',dataIndex : 'patientAge'}, {type : 'string',dataIndex : 'patientIDCard'}, {type : 'string',dataIndex : 'doctorName'}, @@ -394,6 +396,7 @@ {name : 'treatmentNum'}, {name : 'hospitalNum'}, {name : 'patientName'}, + {name : 'operationRoom'}, {name : 'patientAge'}, {name : 'patientIDCard'}, {name : 'doctorName'},