Index: ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationRecordForm.js =================================================================== diff -u -r17260 -r17476 --- ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationRecordForm.js (.../sterilizationRecordForm.js) (revision 17260) +++ ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationRecordForm.js (.../sterilizationRecordForm.js) (revision 17476) @@ -1653,7 +1653,7 @@ sterilizationColumnTreeColumnArray.push({header:'加急',width:170,dataIndex:'isUrgent',hidden:true}); sterilizationColumnTreeColumnArray.push({header:'审核时间',width:170,dataIndex:'reviewTime',hidden:true}); sterilizationColumnTreeColumnArray.push({header:'位置',width:80,dataIndex:'position',hidden:!((sstsConfig.hasOwnProperty('haveSterilizerPosition')) && sstsConfig.haveSterilizerPosition)}); - sterilizationColumnTreeColumnArray.push({header:'删除',width:40,dataIndex:'type', + sterilizationColumnTreeColumnArray.push({header:'删除',width:60,dataIndex:'type', renderer:function(v,p,record){ var str = "\"删除外来器械包\""; if (record.type == '篮筐' || record.insideTousse == true) { @@ -2027,7 +2027,7 @@ cls:'x-item-disabled' } ] } , { - columnWidth : .34, + columnWidth : .33, layout : 'form', cls:'edit-5char-labelwidth', items : [{ @@ -2356,7 +2356,7 @@ } }] },{ - columnWidth : .34, + columnWidth : .33, layout : 'form', cls:'edit-5char-labelwidth', hidden : hiddenEndBarcode, @@ -2366,6 +2366,7 @@ allowBlank : true, name : "inputBarcodeEnd", id : "inputBarcodeEnd", + width : 50, anchor : '100%', listeners : { render : function(p) { @@ -2427,12 +2428,13 @@ } }] }, { - columnWidth : .35, + columnWidth : .33, layout : 'form', cls:'edit-5char-labelwidth', items : [{ xtype : 'datefieldWithMin', fieldLabel : '开始时间', + width : 50, id : 'startDate', name : 'startDate', editable : false, @@ -2443,12 +2445,13 @@ anchor : '100%' }] }, { - columnWidth : .34, + columnWidth : .33, layout : 'form', cls:'edit-5char-labelwidth', items : [{ xtype : 'datefieldWithMin', fieldLabel : '结束时间', + width : 50, id : 'endDate', name : 'endDate', editable : false, @@ -2467,7 +2470,7 @@ name : "parameter", id : "parameter", readOnly:true, - anchor : '99.5%' + anchor : '98.5%' }] },{ columnWidth : 1, @@ -2478,7 +2481,7 @@ name : "remark", id : "remark", readOnly:false, - anchor : '99.5%' + anchor : '99%' }] },{ layout : 'column', @@ -2487,8 +2490,8 @@ items : [ { layout : 'form', - columnWidth : 0.8, - labelWidth : 90, + columnWidth : 0.85, + labelWidth : 100, items : [ { xtype : 'textfield',