|
@@ -30,8 +30,12 @@
|
|
<a th:if="${item.fa != null and item.fa.tjstatus eq -2}" href="#" class="btnBlue" >已取消</a>
|
|
<a th:if="${item.fa != null and item.fa.tjstatus eq -2}" href="#" class="btnBlue" >已取消</a>
|
|
<a th:if="${item.fa != null and item.fa.tjstatus eq -1}" th:attr="href='/h5/appointment/gochangeappointment/'+${item.fa.aid}" class="btnBlue" >改约</a>
|
|
<a th:if="${item.fa != null and item.fa.tjstatus eq -1}" th:attr="href='/h5/appointment/gochangeappointment/'+${item.fa.aid}" class="btnBlue" >改约</a>
|
|
<a th:if="${item.fa != null and item.fa.tjstatus eq 0}" href="#" class="btnBlue" >已登记</a>
|
|
<a th:if="${item.fa != null and item.fa.tjstatus eq 0}" href="#" class="btnBlue" >已登记</a>
|
|
- <a th:if="${item.fa != null and item.fa.tjstatus eq 1}" href="#" class="btnBlue" >体检结束(报告生成中)</a>
|
|
|
|
|
|
+ <a th:if="${item.fa != null and item.fa.tjstatus eq 1}" href="#" class="btnBlue" >报告生成中</a>
|
|
|
|
+ <a th:if="${item.fa != null and item.fa.tjstatus eq 4}" href="#" class="btnBlue" >报告生成中</a>
|
|
|
|
+ <a th:if="${item.fa != null and item.fa.tjstatus eq 5}" href="#" class="btnBlue" >报告生成中</a>
|
|
|
|
+ <a th:if="${item.fa != null and item.fa.tjstatus eq 7}" href="#" class="btnBlue" >报告生成中</a>
|
|
<a th:if="${item.fa != null and item.fa.tjstatus eq 2}" th:attr="href=${item.fa.reportUrl}" class="btnBlue" target="_blank" >查看报告</a>
|
|
<a th:if="${item.fa != null and item.fa.tjstatus eq 2}" th:attr="href=${item.fa.reportUrl}" class="btnBlue" target="_blank" >查看报告</a>
|
|
|
|
+ <a th:if="${item.fa != null and item.fa.tjstatus eq 6}" th:attr="href=${item.fa.reportUrl}" class="btnBlue" target="_blank" >查看报告</a>
|
|
</p>
|
|
</p>
|
|
<p th:if="${order.payStatus} eq 0">
|
|
<p th:if="${order.payStatus} eq 0">
|
|
<a class="cancel" th:attr="href='javascript:delOrder(' + ${order.id} + ')'" >取消订单</a>
|
|
<a class="cancel" th:attr="href='javascript:delOrder(' + ${order.id} + ')'" >取消订单</a>
|