var a = this.getValue();
if(a = 0)
{
alert("请注意,该出不能为空!!!");
return false;
}
if(a.toString.length==0)