Index: ssts-web/src/main/webapp/disinfectsystem/reportforms/useRecordRecyclingDelayView.js =================================================================== diff -u -r41290 -r41291 --- ssts-web/src/main/webapp/disinfectsystem/reportforms/useRecordRecyclingDelayView.js (.../useRecordRecyclingDelayView.js) (revision 41290) +++ ssts-web/src/main/webapp/disinfectsystem/reportforms/useRecordRecyclingDelayView.js (.../useRecordRecyclingDelayView.js) (revision 41291) @@ -44,7 +44,7 @@ beforeload: function(store) { store.getProxy().extraParams = { tousseTypes: '聚合包,器械包,外部代理灭菌,外来器械包,外来器械拆分小包,消毒物品,自定义器械包', - distinctName: true + distinctName: false }; } } @@ -140,6 +140,18 @@ anchor: '95%' }] }, { + width: defaultWidth, + layout: 'form', + labelWidth: 90, + height: 30, + items: [{ + xtype: 'textfield', + id: 'doctorName', + name: 'doctorName', + fieldLabel: '医生名称', + anchor: '95%' + }] + }, { width: defaultWidth * 2, layout: 'form', labelWidth: 90, @@ -165,18 +177,6 @@ matchFieldWidth: true }] }, { - width: defaultWidth, - layout: 'form', - labelWidth: 90, - height: 30, - items: [{ - xtype: 'textfield', - id: 'doctorName', - name: 'doctorName', - fieldLabel: '医生名称', - anchor: '95%' - }] - }, { width: defaultWidth * 1.5, layout: 'form', labelWidth: 90,