orderSignBloodDetail.vue 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581
  1. <template>
  2. <view class="Scanning_Result">
  3. <view class="Scanning_top">
  4. <view class="title1">{{queryObj.deptName}}</view>
  5. <view>{{dataList.patientTotalCount}}人</view>
  6. <view>{{dataList.bloodTotalCount}}袋</view>
  7. </view>
  8. <view class="Scanning_cont">
  9. <view class="list" v-for="(v2, i2) of dataList.children" :key="i2">
  10. <view class="list_top">
  11. <text class="newicon newicon-a-ziyuan7"></text>
  12. <view class="title1 ellipsis">
  13. <text>{{v2.patientName}}</text><text>{{v2.hosNum}}</text>
  14. </view>
  15. <view>
  16. <text>{{v2.count}}袋</text>
  17. </view>
  18. </view>
  19. <view class="list_bottom_wrap" v-for="(v3, i3) of v2.children" :key="i3" @click="v3.checked = !v3.checked">
  20. <view class="list_bottom">
  21. <view class="title1 ellipsis">
  22. <text class="ellipsis">{{v3.bloodCode}}</text>
  23. <text>{{v3.volume}}{{v3.unit}}</text>
  24. </view>
  25. <view class="title2">
  26. <text>{{v3.count}}袋</text>
  27. <text class="newicon newicon-a-ziyuan3" :class="{active: v3.checked}"></text>
  28. </view>
  29. </view>
  30. <view class="list_detail" v-if="v3.checked">
  31. <view class="list_detail_item" v-for="(v4, i4) of v3.children" :key="i4">
  32. <view class="list_detail_item_title">
  33. <text>{{v4.bloodCode}}{{v4.productCode ? '+' + v4.productCode : ''}}</text>
  34. <text class="blue serialNumber">{{i4 + 1}}</text>
  35. </view>
  36. <view class="list_detail_item_content">
  37. <view>
  38. <text>血型:{{v4.aboType}}</text>
  39. <text class="ml16">RH(D):{{v4.rhType}}</text>
  40. </view>
  41. <view>
  42. <text>失效时间:{{v4.overDate | formatDate('yyyy-MM-dd hh:mm')}}</text>
  43. <!-- <text class="zhi">至</text> -->
  44. <!-- <text></text> -->
  45. </view>
  46. <view class="list_detail_item_content_status">
  47. <text class="blue">{{v4.state ? v4.state.name : ''}}</text>
  48. </view>
  49. </view>
  50. </view>
  51. </view>
  52. </view>
  53. <view class="list_top">
  54. <view class="receiver">
  55. <text>交接人:{{v2.receiverDTO ? v2.receiverDTO.name : ''}}</text>
  56. <text>交接时间:{{v2.receiveTime | formatDate('MM-dd hh:mm')}}</text>
  57. </view>
  58. </view>
  59. </view>
  60. </view>
  61. <view class="foot_btn_spe">
  62. <view class="btn3" @click="goBack()">返回</view>
  63. </view>
  64. <!-- 填写交接人工号弹窗 -->
  65. <selectAccount @click.stop.native v-if="hosModels.disjunctor" :content="hosModels.content" :disjunctor="hosModels.disjunctor" @ok="hosOk"
  66. @cancel="hosCancel">
  67. </selectAccount>
  68. </view>
  69. </template>
  70. <script>
  71. import {
  72. get,
  73. post,
  74. SM,
  75. webHandle
  76. } from "../../http/http.js";
  77. export default {
  78. data() {
  79. return {
  80. hosId: uni.getStorageSync('userData').user.currentHospital.id,
  81. // 填写交接人工号弹窗model
  82. hosModels: {
  83. disjunctor: false,
  84. },
  85. dataList: {},
  86. queryObj: {}, //路由传递过来的数据
  87. };
  88. },
  89. methods: {
  90. // 核对完成
  91. complete(){
  92. uni.showLoading({
  93. title: "加载中",
  94. mask: true,
  95. });
  96. post('/simple/data/fetchDataList/taskTypeConfig', {
  97. idx: 0,
  98. sum: 1,
  99. taskTypeConfig: {
  100. "taskTypeDTO": {
  101. "hosId": {
  102. "id": this.hosId
  103. },
  104. "ordinaryField": {
  105. "key": "ordinary_field",
  106. "value": "blood"
  107. }
  108. }
  109. },
  110. }).then(res => {
  111. uni.hideLoading();
  112. if(res.status == 200){
  113. let list = res.list || [];
  114. if(list.length > 0){
  115. let signTypeList = list[0].signTypeList || [];
  116. let signType = signTypeList.find( v => v.value == 6 );
  117. if(signType){
  118. this.showSelectAccount();
  119. }else{
  120. this.checkComplete();
  121. }
  122. }else{
  123. uni.showToast({
  124. icon: "none",
  125. title: "请配置血制品任务类型!",
  126. });
  127. }
  128. }else{
  129. uni.showToast({
  130. icon: "none",
  131. title: res.msg || "接口获取数据失败!",
  132. });
  133. }
  134. })
  135. },
  136. // 填写交接人工号-确认
  137. hosOk(data) {
  138. console.log(data);
  139. const {
  140. accountName,
  141. account,
  142. accountId
  143. } = data;
  144. if (!accountName && !account) {
  145. //没有填写交接人
  146. uni.showModal({
  147. title: "提示",
  148. content: "请填写交接人工号!",
  149. showCancel: false,
  150. success: function(res) {
  151. if (res.confirm) {
  152. console.log("用户点击确定");
  153. } else if (res.cancel) {
  154. console.log("用户点击取消");
  155. }
  156. },
  157. });
  158. return;
  159. } else if ((!accountName && account) || (accountName && !account)) {
  160. //没有填写交接人
  161. uni.showModal({
  162. title: "提示",
  163. content: "请填写正确的交接人工号!",
  164. showCancel: false,
  165. success: function(res) {
  166. if (res.confirm) {
  167. console.log("用户点击确定");
  168. } else if (res.cancel) {
  169. console.log("用户点击取消");
  170. }
  171. },
  172. });
  173. return;
  174. }
  175. this.hosModels.disjunctor = false;
  176. this.checkComplete(data);
  177. },
  178. // 填写交接人工号-取消
  179. hosCancel() {
  180. this.hosModels.disjunctor = false;
  181. this.flag = true;
  182. },
  183. // 填写交接人工号弹窗
  184. showSelectAccount() {
  185. this.hosModels = {
  186. content: "确定核对完成,请输入交接人员工号",
  187. disjunctor: true,
  188. };
  189. },
  190. checkComplete(accountObj){
  191. uni.showLoading({
  192. title: "加载中",
  193. mask: true,
  194. });
  195. let postData = {
  196. "type": "bloodTake",
  197. "orderId": 0,
  198. "orderIds": this.queryObj.orderIds || undefined,
  199. };
  200. if (accountObj) {
  201. postData.handoverUser = accountObj.accountId;
  202. }
  203. post('/transflow/checkComplete', postData).then(res => {
  204. uni.hideLoading();
  205. if(res.state == 200){
  206. uni.navigateTo({
  207. url: `../receiptpage/receiptpage`,
  208. });
  209. }else{
  210. uni.showToast({
  211. icon: "none",
  212. title: res.msg || "接口获取数据失败!",
  213. });
  214. }
  215. })
  216. },
  217. // 返回
  218. goBack() {
  219. uni.navigateBack();
  220. },
  221. //获取页面信息
  222. getInfo(){
  223. uni.showLoading({
  224. title: "加载中",
  225. mask: true,
  226. });
  227. post('/transflow/scanInfo', {
  228. "code": "nb",
  229. "id": 0,
  230. "type": "bloodTake",
  231. "bloodReceived": true,//我的-工单-血制品-详情
  232. "deptOrderDetails": true,
  233. "orderIds": this.queryObj.orderIds,
  234. "deptId": this.queryObj.deptId,
  235. }).then(res => {
  236. uni.hideLoading();
  237. if(res.state == 200){
  238. let dataList = res.data.data || {};
  239. // 第一层
  240. let dataNewList = {
  241. bloodTotalCount: 0,
  242. patientTotalCount: 0,
  243. children: [],
  244. };
  245. for (let key2 in dataList) {
  246. let value2 = dataList[key2];
  247. console.log(value2);
  248. // 第三层,第四层
  249. let array3 = [];
  250. for (let key3 in value2) {
  251. let value3 = value2[key3];
  252. console.log(dataNewList);
  253. array3.push({
  254. checked: false,
  255. bloodCode: key3.split('|')[0],
  256. volume: key3.split('|')[1],
  257. unit: key3.split('|')[2],
  258. count: value3.length,
  259. children: value3,
  260. });
  261. }
  262. // 第二层
  263. dataNewList.children.push({
  264. patientName: key2.split('|')[0],
  265. hosNum: key2.split('|')[1],
  266. count: array3.reduce((pre, current) => pre + current.count, 0),
  267. receiverDTO: array3[0].children[0].receiverDTO,
  268. receiveTime: array3[0].children[0].receiveTime,
  269. children: array3,
  270. });
  271. }
  272. // 计算第一层血袋数量
  273. dataNewList.bloodTotalCount = dataNewList.children.reduce((pre, current) => pre + current.count, 0);
  274. // 计算第一层患者数量
  275. dataNewList.patientTotalCount = Object.keys(dataList).length;
  276. console.log(dataNewList)
  277. // 赋值
  278. this.dataList = dataNewList;
  279. }else{
  280. uni.showToast({
  281. icon: "none",
  282. title: res.msg || "接口获取数据失败!",
  283. });
  284. }
  285. })
  286. },
  287. },
  288. onLoad(options) {
  289. console.log(options, "result");
  290. this.queryObj = options;
  291. this.getInfo();
  292. // #ifdef APP-PLUS
  293. webHandle("no", "app");
  294. // #endif
  295. // #ifdef H5
  296. webHandle("no", "wx");
  297. // #endif
  298. },
  299. };
  300. </script>
  301. <style lang="less" scoped>
  302. .Scanning_Result {
  303. padding: 16rpx;
  304. display: flex;
  305. flex-direction: column;
  306. height: 100vh;
  307. background-color: #f5f7fb;
  308. .ml16{
  309. margin-left: 16rpx;
  310. }
  311. .blue{
  312. color: #49b856!important;
  313. }
  314. .ellipsis{
  315. white-space: nowrap;
  316. overflow: hidden;
  317. text-overflow: ellipsis;
  318. }
  319. .Scanning_top_top {
  320. .Scanning_top_icon {
  321. width: 140rpx;
  322. height: 140rpx;
  323. margin: 50rpx auto 40rpx;
  324. border-radius: 50%;
  325. .speNum{
  326. text-align: center;
  327. font-size: 140rpx;
  328. }
  329. .cubeic-ok {
  330. font-size: 140rpx;
  331. color: #35b34a;
  332. }
  333. .cubeic-close {
  334. font-size: 140rpx;
  335. color: #ff3b53;
  336. }
  337. }
  338. .Scanning_top_text {
  339. .text1 {
  340. font-size: 48rpx;
  341. text-align: center;
  342. }
  343. .success_tips {
  344. color: red;
  345. font-size: 30rpx;
  346. }
  347. }
  348. }
  349. .Scanning_cont_cont {
  350. padding-bottom: 50rpx;
  351. text-align: center;
  352. display: flex;
  353. flex-direction: column;
  354. .fz58{
  355. font-size: 58rpx;
  356. }
  357. .table_bodys{
  358. overflow-y: auto;
  359. flex: 1;
  360. }
  361. .table_head{
  362. display: flex;
  363. margin-top: 50rpx;
  364. .ml16{
  365. margin-left: 16rpx;
  366. }
  367. view {
  368. height: 110rpx;
  369. line-height: 1;
  370. flex: 1;
  371. font-weight: bold;
  372. color: #000;
  373. font-size: 38rpx;
  374. display: flex;
  375. justify-content: center;
  376. align-items: center;
  377. }
  378. }
  379. .table_body{
  380. background: #F3FAF7;
  381. border-radius: 8px;
  382. border: 1px solid #E9E9E9;
  383. display: flex;
  384. margin-bottom: 20rpx;
  385. padding: 30rpx 20rpx;
  386. view {
  387. line-height: 1;
  388. flex: 1;
  389. color: #555;
  390. font-size: 38rpx;
  391. display: flex;
  392. justify-content: center;
  393. align-items: center;
  394. word-break: break-all;
  395. }
  396. }
  397. }
  398. .Scanning_top {
  399. margin-top: 16rpx;
  400. background-color: #fff;
  401. color: #49b856;
  402. font-weight: bold;
  403. font-size: 30rpx;
  404. display: flex;
  405. align-items: center;
  406. line-height: 1.1;
  407. view{
  408. padding: 16rpx 20rpx;
  409. flex: 1;
  410. &.title1{
  411. flex: 4;
  412. word-break: break-all;
  413. }
  414. }
  415. }
  416. .Scanning_cont {
  417. flex: 1;
  418. display: flex;
  419. flex-direction: column;
  420. overflow-y: auto;
  421. .list{
  422. background-color: #fff;
  423. margin-top: 16rpx;
  424. line-height: 1;
  425. .list_top{
  426. display: flex;
  427. font-weight: bold;
  428. color: #000;
  429. font-size: 30rpx;
  430. position: relative;
  431. padding-bottom: 16rpx;
  432. .newicon-a-ziyuan7{
  433. position: absolute;
  434. left: 12rpx;
  435. top: 14rpx;
  436. font-size: 32rpx;
  437. color: #49b856;
  438. }
  439. view{
  440. padding: 16rpx 20rpx 0 0;
  441. flex: 1;
  442. &.title1{
  443. padding: 16rpx 20rpx 0 54rpx;
  444. flex: 5;
  445. text:first-of-type{
  446. margin-right: 16rpx;
  447. }
  448. }
  449. &.receiver{
  450. color: #49b856;
  451. padding: 16rpx 20rpx 0 54rpx;
  452. font-size: 26rpx;
  453. text:first-of-type{
  454. margin-right: 40rpx;
  455. }
  456. }
  457. }
  458. }
  459. .list_bottom{
  460. display: flex;
  461. font-size: 25rpx;
  462. color: #767676;
  463. view{
  464. padding: 0 20rpx 16rpx 5rpx;
  465. flex: 1;
  466. &.title1{
  467. padding: 0 20rpx 16rpx 54rpx;
  468. flex: 5;
  469. display: flex;
  470. }
  471. &.title2{
  472. display: flex;
  473. align-items: center;
  474. }
  475. .newicon-a-ziyuan3{
  476. color: #cdcdcd;
  477. font-size: 12rpx;
  478. margin-left: 20rpx;
  479. transform: rotate(180deg);
  480. transition: all 0.5s;
  481. &.active{
  482. transform: rotate(0deg);
  483. }
  484. }
  485. }
  486. }
  487. .list_detail{
  488. border: 2rpx solid #C6C6C6;
  489. padding: 22rpx 30rpx 0;
  490. font-size: 26rpx;
  491. .list_detail_item{
  492. margin-bottom: 22rpx;
  493. padding: 10rpx 0;
  494. background-color: #F3FAF7;
  495. .list_detail_item_title{
  496. padding: 0 17rpx 6rpx;
  497. border-bottom: 2rpx solid #C3C3C3;
  498. display: flex;
  499. align-items: center;
  500. justify-content: space-between;
  501. .serialNumber{
  502. font-size: 38rpx;
  503. }
  504. }
  505. .list_detail_item_content{
  506. padding: 0 17rpx;
  507. view{
  508. line-height: 35rpx;
  509. margin-top: 17rpx;
  510. &:first-of-type{
  511. margin-top: 9rpx;
  512. }
  513. }
  514. .zhi{
  515. margin-left: 60rpx;
  516. margin-right: 60rpx;
  517. }
  518. .list_detail_item_content_status{
  519. display: flex;
  520. justify-content: flex-end;
  521. text{
  522. font-weight: bold;
  523. }
  524. }
  525. }
  526. }
  527. }
  528. }
  529. }
  530. .foot_btn_spe {
  531. line-height: 64rpx;
  532. height: 64rpx;
  533. margin-bottom: 40rpx;
  534. text-align: center;
  535. display: flex;
  536. justify-content: space-between;
  537. view {
  538. height: 64rpx;
  539. flex: 1;
  540. margin: 0 1%;
  541. background-image: linear-gradient(to right, #72c172, #3bb197);
  542. color: #fff;
  543. border-radius: 8rpx;
  544. font-size: 26rpx;
  545. }
  546. }
  547. }
  548. </style>