view_rjz_car_apply_0.html 4.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <script>
  2. </script>
  3. <style>
  4. .car_con_col {
  5. display: none;
  6. }
  7. </style>
  8. <script type="text/javascript" src="webmain/flow/input/inputjs/renjiazhuang/rjz_car_apply.js"></script>
  9. <table width="100%" border="0" class="ke-zeroborder">
  10. <tbody>
  11. <!--申请信息-->
  12. <tr class="autoyijianview">
  13. <td height="34" colspan="4" width="15%" align="center" style="font-weight: 600" class="ys1">申请信息</td>
  14. </tr>
  15. <tr>
  16. <td height="34" width="15%" align="right" class="ys1">车辆类型</td>
  17. <td width="35%" class="ys2">
  18. <input class="inputs" style="border:none;background:none;" name="car_type" value="{car_type}" readonly="">
  19. </td>
  20. <td height="34" width="15%" align="right" class="ys1">车牌号</td>
  21. <td width="35%" class="ys2">
  22. <input class="inputs" style="border:none;background:none;font-weight: 600;color: white; background: #0a6ebd;" name="carname_success" readonly="" value="{carname}">
  23. </td>
  24. </tr>
  25. <tr>
  26. <td height="34" width="15%" align="right" class="ys1">申请车场</td>
  27. <td width="35%" class="ys2">
  28. <input class="inputs" style="border:none;background:none;" name="parking_location" readonly="" value="{parking_location}">
  29. </td>
  30. <td height="34" width="15%" align="right" class="ys1"></td>
  31. <td width="35%" class="ys2"></td>
  32. </tr>
  33. <tr>
  34. <td height="34" width="15%" align="right" class="ys1">申请使用日期</td>
  35. <td width="35%" class="ys2">
  36. <input class="inputs" style="border:none;background:none;" name="" readonly="" value="{start_time}">
  37. </td>
  38. <td height="34" width="15%" align="right" class="ys1">申请还车时间</td>
  39. <td width="35%" class="ys2">
  40. <input class="inputs" style="border:none;background:none;" name="" readonly="" value="{end_time}">
  41. </td>
  42. </tr>
  43. <tr>
  44. <td height="34" align="right" class="ys1">申请人</td>
  45. <td class="ys2">{base_name}</td>
  46. <td align="right" class="ys1">申请人部门</td>
  47. <td class="ys2">{base_deptname}</td>
  48. </tr>
  49. <!--实时信息-->
  50. <tr class="car_con_col">
  51. <td height="34" colspan="4" width="15%" align="center" style="font-weight: 600" class="ys1">实时信息</td>
  52. </tr>
  53. <tr class="car_con_col">
  54. <td height="34" width="15%" align="right" class="ys1 car_con_col">车辆总数</td>
  55. <td width="35%" class="ys2 car_con_col">
  56. <input class="inputs car_con_col" style="border:none;background:none;" name="car_con" readonly="">
  57. </td>
  58. <td height="34" width="15%" align="right" class="ys1 car_con_col">空闲车辆</td>
  59. <td width="35%" class="ys2 car_con_col">
  60. <input class="inputs car_con_col" style="border:none;background:none;" name="surplus" readonly="">
  61. </td>
  62. </tr>
  63. <!--还车信息-->
  64. <tr>
  65. <td height="34" colspan="4" width="15%" align="center" style="font-weight: 600" class="ys1">用车信息</td>
  66. </tr>
  67. <tr>
  68. <td height="34" width="15%" align="right" class="ys1">装车结束时间</td>
  69. <td width="35%" class="ys2">
  70. <input class="inputs" style="border:none;background:none;" name="" readonly="" value="{load_end_time}">
  71. </td>
  72. <td height="34" width="15%" align="right" class="ys1">下放时间</td>
  73. <td width="35%" class="ys2">
  74. <input class="inputs" style="border:none;background:none;" name="" readonly="" value="{down_time}">
  75. </td>
  76. </tr>
  77. <tr>
  78. <td height="34" width="15%" align="right" class="ys1">实际还车时间</td>
  79. <td width="35%" class="ys2">
  80. <input class="inputs" style="border:none;background:none;" name="input_actual_end_time" readonly="" value="{actual_end_time}">
  81. </td>
  82. <td height="34" width="15%" align="right" class="ys1"></td>
  83. <td width="35%" class="ys2"></td>
  84. </tr>
  85. <!--考核信息-->
  86. <tr>
  87. <td height="34" colspan="4" width="15%" align="center" style="font-weight: 600" class="ys1">考核信息</td>
  88. </tr>
  89. <tr>
  90. <td height="34" width="15%" align="right" class="ys1">超时考核</td>
  91. <td width="35%" class="ys2">{assess_timeout}</td>
  92. <td height="34" width="15%" align="right" class="ys1">车场考核</td>
  93. <td width="35%" class="ys2">{assess_location}</td>
  94. </tr>
  95. </tbody>
  96. </table>