Files
xinhu/webmain/flow/input/inputjs/mode_flowset.js
2023-08-22 21:55:04 +08:00

11 lines
299 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
//流程模块【flowset.流程模块列表】下录入页面自定义js页面,初始函数
function initbodys(){
}
function changesubmit(d){
if(d.tables){
var arr = d.tables.split(',');
if(arr.length>10)return '最多只能10个子表太多子表建议使用多个模块';
}
}