scanning_orderSign.vue 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637
  1. <template>
  2. <view class="Scanning_orderSign">
  3. <view class="Scanning_top">
  4. <view class="Scanning_top_icon">
  5. <text class="cubeic-ok icon_transport transport-duigou"></text>
  6. </view>
  7. <view class="Scanning_top_text">
  8. <view class="text1">工单完成</view>
  9. </view>
  10. </view>
  11. <view class="page_item" v-for="(infoDATA, i) of infoDATAS" :key="i">
  12. <view class="page_item_top">
  13. <view class="page_item_top_L">
  14. <text class="L_text">单号:{{ infoDATA.gdcode }}</text>
  15. <view
  16. class="page_item_cont_start emergency1"
  17. v-if="infoDATA.emergencyType.value == 1"
  18. >
  19. <text class="page_item_cont_start_txt">
  20. <text
  21. class="cubeic-star icon_transport transport-shiwujiaoxing"
  22. ></text>
  23. {{ infoDATA.emergencyType.name }}
  24. </text>
  25. </view>
  26. <view
  27. class="page_item_cont_start emergency"
  28. v-if="infoDATA.emergencyType.value == 2"
  29. >
  30. <text class="page_item_cont_start_txt">
  31. <text
  32. class="cubeic-star icon_transport transport-shiwujiaoxing"
  33. ></text>
  34. {{ infoDATA.emergencyType.name }}
  35. </text>
  36. </view>
  37. <view
  38. class="page_item_cont_start emergencys"
  39. v-if="infoDATA.emergencyType.value == 3"
  40. >
  41. <text class="page_item_cont_start_txt">
  42. <text
  43. class="cubeic-star icon_transport transport-shiwujiaoxing"
  44. ></text>
  45. {{ infoDATA.emergencyType.name }}
  46. </text>
  47. </view>
  48. </view>
  49. <view class="page_item_top_R">
  50. <text
  51. class="L_iocn"
  52. v-if="infoDATA.taskType.associationType.value == 'specimen'"
  53. >标本</text
  54. >
  55. <text
  56. class="L_iocn"
  57. v-if="infoDATA.taskType.associationType.value == 'specimenPlan'"
  58. >标本</text
  59. >
  60. <text
  61. class="L_iocn"
  62. v-if="infoDATA.taskType.associationType.value == 'drugsBag'"
  63. >药品</text
  64. >
  65. <text
  66. class="L_iocn"
  67. v-if="infoDATA.taskType.associationType.value == 'jPBag'"
  68. >静配</text
  69. >
  70. <text
  71. class="L_iocn"
  72. v-if="infoDATA.taskType.associationType.value == 'inspect'"
  73. >患者陪检</text
  74. >
  75. <text
  76. class="L_iocn"
  77. v-if="infoDATA.taskType.associationType.value == 'patientTransport'"
  78. >患者转运</text
  79. >
  80. <text
  81. class="L_iocn"
  82. v-if="infoDATA.taskType.associationType.value == 'other'"
  83. >其他配送</text
  84. >
  85. </view>
  86. <view class="L"></view>
  87. <view class="R"></view>
  88. </view>
  89. <view class="page_item_cont">
  90. <view class="page_item_cont_T">
  91. <view class="page_item_cont_title">
  92. <text> <text class="starting">起</text> 点科室 </text>
  93. <text class="text_big">{{ infoDATA.startDept.dept }}</text>
  94. </view>
  95. </view>
  96. <view class="line"></view>
  97. <view class="page_item_cont_B">
  98. <view
  99. class="page_item_cont_title"
  100. v-for="(dept, i) of infoDATA.middleDept"
  101. :key="i"
  102. >
  103. <view v-if="infoDATA.taskType.associationType.value == 'inspect'">
  104. <text> <text class="End">检</text> 查科室 </text>
  105. <text class="text_big">{{ dept.dept }}</text>
  106. </view>
  107. </view>
  108. <view
  109. class="page_item_cont_title"
  110. v-for="(dept, i) of infoDATA.endDepts"
  111. :key="i"
  112. >
  113. <view v-if="infoDATA.taskType.associationType.value != 'inspect'">
  114. <text> <text class="End">终</text> 点科室 </text>
  115. <text class="text_big">{{ dept.dept }}</text>
  116. </view>
  117. </view>
  118. </view>
  119. </view>
  120. <view class="page_item_foot">
  121. <view class="page_item_foot_text">
  122. <text class="text1">状态</text>
  123. <text
  124. class="text2"
  125. v-if="
  126. !(
  127. infoDATA.gdState.value == '5' &&
  128. infoDATA.taskType.associationType.value == 'inspect'
  129. )
  130. "
  131. >{{ infoDATA.gdState.name }}</text
  132. >
  133. <text
  134. class="text2"
  135. v-if="
  136. infoDATA.gdState.value == '5' &&
  137. infoDATA.taskType.associationType.value == 'inspect'
  138. "
  139. >待送回</text
  140. >
  141. </view>
  142. <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '2'">
  143. <text class="text1">预计响应时间</text>
  144. <text class="text2">{{ infoDATA.estimeResponseTime || 0 }}</text>
  145. </view>
  146. <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '5'">
  147. <text
  148. class="text1"
  149. v-if="!(infoDATA.taskType.associationType.value == 'inspect')"
  150. >预计送达时间</text
  151. >
  152. <text
  153. class="text1"
  154. v-if="infoDATA.taskType.associationType.value == 'inspect'"
  155. >预计送回时间</text
  156. >
  157. <text class="text2">{{ infoDATA.estimeCompleteTime || 0 }}</text>
  158. </view>
  159. <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '4'">
  160. <text class="text1">预计到达时间</text>
  161. <text class="text2">{{ infoDATA.estimateArriveTime || 0 }}</text>
  162. </view>
  163. <view class="page_item_foot_text">
  164. <text class="text1">创建时间</text>
  165. <text class="text2">{{ infoDATA.startTime }}</text>
  166. </view>
  167. </view>
  168. <!-- 标本 送达-->
  169. <view
  170. class="page_item_info"
  171. v-if="
  172. infoDATA.taskType.associationType.value == 'specimenPlan' ||
  173. infoDATA.taskType.associationType.value == 'specimen'
  174. "
  175. >
  176. <text class="page_item_info_title">标本信息</text>
  177. <text
  178. class="text"
  179. v-if="
  180. (infoType == 'plan-spe-dsd-3' && infoDATA.gdState.value == '7') ||
  181. (infoType == 'spe-dsd-3' && infoDATA.gdState.value == '7')
  182. "
  183. >
  184. 已扫描标本总数
  185. <text>{{ infoDATA.expectReceiveNum || 0 }}</text>
  186. </text>
  187. <view class="page_item_list">
  188. <view class="page_item_list_head">
  189. <view>标本类型</view>
  190. <view>床号</view>
  191. <view>标本编号</view>
  192. <view>患者姓名</view>
  193. </view>
  194. <view
  195. class="page_item_list_cont"
  196. v-for="(data, i) of infoDATA.specimenSet"
  197. :key="i"
  198. >
  199. <view>{{ data.stype.name || "-" }}</view>
  200. <view>{{ data.bedNum || "-" }}</view>
  201. <view>{{ data.scode || "-" }}</view>
  202. <view>{{ data.patientName || "-" }}</view>
  203. </view>
  204. </view>
  205. </view>
  206. </view>
  207. <view class="foot_btn2">
  208. <view class="btn2" @click="Scanning_again()">知道了</view>
  209. </view>
  210. </view>
  211. </template>
  212. <script>
  213. import { get, post, SM, webHandle } from "../../http/http.js";
  214. export default {
  215. data() {
  216. return {
  217. infoDATA: [],
  218. infoDATAS: [],
  219. infoType: "",
  220. DEPTCode: "",
  221. DEPT: "",
  222. dataId: "",
  223. };
  224. },
  225. methods: {
  226. // 知道了
  227. Scanning_again(id) {
  228. uni.navigateTo({
  229. url: "../receiptpage/receiptpage",
  230. });
  231. },
  232. // 获取信息内容
  233. getInfo(id) {
  234. for (var i = 0; i < id.length; i++) {
  235. get("/api/fetchData/workOrder/" + id[i]).then((res) => {
  236. if (res.status == 200) {
  237. this.infoDATA = res.data;
  238. this.infoDATAS.push(this.infoDATA);
  239. } else {
  240. uni.showToast({
  241. icon: "none",
  242. title: "请求失败!",
  243. });
  244. }
  245. });
  246. let data = {};
  247. post("/api/speDetails/" + id[i], data).then((res) => {
  248. if (res.status == 200) {
  249. } else {
  250. uni.showToast({
  251. icon: "none",
  252. title: "请求失败!",
  253. });
  254. }
  255. });
  256. }
  257. },
  258. },
  259. onLoad(options) {
  260. let id = JSON.parse(options.id);
  261. this.dataId = id;
  262. this.infoType = options.type1;
  263. this.DEPTCode = options.deptCode;
  264. this.DEPT = options.dept;
  265. this.getInfo(this.dataId);
  266. // #ifdef APP-PLUS
  267. webHandle("no", "app");
  268. // #endif
  269. // #ifdef H5
  270. webHandle("no", "wx");
  271. // #endif
  272. },
  273. };
  274. </script>
  275. <style lang="less">
  276. .Scanning_orderSign {
  277. padding: 0 20rpx;
  278. height: calc(100% - 100rpx);
  279. .Scanning_top {
  280. height: 340rpx;
  281. .Scanning_top_icon {
  282. width: 140rpx;
  283. height: 140rpx;
  284. margin: 0 auto;
  285. margin-top: 36rpx;
  286. border-radius: 50%;
  287. line-height: 140rpx;
  288. .cubeic-ok {
  289. font-size: 140rpx;
  290. color: #35b34a;
  291. }
  292. }
  293. .Scanning_top_text {
  294. text-align: center;
  295. .text1 {
  296. margin-top: 40rpx;
  297. font-size: 48rpx;
  298. }
  299. .text2 {
  300. margin-top: 16rpx;
  301. font-size: 36rpx;
  302. }
  303. }
  304. }
  305. .page_item {
  306. position: relative;
  307. margin-top: 16rpx;
  308. margin-bottom: 124rpx;
  309. min-height: 356rpx;
  310. background: #fff;
  311. border-radius: 8rpx;
  312. overflow: hidden;
  313. padding: 0 16rpx;
  314. border: 2rpx solid #e5e9ed;
  315. .L {
  316. width: 40rpx;
  317. height: 40rpx;
  318. border-radius: 50%;
  319. background: #f9fafb;
  320. position: relative;
  321. left: -50rpx;
  322. top: 66rpx;
  323. }
  324. .R {
  325. width: 20px;
  326. height: 20px;
  327. border-radius: 50%;
  328. background: #f9fafb;
  329. position: relative;
  330. float: right;
  331. right: -50rpx;
  332. top: 26rpx;
  333. }
  334. .starting {
  335. width: 50rpx;
  336. height: 50rpx;
  337. color: #fff;
  338. background: #49b856;
  339. display: inline-block;
  340. border-radius: 50%;
  341. text-align: center;
  342. line-height: 46rpx;
  343. font-size: 32rpx;
  344. margin-right: 6rpx;
  345. }
  346. .End {
  347. width: 50rpx;
  348. height: 50rpx;
  349. color: #fff;
  350. background: #39b199;
  351. display: inline-block;
  352. border-radius: 50%;
  353. text-align: center;
  354. line-height: 46rpx;
  355. font-size: 32rpx;
  356. margin-right: 6rpx;
  357. }
  358. .page_item_top {
  359. height: 86rpx;
  360. border-bottom: 2rpx dashed #e5e9ed;
  361. padding: 0 16rpx;
  362. .page_item_top_L {
  363. height: 100%;
  364. float: left;
  365. line-height: 88rpx;
  366. display: flex;
  367. align-items: center;
  368. .emergencys {
  369. background: #ff3b53 !important;
  370. width: 124rpx !important;
  371. }
  372. .emergency {
  373. background: #ff3b53 !important;
  374. }
  375. .emergency1 {
  376. background: #49b856 !important;
  377. }
  378. .page_item_cont_start {
  379. text-align: center;
  380. height: 44rpx;
  381. width: 104rpx;
  382. line-height: 44rpx;
  383. border-radius: 8rpx;
  384. background: #49b856;
  385. color: #fff;
  386. display: inline-block;
  387. .page_item_cont_start_txt {
  388. font-size: 28rpx;
  389. display: flex;
  390. align-items: center;
  391. justify-content: center;
  392. }
  393. }
  394. .L_time {
  395. color: #6cc076;
  396. font-size: 32rpx;
  397. }
  398. .L_text {
  399. font-size: 32rpx;
  400. display: inline-block;
  401. font-weight: 600;
  402. }
  403. }
  404. .page_item_top_R {
  405. height: 60rpx;
  406. float: right;
  407. padding-top: 20rpx;
  408. font-size: 32rpx;
  409. position: absolute;
  410. right: 50rpx;
  411. .L_iocn {
  412. display: inline-block;
  413. height: 52rpx;
  414. line-height: 48rpx;
  415. color: rgb(7, 134, 60);
  416. font-size: 36rpx;
  417. font-weight: 700;
  418. }
  419. }
  420. }
  421. .page_item_cont {
  422. min-height: 180rpx;
  423. max-height: 424rpx;
  424. padding: 0 16rpx;
  425. text-align: left;
  426. position: relative;
  427. .text_big {
  428. font-size: 32rpx;
  429. position: absolute;
  430. right: 16rpx;
  431. font-weight: 700;
  432. margin-top: 10rpx;
  433. }
  434. .text_big2 {
  435. font-size: 32rpx;
  436. position: absolute;
  437. right: 16rpx;
  438. font-weight: 700;
  439. }
  440. .line {
  441. height: 20rpx;
  442. width: 2rpx;
  443. border-left: 2rpx solid #e5e9ed;
  444. position: absolute;
  445. top: 82rpx;
  446. left: 40rpx;
  447. }
  448. .lines {
  449. height: 40%;
  450. width: 2rpx;
  451. border-left: 2rpx solid #e5e9ed;
  452. position: absolute;
  453. top: 23%;
  454. left: 36rpx;
  455. }
  456. .page_item_cont_T {
  457. padding-top: 28rpx;
  458. font-size: 28rpx;
  459. .page_item_cont_title {
  460. height: 100%;
  461. font-size: 32rpx;
  462. }
  463. }
  464. .page_item_cont_B {
  465. padding-top: 28rpx;
  466. margin-bottom: 28rpx;
  467. .page_item_cont_title {
  468. height: 60rpx;
  469. font-size: 32rpx;
  470. }
  471. .page_item_cont_title1 {
  472. height: 60rpx;
  473. line-height: 60rpx;
  474. font-size: 32rpx;
  475. padding-left: 64rpx;
  476. }
  477. }
  478. }
  479. .page_item_foot {
  480. border-top: 2rpx dashed #e5e9ed;
  481. border-bottom: 2rpx dashed #e5e9ed;
  482. padding: 28rpx 16rpx;
  483. text-align: left;
  484. .page_item_foot_text {
  485. font-size: 32rpx;
  486. margin-bottom: 20rpx;
  487. .text1 {
  488. color: rgb(102, 102, 102);
  489. }
  490. .text2 {
  491. float: right;
  492. font-weight: 700;
  493. }
  494. }
  495. .text_padd {
  496. padding: 0 10% 0 10%;
  497. }
  498. }
  499. .page_item_info {
  500. padding: 20rpx 16rpx;
  501. text-align: left;
  502. line-height: 60rpx;
  503. font-size: 32rpx;
  504. .page_item_info_title {
  505. font-weight: 700;
  506. }
  507. .text {
  508. float: right;
  509. font-weight: 700;
  510. text {
  511. color: #49b856;
  512. }
  513. }
  514. .page_item_list {
  515. .page_item_list_head {
  516. height: 90rpx;
  517. background-image: linear-gradient(to right, #72c172, #3bb197);
  518. display: flex;
  519. view {
  520. flex: 1;
  521. text-align: center;
  522. line-height: 90rpx;
  523. color: #fff;
  524. }
  525. }
  526. .page_item_list_cont {
  527. height: 90rpx;
  528. display: flex;
  529. view {
  530. flex: 1;
  531. text-align: center;
  532. line-height: 90rpx;
  533. color: rgb(51, 51, 51);
  534. }
  535. }
  536. }
  537. }
  538. #infos {
  539. display: none;
  540. }
  541. .page_item_infos {
  542. padding-bottom: 20rpx;
  543. border-bottom: 2rpx dashed #e5e9ed;
  544. .page_item_info2 {
  545. text-align: left;
  546. line-height: 60rpx;
  547. font-size: 32rpx;
  548. padding-left: 16rpx;
  549. .page_item_foot_text {
  550. font-size: 32rpx;
  551. margin-bottom: 20rpx;
  552. .text1 {
  553. color: rgb(102, 102, 102);
  554. }
  555. .text2 {
  556. float: right;
  557. font-weight: 700;
  558. }
  559. }
  560. }
  561. }
  562. }
  563. .foot_btn2 {
  564. position: fixed;
  565. bottom: 0;
  566. right: 20rpx;
  567. left: 20rpx;
  568. line-height: 66rpx;
  569. height: 100rpx;
  570. border-top: 2rpx solid #e5e9ed;
  571. background: #f9fafb;
  572. text-align: center;
  573. .btn2 {
  574. height: 66rpx;
  575. width: 100%;
  576. background-image: linear-gradient(to right, #72c172, #3bb197);
  577. color: #fff;
  578. border-radius: 8rpx;
  579. font-size: 32rpx;
  580. margin-top: 16rpx;
  581. }
  582. }
  583. }
  584. </style>