页面table弹框

<a id="s" href="##"
       onclick='doSomething("${dsMbTable.getTableId}","${dsMbTable.dsManageTable.tableId}","${dsMbTable.id}","${dsStrategyId}")'>策略关联表字段选择</a>

 

function doSomething(getTableId,sendTableId,dsStrategyTableId,dsStrategyId){
  viewInfo('${ctx}/dsStrategyColumnController/dsStrategyColumnForm?getTableId='+getTableId+'&sendTableId='+sendTableId+'&dsStrategyTableId='+dsStrategyTableId+'&dsStrategyId='+dsStrategyId);
 }

 

function viewInfo(url){
  url="iframe:"+url;
  //alert(url);
  top.$.jBox.open(url, "表字段选择",1200,$(top.document).height()-150,{
   buttons:{ "关闭":true}, submit:function(v, h, f){
   }, loaded:function(h){
    $(".jbox-content", top.document).css("overflow-y","hidden");
   }
  });
 }

posted @ 2018-03-16 14:48  笑的像个坏人  阅读(287)  评论(0)    收藏  举报