Index: ssts-web/src/main/webapp/disinfectsystem/invoice/operationReservationView.js =================================================================== diff -u -r15490 -r15519 --- ssts-web/src/main/webapp/disinfectsystem/invoice/operationReservationView.js (.../operationReservationView.js) (revision 15490) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/operationReservationView.js (.../operationReservationView.js) (revision 15519) @@ -215,7 +215,7 @@ readOnly : true, cls : 'fieldReadOnlyNoRemove', value : $Id('userName').value, - anchor : '95%' + anchor : '100%' }] },{ columnWidth : .33, @@ -230,7 +230,7 @@ cls : 'fieldReadOnlyNoRemove', allowBlank : false, readOnly : true, - anchor : '95%' + anchor : '100%' }] },{ columnWidth : .33, @@ -252,7 +252,7 @@ hideTrigger : false, typeAhead : false, allowBlank : false, - anchor : '95%', + anchor : '100%', listeners : { select : function(combo , record , index){ top.Ext.getCmp('departCoding').setValue(record.data.id); @@ -279,7 +279,12 @@ forceSelection : true, allowBlank : false, triggerAction : 'all', - width:149 + width:149, + listeners : { + select : function(combo , record , index){ + top.Ext.getCmp('handleDepartCoding').setValue(record.data.cssdOrgUnitCode); + } + } }] },{ columnWidth : .33, @@ -293,7 +298,7 @@ maxLength:10, maxLengthText :'长度超过限制,不能保存!', allowBlank : useRecordOperationRoomAllowBlank, - anchor : '96%' + anchor : '100%' }] },{ columnWidth : .33, @@ -321,7 +326,7 @@ id : 'doctors', name : 'doctors', allowBlank : true, - anchor : '95%' + anchor : '100%' }] }, { columnWidth : 1,