Get the total number of rows in the detailed table and assign it to the main table field


<script>
jQuery(document).ready(function(){
    
    

  checkCustomize=function (){
    
    //提交函数 

           var indexnum0=jQuery("#indexnum0").val();//行数 
alert( indexnum0);

    jQuery("#field8819").val(indexnum0);//主表的值
          return true;

  };

       
});

</script>

Please leave a message in the comment area and discuss together~~~

If necessary, please contact WeChat: hdygzh2019 At the same time, please explain your intention and make progress together! ! !

Guess you like

Origin blog.csdn.net/Y_6155/article/details/109018032