摘要: var data= Forguncy.Page.getCell("pp").getValue(); var str = data.split('|'); Forguncy.Page.getCell("mc").setValue(str[0]); Forguncy.Page.getCell("jc") 阅读全文
posted @ 2021-08-07 10:42 Kevin-lan 阅读(71) 评论(0) 推荐(0)
摘要: Forguncy.Page.reload(); 阅读全文
posted @ 2021-08-07 10:41 Kevin-lan 阅读(32) 评论(0) 推荐(0)
摘要: try { if (window.parent.location.origin location.origin) { window.parent.postMessage({ type: "CLOSE ACTIVE TAB", }, window.location.origin); } } catch 阅读全文
posted @ 2021-08-07 10:41 Kevin-lan 阅读(44) 评论(0) 推荐(0)
摘要: var p = Forguncy.Page; $(document).ready(function(){ $(".FUI-dialog-header-title").text(p.getCell("abc").getValue()); });//将要显示的值传递到弹出页面上命名为abc的单元格 阅读全文
posted @ 2021-08-07 10:39 Kevin-lan 阅读(103) 评论(0) 推荐(0)
摘要: 按条件控制表格列是否可编辑 var p = Forguncy.Page var listview = p.getListView("表格1"); var activeSheet = listview.getControl().getActiveSheet(); activeSheet.bind(GC 阅读全文
posted @ 2021-08-07 10:37 Kevin-lan 阅读(114) 评论(0) 推荐(0)