|
@@ -33,11 +33,11 @@
|
|
|
|
|
|
<div class="layui-form-item layui-row layui-col-space15">
|
|
|
<label class="layui-col-xs12 relative" class="layui-form-label">
|
|
|
- <span class="color-green" >类型</span><br />
|
|
|
+ <span class="color-green" required="required" >类型</span><br />
|
|
|
<span >
|
|
|
{if !isset($vo.id)}
|
|
|
- <input type="radio" required name="type" lay-filter="type" value="1" title="售前业务">
|
|
|
- <input type="radio" name="type" required value="2" lay-filter="type" title="售后业务">
|
|
|
+ <input checked type="radio" name="type" lay-filter="type" value="1" title="售前业务">
|
|
|
+ <input type="radio" name="type" value="2" lay-filter="type" title="售后业务">
|
|
|
{else}
|
|
|
{if isset($vo.type) && $vo.type eq 1}
|
|
|
<input checked type="radio" name="type" lay-filter="type" value="1"> 售前业务
|