| | |
| | | <td>市</td> <!-- 市 -->
|
| | | <td>区/县</td> <!-- 区/县 -->
|
| | | <td><s:text name="Computer_name"/></td> <!-- 机房名称 -->
|
| | | <td><s:text name="Cruising_ability"/><s:text name="Type"/></td> <!-- 续航能力类型 --> |
| | | <td><s:text name="Cruising_ability"/><s:text name="Type"/></td> <!-- 续航能力类型 --> |
| | | <td>系统类型</td> |
| | | <td colspan="2"><s:text name="Battery_record_time"/></td> <!-- 电池测试记录时间段 -->
|
| | | </tr>
|
| | | <tr>
|
| | |
| | | </div>
|
| | | </td>
|
| | | <td>
|
| | | <select id="endu_type">
|
| | | <option value="0">实时续航能力数据</option>
|
| | | <option value="1">历史续航能力数据</option>
|
| | | </select>
|
| | | <div class="layui-form" lay-filter="enduTypeFilter">
|
| | | <div class="layui-form-item">
|
| | | <div class="layui-input-block">
|
| | | <select name="endu_type" id="endu_type" lay-filter="endu_type">
|
| | | <option value="0">实时续航能力数据</option>
|
| | | <option value="1">历史续航能力数据</option>
|
| | | </select>
|
| | | </div>
|
| | | </div>
|
| | | </div>
|
| | | </td>
|
| | | <td>
|
| | | <div class="layui-form" lay-filter="monvolstdFilter">
|
| | | <div class="layui-form-item">
|
| | | <div class="layui-input-block">
|
| | | <select name="monvolstd" id="monvolstd" lay-filter="monvolstd">
|
| | | <option value =0>全部</option>
|
| | | <option value=2>2V设备</option>
|
| | | <option value=12>12V设备</option>
|
| | | </select>
|
| | | </div>
|
| | | </div>
|
| | | </div>
|
| | | </td>
|
| | | <td style="width: 15%">
|
| | | <input type="text" readonly="readonly" id="starttime" onclick="showCalendar(this)" value="2000-01-01">
|
| | |
| | | StationName1:$('#station_name1').val(), //维护区
|
| | | BattProductDate:$('#starttime').val()+" 00:00:00",
|
| | | BattProductDate1:$('#endtime').val()+" 23:59:59", //生产日期段
|
| | | monvolstd: $('#monvolstd').val() // 系统类型
|
| | | };
|
| | | //console.info(temp);
|
| | | return temp;
|