소스 검색

表单修改

zhangyanfang 5 년 전
부모
커밋
0a4a3d1814
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  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);
                            }