Index: ssts-web/src/main/webapp/disinfectsystem/reportforms/departmentMonthlyDetailDSInvoiceItemView.js =================================================================== diff -u -r27770 -r27805 --- ssts-web/src/main/webapp/disinfectsystem/reportforms/departmentMonthlyDetailDSInvoiceItemView.js (.../departmentMonthlyDetailDSInvoiceItemView.js) (revision 27770) +++ ssts-web/src/main/webapp/disinfectsystem/reportforms/departmentMonthlyDetailDSInvoiceItemView.js (.../departmentMonthlyDetailDSInvoiceItemView.js) (revision 27805) @@ -314,31 +314,22 @@ } }] },{ - columnWidth : .25, + columnWidth : 0.25, layout : 'form', labelWidth : 100, items : [{ - xtype : 'combo', - id : 'departSearch', - name : 'departSearch', - queryParam : 'spell', - fieldLabel : '科室', - minChars : 0, - valueField : 'orgUnitName', - displayField : 'name', - store : departJsonStore, + xtype : 'combo', + fieldLabel : "一次性物品类型", + displayField : 'typeName', + valueField : 'typeValue', + store : diposableGooodsStore, forceSelection : true, - lazyInit : true, + editable : false, triggerAction : 'all', - hideTrigger : true, - typeAhead : false, - allowBlank : true, - anchor : '95%', - listeners:{ - select:function(combo, record, index){ - Ext.getCmp("departCoding").setValue(record.get('id')); - } - } + name : "disposableGoodsType", + id : "disposableGoodsType", + value : '', + anchor : '95%' }] },{ columnWidth : .25, @@ -441,22 +432,31 @@ anchor : '95%' }] },{ - columnWidth : 0.25, + columnWidth : .35, layout : 'form', labelWidth : 100, items : [{ - xtype : 'combo', - fieldLabel : "一次性物品类型", - displayField : 'typeName', - valueField : 'typeValue', - store : diposableGooodsStore, + xtype : 'combo', + id : 'departSearch', + name : 'departSearch', + queryParam : 'spell', + fieldLabel : '科室', + minChars : 0, + valueField : 'orgUnitName', + displayField : 'name', + store : departJsonStore, forceSelection : true, - editable : false, + lazyInit : true, triggerAction : 'all', - name : "disposableGoodsType", - id : "disposableGoodsType", - value : '', - anchor : '95%' + hideTrigger : true, + typeAhead : false, + allowBlank : true, + anchor : '95%', + listeners:{ + select:function(combo, record, index){ + Ext.getCmp("departCoding").setValue(record.get('id')); + } + } }] },{ columnWidth : .25,