Index: ssts-web/src/main/webapp/disinfectsystem/materialmanager/materialOutView.js =================================================================== diff -u -r24008 -r26247 --- ssts-web/src/main/webapp/disinfectsystem/materialmanager/materialOutView.js (.../materialOutView.js) (revision 24008) +++ ssts-web/src/main/webapp/disinfectsystem/materialmanager/materialOutView.js (.../materialOutView.js) (revision 26247) @@ -83,7 +83,7 @@ return false; } - if(top.Ext.getCmp('cost1').getValue() == null || top.Ext.getCmp('cost1').getValue() == ''){ + if(top.Ext.getCmp('cost1').getValue() == null || top.Ext.getCmp('cost1').getValue() === ''){ showResult("请填写单价!"); return false; }