scanning_orderSign.vue 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636
  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 footerOtherMargin" 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 footerPadding">
  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. padding: 0 16rpx;
  424. text-align: left;
  425. position: relative;
  426. .text_big {
  427. font-size: 32rpx;
  428. position: absolute;
  429. right: 16rpx;
  430. font-weight: 700;
  431. margin-top: 10rpx;
  432. }
  433. .text_big2 {
  434. font-size: 32rpx;
  435. position: absolute;
  436. right: 16rpx;
  437. font-weight: 700;
  438. }
  439. .line {
  440. height: 20rpx;
  441. width: 2rpx;
  442. border-left: 2rpx solid #e5e9ed;
  443. position: absolute;
  444. top: 82rpx;
  445. left: 40rpx;
  446. }
  447. .lines {
  448. height: 40%;
  449. width: 2rpx;
  450. border-left: 2rpx solid #e5e9ed;
  451. position: absolute;
  452. top: 23%;
  453. left: 36rpx;
  454. }
  455. .page_item_cont_T {
  456. padding-top: 28rpx;
  457. font-size: 28rpx;
  458. .page_item_cont_title {
  459. height: 100%;
  460. font-size: 32rpx;
  461. }
  462. }
  463. .page_item_cont_B {
  464. padding-top: 28rpx;
  465. margin-bottom: 28rpx;
  466. .page_item_cont_title {
  467. height: 60rpx;
  468. font-size: 32rpx;
  469. }
  470. .page_item_cont_title1 {
  471. height: 60rpx;
  472. line-height: 60rpx;
  473. font-size: 32rpx;
  474. padding-left: 64rpx;
  475. }
  476. }
  477. }
  478. .page_item_foot {
  479. border-top: 2rpx dashed #e5e9ed;
  480. border-bottom: 2rpx dashed #e5e9ed;
  481. padding: 28rpx 16rpx;
  482. text-align: left;
  483. .page_item_foot_text {
  484. font-size: 32rpx;
  485. margin-bottom: 20rpx;
  486. .text1 {
  487. color: rgb(102, 102, 102);
  488. }
  489. .text2 {
  490. float: right;
  491. font-weight: 700;
  492. }
  493. }
  494. .text_padd {
  495. padding: 0 10% 0 10%;
  496. }
  497. }
  498. .page_item_info {
  499. padding: 20rpx 16rpx;
  500. text-align: left;
  501. line-height: 60rpx;
  502. font-size: 32rpx;
  503. .page_item_info_title {
  504. font-weight: 700;
  505. }
  506. .text {
  507. float: right;
  508. font-weight: 700;
  509. text {
  510. color: #49b856;
  511. }
  512. }
  513. .page_item_list {
  514. .page_item_list_head {
  515. height: 90rpx;
  516. background-image: linear-gradient(to right, #72c172, #3bb197);
  517. display: flex;
  518. view {
  519. flex: 1;
  520. text-align: center;
  521. line-height: 90rpx;
  522. color: #fff;
  523. }
  524. }
  525. .page_item_list_cont {
  526. height: 90rpx;
  527. display: flex;
  528. view {
  529. flex: 1;
  530. text-align: center;
  531. line-height: 90rpx;
  532. color: rgb(51, 51, 51);
  533. }
  534. }
  535. }
  536. }
  537. #infos {
  538. display: none;
  539. }
  540. .page_item_infos {
  541. padding-bottom: 20rpx;
  542. border-bottom: 2rpx dashed #e5e9ed;
  543. .page_item_info2 {
  544. text-align: left;
  545. line-height: 60rpx;
  546. font-size: 32rpx;
  547. padding-left: 16rpx;
  548. .page_item_foot_text {
  549. font-size: 32rpx;
  550. margin-bottom: 20rpx;
  551. .text1 {
  552. color: rgb(102, 102, 102);
  553. }
  554. .text2 {
  555. float: right;
  556. font-weight: 700;
  557. }
  558. }
  559. }
  560. }
  561. }
  562. .foot_btn2 {
  563. position: fixed;
  564. bottom: 0;
  565. right: 20rpx;
  566. left: 20rpx;
  567. line-height: 66rpx;
  568. height: 100rpx;
  569. border-top: 2rpx solid #e5e9ed;
  570. background: #f9fafb;
  571. text-align: center;
  572. .btn2 {
  573. height: 66rpx;
  574. width: 100%;
  575. background-image: linear-gradient(to right, #72c172, #3bb197);
  576. color: #fff;
  577. border-radius: 8rpx;
  578. font-size: 32rpx;
  579. margin-top: 16rpx;
  580. }
  581. }
  582. }
  583. </style>