Index: ssts-web/src/main/webapp/disinfectsystem/basedatamanager/tousse/tousseForm.js =================================================================== diff -u -r17025 -r17055 --- ssts-web/src/main/webapp/disinfectsystem/basedatamanager/tousse/tousseForm.js (.../tousseForm.js) (revision 17025) +++ ssts-web/src/main/webapp/disinfectsystem/basedatamanager/tousse/tousseForm.js (.../tousseForm.js) (revision 17055) @@ -1614,7 +1614,7 @@ editable : false, forceSelection : true, allowBlank : false, - value : '否', + value : '无', mode : 'local', triggerAction : 'all', anchor : '100%' @@ -2177,10 +2177,18 @@ top.Ext.getCmp('isSterile').setValue(tousseDefinition.isSterile); top.Ext.getCmp('isApplyEntireTousse').enable(); + top.Ext.getCmp('isInvoice').disable(); + top.Ext.getCmp('isInvoice').setValue('是'); }else{ top.Ext.getCmp('isSterile').disable(); top.Ext.getCmp('isSterile').setValue('是'); top.Ext.getCmp('isApplyEntireTousse').disable(); + + top.Ext.getCmp('isInvoice').enable(); + if(tousseType == '外部代理灭菌'){ + top.Ext.getCmp('isInvoice').disable(); + top.Ext.getCmp('isInvoice').setValue('是'); + } } setMaterialCountAndMaterialType(materialsPanel); },