zhangyanfang 5 anni fa
parent
commit
0a4a3d1814
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7 0
      app/followup/v1/html/fangshi-detail-9.html

+ 7 - 0
app/followup/v1/html/fangshi-detail-9.html

@ -457,6 +457,13 @@
                        fangshiAPI.getFollowupInfo({ followupId: this.followupId || '1888107' }).then(function (res) {
                            if (res.status == 200) {
                                vm.sfStatus = res.data.status
                                var btn=document.getElementById('isfinish')
								if (vm.sfStatus != 1) {
									btn.innerText='完成随访'
								} else {
									btn.innerText='已完成'
								}
                            } else {
                                top.toastr.error(res.msg);
                            }