Index: ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationRecordForm.js =================================================================== diff -u -r28924 -r28925 --- ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationRecordForm.js (.../sterilizationRecordForm.js) (revision 28924) +++ ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationRecordForm.js (.../sterilizationRecordForm.js) (revision 28925) @@ -4170,8 +4170,8 @@ top.Ext.getCmp('monitorBtn').show(); top.Ext.getCmp('save2').hide(); }else if((id && currentStatus == statusInterrupt) || (id && currentStatus == statusBegin)){ - top.Ext.getCmp('saveBtn').hide(); - top.Ext.getCmp('monitorBtn').show(); + top.Ext.getCmp('saveBtn').show(); + top.Ext.getCmp('monitorBtn').hide(); top.Ext.getCmp('save2').hide(); }else { top.Ext.getCmp('saveBtn').show(); @@ -4339,7 +4339,7 @@ var result = getItemTreeData(); top.Ext.getCmp("sterilizationGoods").setValue(result); top.Ext.getCmp("delTousseJson").setValue(JSON.stringify(delTousseJson)); - //top.Ext.getCmp("status").setValue(''); + // top.Ext.getCmp("status").setValue(''); var barcodePostionInfo = getBarcodePositionData(); top.Ext.getCmp("barcodePositionInfo").setValue(barcodePostionInfo); Ext.getCmp("formSubmitResult").setValue(0);