view_flowset_0.html 721 B

12345678910111213141516171819202122232425262728
  1. <div class="r-tabs" tabid="a" style="margin-left:34px">
  2. <div index="0" class="r-tabs-item active">模块详情</div>
  3. <div index="1" custid="{id}" class="r-tabs-item">字段信息</div>
  4. </div>
  5. <!--第一个内容,固定默认的详情变量-->
  6. <div tabitem="0" tabid="a">
  7. $contview$
  8. </div>
  9. <div class="ys0" tabitem="1" tabid="a" style="display:none">字段信息</div>
  10. <script>
  11. var loadbo = [];
  12. js.ontabsclicks=function(ind,tid,o,ho){
  13. if(ind>=1 && !loadbo[ind]){
  14. var custid = o.attr('custid');
  15. ho.html('<img src="images/mloading.gif">');
  16. js.ajax(geturlact('getothernr'),{
  17. 'mkid':custid,
  18. 'ind':ind
  19. },function(ret){
  20. ho.html(ret);
  21. });
  22. }
  23. loadbo[ind] = true;
  24. }
  25. </script>