Index: ssts-web/src/main/webapp/disinfectsystem/basedatamanager/tousse/tousseForm.js =================================================================== diff -u -r32381 -r32802 --- ssts-web/src/main/webapp/disinfectsystem/basedatamanager/tousse/tousseForm.js (.../tousseForm.js) (revision 32381) +++ ssts-web/src/main/webapp/disinfectsystem/basedatamanager/tousse/tousseForm.js (.../tousseForm.js) (revision 32802) @@ -3169,7 +3169,11 @@ var orginalSpelling = top.Ext.getCmp('orginalSpelling').getValue(); //原拼音码 var name = top.Ext.getCmp('name').getValue(); var spelling = top.Ext.getCmp('spelling').getValue(); - + var assetsBelong = top.Ext.getCmp('assetsBelong').getRawValue(); + if(assetsBelong == ''){ + top.Ext.getCmp('assetsBelong').setValue(''); + top.Ext.getCmp('assetsBelongCode').setValue(''); + } if ((orginalName && orginalName != name && orginalSpelling == spelling) || TousseName) { //(修改操作,并且修改了名字,并且没有手动修改过拼音码)或者(另存为新的器械包操作),则清空让后台自动生成 top.Ext.getCmp('spelling').setValue('');