1 Star 0 Fork 1

易千灵文/vue-ruoyi-code-pc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
1003.html 854 Bytes
一键复制 编辑 原始数据 按行查看 历史
Saiwen_Wu(吴赛文_IT_LK) 提交于 2022-11-23 09:15 . xinjian9
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>泛微后台————出差JS逻辑</title>
</head>
<body>
</body>
</html>
<script>
//页面加载事件
jQuery().ready(function() {
//设置起始日期范围最小为当前日期
WfForm.controlDateRange("field640944", 0,30);
//起始日期字段值 改变事件
WfForm.bindFieldChangeEvent("field640944", function(obj, id, value) {
//alert("起始日期字段值 改变事件 "+value);
//设置结束日期为空
WfForm.changeFieldValue("field640945", {value : ""});
//限制结束日期的最小值为起始日期值,最大为400天
WfForm.controlDateRange("field640945", value, 400);
});
});
</script>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yi-qianlingwen/vue-ruoyi-code-pc.git
git@gitee.com:yi-qianlingwen/vue-ruoyi-code-pc.git
yi-qianlingwen
vue-ruoyi-code-pc
vue-ruoyi-code-pc
master

搜索帮助