单元格如果不填写,提示不能为空,为空要写0
控件直接不予许为空
----------------------------------
写一个编辑后事件
var a = this.getValue();
if (a.length == 0) {
alert("不能为空,请填写0~");
}