Index: ssts-web/src/main/webapp/disinfectsystem/invoice/operationReservationInvoiceView.js =================================================================== diff -u -r32399 -r32516 --- ssts-web/src/main/webapp/disinfectsystem/invoice/operationReservationInvoiceView.js (.../operationReservationInvoiceView.js) (revision 32399) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/operationReservationInvoiceView.js (.../operationReservationInvoiceView.js) (revision 32516) @@ -97,8 +97,9 @@ {header : "医生",width : 120,dataIndex : 'doctors'}, {header : "手术时间",width : 120,dataIndex : 'operationTime', renderer : myDateFormatByMinute}, {header : "手术编号",width : 120,dataIndex : 'scheduleId', renderer : myDateFormatByMinute}, - {header : "手术台次",width : 120,dataIndex : 'consoleName', renderer : myDateFormatByMinute}, - {header : "提交状态",width : 65,dataIndex : 'committedStatus', renderer : renderCommittedStatusColor}, + {header : "手术间",width : 120,dataIndex : 'operationRoom'}, + {header : "手术台次",width : 120,dataIndex : 'consoleName', renderer : myDateFormatByMinute}, + {header : "提交状态",width : 65,dataIndex : 'committedStatus', renderer : renderCommittedStatusColor}, {header : "发货状态",width : 65,dataIndex : 'deliverStatus', renderer : renderDeliverStatusColor}, {id:'remark',header: "备注", dataIndex: 'remark'} ]; @@ -118,6 +119,7 @@ {name : 'operatingRoom'}, {name : 'consoleName'}, {name : 'deliverStatus'}, + {name : 'operationRoom'}, {name : 'committedStatus'}, {name : 'remark'} ];