|
|
|
@ -56,36 +56,36 @@ |
|
|
|
|
<div class="layui-form-item"> |
|
|
|
|
<div class="layui-inline"> |
|
|
|
|
<label class="layui-form-label" style="width: 140px;">导出类型</label> |
|
|
|
|
<div class="layui-input-inline" style="width: 580px;"> |
|
|
|
|
<input type="radio" lay-filter="export_type" name="export_type" value="bhx" class="layui-input" title="导出清洗" checked> |
|
|
|
|
<input type="radio" lay-filter="export_type" name="export_type" value="failed" class="layui-input" title="导出清洗失败"> |
|
|
|
|
<input type="radio" lay-filter="export_type" name="export_type" value="bmc" class="layui-input" title="导出清洗成功至上传"> |
|
|
|
|
<input type="radio" lay-filter="export_type" name="export_type" value="success_bmc" class="layui-input" title="导出清洗成功再次清洗"> |
|
|
|
|
<div class="layui-input-inline" style="width: 520px;"> |
|
|
|
|
<input type="radio" lay-filter="export_type" name="export_type" value="bhx" class="layui-input" title="清洗" checked> |
|
|
|
|
<input type="radio" lay-filter="export_type" name="export_type" value="failed" class="layui-input" title="清洗失败"> |
|
|
|
|
<input type="radio" lay-filter="export_type" name="export_type" value="bmc" class="layui-input" title="清洗成功至上传"> |
|
|
|
|
<input type="radio" lay-filter="export_type" name="export_type" value="success_bmc" class="layui-input" title="清洗成功再次清洗"> |
|
|
|
|
<!-- <input type="radio" lay-filter="export_type" name="export_type" value="failed_bmc" class="layui-input" title="导出清洗失败至上传"> |
|
|
|
|
<input type="radio" lay-filter="export_type" name="export_type" value="none_bmc" class="layui-input" title="导出未处理至上传"> |
|
|
|
|
--> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="layui-inline" id="update_no"> |
|
|
|
|
<div class="layui-inline" id="update_no" style="display: none;"> |
|
|
|
|
<label class="layui-form-label" style="width: 60px;">更新序号</label> |
|
|
|
|
<div class="layui-input-inline" style="width: 210px;"> |
|
|
|
|
<input type="text" name="update_no" value=""> |
|
|
|
|
<input type="text" name="update_no" class="layui-input" value=""> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="layui-inline" id="sub_export_type"> |
|
|
|
|
<label class="layui-form-label" style="width: 60px;">导出字段</label> |
|
|
|
|
<div class="layui-input-inline" style="width: 210px;"> |
|
|
|
|
<input type="checkbox" name="export_field[]" lay-filter="export_field" value="car_no" title="车牌号"> |
|
|
|
|
<input type="checkbox" name="export_field[]" lay-filter="export_field" value="car_frame_no" title="车架号" checked> |
|
|
|
|
<label class="layui-form-label" style="width: 60px;padding: 15px 15px 0 0;">导出字段</label> |
|
|
|
|
<div class="layui-input-inline" style="width: 185px;"> |
|
|
|
|
<input type="checkbox" name="export_field[]" lay-filter="export_field" value="car_no" title="车牌"> |
|
|
|
|
<input type="checkbox" name="export_field[]" lay-filter="export_field" value="car_frame_no" title="车架" checked> |
|
|
|
|
</div> |
|
|
|
|
<label class="layui-form-label" style="width: 60px;">保险日期</label> |
|
|
|
|
<label class="layui-form-label" style="width: 60px;padding: 15px 15px 0 0;">保险日期</label> |
|
|
|
|
<div class="layui-inline"> |
|
|
|
|
<div class="layui-input-inline" style="width:auto;"> |
|
|
|
|
<input type="text" name="insurer_date1" class="layui-input export-date1" style="display: inline-block; width: 100px;"> |
|
|
|
|
<input type="text" name="insurer_date1" class="layui-input export-date1" style="display: inline-block; width: 90px;"> |
|
|
|
|
</div> |
|
|
|
|
<div class="layui-form-mid">-</div> |
|
|
|
|
<div class="layui-input-inline" style="width:auto;"> |
|
|
|
|
<input type="text" name="insurer_date2" class="layui-input export-date2" style="display: inline-block; width: 100px;"> |
|
|
|
|
<input type="text" name="insurer_date2" class="layui-input export-date2" style="display: inline-block; width: 90px;"> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|