Commit f3e1fdbb authored by zoujintao's avatar zoujintao

【ID1003045】 排班管理 修改最大排序条件

parent ae8afa2a
......@@ -99,6 +99,10 @@
alert("当天值日不可修改!!!")
return;
}
if(order>100){
alert("排序值不能大于100!!!")
return;
}
if (order == "") {
alert("排序值不能为null!!!")
return;
......
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