|
@@ -302,17 +302,17 @@
|
|
|
<div class="qjsjxx-box">
|
|
|
<table id="boatCarTable" class="form-table-info">
|
|
|
<tr style="height: 37px;">
|
|
|
- <td class="operation_head_td" style="width: 4%;"></td>
|
|
|
- <td style="width: 4%;">序号</td>
|
|
|
- <td style="width: 9%;">出发日期</td>
|
|
|
- <td style="width: 10%;">出发地点</td>
|
|
|
- <td style="width: 9%;">到达日期</td>
|
|
|
- <td style="width: 10%;">到达地点</td>
|
|
|
+ <td class="operation_head_td" style="width: 8%;"></td>
|
|
|
+ <td style="width: 6%;">序号</td>
|
|
|
+ <td style="width: 12%;">出发日期</td>
|
|
|
+ <td style="width: 8%;">出发地点</td>
|
|
|
+ <td style="width: 12%;">到达日期</td>
|
|
|
+ <td style="width: 8%;">到达地点</td>
|
|
|
<td style="width: 8%;">交通工具</td>
|
|
|
- <td style="width: 7%;">单据张数</td>
|
|
|
- <td style="width: 10%;">车船费</td>
|
|
|
- <td style="width: 13%;">备注</td>
|
|
|
- <td style="width: 12%;">操作</td>
|
|
|
+ <td style="width: 8%;">单据张数</td>
|
|
|
+ <td style="width: 8%;">车船费</td>
|
|
|
+ <td style="width: 14%;">备注</td>
|
|
|
+ <td style="width: 8%;">操作</td>
|
|
|
</tr>
|
|
|
<tbody id="boatCarTbody" class="tbody tbodyQjsq">
|
|
|
</tbody>
|
|
@@ -467,17 +467,17 @@
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
.up_btn {
|
|
|
- background-image: url("/imgs/up_icon.png");
|
|
|
+ background-image: url("/business/imgs/up_icon.png");
|
|
|
}
|
|
|
.down_btn {
|
|
|
- background-image: url("/imgs/down_icon.png");
|
|
|
+ background-image: url("/business/imgs/down_icon.png");
|
|
|
}
|
|
|
.qjsjClass:first-child .up_btn {
|
|
|
- background-image: url("/imgs/up_disabled_icon.png");
|
|
|
+ background-image: url("/business/imgs/up_disabled_icon.png");
|
|
|
|
|
|
}
|
|
|
.qjsjClass:last-child .down_btn {
|
|
|
- background-image: url("/imgs/down_disabled_icon.png");
|
|
|
+ background-image: url("/business/imgs/down_disabled_icon.png");
|
|
|
}
|
|
|
</style>
|
|
|
</@w.workFlow>
|