Index: ssts-web/src/main/webapp/homepage/supplyRoomOperate.js =================================================================== diff -u -r28436 -r28443 --- ssts-web/src/main/webapp/homepage/supplyRoomOperate.js (.../supplyRoomOperate.js) (revision 28436) +++ ssts-web/src/main/webapp/homepage/supplyRoomOperate.js (.../supplyRoomOperate.js) (revision 28443) @@ -869,7 +869,7 @@ { header: "提交时间", width: 130, dataIndex: 'submitTime' }, { header: "打印时间", width: 130, dataIndex: 'printTime' }, { header: "备注", width: sstsConfig.enableUrgentFunction?410:470, dataIndex: 'remark', id: 'autoWidth' }, - { width: 20} + { width: 18} ]; //清洗记录信息 var washColumns = [ @@ -889,7 +889,7 @@ { header: "清洗程序", width: 80, dataIndex: 'disinfectProgram'}, { header: "开始时间", width: 130, dataIndex: 'startDate'}, { header: "结束时间", width: 130, dataIndex: 'endDate'}, - { width: 20} + { width: 18} ]; //装配记录信息 var packingColumns = [ @@ -905,7 +905,7 @@ { header: "数量", width: 100, dataIndex: 'amount' }, { header: "装配人", width: 140, dataIndex: 'operator' }, { header: "装配时间", width: 130, dataIndex: 'applicationTime' }, - { width: 20} + { width: 18} ]; //审核信息 var reviewColumns = [ @@ -922,7 +922,7 @@ { header: "灭菌筐", width: 120, dataIndex: 'basketName' }, { header: "" + reviewViewText + "人", width: 100, dataIndex: 'operator' }, { header: "" + reviewViewText + "时间", width: 130, dataIndex: 'applicationTime' }, - { width: 20} + { width: 18} ]; //灭菌信息 var sterilizationColumns = [ @@ -943,7 +943,7 @@ { header: "灭菌程序", width: 70, dataIndex: 'disinfectProgram' }, { header: "开始时间", width: 130, dataIndex: 'startDate' }, { header: "结束时间", width: 130, dataIndex: 'endDate' }, - { width: 20} + { width: 18} ]; //器械包发货信息(GGSRMYY-101 消毒供应中心运作监控,发货信息列表将一次性物品和器械包分开显示) var tousseInvoiceColumns = [ @@ -960,7 +960,7 @@ { header: "发货员", width: 100, dataIndex: 'sender' }, { header: "发货时间", width: 130, dataIndex: 'senderTime' }, { header: "发往科室", width: 160, dataIndex: 'depart' }, - { width: 20} + { width: 18} ]; //一次性物品发货信息(GGSRMYY-101 消毒供应中心运作监控,发货信息列表将一次性物品和器械包分开显示) @@ -978,7 +978,7 @@ { header: "发货员", width: 100, dataIndex: 'sender' }, { header: "发货时间", width: 130, dataIndex: 'senderTime' }, { header: "发往科室", width: 160, dataIndex: 'depart' }, - { width: 20} + { width: 18} ]; applicationGrid = new Ext.tree.ColumnTree({ @@ -1036,10 +1036,6 @@ text: '器械包名称' }), listeners: { - beforerender: function (thiz) { - var tempGrid = Ext.getCmp('reportFormID'); - thiz.setHeight(tempGrid.getInnerHeight()); - }, dblclick :function(e){ for(var i=0;i