|
@ -135,7 +135,10 @@
|
|
|
{{/if}}
|
|
|
</div>
|
|
|
</div>
|
|
|
{{if prescription.status >= 0 && prescription.status <= 10 && isLeader }}
|
|
|
<!--
|
|
|
prescription.status 2、3 为线下调整,应屏蔽
|
|
|
-->
|
|
|
{{if prescription.status >= 0 && prescription.status != 2 && prescription.status != 3 && prescription.status <= 10 && isLeader }}
|
|
|
<div id="presctiptionAudit" class="ibox mb5">
|
|
|
<div class="mt15">
|
|
|
<p class="c-333 c-f16 mb5">续方审核</p>
|
|
@ -241,10 +244,10 @@
|
|
|
|
|
|
{{/if}}
|
|
|
<div class="c-tac mb20 mt20">
|
|
|
{{if prescription.status >= 0 && prescription.status <= 10 && isLeader }}
|
|
|
{{if prescription.status >= 0 && prescription.status != 2 && prescription.status != 3 && prescription.status <= 10 && isLeader }}
|
|
|
<button id="reviewBtn" type="button" class="btn btn-w-m btn-success mlr20">确认</button>
|
|
|
{{/if}}
|
|
|
{{if (prescription.status == 0 || prescription.status == 31) && isLeader }}
|
|
|
{{if (prescription.status == 0 || prescription.status == 31)&& prescription.status != 2 && prescription.status != 3 && isLeader }}
|
|
|
<button id="editBtn" type="button" class="btn btn-w-m btn-primary mlr20">调整处方</button>
|
|
|
{{/if}}
|
|
|
<button id="backBtn" type="button" class="btn btn-w-m btn-danger mlr20">返回</button>
|