server-items-detail.js 40 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111
  1. var currentGMT = new Date() //当前时间GMT
  2. function showSuccessMessage(msg) {
  3. layer.msg(msg, {
  4. icon: 1
  5. })
  6. }
  7. function showSuccessMessage(msg) {
  8. layer.msg(msg, {
  9. icon: 1
  10. })
  11. }
  12. function showErrorMessage(msg) {
  13. layer.msg(msg, {
  14. icon: 5
  15. })
  16. }
  17. function showWarningMessage(msg) {
  18. layer.msg(msg, {
  19. icon: 2
  20. })
  21. }
  22. function showInfoMessage(msg) {
  23. layer.msg(msg, {
  24. icon: 6
  25. })
  26. }
  27. var previewLayerIndex, followupLayerIndex, KFZDlayerIndex
  28. function closeFollowUpLayer(planDetaiId, relationCode, flag) {
  29. if ($.isArray(relationCode)) {
  30. $.each(relationCode, function (index, item) {
  31. _vm.saveRehabilitationOperateRecord(planDetaiId, 6, item, flag)
  32. })
  33. } else {
  34. _vm.saveRehabilitationOperateRecord(planDetaiId, 6, relationCode, flag)
  35. }
  36. layer.close(followupLayerIndex)
  37. }
  38. function closeKFZDlayer(planDetaiId, relationRecordId) {
  39. layer.close(KFZDlayerIndex)
  40. _vm.saveRehabilitationOperateRecord(planDetaiId, 5)
  41. }
  42. function closeKFZD() {
  43. layer.close(KFZDlayerIndex)
  44. _vm.initData()
  45. }
  46. var _vm
  47. Vue.component('server-items-detail', {
  48. template:
  49. '<div class="p15 ui-grid ui-grid-vertical" style="height:calc(100%);position: relative;">\
  50. <div class="icon-group">\
  51. <i class="icon-edit el-icon-edit-outline mr15" @click="goToEditConfig"></i>\
  52. <i class="icon-close el-icon-close" @click="onClose"></i>\
  53. </div>\
  54. <div class="c-t-center c-f18 c-333 mt15">服务内容-{{service.title}}</div>\
  55. <div class="c-t-center c-f17 c-666 mt10">{{patientname}}患者{{service.title}}计划</div>\
  56. <div class="c-333 ptb10 c-f17 mt10">指导留言</div>\
  57. <div @click="zdly(service)">\
  58. <div class="c-f14 c-666" v-if="!message.isImg" >{{message.content}}</div>\
  59. <div class="mt10" v-else><img :src="message.content" @click.stop="previewImg(message.content)" style="width:60px;height:60px;" :data-preview-src="message.content" data-preview-group="1"/></div>\
  60. </div>\
  61. <div v-if="islimit" class="mtb10 ui-grid">\
  62. <div class="ui-col-1">\
  63. <i class="icon icon-prev icon-20" @click="preMonth"></i>\
  64. <span class="currentDay">{{currentDay}}</span>\
  65. <i class="icon icon-next icon-20" @click="nextMonth"></i></span>\
  66. </div>\
  67. <div class="pull-right switch-list" style="text-align:center">\
  68. <span class="rili" :class="{active:(tabStatus==1)}" @click="tabStatus=1"><i class="icon icon-rili icon-20"></i></span>\
  69. <span class="shijianzhou" :class="{active:(tabStatus==2)}" @click="tabStatus=2"><i class="icon icon-liebiao icon-20"></i></span>\
  70. </div>\
  71. </div>\
  72. <div v-if="islimit&&tabStatus==1" class="ui-col-1" style="overflow: hidden; overflow-y: scroll;">\
  73. <div class="calendar-week">\
  74. <div class="flex-box text-center">\
  75. <div class="flex-box-item">周一</div>\
  76. <div class="flex-box-item">周二</div>\
  77. <div class="flex-box-item">周三</div>\
  78. <div class="flex-box-item">周四</div>\
  79. <div class="flex-box-item">周五</div>\
  80. <div class="flex-box-item">周六</div>\
  81. <div class="flex-box-item">周日</div>\
  82. </div>\
  83. </div>\
  84. <div class="calendar-days">\
  85. <div v-for="items in calendarData" class="flex-box">\
  86. <div class="calendar-day" v-for="item in items" @click="viewDetail(item.planDetailIds)" :is-future="item.future">\
  87. <span class="day-number">{{item.day}}</span>\
  88. <div class="task-icon">\
  89. <i v-if="item.myTaskFlag" class="icon icon-flag icon-20"></i>\
  90. <i v-if="item.finishFlag" class="icon icon-check"></i>\
  91. </div>\
  92. <div class="coloured-box">\
  93. <span v-if="item.specialist" class="coloured-ribbon coloured-ribbon-blue">专<br />科</span>\
  94. <span v-if="item.family" class="coloured-ribbon coloured-ribbon-green">家<br />医</span>\
  95. </div>\
  96. <div class="progress-box">\
  97. <div class="progress" :style="{opacity:item.specialist?\'1\':\'0\'}">\
  98. <span>{{(item.specialist && item.specialist.finish)}}/{{(item.specialist && item.specialist.all)}}</span>\
  99. <div class="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" :style="{width: (item.specialist?(item.specialist.finish/item.specialist.all):0)*100+\'%\'}"></div>\
  100. </div>\
  101. <div class="progress" :style="{opacity:item.family?\'1\':\'0\'}">\
  102. <span>{{(item.family && item.family.finish)}}/{{(item.family && item.family.all)}}</span>\
  103. <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="2" aria-valuemin="0" aria-valuemax="100" :style="{width: (item.family?(item.family.finish/item.family.all):0)*100+\'%\'}"></div>\
  104. </div>\
  105. <p v-if="!item.noService" class="mb0 f12" :class="{\'visibility-hide\':!curTask}" style="line-height: 1;">{{curTaskName || \'&emsp;\'}}</p>\
  106. </div>\
  107. <p v-if="item.noService" class="no-server">无服务项</p>\
  108. </div>\
  109. </div>\
  110. </div>\
  111. </div>\
  112. <div v-show="tabStatus==2" class="ui-col-1 mt10" style="overflow-y: auto">\
  113. <div class="time-axis">\
  114. <div>\
  115. <table class="table">\
  116. <tr>\
  117. <th style="padding-right: 50px;text-align: right;">时间</th>\
  118. <th>项目</th>\
  119. <th>执行人员</th>\
  120. <th>执行地点</th>\
  121. <th class="text-center">相关记录</th>\
  122. <th class="text-center">状态</th>\
  123. </tr>\
  124. <tr v-for="item in timeAxisData" :is-future="item.future">\
  125. <td class="time text-right time-box">\
  126. <p class="mb5">{{item.date}}</p>\
  127. <p class="mb0">{{item.time}}</p>\
  128. <span class="cur-status">{{item.html}}</span>\
  129. </td>\
  130. <td class="project-name mw400">\
  131. <p class="mt10">{{item.name}}</p>\
  132. <p class="ellipsis mb0">{{item.content}}</p>\
  133. </td>\
  134. <td class="executor">{{item.doctorName}}</td>\
  135. <td class="place-of-execution">{{item.hospitalName}}</td>\
  136. <td class="view-task" @click="onViewDetail(item,1)">查看</td>\
  137. <td class="task-status" :class="item.future==-1?\'c-ff3b30\':(item.status==0?\'c-666\':\'\')">{{item.status==0?\'未完成\':(item.status==1?\'已完成\':\'已预约\')}}</td>\
  138. </tr>\
  139. <tr v-if="!timeAxisData.length">\
  140. <td colspan="6" class="f16 ptb10 text-center">\
  141. <img src="../../../images/wushuju_img.png" class="mt50"/>\
  142. <p class="c-666">暂无数据</p>\
  143. </td>\
  144. </tr>\
  145. </table>\
  146. </div>\
  147. </div>\
  148. </div>\
  149. <div v-if="docInfo.doctorType==1" class="c-t-center mt15">\
  150. <button v-if="!islimit&&service.executeDoctorCode!=docInfo.uid" class="btn btn-12b7f5" @click="zdly(service)">指导留言</button>\
  151. </div>\
  152. <div v-else-if="!islimit" class="c-t-center mt15">\
  153. <button class="btn btn-12b7f5" @click="zdly(service)">查看留言</button>\
  154. <button v-if="service.type==\'1\'" class="btn btn-yuyue" @click="addCompleteRecord()">添加完成记录</button>\
  155. <button v-if="service.type==\'4\'" class="btn btn-yuyue" @click="sendSpecialistWeixinMessage(planDetaiId,4)">发送提醒</button>\
  156. <button v-if="service.type==\'4\'" class="btn btn-12b7f5" @click="toDoorDialog">代预约</button>\
  157. <button v-if="service.type==\'5\'" class="btn btn-yuyue" @click="kfzd()">发送康复指导</button>\
  158. <button v-if="service.type==\'6\'" class="btn btn-yuyue" @click="sfjh()">创建随访计划</button>\
  159. <button v-if="service.type==\'7\'" class="btn btn-yuyue" @click="sendSpecialistWeixinMessage(planDetaiId,7)">发送提醒</button>\
  160. <button v-if="service.type==\'7\'" class="btn btn-12b7f5" @click="qwapp">代预约</button>\
  161. </div>\
  162. <div id="completeRecord" style="display: none; padding: 15px 15px 0;">\
  163. <div class="note-info pt10">\
  164. <p class="f14 c-333">服务完成笔记</p>\
  165. <textarea class="form-control" style="resize: none;" rows="4" placeholder="可备注您的服务记录" v-model="node"></textarea>\
  166. </div>\
  167. <div class="note-info ptb10">\
  168. <p class="f14 c-333">相关记录</p>\
  169. <ul class="upload-box">\
  170. <li class="flex-box" v-for="(img,index) in upImgs">\
  171. <div class="upload-img-box">\
  172. <img :src="img.baseUrl" @click="previewImg(img.baseUrl)"/>\
  173. </div>\
  174. <a class="delete-img" @click="deleteImg(index)">&times;</a>\
  175. </li>\
  176. <li class="flex-box" v-if="upImgs.length<5">\
  177. <span class="add-img">+</span>\
  178. <input type="file" @change="upLoadImgToBase64" class="upload-img" />\
  179. </li>\
  180. </ul>\
  181. </div>\
  182. </div>\
  183. </div>',
  184. props: ['patientname', 'patientcode', 'planid', 'plandetailid'],
  185. data: function () {
  186. return {
  187. ynow: currentGMT.getFullYear(), //年份
  188. mnow: currentGMT.getMonth(), //月份(比实际少一个月---0开始至11)
  189. dnow: currentGMT.getDate(), //当前日
  190. currentDay: null, //带中文格式的当前年月
  191. calendarData: [], //日历数据
  192. timeAxisData: [], //时间轴数据
  193. tabStatus: 1,
  194. title: '',
  195. docInfo: JSON.parse(window.localStorage.getItem('wlyyAgent')),
  196. upImgs: [],
  197. upImgArr: [],
  198. imgData: {
  199. accept: 'image/gif, image/jpeg, image/png, image/jpg'
  200. },
  201. node: '',
  202. layerIndex: undefined,
  203. planDetaiId: '',
  204. service: {
  205. relationRecordImg: {},
  206. messageList: {}
  207. },
  208. message: { isImg: false, content: '' },
  209. islimit: false,
  210. relationRecordId: null
  211. }
  212. },
  213. watch: {
  214. tabStatus: function () {
  215. if (this.islimit) {
  216. this.goToLoadData(true)
  217. }
  218. }
  219. },
  220. mounted: function () {
  221. _vm = this
  222. this.initData()
  223. },
  224. methods: {
  225. initData: function () {
  226. var vm = this
  227. this.planDetaiId = this.plandetailid
  228. this.getServiceItem()
  229. },
  230. getServiceItem: function () {
  231. var vm = this
  232. var loadding = top.layer.load(0, {
  233. shade: false
  234. }) //0代表加载的风格,支持0-2
  235. rehaAPI
  236. .serviceItem({
  237. planDetailId: vm.planDetaiId
  238. })
  239. .then(function (res) {
  240. top.layer.close(loadding)
  241. if (res.status == 200) {
  242. vm.service = res.data
  243. var isZK = vm.docInfo.doctorType == 1 ? true : false
  244. vm.service.isZK = isZK
  245. // if (vm.service.isMyTask == 1) {
  246. // //执行者
  247. // vm.service.isCK = true //无法显示按钮
  248. // if (vm.docInfo.uid == vm.service.specialistDoctorCode) {
  249. // //说明我自己是创建者
  250. // vm.service.isCK = false
  251. // vm.service.isCreate = true
  252. // }
  253. // } else {
  254. // if (vm.docInfo.uid == vm.service.specialistDoctorCode) {
  255. // //说明我自己是创建者
  256. // vm.service.isCreate = true
  257. // }
  258. // }
  259. console.log('service', vm.service)
  260. if (vm.service.frequencyCode) {
  261. vm.islimit = true
  262. vm.goToLoadData(true)
  263. vm.monDetail()
  264. } else {
  265. vm.islimit = false
  266. vm.tabStatus = 2
  267. vm.selectByPlanDetaiId()
  268. }
  269. vm.selectByGuidance()
  270. vm.$forceUpdate()
  271. } else {
  272. showErrorMessage(res.msg)
  273. }
  274. })
  275. },
  276. // 获取康复计划服务项的指导留言
  277. selectByGuidance: function () {
  278. var vm = this
  279. var params = {
  280. planId: vm.planid,
  281. itemCode: vm.service.type
  282. }
  283. rehaAPI.selectByGuidance(params).then(function (res) {
  284. if (res.status == 200) {
  285. var messageIndex = _.findIndex(res.data, { doctor_type: 1 })
  286. if (messageIndex > -1) {
  287. var message = res.data[messageIndex]
  288. var contentType = message.content_type
  289. if (contentType == 2 || contentType == 9) {
  290. vm.message.isImg = true
  291. }
  292. vm.message.content = vm.getContent(message.content, message.content_type)
  293. } else {
  294. vm.message.content = '无'
  295. }
  296. } else {
  297. showErrorMessage(res.msg)
  298. }
  299. })
  300. },
  301. goToEditConfig: function () {
  302. var vm = this
  303. location.href = '../../recover/html/new_recover.html?patient=' + vm.patientcode + '&isEditConfig=true&planId=' + vm.planid + '&planDetailId=' + vm.planDetaiId
  304. },
  305. closeAllLayer: function (name, planDetaiId, type, relationCode, flag) {
  306. if (name == '预览康复指导') {
  307. layer.close()
  308. }
  309. },
  310. // 提醒患者 num 1康复指导2康复下转3复诊提醒4上门服务提醒5家签提醒
  311. sendSpecialistWeixinMessage: function (planDetaiId, type) {
  312. var vm = this
  313. var text = ''
  314. var patientName = vm.patientname
  315. var patientCode = vm.patientcode
  316. if (type == 4) {
  317. // 上门服务
  318. text = '请问您是否确认提醒' + patientName + '居民预约上门护理服务?'
  319. } else if (type == 7) {
  320. // 康复复诊
  321. text = '请问您是否确认提醒' + patientName + '居民进行复诊?'
  322. }
  323. var current = layer.confirm(
  324. text,
  325. {
  326. btn: ['确定', '取消'],
  327. title: '提示'
  328. },
  329. function (index) {
  330. var _type = type == 4 ? 4 : type == 7 ? 3 : ''
  331. var loading = layer.load(0, { shade: false })
  332. var params = {
  333. patient: patientCode,
  334. doctor: vm.docInfo.uid,
  335. type: _type,
  336. relationCode: planDetaiId,
  337. planId: vm.planid
  338. }
  339. rehaAPI.sendSpecialistWeixinMessage(params).then(function (res) {
  340. layer.close(loading)
  341. if (res.status == 200) {
  342. showSuccessMessage('提交成功!')
  343. if (_type == 3 || _type == 4) {
  344. // 提醒患者后,即认为是已完成
  345. vm.saveRehabilitationOperateRecord(planDetaiId, type)
  346. }
  347. } else {
  348. showErrorMessage(res.msg)
  349. }
  350. })
  351. layer.close(current) //再执行关闭
  352. }
  353. )
  354. },
  355. // 添加完成记录
  356. addCompleteRecord: function () {
  357. var vm = this
  358. var detailId = this.planDetaiId
  359. var type = vm.service.type
  360. $('#completeRecord').css('display', 'block')
  361. this.layerIndex = layer.open({
  362. type: 1,
  363. area: ['500px', '450px'],
  364. shade: 0.5,
  365. title: '添加完成记录',
  366. btn: ['确定', '关闭'], //只是为了演示
  367. shadeClose: false, //点击遮罩关闭层
  368. content: $('#completeRecord'),
  369. yes: function () {
  370. vm.saveRehabilitationOperateRecord(detailId, 1)
  371. layer.close(vm.layerIndex)
  372. }
  373. })
  374. },
  375. monDetail: function () {
  376. this.currentDay = this.ynow + '年' + (this.mnow + 1) + '月'
  377. },
  378. is_leap: function (year) {
  379. //判断是否为闰年
  380. return year % 100 == 0 ? (res = year % 400 == 0 ? 1 : 0) : (res = year % 4 == 0 ? 1 : 0)
  381. },
  382. preMonth: function () {
  383. //上一个月
  384. if (this.mnow <= 0) {
  385. this.mnow = 11
  386. this.ynow = this.ynow - 1
  387. } else {
  388. this.mnow--
  389. }
  390. this.monDetail()
  391. this.goToLoadData(true)
  392. },
  393. getPreMouth: function () {
  394. var pMnow, pYnow
  395. if (this.mnow <= 0) {
  396. pMnow = 11
  397. pYnow = this.ynow - 1
  398. } else {
  399. pMnow = this.mnow - 1
  400. pYnow = this.ynow
  401. }
  402. var m_days = new Array(31, 28 + this.is_leap(pYnow), 31, 30, 31, 30, 31, 31, 30, 31, 30, 31) //每个月的天数
  403. return {
  404. days: m_days[pMnow],
  405. date: pYnow + '-' + (++pMnow >= 10 ? pMnow : '0' + pMnow)
  406. }
  407. },
  408. nextMonth: function () {
  409. //下一个月
  410. if (this.mnow >= 11) {
  411. this.mnow = 0
  412. this.ynow = this.ynow + 1
  413. } else {
  414. this.mnow++
  415. }
  416. this.monDetail()
  417. this.goToLoadData(true)
  418. },
  419. getNextMouth: function () {
  420. var nMnow, nYnow
  421. if (this.mnow >= 11) {
  422. nMnow = 0
  423. nYnow = this.ynow + 1
  424. } else {
  425. nMnow = this.mnow + 1
  426. nYnow = this.ynow
  427. }
  428. var m_days = new Array(31, 28 + this.is_leap(nYnow), 31, 30, 31, 01, 31, 31, 30, 31, 30, 31) //每个月的天数
  429. return {
  430. days: m_days[nMnow],
  431. date: nYnow + '-' + (++nMnow >= 10 ? nMnow : '0' + nMnow)
  432. }
  433. },
  434. goToLoadData: function (flag) {
  435. //flag是否更新数据
  436. this.tabStatus == 1 && (!this.calendarData.length || flag) && this.calendar()
  437. this.tabStatus == 2 && (!this.timeAxisData.length || flag) && this.timeAxis()
  438. },
  439. calendar: function () {
  440. var nlstr = new Date(this.ynow, this.mnow, 1) //当月第一天
  441. var firstday = nlstr.getDay() - 1 //第一天星期几,默认是周日 我们改成周一
  442. firstday = firstday == -1 ? 6 : firstday //如果是-1,说明当月的第一天是周日
  443. var m_days = new Array(31, 28 + this.is_leap(this.ynow), 31, 30, 31, 30, 31, 31, 30, 31, 30, 31) //每个月的天数
  444. var tr_str = Math.ceil((m_days[this.mnow] + firstday) / 7) //当前月天数+第一天是星期几的数值 获得 表格行数
  445. var c_days = m_days[this.mnow] //当前月份的天数
  446. var p_arr = this.getPreMouth()
  447. var n_arr = this.getNextMouth()
  448. var i, k, idx, date_str
  449. var dataArr = [] //天数/年月
  450. for (i = 0; i < tr_str; i++) {
  451. //表格的行
  452. for (k = 0; k < 7; k++) {
  453. //表格每行的单元格
  454. idx = i * 7 + k //单元格自然序列号
  455. date_str = idx - firstday + 1 //计算日期
  456. var __ym
  457. if (date_str <= 0) {
  458. //过滤无效日期(小于等于零的、大于月总天数的)
  459. date_str = date_str + p_arr['days'] //当前日期+上个月的天数就是上个月的日期
  460. __ym = p_arr['date']
  461. } else if (date_str > c_days) {
  462. date_str = date_str - c_days //下个月的日期就是这个月的天数-当月的天数
  463. __ym = n_arr['date']
  464. } else {
  465. __ym = this.ynow + '-' + (this.mnow >= 9 ? '' : '0') + (this.mnow + 1)
  466. }
  467. dataArr.push({
  468. day: date_str,
  469. date: __ym
  470. })
  471. }
  472. }
  473. this.__Data = dataArr
  474. this.calenderPlanDetail()
  475. },
  476. // 日历有计划数据处理
  477. planHandleData: function (data, day, mounth) {
  478. var item = data
  479. item.day = day
  480. if (mounth) {
  481. item.mounth = mounth
  482. }
  483. var finishFlag = false
  484. var sFlag = false
  485. var fFlag = false
  486. if (item.specialist) {
  487. if (item.specialist.all == item.specialist.finish) {
  488. sFlag = true
  489. }
  490. } else {
  491. sFlag = true
  492. }
  493. if (item.family) {
  494. if (item.family.all == item.family.finish) {
  495. fFlag = true
  496. }
  497. } else {
  498. fFlag = true
  499. }
  500. finishFlag = sFlag && fFlag
  501. item.finishFlag = finishFlag
  502. return item
  503. },
  504. calenderPlanDetail: function () {
  505. var vm = this
  506. var __days = vm.__Data
  507. var lastDay = __days.concat().pop().day
  508. lastDay = lastDay > 9 ? lastDay : '0' + lastDay
  509. if (vm.searchTask || vm.status || vm.status == 0) {
  510. vm.isFastSearch = true
  511. } else {
  512. vm.isFastSearch = false
  513. }
  514. var params = {
  515. executeStartTime: vm.isFastSearch ? '' : __days[0].date + '-' + __days[0].day + ' 00:00:00', //日历开始时间(格式:yyyy-MM-dd HH:mm:ss)
  516. executeEndTime: vm.isFastSearch ? '' : __days.concat().pop().date + '-' + lastDay + ' 23:59:59', //日历结束时间(格式:yyyy-MM-dd HH:mm:ss)
  517. planId: vm.planid, //计划id
  518. searchTask: vm.service.type, //快速查找任务:(1、我的任务,2、健康教育,3、健康指导,4、随访)
  519. status: null //任务状态(0未完成,1已完成,2已预约)
  520. }
  521. rehaAPI.calendarPlanDetail(params).then(function (res) {
  522. vm.curTask = vm.searchTask
  523. vm.curTaskName = vm.searchTaskName
  524. vm.calendarData = []
  525. var list = []
  526. if (res.status == 200) {
  527. var data = res.data
  528. // 快速查找
  529. if (vm.isFastSearch) {
  530. vm.searchData = []
  531. var searchData0 = [],
  532. searchData1 = [],
  533. searchData2 = []
  534. for (var setM = 1; setM <= 12; setM++) {
  535. var _setM = setM > 9 ? setM : '0' + setM,
  536. _setY = new Date().getFullYear()
  537. var data0 = [],
  538. data1 = [],
  539. data2 = []
  540. for (var i in data) {
  541. var getY = i.split('-')[0],
  542. getM = i.split('-')[1],
  543. getD = i.split('-')[2]
  544. // 去年
  545. if (_setY - 1 == getY && _setM == getM) {
  546. var item = vm.planHandleData(data[i], getD, getM)
  547. data0.push(item)
  548. data.length && data.splice(i, 1)
  549. } else if (_setY == getY && _setM == getM) {
  550. // 今年
  551. var item = vm.planHandleData(data[i], getD, getM)
  552. data1.push(item)
  553. data.length && data.splice(i, 1)
  554. } else if (_setY + 1 == getY && _setM == getM) {
  555. // 明年
  556. var item = vm.planHandleData(data[i], getD, getM)
  557. data2.push(item)
  558. data.length && data.splice(i, 1)
  559. }
  560. }
  561. if (data0.length) {
  562. var dataSort = vm.daysSort(data0)
  563. var addlen = (dataSort.length + 1) % 7 ? (dataSort.length + 1) % 7 : 7
  564. for (var i = 0; i < 7 - addlen; i++) {
  565. dataSort.push({
  566. noService: true
  567. })
  568. }
  569. searchData0.push(dataSort)
  570. }
  571. if (data1.length) {
  572. var dataSort = vm.daysSort(data1)
  573. var addlen = (dataSort.length + 1) % 7 ? (dataSort.length + 1) % 7 : 7
  574. for (var i = 0; i < 7 - addlen; i++) {
  575. dataSort.push({
  576. noService: true
  577. })
  578. }
  579. searchData1.push(dataSort)
  580. }
  581. if (data2.length) {
  582. var dataSort = vm.daysSort(data2)
  583. var addlen = (dataSort.length + 1) % 7 ? (dataSort.length + 1) % 7 : 7
  584. for (var i = 0; i < 7 - addlen; i++) {
  585. dataSort.push({
  586. noService: true
  587. })
  588. }
  589. searchData2.push(dataSort)
  590. }
  591. }
  592. if (searchData0.length) {
  593. vm.searchData.push(searchData0)
  594. }
  595. if (searchData1.length) {
  596. vm.searchData.push(searchData1)
  597. }
  598. if (searchData2.length) {
  599. vm.searchData.push(searchData2)
  600. }
  601. return false
  602. }
  603. // 正常日历
  604. var _currentTimeStamp = +new Date(new Date().setHours(0, 0, 0, 0))
  605. for (var i in __days) {
  606. var _key = __days[i].date + '-' + (__days[i].day > 9 ? __days[i].day : '0' + __days[i].day)
  607. var item = {
  608. noService: true,
  609. day: __days[i].day
  610. }
  611. for (var j in data) {
  612. if (_key == j) {
  613. item = vm.planHandleData(data[j], __days[i].day)
  614. data.length && data.splice(j, 1)
  615. break
  616. }
  617. }
  618. var thatTime = +new Date(_key) - 8 * 60 * 60 * 1000
  619. var future = _currentTimeStamp > thatTime ? 0 : _currentTimeStamp == thatTime ? 1 : 2
  620. item.future = future
  621. list.push(item)
  622. // vm.calendarData.push(item);
  623. }
  624. vm.calendarData = vm.chunkFunction(list, 7)
  625. }
  626. })
  627. },
  628. chunkFunction: function (arr, size) {
  629. let changeIndex = 0
  630. let secondArr = []
  631. while (changeIndex < arr.length) {
  632. secondArr.push(arr.slice(changeIndex, (changeIndex += size)))
  633. }
  634. return secondArr
  635. },
  636. //时间轴请求
  637. timeAxis: function () {
  638. var m_days = new Array(31, 28 + this.is_leap(this.ynow), 31, 30, 31, 30, 31, 31, 30, 31, 30, 31) //每个月的天数
  639. var c_days = m_days[this.mnow] //当前月份的天数
  640. var __ym = this.ynow + '-' + (this.mnow >= 9 ? '' : '0') + (this.mnow + 1)
  641. var dataArr = [] //天数/年月
  642. for (; c_days > 0; c_days--) {
  643. dataArr.push({
  644. day: c_days,
  645. date: __ym
  646. })
  647. }
  648. this.__xData = dataArr
  649. this.calendarPlanDetailList()
  650. },
  651. //限频次 时间轴请求
  652. calendarPlanDetailList: function () {
  653. var vm = this
  654. var __days = vm.__xData
  655. var lastDay = __days.concat().pop().day
  656. lastDay = lastDay > 9 ? lastDay : '0' + lastDay
  657. var params = {
  658. executeEndTime: __days[0].date + '-' + __days[0].day + ' 23:59:59', //日历开始时间(格式:yyyy-MM-dd HH:mm:ss)
  659. executeStartTime: __days.concat().pop().date + '-' + lastDay + ' 00:00:00', //日历结束时间(格式:yyyy-MM-dd HH:mm:ss)
  660. planId: vm.planid, //计划id
  661. searchTask: vm.service.type, // 服务项
  662. status: null //任务状态(0未完成,1已完成,2已预约)
  663. }
  664. rehaAPI.calendarPlanDetailList(params).then(function (res) {
  665. if (res.status == 200) {
  666. // var _currentTimeStamp=+new Date(new Date().setHours(0, 0, 0, 0))
  667. var list =
  668. _.map(res.data || {}, function (o) {
  669. // var _time=o.executeTime.split(' ');
  670. // var thatTime=+new Date(_time[0]);
  671. // var future=_currentTimeStamp>thatTime?0:(_currentTimeStamp==thatTime?1:2);
  672. // (o.status==0 && _currentTimeStamp>thatTime) && (future=-1)
  673. // var _html=o.status==2?'预':(future==-1?'逾':'');
  674. // _html=future==1?'今':_html;
  675. // if(_html=='预') future=3;
  676. var _time = o.executeTime.split(' ')
  677. var _html = ''
  678. var d = new Date(o.execute_time)
  679. if (d.format('yyyy-MM-dd') == new Date().format('yyyy-MM-dd')) {
  680. o.firstSort = '1'
  681. future = 1
  682. _html = '今'
  683. if (o.status) {
  684. o.secondSort = '2'
  685. } else {
  686. o.secondSort = '1'
  687. }
  688. } else if (d > new Date()) {
  689. o.firstSort = '3'
  690. future = 2
  691. if (o.status) {
  692. o.secondSort = '2'
  693. } else {
  694. o.secondSort = '1'
  695. }
  696. } else {
  697. o.firstSort = '2'
  698. future = 0
  699. if (o.status == 0) {
  700. future = -1
  701. _html = '逾'
  702. o.secondSort = '1'
  703. } else {
  704. o.secondSort = '2'
  705. }
  706. }
  707. o.html = _html
  708. o.date = _time[0]
  709. o.time = _time[1]
  710. o.future = future
  711. o.doctorName = o.doctor_name
  712. o.hospitalName = o.hospital_name
  713. return o
  714. }) || []
  715. var nowTime = new Date().getTime()
  716. vm.timeAxisData = _.sortBy(list, function (o) {
  717. return o.firstSort + o.secondSort + nowTime / o.execute_time
  718. })
  719. } else {
  720. showErrorMessage(res.msg)
  721. }
  722. })
  723. },
  724. //不限频次 时间轴请求
  725. selectByPlanDetaiId: function () {
  726. var vm = this
  727. var params = {
  728. planId: this.planid,
  729. code: vm.service.type,
  730. page: 1,
  731. pagesize: 10000
  732. }
  733. rehaAPI.selectByPlanDetaiId(params).then(function (res) {
  734. if (res.status == 200) {
  735. var list =
  736. _.map(res.data.list || {}, function (o) {
  737. var _time = o.completeTime.split(' ')
  738. var _html = ''
  739. var d = new Date(o.completeTime)
  740. if (d.format('yyyy-MM-dd') == new Date().format('yyyy-MM-dd')) {
  741. o.firstSort = '1'
  742. future = 1
  743. _html = '今'
  744. if (o.status) {
  745. o.secondSort = '2'
  746. } else {
  747. o.secondSort = '1'
  748. }
  749. } else if (d > new Date()) {
  750. o.firstSort = '3'
  751. future = 2
  752. if (o.status) {
  753. o.secondSort = '2'
  754. } else {
  755. o.secondSort = '1'
  756. }
  757. } else {
  758. o.firstSort = '2'
  759. future = 0
  760. if (o.status == 0) {
  761. future = -1
  762. _html = '逾'
  763. o.secondSort = '1'
  764. } else {
  765. o.secondSort = '2'
  766. }
  767. }
  768. o.html = _html
  769. o.date = _time[0]
  770. o.time = _time[1]
  771. o.future = future
  772. o.hospitalName = o.hosiptalName
  773. return o
  774. }) || []
  775. var nowTime = new Date().getTime()
  776. vm.timeAxisData = _.sortBy(list, function (o) {
  777. return o.firstSort + o.secondSort + nowTime / o.execute_time
  778. })
  779. } else {
  780. showErrorMessage(res.msg)
  781. }
  782. })
  783. },
  784. zdly: function (data) {
  785. var vm = this
  786. var otherCode, otherName
  787. var planDetailId = vm.plandetailid
  788. if (vm.docInfo.doctorType == 1) {
  789. if (docInfo.uid == data.specialistDoctorCode) {
  790. //当前医生为创建计划的专科医生,与全科医生聊天
  791. otherCode = data.familyDoctorCode
  792. otherName = data.familyDoctorName
  793. } else {
  794. //当前医生为专科,当前医生不是创建计划的专科医生,没反应
  795. return false
  796. }
  797. } else {
  798. otherCode = data.specialistDoctorCode
  799. otherName = data.specialistDoctorName
  800. }
  801. top.layer.open({
  802. type: 2,
  803. area: ['660px', '600px'],
  804. shade: 0.5,
  805. title: '指导留言',
  806. fixed: true, //不固定
  807. maxmin: true,
  808. closeBtn: 1,
  809. shift: 5,
  810. shadeClose: false, //点击遮罩关闭层
  811. content: '../../consulting/html/consulting.html?otherCode=' + otherCode + '&otherName=' + encodeURI(otherName) + '&planDetailId=' + planDetailId,
  812. end: function () {
  813. // 未点击确定按钮,点击关闭按钮
  814. vm.initData()
  815. }
  816. })
  817. },
  818. //康复指导
  819. kfzd: function () {
  820. var vm = this
  821. KFZDlayerIndex = layer.open({
  822. type: 2,
  823. // offset: ['100px'], //右下角弹出
  824. area: ['660px', '650px'],
  825. shade: 0.5,
  826. title: '康复指导',
  827. fixed: true, //不固定
  828. maxmin: true,
  829. closeBtn: 1,
  830. shift: 5,
  831. shadeClose: false, //点击遮罩关闭层
  832. content:
  833. '../../rehabilitation/html/rehabilitation_guidance.html?patient=' + vm.patientcode + '&planDetaiId=' + vm.planDetaiId + '&planId=' + vm.planid + '&isRecordId=true',
  834. end: function () {
  835. // 未点击确定按钮,点击关闭按钮
  836. vm.initData()
  837. }
  838. })
  839. },
  840. // 康复随访计划
  841. sfjh: function () {
  842. var vm = this
  843. followupLayerIndex = layer.open({
  844. type: 2,
  845. // offset: ['100px'], //右下角弹出
  846. area: ['660px', '650px'],
  847. shade: 0.5,
  848. title: '随访计划',
  849. fixed: true, //不固定
  850. maxmin: true,
  851. closeBtn: 1,
  852. shift: 5,
  853. shadeClose: false, //点击遮罩关闭层
  854. content: '../../followup/html/followup_newplan.html?patient=' + vm.patientcode + '&planDetaiId=' + vm.planDetaiId + '&planId=' + vm.planid,
  855. end: function () {
  856. // 未点击确定按钮,点击关闭按钮
  857. vm.initData()
  858. }
  859. })
  860. },
  861. upLoadImgToBase64: function () {
  862. var vm = this
  863. var img1 = event.target.files[0]
  864. var reader = new FileReader()
  865. var type = img1.type //文件的类型,判断是否是图片
  866. var size = img1.size //文件的大小,判断图片的大小
  867. if (this.imgData.accept.indexOf(type) == -1) {
  868. alert('请选择我们支持的图片格式!')
  869. return false
  870. }
  871. if (size > 3145728) {
  872. alert('请选择3M以内的图片!')
  873. return false
  874. }
  875. reader.readAsDataURL(img1)
  876. reader.onload = function (e) {
  877. vm.upImgs.push({
  878. baseUrl: e.target.result
  879. })
  880. vm.upImgArr.push(img1)
  881. vm.uploadImg(vm.upImgArr)
  882. }
  883. },
  884. //上传图片
  885. uploadImg: function (data) {
  886. var vm = this
  887. var len = data.length
  888. if (len == 0) {
  889. return
  890. } else {
  891. var file = data[len - 1]
  892. var formData = new FormData()
  893. formData.append('file', file)
  894. rehaAPI.upload(formData).then(function (res) {
  895. if (res.status == 200) {
  896. vm.upImgs[len - 1].img = res.data
  897. data.pop()
  898. vm.$forceUpdate()
  899. vm.uploadImg(data)
  900. } else {
  901. layer.msg(res.msg, {
  902. icon: 5
  903. })
  904. }
  905. })
  906. }
  907. },
  908. saveRehabilitationOperateRecord: function (planDetailId, type, relationCode, flag) {
  909. var vm = this
  910. var patientName = vm.patientname
  911. var patientCode = vm.patientcode
  912. var _image = []
  913. for (var i in vm.upImgs) {
  914. _image.push(vm.upImgs[i].img)
  915. }
  916. var params = {
  917. rehabilitationDetailId: planDetailId,
  918. node: vm.node || '',
  919. patientCode: patientCode,
  920. doctorCode: vm.docInfo.uid,
  921. relationRecordType: type,
  922. relationRecordCode: '',
  923. relationRecordImg: '',
  924. status: flag && flag == 2 ? 1 : 0, // 改记录的状态
  925. relationCode: relationCode, //业务id
  926. flag: flag //标记(1随访2临时随访)
  927. }
  928. rehaAPI.saveRehabilitationOperateRecord({ dataJson: JSON.stringify(params) }).then(function (res) {
  929. if (res.status == 200) {
  930. if (type == 1) {
  931. vm.updateNoteAndImageRehabilitationOperate(planDetailId)
  932. } else if (type == 6) {
  933. vm.updateRelationCodeByDetailId(planDetailId, relationCode)
  934. } else {
  935. vm.updateNoteAndImageRehabilitationOperate(planDetailId)
  936. }
  937. } else {
  938. showErrorMessage(res.msg)
  939. }
  940. })
  941. },
  942. updateNoteAndImageRehabilitationOperate: function (planDetailId, relationCode) {
  943. var vm = this
  944. var _image = []
  945. for (var i in vm.upImgs) {
  946. _image.push(vm.upImgs[i].img)
  947. }
  948. var params = {
  949. planDetailId: planDetailId,
  950. node: vm.node || '',
  951. image: JSON.stringify(_image) || ''
  952. }
  953. if (relationCode) {
  954. params['relationCode'] = relationCode
  955. }
  956. var loadding = top.layer.load(0, {
  957. shade: false
  958. }) //0代表加载的风格,支持0-2
  959. rehaAPI.updateNoteAndImageRehabilitationOperate(params).then(function (res) {
  960. top.layer.close(loadding)
  961. if (res.status == 200) {
  962. vm.initData()
  963. } else {
  964. showErrorMessage(res.msg)
  965. }
  966. })
  967. },
  968. onViewDetail: function (item, type) {
  969. var planids, recordId
  970. if (this.islimit) {
  971. planids = item.id
  972. } else {
  973. planids = item.id
  974. recordId = item.recordId
  975. }
  976. this.viewDetail(planids, type, recordId)
  977. },
  978. viewDetail: function (planids, type, recordId) {
  979. var vm = this
  980. if (!planids) {
  981. layer.msg('无服务项', { icon: 5 })
  982. return
  983. }
  984. if (type == 1) {
  985. // 单个服务项
  986. var s = '../../rehabilitation/html/guide_the_message.html?planid=' + planids + '&pId=' + vm.planid + '&patient=' + vm.patientcode + '&patientName=' + vm.patientname
  987. if (recordId) {
  988. s += '&recordId=' + recordId
  989. }
  990. layer.open({
  991. type: 2,
  992. area: ['800px', '700px'],
  993. shade: 0.5,
  994. title: '服务项目内容',
  995. fixed: true, //不固定
  996. maxmin: true,
  997. closeBtn: 1,
  998. shift: 5,
  999. shadeClose: false, //点击遮罩关闭层
  1000. content: s,
  1001. end: function () {
  1002. // 未点击确定按钮,点击关闭按钮
  1003. vm.initData() // 刷新
  1004. }
  1005. })
  1006. return
  1007. }
  1008. layer.open({
  1009. // 康复计划的所有服务项
  1010. type: 2,
  1011. area: ['800px', '700px'],
  1012. shade: 0.5,
  1013. title: '服务项目内容',
  1014. fixed: true, //不固定
  1015. maxmin: true,
  1016. closeBtn: 1,
  1017. shift: 5,
  1018. shadeClose: false, //点击遮罩关闭层
  1019. content:
  1020. '../../rehabilitation/html/service_item_content.html?planids=' + planids + '&planId=' + vm.planid + '&patient=' + vm.patientcode + '&patientName=' + vm.patientname,
  1021. end: function () {
  1022. vm.initData()
  1023. }
  1024. })
  1025. },
  1026. onClose: function () {
  1027. this.$emit('onclose')
  1028. },
  1029. qwapp: function () {
  1030. layer.msg('请前往app处理', { icon: 5 })
  1031. },
  1032. getContent: function (value, type) {
  1033. var res = value
  1034. if (type == 2 || type == 9) {
  1035. res = "<img src='" + httpRequest.getImgUrl(res) + "' width='100px'>"
  1036. } else if (type == 3) {
  1037. res = '【语音】'
  1038. } else if (type == 19) {
  1039. res = '【聊天记录】'
  1040. } else if (type == 12) {
  1041. res = '【视频】'
  1042. }
  1043. return res
  1044. },
  1045. previewImg: function (url) {
  1046. imgShow('#outerdiv', '#innerdiv', '#bigimg', url)
  1047. },
  1048. toDoorDialog() {
  1049. // console.log("server");
  1050. top.layer.open({
  1051. type: 2,
  1052. area: ['850px', '700px'],
  1053. shade: 0.5,
  1054. title: '代预约',
  1055. fixed: true, //不固定
  1056. maxmin: true,
  1057. closeBtn: 1,
  1058. // shift: 5,
  1059. shadeClose: false, //点击遮罩关闭层
  1060. content: `/app/rehabilitation/html/toDoorService.html?patient=${this.patientcode}&detailId=${this.plandetailid}`
  1061. })
  1062. }
  1063. }
  1064. })
  1065. function imgShow(outerdiv, innerdiv, bigimg, _this) {
  1066. var src = _this.attr('src') //获取当前点击的pimg元素中的src属性
  1067. $(bigimg).attr('src', src) //设置#bigimg元素的src属性
  1068. /*获取当前点击图片的真实大小,并显示弹出层及大图*/
  1069. $('<img/>')
  1070. .attr('src', src)
  1071. .load(function () {
  1072. var windowW = $(window).width() //获取当前窗口宽度
  1073. var windowH = $(window).height() //获取当前窗口高度
  1074. var realWidth = this.width //获取图片真实宽度
  1075. var realHeight = this.height //获取图片真实高度
  1076. var imgWidth, imgHeight
  1077. var scale = 0.8 //缩放尺寸,当图片真实宽度和高度大于窗口宽度和高度时进行缩放
  1078. if (realHeight > windowH * scale) {
  1079. //判断图片高度
  1080. imgHeight = windowH * scale //如大于窗口高度,图片高度进行缩放
  1081. imgWidth = (imgHeight / realHeight) * realWidth //等比例缩放宽度
  1082. if (imgWidth > windowW * scale) {
  1083. //如宽度扔大于窗口宽度
  1084. imgWidth = windowW * scale //再对宽度进行缩放
  1085. }
  1086. } else if (realWidth > windowW * scale) {
  1087. //如图片高度合适,判断图片宽度
  1088. imgWidth = windowW * scale //如大于窗口宽度,图片宽度进行缩放
  1089. imgHeight = (imgWidth / realWidth) * realHeight //等比例缩放高度
  1090. } else {
  1091. //如果图片真实高度和宽度都符合要求,高宽不变
  1092. imgWidth = realWidth
  1093. imgHeight = realHeight
  1094. }
  1095. $(bigimg).css('width', imgWidth) //以最终的宽度对图片缩放
  1096. var w = (windowW - imgWidth) / 2 //计算图片与窗口左边距
  1097. var h = (windowH - imgHeight) / 2 //计算图片与窗口上边距
  1098. $(innerdiv).css({ 'top': h, 'left': w }) //设置#innerdiv的top和left属性
  1099. $(outerdiv).fadeIn('fast') //淡入显示#outerdiv及.pimg
  1100. })
  1101. $(outerdiv).click(function () {
  1102. //再次点击淡出消失弹出层
  1103. $(this).fadeOut('fast')
  1104. })
  1105. }