checkNumberDetail.vue 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626
  1. <template>
  2. <view class="specimenCheckingDetail">
  3. <view class="page_header">
  4. <view class="page_header_item">
  5. <view class="page_header_title">
  6. 修改原因:
  7. </view>
  8. <view class="page_header_content">
  9. 我是你的爸爸
  10. </view>
  11. </view>
  12. <view class="page_header_item">
  13. <view class="page_header_title">
  14. 图片列表:
  15. </view>
  16. <view class="page_header_content">
  17. <image v-for="(item,i) in imgs" :key="i" :src="item" @click="previewImage(i)" mode="widthFix"></image>
  18. </view>
  19. </view>
  20. </view>
  21. <view class="page_item_wrap" v-for="item in list" :key="item.id">
  22. <view class="page_item">
  23. <view class="page_item_top">
  24. <view class="page_item_top-inner">
  25. <view class="page_item_top_L">
  26. <view class="L_text">{{item.patientName}}</view>
  27. </view>
  28. <view class="page_item_top_R">
  29. <view class="L_iocn"><button type="primary" size="mini" class="back">退回</button></view>
  30. </view>
  31. </view>
  32. </view>
  33. <view class="page_item_cont">
  34. <view class="page_item_cont_T">
  35. <view class="page_item_cont_title">
  36. <view>
  37. 检验项目
  38. </view>
  39. <view class="text_big">{{item.specimenDesc||'无'}}</view>
  40. </view>
  41. <view class="page_item_cont_title">
  42. <view>
  43. 标本编码
  44. </view>
  45. <view class="text_big">{{item.scode||'无'}}</view>
  46. </view>
  47. <view class="page_item_cont_title">
  48. <view>
  49. 标本类型
  50. </view>
  51. <view class="text_big">{{item.stype?item.stype.name:'无'}}</view>
  52. </view>
  53. <view class="page_item_cont_title">
  54. <view>
  55. 申请科室
  56. </view>
  57. <view class="text_big">{{item.sickRoom?item.sickRoom.dept:'无'}}</view>
  58. </view>
  59. <view class="page_item_cont_title">
  60. <view>
  61. 住院号
  62. </view>
  63. <view class="text_big">{{item.residenceNo||'无'}}</view>
  64. </view>
  65. </view>
  66. </view>
  67. <view class="L"></view>
  68. <view class="R"></view>
  69. </view>
  70. <view class="L-l"></view>
  71. <view class="R-l"></view>
  72. </view>
  73. <view class="foot_btn2"></view>
  74. <!-- 退回弹窗 -->
  75. <backModel v-if="backModels.disjunctor" :title="backModels.title" :disjunctor="backModels.disjunctor" @ok="backOk"
  76. @cancel="backCancel"></backModel>
  77. <!-- 填写交接人账号弹窗 -->
  78. <selectAccount v-if="hosModels.disjunctor" :title="hosModels.title" :disjunctor="hosModels.disjunctor" @ok="hosOk"
  79. @cancel="hosCancel">
  80. </selectAccount>
  81. <!-- 弹窗 -->
  82. <showModel :title="models.title" :icon="models.icon" :disjunctor="models.disjunctor" :content="models.content"
  83. :operate="models.operate" @know="know"></showModel>
  84. </view>
  85. </template>
  86. <script>
  87. import {
  88. get,
  89. post,
  90. webHandle
  91. } from "../../http/http.js";
  92. export default {
  93. data() {
  94. return {
  95. res: {},
  96. backSpecimen: {},
  97. backParams: {},
  98. imgs: ['https://img1.baidu.com/it/u=3217543765,3223180824&fm=253&fmt=auto&app=120&f=JPEG?w=1200&h=750',
  99. 'https://img1.baidu.com/it/u=3217543765,3223180824&fm=253&fmt=auto&app=120&f=JPEG?w=1200&h=750',
  100. 'https://img1.baidu.com/it/u=3217543765,3223180824&fm=253&fmt=auto&app=120&f=JPEG?w=1200&h=750'
  101. ],
  102. startDeptId: null,
  103. deptId: null,
  104. msg: {}, //传递的信息
  105. list: [],
  106. targetDeptShow: [], //目标科室
  107. // 填写交接人账号弹窗model
  108. hosModels: {
  109. disjunctor: false,
  110. },
  111. // 退回弹窗model
  112. backModels: {
  113. disjunctor: false,
  114. },
  115. // 弹窗model
  116. models: {
  117. disjunctor: false,
  118. },
  119. };
  120. },
  121. methods: {
  122. // 退回
  123. backHandler(specimen, workorderId, data) {
  124. console.log(specimen);
  125. const {
  126. reasonForReturn,
  127. remarks,
  128. } = this.backParams;
  129. uni.showLoading({
  130. title: '加载中',
  131. mask: true
  132. })
  133. let postData = {
  134. reasonForReturn,
  135. remarks,
  136. scode: specimen.scode,
  137. hosId: uni.getStorageSync("userData").user.currentHospital.id,
  138. speState: specimen.speState ? specimen.speState.id : undefined,
  139. handoverId: data ? data.accountId : undefined,
  140. handoverName: data ? data.accountName : undefined,
  141. gdId: workorderId || undefined,
  142. }
  143. post('/workerOrder/returnSpecimen', postData).then(res => {
  144. uni.hideLoading();
  145. if (res.state == 200) {
  146. this.models = {
  147. disjunctor: true,
  148. title: "提示",
  149. content: `标本退回成功`,
  150. icon: "success",
  151. };
  152. } else {
  153. this.models = {
  154. disjunctor: true,
  155. title: "提示",
  156. content: `标本退回失败`,
  157. icon: "error",
  158. };
  159. }
  160. })
  161. },
  162. // 填写交接人账号-确认
  163. hosOk(data) {
  164. console.log(data);
  165. const {
  166. accountName,
  167. account,
  168. accountId
  169. } = data;
  170. if (!accountName && !account) {
  171. //没有填写交接人
  172. uni.showModal({
  173. title: "提示",
  174. content: "请填写交接人账号!",
  175. showCancel: false,
  176. success: function(res) {
  177. if (res.confirm) {
  178. console.log("用户点击确定");
  179. } else if (res.cancel) {
  180. console.log("用户点击取消");
  181. }
  182. },
  183. });
  184. return;
  185. } else if ((!accountName && account) || (accountName && !account)) {
  186. //没有填写交接人
  187. uni.showModal({
  188. title: "提示",
  189. content: "请填写正确的交接人账号!",
  190. showCancel: false,
  191. success: function(res) {
  192. if (res.confirm) {
  193. console.log("用户点击确定");
  194. } else if (res.cancel) {
  195. console.log("用户点击取消");
  196. }
  197. },
  198. });
  199. return;
  200. }
  201. this.hosModels.disjunctor = false;
  202. uni.showLoading({
  203. title: "加载中",
  204. mask: true,
  205. });
  206. if (this.backStatus = 'back') {
  207. // 退回
  208. this.backHandler(this.backSpecimen, this.res.data.gdid, data);
  209. } else {
  210. this.nextDeptOrder_s(this.res.workOrder, data);
  211. }
  212. },
  213. // 填写交接人账号-取消
  214. hosCancel() {
  215. this.hosModels.disjunctor = false;
  216. },
  217. // 填写交接人账号弹窗
  218. showSelectAccount() {
  219. this.hosModels = {
  220. title: "填写交接人账号",
  221. disjunctor: true,
  222. };
  223. },
  224. // 退回-确认
  225. backOk(data) {
  226. console.log(data);
  227. this.backParams = data;
  228. this.hosModels.disjunctor = false;
  229. let postData = {
  230. "idx": 0,
  231. "sum": 1,
  232. "hospitalConfig": {
  233. "hosId": uni.getStorageSync("userData").user.currentHospital.id,
  234. "key": "returnSpecimenWhetherHandover"
  235. }
  236. };
  237. uni.showLoading({
  238. title: "加载中",
  239. mask: true,
  240. });
  241. post('/simple/data/fetchDataList/hospitalConfig', postData).then((result) => {
  242. uni.hideLoading();
  243. if (result.status == 200) {
  244. if (result.list[0].value == 1) {
  245. this.showSelectAccount();
  246. } else {
  247. this.backHandler(this.backSpecimen, this.workOrderId);
  248. }
  249. } else {
  250. uni.showToast({
  251. icon: "none",
  252. title: "请求失败!",
  253. });
  254. }
  255. })
  256. },
  257. // 退回-取消
  258. backCancel() {
  259. this.backModels.disjunctor = false;
  260. },
  261. // 退回弹窗
  262. showBack() {
  263. this.backModels = {
  264. title: "退回",
  265. disjunctor: true,
  266. };
  267. },
  268. previewImage(index) {
  269. //uniapp预览轮播图
  270. uni.previewImage({
  271. current: index, //预览图片的下标
  272. urls: this.imgs //预览图片的地址,必须要数组形式,如果不是数组形式就转换成数组形式就可以
  273. })
  274. },
  275. getList() {
  276. uni.showLoading({
  277. mask: true,
  278. title: '加载中'
  279. })
  280. let postData = [Number(this.startDeptId), Number(this.deptId)]; //起点科室id,选择的科室id
  281. post(`/api/getTransDeptSpecimens`, postData).then((res) => {
  282. uni.hideLoading();
  283. uni.stopPullDownRefresh();
  284. if (res.status == 200) {
  285. this.list = res.data;
  286. } else {
  287. uni.showToast({
  288. icon: "none",
  289. title: "请求失败!",
  290. });
  291. }
  292. });
  293. },
  294. // 返回
  295. goto() {
  296. uni.navigateTo({
  297. url: `../../pages/specimenChecking/specimenChecking?infoDATA=${encodeURIComponent(JSON.stringify(this.msg))}`,
  298. });
  299. },
  300. },
  301. onLoad(options) {
  302. console.log(options, "快捷建单");
  303. this.msg = JSON.parse(options.infoDATA);
  304. this.startDeptId = options.startDeptId;
  305. this.deptId = options.deptId;
  306. this.getList();
  307. // #ifdef APP-PLUS
  308. webHandle("no", "app");
  309. // #endif
  310. // #ifdef H5
  311. webHandle("no", "wx");
  312. // #endif
  313. },
  314. onPullDownRefresh() {
  315. this.getList();
  316. },
  317. };
  318. </script>
  319. <style lang="less" scoped>
  320. .specimenCheckingDetail {
  321. padding-bottom: 100rpx;
  322. .page_header {
  323. margin: 20rpx;
  324. padding: 16rpx;
  325. border: 2rpx solid #e5e9ed;
  326. background: #fff;
  327. border-radius: 8rpx;
  328. .page_header_item {
  329. margin-bottom: 16rpx;
  330. .page_header_title {
  331. margin-bottom: 8rpx;
  332. font-weight: bold;
  333. }
  334. .page_header_content {
  335. display: flex;
  336. image {
  337. flex: 1;
  338. margin: 0 8rpx;
  339. }
  340. }
  341. }
  342. }
  343. .page_item_wrap {
  344. width: 100%;
  345. height: auto;
  346. box-sizing: border-box;
  347. position: relative;
  348. margin-bottom: 16rpx;
  349. .page_item {
  350. margin-top: 16rpx;
  351. margin-bottom: 124rpx;
  352. background: #fff;
  353. border-radius: 8rpx;
  354. margin: 0 20rpx;
  355. border: 2rpx solid #e5e9ed;
  356. position: relative;
  357. overflow: hidden;
  358. padding: 0 16rpx;
  359. .L {
  360. width: 40rpx;
  361. height: 40rpx;
  362. border-radius: 50%;
  363. background: #f9fafb;
  364. position: absolute;
  365. left: -20rpx;
  366. top: 68rpx;
  367. border: 2rpx solid #e5e9ed;
  368. }
  369. .R {
  370. width: 40rpx;
  371. height: 40rpx;
  372. border-radius: 50%;
  373. background: #f9fafb;
  374. position: absolute;
  375. float: right;
  376. right: -20rpx;
  377. top: 68rpx;
  378. border: 2rpx solid #e5e9ed;
  379. }
  380. .starting {
  381. width: 50rpx;
  382. height: 50rpx;
  383. color: #fff;
  384. background: #49b856;
  385. display: inline-block;
  386. border-radius: 50%;
  387. text-align: center;
  388. line-height: 46rpx;
  389. font-size: 32rpx;
  390. margin-right: 6rpx;
  391. }
  392. .End {
  393. width: 50rpx;
  394. height: 50rpx;
  395. color: #fff;
  396. background: #39b199;
  397. display: inline-block;
  398. border-radius: 50%;
  399. text-align: center;
  400. line-height: 46rpx;
  401. font-size: 32rpx;
  402. margin-right: 6rpx;
  403. }
  404. .page_item_top {
  405. height: 88rpx;
  406. border-bottom: 2rpx dashed #e5e9ed;
  407. padding: 0 16rpx;
  408. .page_item_top-inner {
  409. display: flex;
  410. justify-content: space-between;
  411. align-items: center;
  412. height: 100%;
  413. .page_item_top_L {
  414. .emergencys {
  415. background: #ff3b53 !important;
  416. width: 124rpx !important;
  417. }
  418. .emergency {
  419. background: #ff3b53 !important;
  420. }
  421. .emergency1 {
  422. background: #49b856 !important;
  423. }
  424. .page_item_cont_start {
  425. text-align: center;
  426. height: 44rpx;
  427. width: 104rpx;
  428. line-height: 44rpx;
  429. border-radius: 8rpx;
  430. background: #49b856;
  431. color: #fff;
  432. display: inline-block;
  433. }
  434. .L_time {
  435. color: #6cc076;
  436. font-size: 32rpx;
  437. }
  438. .L_text {
  439. font-size: 32rpx;
  440. font-weight: 700;
  441. }
  442. }
  443. .page_item_top_R {
  444. font-size: 32rpx;
  445. .back {
  446. background-color: #49b856;
  447. }
  448. .L_iocn {
  449. color: rgb(7, 134, 60);
  450. font-size: 36rpx;
  451. font-weight: 700;
  452. }
  453. }
  454. }
  455. }
  456. .page_item_cont {
  457. min-height: 90rpx;
  458. padding: 0 16rpx;
  459. text-align: left;
  460. position: relative;
  461. .text_big {
  462. font-size: 32rpx;
  463. font-weight: 700;
  464. margin-top: 10rpx;
  465. p {
  466. font-weight: 700;
  467. line-height: 1.5;
  468. }
  469. }
  470. .page_item_cont_T {
  471. padding-top: 28rpx;
  472. padding-bottom: 28rpx;
  473. font-size: 28rpx;
  474. .page_item_cont_title {
  475. height: 100%;
  476. font-size: 32rpx;
  477. display: flex;
  478. justify-content: space-between;
  479. }
  480. }
  481. .page_item_cont_B {
  482. padding-top: 28rpx;
  483. margin-bottom: 28rpx;
  484. .page_item_cont_title {
  485. font-size: 32rpx;
  486. display: flex;
  487. justify-content: space-between;
  488. }
  489. .page_item_cont_title1 {
  490. height: 60rpx;
  491. line-height: 60rpx;
  492. font-size: 32rpx;
  493. padding-left: 64rpx;
  494. }
  495. }
  496. }
  497. .page_item_foot {
  498. border-top: 2rpx dashed #e5e9ed;
  499. border-bottom: 2rpx dashed #e5e9ed;
  500. padding: 28rpx 16rpx;
  501. text-align: left;
  502. .page_item_foot_text {
  503. font-size: 32rpx;
  504. margin-bottom: 20rpx;
  505. .text1 {
  506. color: rgb(102, 102, 102);
  507. }
  508. .text2 {
  509. float: right;
  510. font-weight: 700;
  511. }
  512. }
  513. }
  514. #infos {
  515. display: none;
  516. }
  517. .page_item_infos {
  518. padding-bottom: 20rpx;
  519. border-bottom: 2rpx dashed #e5e9ed;
  520. .page_item_info2 {
  521. text-align: left;
  522. line-height: 60rpx;
  523. font-size: 32rpx;
  524. padding-left: 16rpx;
  525. .page_item_foot_text {
  526. font-size: 32rpx;
  527. margin-bottom: 20rpx;
  528. .text1 {
  529. color: rgb(102, 102, 102);
  530. }
  531. .text2 {
  532. float: right;
  533. font-weight: 700;
  534. }
  535. }
  536. }
  537. }
  538. }
  539. .L-l {
  540. width: 2rpx;
  541. height: 40rpx;
  542. background: #f9fafb;
  543. position: absolute;
  544. left: 20rpx;
  545. top: 72rpx;
  546. }
  547. .R-l {
  548. width: 2rpx;
  549. height: 40rpx;
  550. background: #f9fafb;
  551. position: absolute;
  552. right: 20rpx;
  553. top: 72rpx;
  554. }
  555. }
  556. .foot_btn2 {
  557. position: fixed;
  558. bottom: 0;
  559. width: 100vw;
  560. padding: 0 20rpx;
  561. box-sizing: border-box;
  562. line-height: 66rpx;
  563. height: 100rpx;
  564. border-top: 2rpx solid #e5e9ed;
  565. background: #f9fafb;
  566. text-align: center;
  567. display: flex;
  568. justify-content: center;
  569. align-items: center;
  570. .btn2 {
  571. height: 66rpx;
  572. flex: 1;
  573. margin: 16rpx 16rpx 0;
  574. background-image: linear-gradient(to right, #72c172, #3bb197);
  575. color: #fff;
  576. border-radius: 8rpx;
  577. font-size: 32rpx;
  578. }
  579. }
  580. }
  581. </style>