ソースを参照

修复bug#3981 【PC端-长处方】续方管理:续方详情除待审核状态显示“确认”按钮其他状态不需要请屏蔽。

yezehua 7 年 前
コミット
670052355e
1 ファイル変更2 行追加0 行削除
  1. 2 0
      prescription-detail.html

+ 2 - 0
prescription-detail.html

@ -238,7 +238,9 @@
	    
	    {{/if}}
		<div class="c-tac mb20 mt20">
			{{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>-->
			<button id="backBtn" type="button" class="btn btn-w-m btn-danger mlr20">返回</button>
		</div>