Index: ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/foreignProxyDisinfectionForm.js =================================================================== diff -u -r34626 -r34627 --- ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/foreignProxyDisinfectionForm.js (.../foreignProxyDisinfectionForm.js) (revision 34626) +++ ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/foreignProxyDisinfectionForm.js (.../foreignProxyDisinfectionForm.js) (revision 34627) @@ -129,10 +129,7 @@ var count = top.Ext.getCmp('count1').getValue(); var tousseType = top.Ext.getCmp('tousseType1').getValue(); var packageType = top.Ext.getCmp('packageType1').getValue(); - var sterilingType = ''; - if(SSTS_Application_UpdateSterilingType){ - sterilingType = top.Ext.getCmp('sterilingType1').getValue(); - } + var sterilingType = top.Ext.getCmp('sterilingType1').getValue(); if (name == "") { showResult("请输入器械包!"); top.Ext.getCmp('package1').setValue(""); @@ -156,9 +153,7 @@ top.Ext.getCmp('tousseType1').setValue(""); top.Ext.getCmp('count1').setValue(""); top.Ext.getCmp('packageType1').setValue(""); - if(SSTS_Application_UpdateSterilingType){ - top.Ext.getCmp('sterilingType1').setValue(""); - } + top.Ext.getCmp('sterilingType1').setValue(""); top.Ext.getCmp('package1').focus(); } } @@ -718,9 +713,7 @@ select: function (combo, record, index) { top.Ext.getCmp('packageType1').setValue(record.data.packageType); top.Ext.getCmp('tousseType1').setValue(record.data.tousseType); - if(SSTS_Application_UpdateSterilingType){ - top.Ext.getCmp('sterilingType1').setValue(record.data.sterilingMethod); - } + top.Ext.getCmp('sterilingType1').setValue(record.data.sterilingMethod); } } }, {