随笔分类 -  WAF2

摘要://动态给F7加过滤 waf("#costSubject").wafPromptStandard("option", "filteritem", "states in (1,2)"); //分录F7加过滤 waf("#editGrid").wafGrid("getColumnConfig", "detailProject"); waf("#editGrid").wafGrid("setCel... 阅读全文
posted @ 2016-10-18 20:18 suruozhong 阅读(438) 评论(1) 推荐(0)
摘要:1 function initBuildingEntryF7(sellId){ 2 var comId = "buildingEntry"; 3 var filter = ""; 4 if(sellId!=null){ 5 filter = "sellproject.id = ... 阅读全文
posted @ 2016-10-18 20:16 suruozhong 阅读(460) 评论(0) 推荐(0)
摘要:reCarryoverFunction:function(event,value){ waf.msgBox.showConfirm({ summaryMsg:"是否反结转", buttons:[ {text:"是" ,click: function(){ waf.doPost({ action:"r 阅读全文
posted @ 2016-10-18 20:12 suruozhong 阅读(525) 评论(0) 推荐(0)
摘要:waf("#Gird").dataGrid("reloadGrid") //重新发请求去装载数据 waf("#Grid").wafGrid("reloadGrid") //不会重新发请求,会重刷新 waf("#Grid").wafGrid("delRow",id) //删除一行 waf("#grid").wafGrid("getAllRowData") // 获取所有行数... 阅读全文
posted @ 2016-10-18 20:05 suruozhong 阅读(964) 评论(0) 推荐(0)