Browse Source

修复bug#3979 【PC端-长处方】续方管理:续方详情审核成功/失败无反应。

yezehua 7 years ago
parent
commit
2e77f75994
2 changed files with 2 additions and 1 deletions
  1. 1 0
      js/buz/prescription-detail.js
  2. 1 1
      prescription-detail.html

+ 1 - 0
js/buz/prescription-detail.js

@ -222,6 +222,7 @@ $(function(){
			    					location.reload(true)
			    				}, 2000)
			    			} else {
			    				showErrorMsg(res.msg)
			    				$('#reviewBtn').removeAttr('disabled')
			    			}
			    		})

+ 1 - 1
prescription-detail.html

@ -162,7 +162,7 @@
		                        <select id="feeSel" class="form-control" name="feeSel">
		                            <option>请按医生级别选择诊查费用</option>
		                            {{each feeRes as fee i}}
		                            <option value="{{fee.deptCode}} {{fee.registerFee}}">{{fee.registerTypeName}} {{fee.registerFee?fee.registerFee+'元': ''}}</option>
		                            <option value="{{fee.registerType}} {{fee.registerFee}}">{{fee.registerTypeName}} {{fee.registerFee?fee.registerFee+'元': ''}}</option>
		                            {{/each}}
		                        </select>
		                    </div>