摘要:
// // //校验实体数据是否填写if(entity.validate()!="ok"){ return;} // // /** *在鼠标失去焦点候将填写的小写字母转换为大写字母 *///@Bind #pcode.onBlur!function(self, arg){ var str = view 阅读全文
摘要:
// @Bind #btnReset.onClick!function(self, arg) { var subNo = view.get("#dsQueryCriteria").getData("#.subNo"); var subName = view.get("#dsQueryCriteria 阅读全文
摘要:
1.dataset添加数据this.get("#dsProduct").getData().insert();或者this.get("#dsProduct").insert();this.get("#dsProduct.data").insert();推荐使用 “#dsProduct.data”表示 阅读全文
摘要:
/* */ 问题1[ ] Select t.* From v_T04_Product_m t where t.pcode = 'C02-422'; Select t.* From v_T04_Product_m t where t.pcode = 'TEST08'; pcode C02-422 pi 阅读全文