Index: ssts-web/src/main/webapp/disinfectsystem/basedatamanager/tousse/tousseForm.js =================================================================== diff -u -r15949 -r15953 --- ssts-web/src/main/webapp/disinfectsystem/basedatamanager/tousse/tousseForm.js (.../tousseForm.js) (revision 15949) +++ ssts-web/src/main/webapp/disinfectsystem/basedatamanager/tousse/tousseForm.js (.../tousseForm.js) (revision 15953) @@ -1663,16 +1663,14 @@ setFieldsHide(true); top.Ext.getCmp('isPacking').setValue("是"); top.Ext.getCmp('isPacking').disable(); - top.Ext.getCmp('isReview').setValue("是"); - top.Ext.getCmp('isReview').disable(); top.Ext.getCmp('isTraceable').setValue("是"); top.Ext.getCmp('isTraceable').disable(); top.Ext.getCmp('isPrint').enable(); //启用"是否打印标签" top.Ext.getCmp('autoOutStockForPacking').enable(); //启用"自动扣包内材料" + top.Ext.getCmp('isReview').enable(); //启用"是否审核" }else{ top.Ext.getCmp('isPacking').enable(); - top.Ext.getCmp('isReview').enable(); top.Ext.getCmp('isTraceable').enable(); setFieldsHide(false); }