Commit 209cf9151072627f9778f66cd67303dcbec1e0c1
1 parent
97a0b72f
路单页面
Showing
1 changed file
with
7 additions
and
0 deletions
src/main/resources/static/pages/forms/statement/waybill.html
| ... | ... | @@ -437,6 +437,13 @@ |
| 437 | 437 | <td colspan="4">加注机油 升</td> |
| 438 | 438 | <td colspan="4">本日耗电 {{yh}}度</td> |
| 439 | 439 | {{/if}} |
| 440 | + {{if type==2}} | |
| 441 | + <td colspan="2">出场存电 {{ccyl}}%</td> | |
| 442 | + <td colspan="2">充电量 {{jzl}}度</td> | |
| 443 | + <td colspan="2">进场存电 {{jcyl}}%</td> | |
| 444 | + <td colspan="4">加注机油 升</td> | |
| 445 | + <td colspan="4">本日耗电 {{yh}}度</td> | |
| 446 | + {{/if}} | |
| 440 | 447 | </tr> |
| 441 | 448 | <tr> |
| 442 | 449 | <td rowspan="2">调度章</td> | ... | ... |