信呼OA版本v2.3.8
This commit is contained in:
9
webmain/flow/input/inputjs/mode_wenjuan.js
Normal file
9
webmain/flow/input/inputjs/mode_wenjuan.js
Normal file
@@ -0,0 +1,9 @@
|
||||
//流程模块【wenjuan.调查问卷】下录入页面自定义js页面,初始函数
|
||||
function initbodys(){
|
||||
|
||||
}
|
||||
|
||||
function changesubmit(d){
|
||||
if(d.enddt<d.startdt)return '截止日期必须大于开始日期';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user