Index: ssts-web/src/main/webapp/disinfectsystem/invoice/operationReservationView.js =================================================================== diff -u -r17296 -r17301 --- ssts-web/src/main/webapp/disinfectsystem/invoice/operationReservationView.js (.../operationReservationView.js) (revision 17296) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/operationReservationView.js (.../operationReservationView.js) (revision 17301) @@ -267,6 +267,7 @@ }] }, { columnWidth : .33, + hidden : true, layout : 'form', labelWidth : 65, items : [{ @@ -447,6 +448,7 @@ },{ columnWidth : .33, layout : 'form', + hidden:true, labelWidth : 65, items : [{ xtype : 'textfield', @@ -857,19 +859,19 @@ } var columns = [ - {header : "流水号",width : 80,dataIndex : 'serialNumber', renderer : modifyRecord}, - {header : "手术名称",width : 180,dataIndex : 'operationName'}, - {header : "申请科室",width : 120,dataIndex : 'depart'}, + //{header : "流水号",width : 80,dataIndex : 'serialNumber', renderer : modifyRecord}, + {header : "手术名称",width : 180,dataIndex : 'operationName', renderer : modifyRecord}, + /* {header : "申请科室",width : 120,dataIndex : 'depart'}, {header : "申请人",width : 60,dataIndex : 'applicant'}, - {header : "申请时间",width : 120,dataIndex : 'applicationTime', renderer : myDateFormatByMinute}, + {header : "申请时间",width : 120,dataIndex : 'applicationTime', renderer : myDateFormatByMinute}, */ {header : "已提交",width : 60,dataIndex : 'committedStatus',renderer : renderCommittedStatus}, {header : "医生",width : 70,dataIndex : 'doctors'}, {header : "手术间",width : 80,dataIndex : 'operatingRoom'}, {header : "住院号",width : 80,dataIndex : 'hospitalNumber'}, {header : "病人姓名",width : 70,dataIndex : 'patientName'}, {header : "病区",width : 100,dataIndex : 'deptName'}, {header : "手术时间",width : 120,dataIndex : 'operationTime', renderer : myDateFormatByMinute}, - {header : "手术编号",width : 120,dataIndex : 'scheduleId'}, + //{header : "手术编号",width : 120,dataIndex : 'scheduleId'}, {header : "手术台次",width : 120,dataIndex : 'consoleName'}, {header : "发货状态",width : 65,dataIndex : 'deliverStatus', renderer : renderColor}, {id:'remark',header: "备注", dataIndex: 'remark'} @@ -951,9 +953,9 @@ grid = new Ext.ux.ForgonPageGrid( { tbar : tbar, pageSize : 20, - defaultSortField : 'id', + defaultSortField : 'consoleName', title : entityName + '列表', - defaultSortDirection : 'DESC', + defaultSortDirection : 'ASC', isCheckboxSelectionModel : true, rememberSelected : false, isShowSearchField : true,