摘要: // // //校验实体数据是否填写if(entity.validate()!="ok"){ return;} // // /** *在鼠标失去焦点候将填写的小写字母转换为大写字母 *///@Bind #pcode.onBlur!function(self, arg){ var str = view 阅读全文
posted @ 2018-01-07 22:30 未来的羁绊 阅读(1660) 评论(0) 推荐(0) 编辑
摘要: // @Bind #btnReset.onClick!function(self, arg) { var subNo = view.get("#dsQueryCriteria").getData("#.subNo"); var subName = view.get("#dsQueryCriteria 阅读全文
posted @ 2018-01-07 22:29 未来的羁绊 阅读(526) 评论(0) 推荐(0) 编辑
摘要: 1.dataset添加数据this.get("#dsProduct").getData().insert();或者this.get("#dsProduct").insert();this.get("#dsProduct.data").insert();推荐使用 “#dsProduct.data”表示 阅读全文
posted @ 2018-01-07 22:28 未来的羁绊 阅读(5930) 评论(0) 推荐(1) 编辑
摘要: /* */ 问题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 阅读全文
posted @ 2018-01-07 22:27 未来的羁绊 阅读(152) 评论(0) 推荐(0) 编辑