123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- <script>
- </script>
- <style>
- .car_con_col {
- display: none;
- }
- </style>
- <script type="text/javascript" src="webmain/flow/input/inputjs/renjiazhuang/rjz_car_apply.js"></script>
- <table width="100%" border="0" class="ke-zeroborder">
- <tbody>
- <!--申请信息-->
- <tr class="autoyijianview">
- <td height="34" colspan="4" width="15%" align="center" style="font-weight: 600" class="ys1">申请信息</td>
- </tr>
- <tr>
- <td height="34" width="15%" align="right" class="ys1">申请信息</td>
- <td width="35%" class="ys2" colspan="3">
- <input class="inputs" style="border:none;background:none;" name="apply_con_json" value='{apply_con_json}' readonly="">
- </td>
- <!-- <td height="34" width="15%" align="right" class="ys1">车牌号</td>-->
- <!-- <td width="35%" class="ys2">-->
- <!-- <input class="inputs" style="border:none;background:none;font-weight: 600;color: white; background: #0a6ebd;" name="carname_success" readonly="" value="{carname}">-->
- <!-- </td>-->
- </tr>
- <tr>
- <td height="34" width="15%" align="right" class="ys1">出发地</td>
- <td width="35%" class="ys2">
- <input class="inputs" style="border:none;background:none;" name="parking_location" readonly="" value="{parking_location}">
- </td>
- <td height="34" width="15%" align="right" class="ys1">目的地</td>
- <td width="35%" class="ys2">
- <input class="inputs" style="border:none;background:none;" name="destination" readonly="" value="{destination}">
- </td>
- </tr>
- <tr>
- <td height="34" width="15%" align="right" class="ys1">使用开始时间</td>
- <td width="35%" class="ys2">
- <input class="inputs" style="border:none;background:none;" name="" readonly="" value="{start_time}">
- </td>
- <td height="34" width="15%" align="right" class="ys1">使用结束时间</td>
- <td width="35%" class="ys2">
- <input class="inputs" style="border:none;background:none;" name="" readonly="" value="{end_time}">
- </td>
- </tr>
- <tr>
- <td height="34" align="right" class="ys1">申请人</td>
- <td class="ys2">{base_name}</td>
- <td align="right" class="ys1">申请人部门</td>
- <td class="ys2">{base_deptname}</td>
- </tr>
- <!--车辆指派情况-->
- <tr>
- <td height="34" colspan="4" width="15%" align="center" style="font-weight: 600" class="ys1">车辆指派情况</td>
- </tr>
- <tr>
- <td height="34" width="15%" align="right" class="ys1">平板车</td>
- <td width="35%" class="ys2">
- <input class="inputs" style="border:none;background:none;" name="car_con" readonly="">
- </td>
- <td height="34" width="15%" align="right" class="ys1">空闲车辆</td>
- <td width="35%" class="ys2">
- <input class="inputs" style="border:none;background:none;" name="surplus" readonly="">
- </td>
- </tr>
- <!--实时信息-->
- <tr class="car_con_col">
- <td height="34" colspan="4" width="15%" align="center" style="font-weight: 600" class="ys1">实时信息</td>
- </tr>
- <tr class="car_con_col">
- <td height="34" width="15%" align="right" class="ys1 car_con_col">车辆总数</td>
- <td width="35%" class="ys2 car_con_col">
- <input class="inputs car_con_col" style="border:none;background:none;" name="car_con" readonly="">
- </td>
- <td height="34" width="15%" align="right" class="ys1 car_con_col">空闲车辆</td>
- <td width="35%" class="ys2 car_con_col">
- <input class="inputs car_con_col" style="border:none;background:none;" name="surplus" readonly="">
- </td>
- </tr>
- <!--还车信息-->
- <tr>
- <td height="34" colspan="4" width="15%" align="center" style="font-weight: 600" class="ys1">用车信息</td>
- </tr>
- <tr>
- <td height="34" width="15%" align="right" class="ys1">装车结束时间</td>
- <td width="35%" class="ys2">
- <input class="inputs" style="border:none;background:none;" name="" readonly="" value="{load_end_time}">
- </td>
- <td height="34" width="15%" align="right" class="ys1">下放时间</td>
- <td width="35%" class="ys2">
- <input class="inputs" style="border:none;background:none;" name="" readonly="" value="{down_time}">
- </td>
- </tr>
- <tr>
- <td height="34" width="15%" align="right" class="ys1">实际还车时间</td>
- <td width="35%" class="ys2">
- <input class="inputs" style="border:none;background:none;" name="input_actual_end_time" readonly="" value="{actual_end_time}">
- </td>
- <td height="34" width="15%" align="right" class="ys1"></td>
- <td width="35%" class="ys2"></td>
- </tr>
- <!--考核信息-->
- <tr>
- <td height="34" colspan="4" width="15%" align="center" style="font-weight: 600" class="ys1">考核信息</td>
- </tr>
- <tr>
- <td height="34" width="15%" align="right" class="ys1">超时考核</td>
- <td width="35%" class="ys2">{assess_timeout}</td>
- <td height="34" width="15%" align="right" class="ys1">车场考核</td>
- <td width="35%" class="ys2">{assess_location}</td>
- </tr>
- </tbody>
- </table>
|