Commit 7f862860 by liuyang

2024-08-28 合同管理甲方和乙方修复筛选功能

parent 720153bc
......@@ -367,7 +367,7 @@ $(function() {
message("请先选择合同类型!");
// 阻止弹窗
e.preventDefault();
} else if (contractType == "1" || contractType == "2") {
} else if (contractType == "1" || contractType == "2" || contractType == "5") {
message("只有合同类型为补充协议和合同外用工时,才需要填写主合同号!");
e.preventDefault();
}else if (contractType == "3"){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment