|
@ -244,7 +244,9 @@
|
|
|
{{if prescription.status >= 0 && prescription.status <= 10 && isLeader }}
|
|
|
<button id="reviewBtn" type="button" class="btn btn-w-m btn-success mlr20">确认</button>
|
|
|
{{/if}}
|
|
|
<!--<button id="editBtn" type="button" class="btn btn-w-m btn-primary mlr20">调整处方</button>-->
|
|
|
{{if (prescription.status == 0 || prescription.status == 31) && 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>
|
|
|
</div>
|
|
|
</script>
|