Index: ssts-web/src/main/webapp/disinfectsystem/routineMonitoring/routineMonitoringView.js =================================================================== diff -u -r30038 -r30045 --- ssts-web/src/main/webapp/disinfectsystem/routineMonitoring/routineMonitoringView.js (.../routineMonitoringView.js) (revision 30038) +++ ssts-web/src/main/webapp/disinfectsystem/routineMonitoring/routineMonitoringView.js (.../routineMonitoringView.js) (revision 30045) @@ -106,7 +106,7 @@ } //返回炉次显示框 -function createQualityMonitoringElementSterName(value){ +function createQualityMonitoringElementSterFre(value){ return { columnWidth : .5, layout : 'form', @@ -124,8 +124,9 @@ }] }; } + // 返回炉号显示框 -function createQualityMonitoringElementSterFre(value){ +function createQualityMonitoringElementSterName(value){ return { columnWidth : .5, layout : 'form', @@ -154,8 +155,8 @@ xtype : 'textfield', fieldLabel : '炉次', maxLength : '30', - id : 'configItemOptionSterFreQW', - name : 'configItemOptionSterFreQW', + id : 'configItemOptionSterNameQW', + name : 'configItemOptionSterNameQW', allowBlank : true, readOnly : true, value : value, @@ -173,8 +174,8 @@ xtype : 'textfield', fieldLabel : '炉号', maxLength : '30', - id : 'configItemOptionSterNameQW', - name : 'configItemOptionSterNameQW', + id : 'configItemOptionSterFreQW', + name : 'configItemOptionSterFreQW', allowBlank : true, readOnly: true, value : value,