Commit 4641e9f4 by Huang Linyu

set required to false

parent 8ab4a5cb
......@@ -68,7 +68,7 @@ $("#telTaskType").change(function(){
<@form.singleSelect path="dto.cityId" options=cityList attributes="required" label="手机归属地(市)"/>
<@form.textInputTwoDate path1="dto.registerDateStart" path2="dto.registerDateEnd" attributes="" label="注册时间" required = true/>
<@form.textInputTwoDate path1="dto.lastLoginDateStart" path2="dto.lastLoginDateEnd" attributes="" label="最后一次登录时间" required = true/>
<@form.textInputTwoDate path1="dto.lastFeedbackTimeStart" path2="dto.lastFeedbackTimeEnd" attributes="" label="上一次拨打时间" required = true/>
<@form.textInputTwoDate path1="dto.lastFeedbackTimeStart" path2="dto.lastFeedbackTimeEnd" attributes="" label="上一次拨打时间" required = false/>
<@form.textInputTwoDate path1="dto.amountMin" path2="dto.amountMax" attributes="" label="账户余额(元)" type="text" required = false/>
<@form.checkbox path="dto.hasOrder" attributes="" label="下过单"/>
<@form.checkbox path="dto.excludeCommuneAndClub" attributes="" label="排除『公社会员』"/>
......
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 sign in to comment