Index: ssts-web/src/main/webapp/disinfectsystem/routineMonitoring/routineMonitoringView.js =================================================================== diff -u -r18166 -r18184 --- ssts-web/src/main/webapp/disinfectsystem/routineMonitoring/routineMonitoringView.js (.../routineMonitoringView.js) (revision 18166) +++ ssts-web/src/main/webapp/disinfectsystem/routineMonitoring/routineMonitoringView.js (.../routineMonitoringView.js) (revision 18184) @@ -1076,14 +1076,14 @@ top.Ext.getCmp('tousseName').setValue(tousseName); top.Ext.getCmp('amount').setValue(amount); if('是'==isRecycle){ - top.Ext.getCmp('isRecycle').setValue(result.data.isRecycle); + top.Ext.getCmp('isRecycle').setValue(isRecycle); top.Ext.getCmp('isRepacking').setValue('否'); top.Ext.getCmp('recycle').setValue(true); top.Ext.getCmp('repacking').setValue(false); }else if('是'==isRepacking){ top.Ext.getCmp('isRecycle').setValue('否'); - top.Ext.getCmp('isRepacking').setValue(result.data.isRepacking); + top.Ext.getCmp('isRepacking').setValue(isRepacking); top.Ext.getCmp('recycle').setValue(false); top.Ext.getCmp('repacking').setValue(true); @@ -1109,14 +1109,14 @@ top.Ext.getCmp('tousseName').setValue(tousseName); top.Ext.getCmp('amount').setValue(amount); if('是'==isRecycle){ - top.Ext.getCmp('isRecycle').setValue(result.data.isRecycle); + top.Ext.getCmp('isRecycle').setValue(isRecycle); top.Ext.getCmp('isRepacking').setValue('否'); top.Ext.getCmp('recycle').setValue(true); top.Ext.getCmp('repacking').setValue(false); }else if('是'==isRepacking){ top.Ext.getCmp('isRecycle').setValue('否'); - top.Ext.getCmp('isRepacking').setValue(result.data.isRepacking); + top.Ext.getCmp('isRepacking').setValue(isRepacking); top.Ext.getCmp('recycle').setValue(false); top.Ext.getCmp('repacking').setValue(true);