my-detail.js 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451
  1. var d = dialog({contentType:'load', skin:'bk-popup'});
  2. var d1 = dialog({contentType:'load', skin:'bk-popup',content:'退出中..'});
  3. var pagetype = 4;
  4. var openid =null;
  5. var userAgent = window.localStorage.getItem(agentName);
  6. var firstUid = window.localStorage.getItem("firstUid");
  7. var bindCardUrl = "",
  8. bindCardStatus;
  9. $(function() {
  10. checkUserAgent();
  11. });
  12. //appendFamilyMember($('#memberContainer'),function(){
  13. // queryInit();
  14. // clearCommittee()
  15. // var jsonstr = $.parseJSON(window.localStorage.getItem(agentName));
  16. // if(jsonstr.uid == jsonstr.represented){
  17. // $('#divChangeLogin').show()
  18. // //判断是否可以在线支付
  19. // if(canPayOnline){
  20. // $("#elecard").show();
  21. // }else{
  22. // $("#elecard").hide();
  23. // }
  24. // }else{
  25. // $('#divChangeLogin').hide()
  26. // $("#elecard").hide();
  27. // }
  28. //},function(){
  29. // //判断有授权家人,修改样式
  30. // if($('#memberContainer').is(':hidden')){
  31. // $('#content').css('padding-top','0px');
  32. // }else{
  33. // $('#content').css('padding-top','90px');
  34. // }
  35. //});
  36. function queryInit(){
  37. d.show();
  38. var jsonstr = $.parseJSON(userAgent);
  39. openid = jsonstr.openid;
  40. if(firstUid == null || firstUid == undefined){
  41. document.getElementById("divChangeLogin").style.display='none';
  42. }
  43. // isRepresent(function() {
  44. //查询用户信息
  45. query();
  46. getWeixinSign();
  47. bindEvents();
  48. //选择居委会
  49. selectCommittee()
  50. // })
  51. }
  52. //获得微信sdk信息
  53. function getWeixinSign(){
  54. var params1 = {};
  55. params1.pageUrl = server + "wx/html/grzx/html/my-detail.html&state=STATE";
  56. $.ajax(server + "weixin/getSign", {
  57. data: params1,
  58. dataType: "json",
  59. type: "post",
  60. success: function(res){
  61. if (res.status == 200) {
  62. var t = res.data.timestamp;
  63. var noncestr = res.data.noncestr;
  64. var signature = res.data.signature;
  65. wx.config({
  66. //debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
  67. appId: appId, // 必填,公众号的唯一标识
  68. timestamp: t, // 必填,生成签名的时间戳
  69. nonceStr: noncestr, // 必填,生成签名的随机串
  70. signature: signature,// 必填,签名,见附录1
  71. jsApiList: [
  72. 'chooseImage',
  73. 'uploadImage'
  74. ] // 必填,需要使用的JS接口列表,所有JS接口列表见附录2
  75. });
  76. }
  77. }
  78. });
  79. }
  80. //跳转到三师信息
  81. function changeSanshi(){
  82. window.location.href = "../../qygl/html/signing-doctors.html";
  83. }
  84. //跳转到家庭签约信息
  85. function changeJtqy(signedStatus){
  86. if(signedStatus) {
  87. window.location.href = "../../ssgg/html/doctor-homepage-new.html"
  88. } else {
  89. window.location.href = "../../qygl/html/signing-doctors.html"
  90. }
  91. }
  92. //查询列表
  93. function query() {
  94. // var data={};
  95. // sendPost('patient/baseinfo', data, 'json', 'post', queryFailed, querySuccess);
  96. //初始查询患者基本信息,然后调用接口判断该患者是否已绑定电子社保卡
  97. var reqParams = [{
  98. url: "patient/baseinfo",
  99. data: {},
  100. reqType: 'post'
  101. }]
  102. getReqPromises(reqParams).then(function(ress){
  103. querySuccess(ress[0]);
  104. //处理绑卡
  105. // var res2 = ress[1];
  106. // if(res2.data.bindStatus == '030007'){
  107. // bindCardStatus = false;
  108. // bindCardUrl = res2.data.sicardUrl;
  109. // }else if(res2.data.bindStatus == '000000'){
  110. // bindCardStatus = true;
  111. // bindCardUrl = res2.data.sicardUrl;
  112. // }else{
  113. // dialog({contentType:'tipsbox', skin:'bk-popup' , content:res2.msg}).show();
  114. // }
  115. // //判断是否可以在线支付
  116. // if(canPayOnline){
  117. // $("#elecard").show();
  118. // $("#elecardStatus").text(bindCardStatus? "已绑定" : "未绑定");
  119. // }else{
  120. // $("#elecard").hide();
  121. // }
  122. });
  123. }
  124. function queryFailed(res) {
  125. d.close();
  126. if (res && res.msg) {
  127. dialog({contentType:'tipsbox',bottom:true, skin:'bk-popup' , content:res.msg}).show();
  128. } else {
  129. dialog({contentType:'tipsbox',bottom:true, skin:'bk-popup' , content:'初始化失败'}).show();
  130. }
  131. }
  132. function querySuccess(res) {
  133. d.close();
  134. if (res.status == 200) {
  135. setValue(res.data);
  136. // if($("#ssc").val() != ""){
  137. // $("#ssc").attr("readonly","readonly");
  138. // }
  139. //取药码
  140. if(res.data.prescription == 1){
  141. $('#myMedicine').show()
  142. }else{
  143. $('#myMedicine').hide()
  144. }
  145. }
  146. }
  147. function bindEvents(){
  148. $("#backLogin").click(function (){
  149. dialog({
  150. content:'您确定继续退出登录吗?',
  151. ok: function (){
  152. d1.show()
  153. sendPost("patient/wxloginout",{},"JSON","POST",function(res){
  154. d1.close()
  155. if (res && res.msg) {
  156. dialog({contentType:'tipsbox',bottom:true, skin:'bk-popup' , content:res.msg}).show();
  157. } else {
  158. dialog({contentType:'tipsbox',bottom:true, skin:'bk-popup' , content:'退出登录失败!'}).show();
  159. }
  160. },function(res){
  161. d1.close()
  162. if(res.status==200){
  163. clearAgent();
  164. window.localStorage.removeItem("isTiXingVideoFaSong");//清除咨询详情移动网络下,用户点击不再提醒后的处理,换账号登陆后,还可以重新提醒
  165. location.replace("../../home/html/login.html?type=11&openid="+openid+"&loginType=password");
  166. }else{
  167. if (res && res.msg) {
  168. dialog({contentType:'tipsbox',bottom:true, skin:'bk-popup' , content:res.msg}).show();
  169. } else {
  170. dialog({contentType:'tipsbox',bottom:true, skin:'bk-popup' , content:'退出登录失败!'}).show();
  171. }
  172. }
  173. })
  174. },
  175. cancel: function () {
  176. return;
  177. }
  178. }).showModal();
  179. });
  180. //绑定电子社保卡
  181. $('#elecard').on('tap',function(){
  182. if(!bindCardStatus){
  183. dialog({
  184. content: '当前未绑定电子社保卡,无法进行线上缴费,是否立即绑定',
  185. cancelValue: '不了,谢谢',
  186. cancel: function () {},
  187. okValue:'是',
  188. ok: function (){
  189. window.location.href = bindCardUrl;
  190. }
  191. }).showModal();
  192. }else {
  193. window.location.href = bindCardUrl;
  194. }
  195. });
  196. //电子健康卡点击事件
  197. $("#healthcard").on('tap', function(){
  198. window.location.href = "my-health-card.html"
  199. // d.show();
  200. // var url = "/patient/ehc/redirecturl";
  201. // sendPost(url, {}, 'json', 'post', queryFailed, function(res){
  202. // if(res.status == 200){
  203. // d.close();
  204. // window.location.href = res.data;
  205. // }else{
  206. // queryFailed(res);
  207. // }
  208. // })
  209. })
  210. }
  211. //初始化页面数据
  212. function setValue(data){
  213. var photo = data.photo;
  214. var name = data.name;
  215. var sex = data.sex;
  216. var mobile = data.mobile;
  217. var idcard = data.idcard;
  218. var ssc = data.ssc;
  219. var address = data.address;
  220. var sign = Number(data.sign);
  221. var sexName = "女";
  222. if(sex == 1) {
  223. sexName = "男";
  224. }
  225. if(!photo){
  226. photo = "../../../images/p-default.png";
  227. }
  228. if(!name) name = "";
  229. if(!mobile) mobile = "";
  230. if(!idcard) idcard = "";
  231. if(!ssc) ssc = "";
  232. if(!address) address = "";
  233. document.getElementById("photo").src = getImgUrl(photo);
  234. document.getElementById("name").value = name;
  235. document.getElementById("sex").innerHTML = sexName;
  236. document.getElementById("mobile").innerHTML = mobile;
  237. document.getElementById("idcard").innerHTML = idcard;
  238. document.getElementById("ssc").innerHTML = ssc;
  239. document.getElementById("address").innerHTML = address;
  240. $('#committee').text(data.countryName);
  241. }
  242. // 添加文件
  243. function appendFile(p) {
  244. document.getElementById("photo").src = p;
  245. $("#photo").attr("data-src",p);
  246. }
  247. //获取需要上传的图片
  248. function getImages() {
  249. var images = [];
  250. var imgSrc = $("#photo").attr("data-src");
  251. images.push(imgSrc);
  252. return images;
  253. }
  254. //剪切图片
  255. function clip_photo(){
  256. $("#content").addClass("c-hide");
  257. $("#clipPanel").removeClass("c-hide");
  258. var photo = document.getElementById('file_head');
  259. lrz(photo.files[0]).then(function (rst) {
  260. var url = rst.base64;
  261. new AlloyCrop({
  262. image_src: url,
  263. width: document.documentElement.clientWidth,
  264. height: document.documentElement.clientWidth,
  265. ok_text: "保存",
  266. cancel_text: "取消",
  267. ok: function (base64, canvas) {
  268. $("#content").removeClass("c-hide");
  269. var data=base64.split(',')[1];
  270. data=window.atob(data);
  271. var ia = new Uint8Array(data.length);
  272. for (var i = 0; i < data.length; i++) {
  273. ia[i] = data.charCodeAt(i);
  274. }
  275. var blob=new Blob([ia],{type:"image/png",endings:'transparent'});
  276. var fd=new FormData();
  277. fd.append('file',blob,'image.png');
  278. var new_url = URL.createObjectURL(blob);
  279. appendFile(new_url);
  280. $.ajax(server + 'upload/image', {
  281. data: fd,
  282. dataType: 'json',
  283. contentType: false,
  284. cache: false,
  285. processData: false,
  286. beforeSend: function(request) {
  287. request.setRequestHeader("userAgent", userAgent);
  288. },
  289. type: 'post',
  290. error: function(res) {
  291. if(res.status == 999 || res.status == 998 || res.status == 997){
  292. loginUrl(res.status);
  293. return;
  294. }
  295. clickCount = 0;
  296. },
  297. success: function(res) {
  298. if(res.status == 999 || res.status == 998 || res.status == 997){
  299. loginUrl(res.status);
  300. return;
  301. }
  302. var params = {};
  303. params.photo = res.urls;
  304. var patientUrl = res.urls;
  305. sendPost('patient/save', params, 'json', 'post', submitFailed, submitSuccess);
  306. clickCount = 0;
  307. }
  308. });
  309. },
  310. cancel: function () {
  311. $("#content").removeClass("c-hide");
  312. }
  313. });
  314. })
  315. .catch(function (err){
  316. // 处理失败会执行
  317. console.log(err);
  318. });
  319. }
  320. // 上传头像
  321. var serverId = "";
  322. function chooseImage(){
  323. wx.chooseImage({
  324. count: 1,
  325. success: function (res) {
  326. appendFile(res.localIds[0]);
  327. uploadImage();
  328. }
  329. });
  330. }
  331. //获取微信上传图片的媒体ID
  332. function uploadImage(){
  333. var images = getImages();
  334. if (images.length == 0) {
  335. return;
  336. }
  337. var i = 0, length = images.length;
  338. serverId = "";
  339. function upload() {
  340. wx.uploadImage({
  341. localId: images[i],
  342. success: function (res) {
  343. i++;
  344. if(serverId.length == 0){
  345. serverId = res.serverId;
  346. }
  347. else{
  348. serverId =serverId + "," + res.serverId;
  349. }
  350. if (i < length) {
  351. upload();
  352. }
  353. if(i == images.length){
  354. update_photo();
  355. }
  356. },
  357. fail: function (res) {
  358. alert(JSON.stringify(res));
  359. }
  360. });
  361. }
  362. upload();
  363. }
  364. //上传图片到服务器上
  365. function update_photo(){
  366. var params = {};
  367. params.mediaIds = serverId;
  368. sendPost('patient/save', params, 'json', 'post', submitFailed, submitSuccess);
  369. }
  370. //上传失败
  371. function submitFailed(res) {
  372. if (res && res.msg) {
  373. dialog({contentType:'tipsbox',bottom:true, skin:'bk-popup' , content:res.msg}).show();
  374. } else {
  375. dialog({contentType:'tipsbox',bottom:true, skin:'bk-popup' , content:'上传失败'}).show();
  376. }
  377. }
  378. //上传成功
  379. function submitSuccess(res) {
  380. if (res.status == 200) {
  381. $("#content").removeClass("c-hide");
  382. $("#clipPanel").addClass("c-hide");
  383. } else {
  384. submitFailed(res);
  385. }
  386. }
  387. //查看图片
  388. function viewImg(dom) {
  389. var $img = $(dom);
  390. var thissrc = $img.attr("data-src");
  391. var mWid = $(window).width();
  392. var mHei = $(window).height();
  393. var nHtml = '<div class="delimgpop"><div class="del-img-box"><div class="del-img-con"><img class="del-pop-img" src="' + thissrc + '" style="max-width:' + mWid + 'px; max-height:' + mHei + 'px;"></div></div></div>';
  394. $("body").append(nHtml);
  395. $(".delimgpop").click(function() {
  396. $(this).remove()
  397. });
  398. };
  399. function myMedicine(){
  400. window.location.href = "../../prescription/html/my-medicine-code.html";
  401. }
  402. function myFeedback(){
  403. window.location.href = "../../yjfk/html/feedback.html";
  404. }
  405. function updatePwd(){
  406. var mobile = $('#mobile').html();
  407. window.location.href = "shezhimima.html?type=" + pagetype + "&openid=" + openid + "&mobile="+ mobile + "&1=1";
  408. }
  409. function updateAddress(){
  410. var address = $('#address').html();
  411. var paramAgent = "{\"type\":" + pagetype + ",\"openid\":\"" + openid + "\",\"address\":\"" + encodeURI(address) + "\"}";
  412. window.localStorage.setItem("paramAgent", paramAgent);
  413. window.location.href = "xiugaidizhi.html?type=" + pagetype + "&openid=" + openid + "&mobile="+ mobile + "&1=1";
  414. }
  415. function updateMobile(){
  416. var mobile = $.trim($('#mobile').html());
  417. if(mobile.length==0)
  418. window.location.href = "bangdingsj.html?type=" + pagetype + "&openid=" + openid + "&1=1";
  419. else
  420. window.location.href = "shenfenyz.html?type=" + pagetype + "&openid=" + openid + "&mobile="+ mobile + "&1=1";
  421. }
  422. function updateSSC(){
  423. var ssc = $.trim($('#ssc').html());
  424. window.location.href = "update-ssc.html?type=" + pagetype + "&openid=" + openid + "&ssc="+ ssc + "&1=1";
  425. }