scanning_blood.vue 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584
  1. <template>
  2. <view class="bloodDetails">
  3. <view class="Scanning_top">
  4. <view class="Scanning_top_icon">
  5. <text class="cubeic-ok newicon newicon-duigou"></text>
  6. </view>
  7. <view class="Scanning_top_text">
  8. <view class="text1">扫描成功</view>
  9. </view>
  10. </view>
  11. <view class="page_item_wrap">
  12. <view class="page_item">
  13. <view class="page_item_top">
  14. <view class="page_item_top-inner">
  15. <view class="page_item_top_L">
  16. <text class="L_text">血袋号:{{ bloodDTO.bloodCode||'无' }}</text>
  17. </view>
  18. <view class="page_item_top_R">
  19. <text class="L_iocn"></text>
  20. </view>
  21. </view>
  22. </view>
  23. <view class="page_item_cont">
  24. <view class="page_item_cont_C">
  25. <view class="page_item_cont_title_C">
  26. <text>血液类型</text>
  27. <text class="text_big">
  28. <text>
  29. {{bloodDTO.type ? bloodDTO.type.name : "无"}}
  30. </text>
  31. </text>
  32. </view>
  33. </view>
  34. <view class="page_item_cont_C">
  35. <view class="page_item_cont_title_C">
  36. <text>血量</text>
  37. <text class="text_big">
  38. <text>{{ bloodDTO.volume?bloodDTO.volume+'ML':'无' }}</text>
  39. </text>
  40. </view>
  41. </view>
  42. <view class="page_item_cont_C">
  43. <view class="page_item_cont_title_C">
  44. <text>采血日期</text>
  45. <text class="text_big">
  46. <text v-if="bloodDTO.printDate">{{bloodDTO.printDate | formatDate('yyyy-MM-dd hh:mm')}}</text>
  47. <text v-else>无</text>
  48. </text>
  49. </view>
  50. </view>
  51. <view class="page_item_cont_C">
  52. <view class="page_item_cont_title_C">
  53. <text>有效期至</text>
  54. <text class="text_big">
  55. <text v-if="bloodDTO.overDate">{{bloodDTO.overDate | formatDate('yyyy-MM-dd hh:mm')}}</text>
  56. <text v-else>无</text>
  57. </text>
  58. </view>
  59. </view>
  60. <view class="page_item_cont_C">
  61. <view class="page_item_cont_title_C">
  62. <text>血型</text>
  63. <text class="text_big">
  64. <text>{{ bloodDTO.aboType||'无' }}</text>
  65. </text>
  66. </view>
  67. </view>
  68. <view class="page_item_cont_C">
  69. <view class="page_item_cont_title_C">
  70. <text>RH(D)</text>
  71. <text class="text_big">{{bloodDTO.rhType || '无'}}</text>
  72. </view>
  73. </view>
  74. <view class="page_item_cont_C">
  75. <view class="page_item_cont_title_C">
  76. <text>患者</text>
  77. <text class="text_big">
  78. <text>{{ bloodDTO.patientName }}<text v-if="bloodDTO.hosNum">({{ bloodDTO.hosNum }})</text></text>
  79. </text>
  80. </view>
  81. </view>
  82. <view class="page_item_cont_C">
  83. <view class="page_item_cont_title_C">
  84. <text>申请科室</text>
  85. <text class="text_big">
  86. <text>{{ bloodDTO.applyDeptDTO?bloodDTO.applyDeptDTO.dept:'无' }}</text>
  87. </text>
  88. </view>
  89. </view>
  90. </view>
  91. <view class="L"></view>
  92. <view class="R"></view>
  93. </view>
  94. <view class="L-l"></view>
  95. <view class="R-l"></view>
  96. </view>
  97. <view class="cube-toolbar-item-wrap" v-show="bloodDTO.id">
  98. <button class="cube-toolbar-item" v-show="orderId && receiveOrder" @click="receiveOrderAndSign()">
  99. 接单并签到
  100. </button>
  101. <button class="cube-toolbar-item" v-show="!orderId && buildOrder" @click="buildOrderAndSign()">
  102. 建单并签到
  103. </button>
  104. <button class="cube-toolbar-item" v-show="signDeptOrder" @click="signDeptOrderAndSign()">
  105. 指定科室建单
  106. </button>
  107. <button class="cube-toolbar-item" @click="goBack()">
  108. 知道了
  109. </button>
  110. </view>
  111. </view>
  112. </template>
  113. <script>
  114. import {
  115. webHandle,
  116. post
  117. } from "../../http/http.js";
  118. export default {
  119. data() {
  120. return {
  121. options: {},
  122. receiveOrder: false,
  123. buildOrder: false,
  124. signDeptOrder: false,
  125. bloodDTO: {}, //血制品信息
  126. taskTypeConfig: {}, //血制品配置信息
  127. orderId:'',//工单id
  128. gotoFlag: true,
  129. configs:null,
  130. hosId:null,
  131. orderState:null
  132. };
  133. },
  134. methods: {
  135. goBack() {
  136. uni.navigateTo({
  137. url: "../receiptpage/receiptpage",
  138. });
  139. },
  140. // 接单并签到
  141. receiveOrderAndSign() {
  142. if (!this.gotoFlag) {
  143. return;
  144. }
  145. this.gotoFlag = false;
  146. let content = null
  147. if(this.configs.sendingMergeOrder &&
  148. this.configs.sendingMergeOrder==1 &&
  149. this.orderState==5){
  150. content = "您有当前科室未送达的血制品工单,将为您合并工单。"
  151. }else{
  152. content = "请确认是否接单并签到?"
  153. }
  154. uni.showModal({
  155. title: "提示",
  156. content: content,
  157. success: (result) => {
  158. if (result.confirm) {
  159. console.log("用户点击确定");
  160. let postData = {
  161. type: 'blood',
  162. id: this.bloodDTO.id,
  163. orderId: this.orderId
  164. };
  165. uni.showLoading({
  166. title: "加载中",
  167. mask: true,
  168. });
  169. post("/transflow/createOrTakeOrder", postData).then((ress) => {
  170. uni.hideLoading();
  171. if (ress.state == 200) {
  172. uni.navigateTo({
  173. url: `../scanning_blood_process/scanning_blood_process?orderId=${ress.data.orderId}&bloodDTO=${encodeURIComponent(JSON.stringify(this.bloodDTO))}&scanCount=${ress.data.scanCount}&status=${ress.state}`,
  174. });
  175. } else {
  176. uni.showToast({
  177. icon: "none",
  178. title: ress.msg || "接口获取数据失败!",
  179. });
  180. }
  181. });
  182. } else if (result.cancel) {
  183. this.gotoFlag = true;
  184. console.log("用户点击取消");
  185. }
  186. },
  187. });
  188. },
  189. // 建单并签到
  190. buildOrderAndSign() {
  191. if (!this.gotoFlag) {
  192. return;
  193. }
  194. this.gotoFlag = false;
  195. uni.showModal({
  196. title: "提示",
  197. content: "请确认是否建单并签到?",
  198. success: (result) => {
  199. if (result.confirm) {
  200. console.log("用户点击确定");
  201. let postData = {
  202. type: 'blood',
  203. id: this.bloodDTO.id,
  204. };
  205. uni.showLoading({
  206. title: "加载中",
  207. mask: true,
  208. });
  209. post("/transflow/createOrTakeOrder", postData).then((ress) => {
  210. uni.hideLoading();
  211. if (ress.state == 200) {
  212. uni.navigateTo({
  213. url: `../scanning_blood_process/scanning_blood_process?orderId=${ress.data.orderId}&bloodDTO=${encodeURIComponent(JSON.stringify(this.bloodDTO))}&scanCount=${ress.data.scanCount}&status=${ress.state}`,
  214. });
  215. } else {
  216. uni.showToast({
  217. icon: "none",
  218. title: ress.msg || "接口获取数据失败!",
  219. });
  220. }
  221. });
  222. } else if (result.cancel) {
  223. this.gotoFlag = true;
  224. console.log("用户点击取消");
  225. }
  226. },
  227. });
  228. },
  229. // 指定科室建单
  230. signDeptOrderAndSign(){
  231. uni.showModal({
  232. title: "提示",
  233. content: "请选择血制品要送达的科室!",
  234. success: (result) => {
  235. if (result.confirm) {
  236. console.log("用户点击确定");
  237. uni.navigateTo({
  238. url: `../search/search?type=bloodSelect&bloodDTO=${encodeURIComponent(JSON.stringify(this.bloodDTO))}`,
  239. });
  240. } else if (result.cancel) {
  241. console.log("用户点击取消");
  242. }
  243. },
  244. });
  245. },
  246. //获取血制品信息及其关联的工单信息
  247. scanInfo(value, type) {
  248. uni.showLoading({
  249. title: "加载中",
  250. mask: true,
  251. });
  252. post("/common/common/getDictionary", {"type":"list","key":"ttconfig_sign_type"}).then((res1) => {
  253. post("/transflow/scanInfo", {
  254. type: 'blood',
  255. [type]: value,
  256. }).then((res) => {
  257. uni.hideLoading();
  258. if (res.state == 200) {
  259. this.bloodDTO = res.data.dto || {};
  260. this.orderId = res.data.orderId;
  261. this.orderState = res.data.orderState
  262. console.log(this.orderId);
  263. this.taskTypeConfig = res.data.taskTypeConfig;
  264. let sign_ids = this.taskTypeConfig.signTypeIds?this.taskTypeConfig.signTypeIds.split(','):[];
  265. console.log(sign_ids);
  266. this.receiveOrder = false;
  267. this.buildOrder = false;
  268. this.signDeptOrder = false;
  269. sign_ids.forEach(v => {
  270. let obj = res1.find(vv => vv.id == v);
  271. console.log(obj);
  272. // 接单
  273. if(obj && obj.value == 1){
  274. this.receiveOrder = true;
  275. }
  276. // 建单
  277. if(obj && obj.value == 2){
  278. this.buildOrder = true;
  279. }
  280. // 指定科室建单
  281. if(obj && obj.value == 3){
  282. this.signDeptOrder = true;
  283. }
  284. })
  285. } else {
  286. uni.showToast({
  287. icon: "none",
  288. title: res.msg || "接口获取数据失败!",
  289. });
  290. }
  291. });
  292. });
  293. },
  294. //获取血制品配置页面
  295. getTaskConfig(){
  296. let postData = {
  297. "idx": 0,
  298. "sum": 10,
  299. "taskTypeConfig": {
  300. "taskTypeDTO": {
  301. "hosId": {
  302. "id": this.hosId
  303. },
  304. "ordinaryField": {
  305. "key": "ordinary_field",
  306. "value": "blood"
  307. }
  308. }
  309. }
  310. };
  311. post('/simple/data/fetchDataList/taskTypeConfig', postData).then(result => {
  312. if(result.status == 200){
  313. this.configs = result.list[0] || {};
  314. }else{
  315. uni.showToast({
  316. icon: "none",
  317. title: result.msg || "接口获取数据失败!",
  318. });
  319. }
  320. })
  321. },
  322. },
  323. onShow() {
  324. this.gotoFlag = true;
  325. // #ifdef APP-PLUS
  326. uni.$off('scan') // 每次进来先 移除全局自定义事件监听器
  327. // uni.$on('scan', function(data) {
  328. // that.pdaChange(data)
  329. // })
  330. // #endif
  331. },
  332. onLoad(options) {
  333. this.hosId = uni.getStorageSync('userData').user.currentHospital.id;
  334. console.log(options);
  335. this.options = options;
  336. if (this.options.qrcode) {
  337. this.scanInfo(this.options.qrcode, 'code');
  338. }else if (this.options.id) {
  339. this.scanInfo(this.options.id, 'id');
  340. }
  341. this.getTaskConfig()
  342. // #ifdef APP-PLUS
  343. webHandle("no", "app");
  344. // #endif
  345. // #ifdef H5
  346. webHandle("no", "wx");
  347. // #endif
  348. },
  349. created(){
  350. }
  351. };
  352. </script>
  353. <style lang="less" scoped>
  354. .bloodDetails {
  355. background-color: rgb(249, 250, 251);
  356. .Scanning_top {
  357. .Scanning_top_icon {
  358. width: 140rpx;
  359. height: 140rpx;
  360. margin: 0 auto;
  361. border-radius: 50%;
  362. line-height: 140rpx;
  363. text-align: center;
  364. .cubeic-ok {
  365. font-size: 140rpx;
  366. color: #35b34a;
  367. }
  368. .cubeic-close {
  369. font-size: 140rpx;
  370. color: #ff3b53;
  371. }
  372. }
  373. .Scanning_top_text {
  374. .text1 {
  375. margin-top: 40rpx;
  376. font-size: 48rpx;
  377. text-align: center;
  378. }
  379. }
  380. }
  381. .page_item_wrap {
  382. position: relative;
  383. margin-top: 32rpx;
  384. .page_item {
  385. margin-top: 16rpx;
  386. margin-bottom: 124rpx;
  387. background: #fff;
  388. border-radius: 8rpx;
  389. margin: 0 20rpx;
  390. border: 2rpx solid #e5e9ed;
  391. position: relative;
  392. overflow: hidden;
  393. padding: 0 16rpx;
  394. .L {
  395. width: 40rpx;
  396. height: 40rpx;
  397. border-radius: 50%;
  398. background: #f9fafb;
  399. position: absolute;
  400. left: -20rpx;
  401. top: 68rpx;
  402. border: 2rpx solid #e5e9ed;
  403. }
  404. .R {
  405. width: 40rpx;
  406. height: 40rpx;
  407. border-radius: 50%;
  408. background: #f9fafb;
  409. position: absolute;
  410. float: right;
  411. right: -20rpx;
  412. top: 68rpx;
  413. border: 2rpx solid #e5e9ed;
  414. }
  415. .page_item_top {
  416. height: 88rpx;
  417. border-bottom: 2rpx dashed #e5e9ed;
  418. padding: 0 16rpx;
  419. .page_item_top-inner {
  420. display: flex;
  421. justify-content: space-between;
  422. align-items: center;
  423. height: 100%;
  424. .page_item_top_L {
  425. .L_text {
  426. font-size: 32rpx;
  427. font-weight: 700;
  428. }
  429. }
  430. .page_item_top_R {
  431. font-size: 32rpx;
  432. .L_iocn {
  433. color: rgb(7, 134, 60);
  434. font-size: 36rpx;
  435. font-weight: 700;
  436. }
  437. }
  438. }
  439. }
  440. .page_item_cont {
  441. min-height: 180rpx;
  442. padding: 0 16rpx;
  443. text-align: left;
  444. position: relative;
  445. .text_big {
  446. width: 50%;
  447. text-align: right;
  448. font-size: 32rpx;
  449. font-weight: 700;
  450. text {
  451. font-weight: 700;
  452. line-height: 1.5;
  453. }
  454. }
  455. .line {
  456. height: 20rpx;
  457. width: 2rpx;
  458. border-left: 2rpx solid #e5e9ed;
  459. position: absolute;
  460. top: 82rpx;
  461. left: 40rpx;
  462. }
  463. .page_item_cont_T {
  464. padding-top: 28rpx;
  465. font-size: 28rpx;
  466. .page_item_cont_title {
  467. height: 100%;
  468. font-size: 32rpx;
  469. display: flex;
  470. justify-content: space-between;
  471. }
  472. }
  473. .page_item_cont_B {
  474. padding-top: 28rpx;
  475. margin-bottom: 28rpx;
  476. .page_item_cont_title {
  477. font-size: 32rpx;
  478. display: flex;
  479. justify-content: space-between;
  480. align-items: center;
  481. }
  482. }
  483. .page_item_cont_C {
  484. margin-bottom: 28rpx;
  485. .page_item_cont_title_C {
  486. font-size: 32rpx;
  487. display: flex;
  488. justify-content: space-between;
  489. align-items: center;
  490. &>text{
  491. flex-shrink: 0;
  492. }
  493. }
  494. }
  495. #infos {
  496. display: none;
  497. }
  498. }
  499. }
  500. .L-l {
  501. width: 2rpx;
  502. height: 40rpx;
  503. background: #f9fafb;
  504. position: absolute;
  505. left: 20rpx;
  506. top: 72rpx;
  507. }
  508. .R-l {
  509. width: 2rpx;
  510. height: 40rpx;
  511. background: #f9fafb;
  512. position: absolute;
  513. right: 20rpx;
  514. top: 72rpx;
  515. }
  516. }
  517. .cube-toolbar-item-wrap {
  518. display: flex;
  519. position: fixed;
  520. left: 0;
  521. bottom: 20rpx;
  522. width: 100%;
  523. .cube-toolbar-item {
  524. flex: 1;
  525. margin: 0 1%;
  526. height: 68rpx;
  527. line-height: 68rpx;
  528. border-radius: 8rpx;
  529. background: linear-gradient(to right, #72c172, #3bb197);
  530. font-size: 28rpx;
  531. color: #fff;
  532. text-align: center;
  533. }
  534. }
  535. .btn-wrap {
  536. display: flex;
  537. justify-content: space-between;
  538. position: fixed;
  539. left: 20rpx;
  540. bottom: 160rpx;
  541. }
  542. .cube-toolbar-item1 {
  543. width: 350rpx;
  544. height: 68rpx;
  545. line-height: 68rpx;
  546. border-radius: 8rpx;
  547. margin: 0 5rpx;
  548. background: linear-gradient(to right, #72c172, #3bb197);
  549. font-size: 36rpx;
  550. color: #fff;
  551. text-align: center;
  552. }
  553. }
  554. </style>