patientInformationList.vue 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761
  1. <template>
  2. <view class="patientInformationList">
  3. <view class="page_tab">
  4. <view class="page_tab_bar active">
  5. <view class="tab_dept">{{ currenDept.dept
  6. }}<button type="default" size="mini" class="changeDept" @click="changeDept">
  7. 切换科室
  8. </button></view>
  9. </view>
  10. </view>
  11. <view v-if="zxzData.length == 0" class="zwsj">
  12. <image class="zwsj-img" mode="widthFix" src="../../static/img/zanwushuju.png"></image>
  13. <view class="zwsj-txt">暂无数据</view>
  14. </view>
  15. <view v-if="zxzData.length" class="page_items">
  16. <scroll-view class="page_items_scroll" scroll-y :refresher-enabled="scroll_refresher_enabled"
  17. :refresher-triggered="triggered" @refresherrefresh="refresherrefresh" @refresherrestore="refresherrestore"
  18. @scrolltolower="scrolltolower" :scroll-top="scroll_top" @refresherabort="refresherabort" @scroll="scroll"
  19. refresher-background="transport">
  20. <view class="page_item_wrap" v-for="(item, index) of zxzData" :key="index">
  21. <view class="page_item">
  22. <view class="L"></view>
  23. <view class="R"></view>
  24. <view class="page_item_top">
  25. <view class="page_item_top_L">
  26. <template v-if="item.illnessState">
  27. <text v-if="item.illnessState.value === '2'"
  28. class="colorRed icon_transport transport-tubiao_wei"></text>
  29. <text v-if="item.illnessState.value === '3'" class="colorRed icon_transport transport-zhong"></text>
  30. </template>
  31. <template v-if="item.careLevel">
  32. <text v-if="item.careLevel.value === '0'" class="icon_transport transport-te1"></text>
  33. <text v-if="item.careLevel.value === '1'" class="icon_transport transport-1_round_solid"></text>
  34. <text v-if="item.careLevel.value === '2'" class="icon_transport transport-2_round_solid"></text>
  35. <text v-if="item.careLevel.value === '3'" class="icon_transport transport-3_round_solid"></text>
  36. </template>
  37. <!-- <view class="page_item_top_R" v-show="wechatFocusSwitch == 1 && item.focusPatient == 1">
  38. 需要帮助
  39. </view>
  40. <view class="page_item_top_R" style="background-color: #49b856"
  41. v-show="wechatFocusSwitch == 1 && !item.focusPatient">
  42. 无需帮助
  43. </view> -->
  44. </view>
  45. <view class="send_wrap">
  46. <view class="sendBack">
  47. <button @click="scanDept(item)">送回病房</button>
  48. </view>
  49. </view>
  50. </view>
  51. <view class="page_item_cont">
  52. <view class="page_item_conts">
  53. <view>{{ item.patientName }}({{ item.patientCode }})</view>
  54. <view> 床号:{{ item.bedNum || "-" }} </view>
  55. <view> 待检:{{ item.watingCount }} </view>
  56. </view>
  57. </view>
  58. <view class="page_item_btn" hover-class="seimin-btn-hover" @click="itemInfo(item.patientCode)">患者详情</view>
  59. </view>
  60. <view class="L-l"></view>
  61. <view class="R-l"></view>
  62. </view>
  63. </scroll-view>
  64. </view>
  65. <!-- 底部扫一扫 -->
  66. <bigScreen></bigScreen>
  67. <!-- 送回病房弹窗 -->
  68. <showModel :title="models1.title" :icon="models1.icon" :disjunctor="models1.disjunctor" :content="models1.content"
  69. :operate="models1.operate" @ok="ok1" @cancel="cancel1"></showModel>
  70. <!-- 送回病房建单弹窗 -->
  71. <showModel :title="models2.title" :icon="models2.icon" :disjunctor="models2.disjunctor" :content="models2.content"
  72. :operate="models2.operate" @ok="ok2" @cancel="cancel2"></showModel>
  73. <!-- 送回病房建单弹窗-扫描科室 -->
  74. <showModel :title="models3.title" :icon="models3.icon" :disjunctor="models3.disjunctor" :content="models3.content"
  75. :operate="models3.operate" @ok="ok3" @cancel="cancel3"></showModel>
  76. </view>
  77. </template>
  78. <script>
  79. import bigScreen from "../../components/bigScreen/bigScreen.vue";
  80. import {
  81. get,
  82. post,
  83. SM,
  84. deleteIt,
  85. webHandle
  86. } from "../../http/http.js";
  87. export default {
  88. data() {
  89. return {
  90. SMFlag:true,
  91. hosId: uni.getStorageSync("userData").user.currentHospital.id,
  92. // 选中的患者项
  93. currentItem: {},
  94. // 送回病房弹窗model
  95. models1: {
  96. disjunctor: false,
  97. },
  98. // 送回病房建单弹窗model
  99. models2: {
  100. disjunctor: false,
  101. },
  102. // 送回病房建单弹窗model-扫描科室
  103. models3: {
  104. disjunctor: false,
  105. },
  106. scrollYY: 0, //滚动条滚动的距离
  107. options: {},
  108. // wechatFocusSwitch: 0,
  109. //当前登录人所属科室
  110. currenDept: {},
  111. // 抢单的id
  112. qdId: "",
  113. //列表数据
  114. zxzData: [],
  115. //分页页码
  116. idx: 0,
  117. // 列表项总数
  118. totalNum: -1,
  119. triggered: false, //下拉刷新状态
  120. freshing: false, //上拉加载开关
  121. scroll_top: 0, //距离顶部的距离
  122. scroll_refresher_enabled: true, //是否开启自定义下拉刷新
  123. currentStartDept: {}, //扫描的起点科室
  124. };
  125. },
  126. components: {
  127. bigScreen,
  128. },
  129. methods: {
  130. ok2() {
  131. console.log(this.options)
  132. this.models2.disjunctor = false;
  133. let currentItem = JSON.parse(this.options.currentItem);
  134. uni.showLoading({
  135. mask: true,
  136. title: '加载中'
  137. })
  138. let userId = uni.getStorageSync("userData").user.id;
  139. let postData = {
  140. "workOrder": {
  141. sourceId: 4,
  142. "hosId": this.hosId,
  143. "startDept": {
  144. "id": this.options.did
  145. },
  146. "createDept": this.options.did,
  147. "patient": {
  148. "patientCode": this.currentItem.patientCode
  149. },
  150. "worker": {
  151. "id": userId
  152. }
  153. }
  154. };
  155. console.log(postData)
  156. // return;
  157. post("/workerOrder/returnSickRoom", postData).then((res) => {
  158. uni.hideLoading();
  159. if (res.status == 200) {
  160. uni.showToast({
  161. icon: 'success',
  162. title: '建单成功',
  163. });
  164. } else {
  165. uni.showToast({
  166. icon: "none",
  167. title: "请求失败!",
  168. });
  169. }
  170. })
  171. },
  172. cancel2() {
  173. this.models2.disjunctor = false;
  174. },
  175. ok3() {
  176. console.log(this.currentItem)
  177. this.models3.disjunctor = false;
  178. uni.showLoading({
  179. mask: true,
  180. title: '加载中'
  181. })
  182. let userId = uni.getStorageSync("userData").user.id;
  183. let postData = {
  184. "workOrder": {
  185. sourceId: 4,
  186. "hosId": this.hosId,
  187. "startDept": {
  188. "id": this.currentStartDept.id
  189. },
  190. "createDept": this.currentStartDept.id,
  191. "patient": {
  192. "patientCode": this.currentItem.patientCode
  193. },
  194. "worker": {
  195. "id": userId
  196. }
  197. }
  198. };
  199. console.log(postData);
  200. // return;
  201. post("/workerOrder/returnSickRoom", postData).then((res) => {
  202. uni.hideLoading();
  203. if (res.status == 200) {
  204. uni.showToast({
  205. icon: 'success',
  206. title: '建单成功',
  207. });
  208. } else {
  209. uni.showToast({
  210. icon: "none",
  211. title: "请求失败!",
  212. });
  213. }
  214. })
  215. },
  216. cancel3() {
  217. this.models3.disjunctor = false;
  218. },
  219. // 送回病房-建单
  220. sendBuild() {
  221. let currentItem = JSON.parse(this.options.currentItem);
  222. this.models2 = {
  223. disjunctor: true,
  224. title: "提示",
  225. content: `您选择的起点科室为【${this.options.ddept}】,您将从【${this.options.ddept}】把【${currentItem.patientName}】送回【${this.options.dept}】,如您确认请点击“确认建单”。`,
  226. icon: "warn",
  227. operate: {
  228. ok: "确认建单",
  229. cancel: "取消",
  230. },
  231. };
  232. },
  233. // 送回病房-扫描科室
  234. scanDept(item) {
  235. console.log(item)
  236. if (!this.SMFlag) {
  237. return;
  238. }
  239. this.SMFlag = false;
  240. this.currentItem = item;
  241. let code = "";
  242. SM().then((ress1) => {
  243. uni.showLoading({
  244. title: "加载中",
  245. mask: true,
  246. });
  247. //检验二维码的有效性
  248. post("/dept/scanning", {
  249. content: ress1,
  250. }).then((result) => {
  251. this.SMFlag = true;
  252. if (result.state == 200 || result.state == 201) {
  253. let ress = result.code;
  254. if (ress) {
  255. code = ress;
  256. // 科室扫描
  257. let postData = {
  258. "idx": 0,
  259. "sum": 1,
  260. "department": {
  261. "hospital": {
  262. "id": this.hosId
  263. },
  264. "qrcode": code
  265. }
  266. };
  267. post("/data/fetchDataList/department", postData).then((res) => {
  268. uni.hideLoading();
  269. if (res.status == 200) {
  270. if (res.totalNum > 0) {
  271. this.currentStartDept = res.list[0];
  272. this.models3 = {
  273. disjunctor: true,
  274. title: "提示",
  275. content: `您选择的起点科室为【${this.currentStartDept.dept}】,您将从【${this.currentStartDept.dept}】把【${this.currentItem.patientName}】送回【${this.currenDept.dept}】,如您确认请点击“确认建单”。`,
  276. icon: "warn",
  277. operate: {
  278. ok: "确认建单",
  279. cancel: "取消",
  280. },
  281. };
  282. } else {
  283. uni.hideLoading();
  284. uni.showToast({
  285. icon: "none",
  286. title: "请扫描正确的科室码!",
  287. });
  288. }
  289. } else {
  290. uni.hideLoading();
  291. uni.showToast({
  292. icon: "none",
  293. title: "请求失败!",
  294. });
  295. }
  296. });
  297. }
  298. } else {
  299. uni.hideLoading();
  300. uni.showToast({
  301. icon: "none",
  302. title: "请求失败!",
  303. });
  304. }
  305. });
  306. }).catch(err=>{
  307. this.SMFlag = true;
  308. });
  309. },
  310. // 送回病房-选择起点科室
  311. sendBack(item) {
  312. console.log(item)
  313. this.currentItem = item;
  314. this.models1 = {
  315. disjunctor: true,
  316. title: "提示",
  317. content: `您好,您是要将【${item.patientName}】送回病房吗?如确认请您点击“选择起点科室”建立工单。`,
  318. icon: "warn",
  319. operate: {
  320. ok: "选择起点科室",
  321. cancel: "取消",
  322. },
  323. };
  324. },
  325. ok1() {
  326. this.models1.disjunctor = false;
  327. uni.navigateTo({
  328. url: `../search/search?type=sendBackPatientList&currentItem=${JSON.stringify(this.currentItem)}&cid=${this.currenDept.id}&cdept=${this.currenDept.dept}&scrollYY=${this.scrollYY}`,
  329. });
  330. },
  331. cancel1() {
  332. this.models1.disjunctor = false;
  333. },
  334. // 切换科室
  335. changeDept() {
  336. uni.navigateTo({
  337. url: `../search/search?type=patientInformationList`,
  338. });
  339. },
  340. // 进入详情页
  341. itemInfo(patientCode) {
  342. // #ifdef H5
  343. document.body.removeEventListener("touchmove", this.stop, {
  344. passive: false,
  345. });
  346. // #endif
  347. uni.navigateTo({
  348. url: `../patientInformationInfo/patientInformationInfo?patientCode=${patientCode}`,
  349. });
  350. },
  351. //患者列表数据获取
  352. waitingOrders(idx) {
  353. if (this.zxzData.length == this.totalNum) {
  354. uni.showToast({
  355. icon: "none",
  356. title: "没有更多数据了!",
  357. });
  358. this.freshing = true;
  359. return;
  360. }
  361. let data = {
  362. idx,
  363. sum: 99999,
  364. patient: {
  365. department: {
  366. id: this.currenDept.id,
  367. },
  368. },
  369. };
  370. uni.showLoading({
  371. title: "加载中",
  372. mask: true,
  373. });
  374. // 请求列表数据
  375. post("/nurse/fetchDataList/patient", data).then((res) => {
  376. uni.hideLoading();
  377. if (res.status == 200) {
  378. this.triggered = false;
  379. this.freshing = true;
  380. this.totalNum = res.totalNum;
  381. if (idx === 0) {
  382. this.zxzData = res.list;
  383. } else {
  384. this.zxzData.push(...res.list);
  385. }
  386. } else {
  387. uni.showToast({
  388. icon: "none",
  389. title: "请求失败!",
  390. });
  391. }
  392. });
  393. },
  394. //刷新
  395. refresherrefresh() {
  396. if (this.triggered) {
  397. return;
  398. }
  399. console.log("下拉刷新");
  400. this.triggered = true;
  401. this.idx = 0;
  402. this.totalNum = -1;
  403. this.waitingOrders(0);
  404. },
  405. // 下拉刷新复位
  406. refresherrestore() {
  407. this.triggered = false;
  408. console.log("下拉刷新复位");
  409. },
  410. //下拉刷新中止
  411. refresherabort() {
  412. this.triggered = false;
  413. console.log("下拉刷新中止");
  414. },
  415. //分页,上拉加载
  416. scrolltolower() {
  417. if (this.freshing) {
  418. console.log("上拉加载");
  419. this.freshing = false;
  420. this.waitingOrders(++this.idx);
  421. }
  422. },
  423. // 滚动
  424. scroll(e) {
  425. this.scrollYY = e.detail.scrollTop;
  426. if (e.detail.scrollTop < 20) {
  427. this.scroll_refresher_enabled = true;
  428. } else {
  429. this.scroll_refresher_enabled = false;
  430. }
  431. },
  432. // 阻止浏览器滑动
  433. stop(e) {
  434. e.preventDefault();
  435. },
  436. // 获取需要帮助权限
  437. // getWechatFocusSwitch() {
  438. // let postData = {
  439. // idx: 0,
  440. // sum: 1,
  441. // taskType: {
  442. // hosIds: this.hosId,
  443. // associationType: {
  444. // id: 260,
  445. // },
  446. // },
  447. // };
  448. // post("/configuration/fetchDataList/taskType", postData).then((res) => {
  449. // if (res.status == 200) {
  450. // this.wechatFocusSwitch = res.list[0].wechatFocusSwitch;
  451. // } else {
  452. // uni.showToast({
  453. // icon: "none",
  454. // title: "请求失败!",
  455. // });
  456. // }
  457. // });
  458. // },
  459. },
  460. onLoad(options) {
  461. console.log(options);
  462. this.options = options;
  463. //滚动条位置设置
  464. if (options.scrollYY !== undefined) {
  465. this.scroll_top = options.scrollYY;
  466. }
  467. if (options.did && options.ddept && options.currentItem) {
  468. this.sendBuild();
  469. }
  470. let patientCurrentDept = uni.getStorageSync("patientCurrentDept");
  471. if (options.id && options.dept) {
  472. let {
  473. id,
  474. dept
  475. } = options;
  476. this.currenDept.id = id;
  477. this.currenDept.dept = dept;
  478. } else if (patientCurrentDept) {
  479. this.currenDept.id = patientCurrentDept.id;
  480. this.currenDept.dept = patientCurrentDept.dept;
  481. } else {
  482. this.currenDept = uni.getStorageSync("userData").user.dept;
  483. }
  484. // this.getWechatFocusSwitch();
  485. this.waitingOrders(0);
  486. // #ifdef APP-PLUS
  487. webHandle("no", "app");
  488. // #endif
  489. // #ifdef H5
  490. webHandle("no", "wx");
  491. // #endif
  492. },
  493. onShow() {
  494. this.SMFlag = true;
  495. // #ifdef H5
  496. document.body.addEventListener("touchmove", this.stop, {
  497. passive: false,
  498. });
  499. // #endif
  500. },
  501. onHide() {
  502. // #ifdef H5
  503. document.body.removeEventListener("touchmove", this.stop, {
  504. passive: false,
  505. });
  506. // #endif
  507. },
  508. };
  509. </script>
  510. <style lang="less">
  511. .patientInformationList {
  512. width: 100%;
  513. height: 100%;
  514. position: relative;
  515. .icon_transport {
  516. color: #49b856;
  517. font-size: 50rpx;
  518. &.colorRed {
  519. color: red;
  520. font-size: 40rpx;
  521. }
  522. }
  523. .page_tab {
  524. width: 100%;
  525. height: 96rpx;
  526. display: flex;
  527. position: fixed;
  528. left: 0;
  529. top: 0;
  530. z-index: 999;
  531. .page_tab_bar {
  532. flex: 1;
  533. font-size: 36rpx;
  534. background: #fff;
  535. display: flex;
  536. justify-content: center;
  537. align-items: center;
  538. position: relative;
  539. &:after {
  540. content: "";
  541. position: absolute;
  542. left: 0;
  543. bottom: 0;
  544. height: 2rpx;
  545. width: 100%;
  546. background-color: transparent;
  547. }
  548. .tab_dept {
  549. position: relative;
  550. .changeDept {
  551. white-space: nowrap;
  552. margin: 0;
  553. position: absolute;
  554. right: 0;
  555. top: 50%;
  556. transform: translate(105%, -50%);
  557. padding: 0 0.5em;
  558. line-height: 2;
  559. }
  560. }
  561. &.active {
  562. color: #49b856;
  563. &:after {
  564. background-color: #49b856;
  565. }
  566. }
  567. }
  568. }
  569. .zwsj {
  570. position: absolute;
  571. left: 50%;
  572. top: 180rpx;
  573. transform: translateX(-50%);
  574. .zwsj-img {
  575. width: 560rpx;
  576. }
  577. .zwsj-txt {
  578. font-size: 36rpx;
  579. font-weight: 700;
  580. margin-top: 20rpx;
  581. text-align: center;
  582. }
  583. }
  584. .page_items {
  585. height: calc(100vh - 184rpx);
  586. padding: 0 20rpx;
  587. padding-top: 96rpx;
  588. .page_items_scroll {
  589. height: 100%;
  590. .page_item_wrap {
  591. position: relative;
  592. margin-bottom: 32rpx;
  593. .page_item {
  594. margin-bottom: 16rpx;
  595. height: 276rpx;
  596. background: #fff;
  597. border-radius: 8rpx;
  598. overflow: hidden;
  599. border: 2rpx solid #e5e9ed;
  600. display: flex;
  601. flex-direction: column;
  602. justify-content: space-between;
  603. .L {
  604. width: 40rpx;
  605. height: 40rpx;
  606. border-radius: 50%;
  607. background: #f9fafb;
  608. position: absolute;
  609. left: -24rpx;
  610. top: 68rpx;
  611. border: 2rpx solid #e5e9ed;
  612. }
  613. .R {
  614. width: 40rpx;
  615. height: 40rpx;
  616. border-radius: 50%;
  617. background: #f9fafb;
  618. position: absolute;
  619. float: right;
  620. right: -24rpx;
  621. top: 68rpx;
  622. border: 2rpx solid #e5e9ed;
  623. }
  624. .page_item_top {
  625. height: 86rpx;
  626. border-bottom: 2rpx dashed #e5e9ed;
  627. padding: 0 16rpx;
  628. display: flex;
  629. align-items: center;
  630. justify-content: space-between;
  631. .send_wrap {
  632. display: flex;
  633. justify-content: space-between;
  634. align-items: center;
  635. }
  636. .sendBack {
  637. button {
  638. font-size: 28rpx;
  639. height: 52rpx;
  640. line-height: 52rpx;
  641. margin: 0;
  642. color: rgb(7, 134, 60);
  643. }
  644. }
  645. .page_item_top_L {
  646. height: 100%;
  647. float: left;
  648. display: flex;
  649. align-items: center;
  650. line-height: 88rpx;
  651. .L_time {
  652. color: #6cc076;
  653. font-size: 32rpx;
  654. }
  655. }
  656. .page_item_top_R {
  657. height: 40rpx;
  658. float: right;
  659. line-height: 40rpx;
  660. font-size: 24rpx;
  661. padding: 0 8rpx;
  662. background-color: red;
  663. color: #fff;
  664. }
  665. }
  666. .page_item_cont {
  667. min-height: 100rpx;
  668. max-height: 344rpx;
  669. padding: 0 16rpx;
  670. text-align: left;
  671. position: relative;
  672. .page_item_conts {
  673. color: rgb(102, 102, 102);
  674. font-size: 28rpx;
  675. display: flex;
  676. align-items: center;
  677. min-height: 100rpx;
  678. max-height: 344rpx;
  679. view {
  680. margin-bottom: 10rpx;
  681. margin-left: 40rpx;
  682. &:first-of-type {
  683. margin-left: 0;
  684. }
  685. }
  686. text {
  687. color: #49b856;
  688. }
  689. .num {
  690. float: right;
  691. }
  692. }
  693. }
  694. .page_item_btn {
  695. height: 88rpx;
  696. background-image: linear-gradient(to right, #72c172, #3bb197);
  697. border-radius: 8rpx;
  698. line-height: 88rpx;
  699. color: #fff;
  700. font-size: 36rpx;
  701. font-weight: 700;
  702. text-align: center;
  703. }
  704. }
  705. .L-l {
  706. width: 2rpx;
  707. height: 40rpx;
  708. background: #f9fafb;
  709. position: absolute;
  710. left: 20rpx;
  711. top: 72rpx;
  712. display: none;
  713. }
  714. .R-l {
  715. width: 2rpx;
  716. height: 40rpx;
  717. background: #f9fafb;
  718. position: absolute;
  719. right: 20rpx;
  720. top: 72rpx;
  721. display: none;
  722. }
  723. }
  724. }
  725. }
  726. }
  727. </style>