scanning.vue 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629
  1. <template>
  2. <view class="Scanning">
  3. <view class="Scanning_top footerOtherMargin">
  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 class="text2" v-if="queryObj.content && queryObj.type !== 'specimenPlan'" v-html="queryObj.content"></view>
  10. <view class="text2" v-if="!queryObj.content">
  11. 您已在
  12. <text style="font-weight: 600; color: rgb(73, 184, 86)" v-if="
  13. infoType == 'plan-spe-ddd-1' ||
  14. infoType == 'plan-spe-ddd-2' ||
  15. infoType == 'spe-ddd-1' ||
  16. infoType == 'spe-ddd-2' ||
  17. infoType == 'drug-ddd-2' ||
  18. infoType == 'jp-ddd-2'
  19. ">{{ infoDATA.startDept.dept }}</text>
  20. <text style="font-weight: 600; color: rgb(73, 184, 86)"
  21. v-if="infoType == 'drug-dsd-2' || infoType == 'jp-dsd-2'">{{ infoDATA.endDepts[0].dept }}</text>
  22. <text style="font-weight: 600; color: rgb(73, 184, 86)" v-if="
  23. infoType == 'plan-spe-dsd-2' ||
  24. infoType == 'plan-spe-dsd-3' ||
  25. infoType == 'plan-spe-dsd-1' ||
  26. infoType == 'spe-dsd-2' ||
  27. infoType == 'spe-dsd-3' ||
  28. infoType == 'spe-dsd-1' ||
  29. infoType == 'ins-zxz-1' ||
  30. infoType == 'ins-dsd-1' ||
  31. infoType == 'trans-dsd-1' ||
  32. (infoType == 'qt-ddd-1' && infoDATA.gdState.value == '5') ||
  33. infoDATA.gdState.value == '6' ||
  34. infoDATA.gdState.value == '8'
  35. ">{{ DEPT }}</text>
  36. <text>扫描<text style="color: #ff3b53">{{ speNum }}</text> 个标本,
  37. 确认是否继续配送或是完成工单。</text>
  38. </view>
  39. <template v-if="queryObj.type === 'specimenPlan'">
  40. <table class="speTable">
  41. <tr>
  42. <td>科室名称</td>
  43. <td>数量</td>
  44. <td>状态</td>
  45. </tr>
  46. <tr v-for="spe in infoList" :key="spe.deptId">
  47. <td class="maxWidth">{{spe.deptName}}</td>
  48. <td>{{spe.speNum}}</td>
  49. <td>
  50. <text v-if="spe.deptState=== 'ysd'" class="green">已到达</text>
  51. <text v-if="spe.deptState=== 'wsd'" class="red">未到达</text>
  52. </td>
  53. </tr>
  54. </table>
  55. </template>
  56. </view>
  57. </view>
  58. <view class="foot_btn1 footerPadding">
  59. <view class="btn1" @click="Scanning_again()"> 继续配送 </view>
  60. <view class="btn2" @click="Scanning_complete(dataId)" v-if="
  61. infoType == 'plan-spe-ddd-1' ||
  62. infoType == 'plan-spe-dsd-1' ||
  63. infoType == 'spe-ddd-1' ||
  64. infoType == 'spe-dsd-1'
  65. ">
  66. 完成工单
  67. </view>
  68. <view class="btn2" @click="Scanning_complete1(dataId)" v-if="
  69. infoType == 'plan-spe-ddd-2' ||
  70. infoType == 'plan-spe-dsd-2' ||
  71. infoType == 'plan-spe-dsd-3' ||
  72. infoType == 'spe-ddd-2' ||
  73. infoType == 'spe-dsd-2' ||
  74. infoType == 'spe-dsd-3'
  75. ">
  76. 完成工单
  77. </view>
  78. </view>
  79. <!-- 弹窗 -->
  80. <showModel :title="models.title" :icon="models.icon" :disjunctor="models.disjunctor" :content="models.content"
  81. @ok="ok" @cancel="cancel" :operate="models.operate"></showModel>
  82. <!-- 弹窗 -->
  83. <showModel :title="models1.title" :icon="models1.icon" :disjunctor="models1.disjunctor" :content="models1.content"
  84. @ok="ok1" @cancel="cancel1" :operate="models1.operate"></showModel>
  85. </view>
  86. </template>
  87. <script>
  88. import showModel from "../../components/showModel/showModel.vue";
  89. import {
  90. get,
  91. post,
  92. SM,
  93. webHandle
  94. } from "../../http/http.js";
  95. export default {
  96. data() {
  97. return {
  98. infoList:[],
  99. // 弹窗model
  100. models: {
  101. disjunctor: false,
  102. },
  103. // 弹窗model
  104. models1: {
  105. disjunctor: false,
  106. },
  107. wcId: [], //完成工单id
  108. modelFlag: "", //弹窗标识
  109. infoDATA: [],
  110. infoType: "",
  111. DEPTCode: "",
  112. DEPT: "",
  113. dataId: "",
  114. speNum: 0,
  115. queryObj: {}, //路由传递过来的参数
  116. };
  117. },
  118. methods: {
  119. // 获取标本轮巡核对信息
  120. getInfo() {
  121. uni.showLoading({
  122. title: "加载中",
  123. mask: true,
  124. });
  125. let postData = {
  126. uuid: this.dataId[0]
  127. };
  128. post(`/api/getDeptSpecimensNum`, postData).then((res) => {
  129. uni.hideLoading();
  130. if (res.status == 200) {
  131. this.infoList = res.data;
  132. } else {
  133. uni.showToast({
  134. icon: "none",
  135. title: res.msg || "接口获取数据失败!",
  136. });
  137. }
  138. });
  139. },
  140. // 继续配送
  141. Scanning_again(id) {
  142. this.models1 = {
  143. disjunctor: true,
  144. title: "提示",
  145. content: `是否确定<span class="red">继续配送</span>?`,
  146. icon: "warn",
  147. operate: {
  148. ok: "确定",
  149. cancel: "取消",
  150. },
  151. };
  152. },
  153. // 确定
  154. ok1() {
  155. this.models1.disjunctor = false;
  156. uni.navigateTo({
  157. url: "../receiptpage/receiptpage",
  158. });
  159. },
  160. // 取消
  161. cancel1() {
  162. this.models1.disjunctor = false;
  163. },
  164. // 确定
  165. ok() {
  166. this.models.disjunctor = false;
  167. uni.showLoading({
  168. title: "加载中",
  169. mask: true,
  170. });
  171. if (this.modelFlag == "complete1") {
  172. //一对多、多对多完成工单
  173. let data = {
  174. type: this.infoType,
  175. ids: this.wcId,
  176. };
  177. let id = this.wcId;
  178. if (this.queryObj.type === "specimenPlan") {
  179. //标本轮巡
  180. post("/workerOrder/finishPlanSpes", data).then((res) => {
  181. uni.hideLoading();
  182. if (res.status == 200) {
  183. uni.navigateTo({
  184. url: `../scanning_orderSign/scanning_orderSign?type=${
  185. this.queryObj.type
  186. }&type1=${this.queryObj.type1}&deptCode=${
  187. this.queryObj.code
  188. }&id=${encodeURIComponent(JSON.stringify(id))}`,
  189. });
  190. } else {
  191. uni.showToast({
  192. icon: "none",
  193. title: res.msg || "接口获取数据失败!",
  194. });
  195. }
  196. });
  197. } else {
  198. post("/workerOrder/finishSpes", data).then((res) => {
  199. uni.hideLoading();
  200. if (res.status == 200) {
  201. uni.navigateTo({
  202. url: `../scanning_orderSign/scanning_orderSign?type=${
  203. this.queryObj.type
  204. }&type1=${this.queryObj.type1}&deptCode=${
  205. this.queryObj.code
  206. }&id=${encodeURIComponent(JSON.stringify(id))}`,
  207. });
  208. } else {
  209. uni.showToast({
  210. icon: "none",
  211. title: res.msg || "接口获取数据失败!",
  212. });
  213. }
  214. });
  215. }
  216. } else if (this.modelFlag == "complete") {
  217. //一对一完成工单
  218. let id = this.wcId;
  219. post("/workerOrder/finishSpeOrder", id).then((res) => {
  220. uni.hideLoading();
  221. if (res.status == 200) {
  222. uni.navigateTo({
  223. url: `../scanning_orderSign/scanning_orderSign?type=${
  224. this.queryObj.type
  225. }&type1=${this.queryObj.type1}&deptCode=${
  226. this.queryObj.code
  227. }&id=${encodeURIComponent(JSON.stringify(id))}`,
  228. });
  229. } else {
  230. uni.showToast({
  231. icon: "none",
  232. title: res.msg || "接口获取数据失败!",
  233. });
  234. }
  235. });
  236. }
  237. },
  238. // 取消
  239. cancel() {
  240. this.models.disjunctor = false;
  241. },
  242. //一对多、多对多完成工单
  243. Scanning_complete1(id) {
  244. this.wcId = id;
  245. this.modelFlag = "complete1"; //弹窗标识
  246. this.models = {
  247. disjunctor: true,
  248. title: "提示",
  249. content: `是否确定标本<span class="red">配送完成</span>?`,
  250. icon: "warn",
  251. operate: {
  252. ok: "确定",
  253. cancel: "取消",
  254. },
  255. };
  256. },
  257. //一对一完成工单
  258. Scanning_complete(id) {
  259. this.wcId = id;
  260. this.modelFlag = "complete"; //弹窗标识
  261. this.models = {
  262. disjunctor: true,
  263. title: "提示",
  264. content: `是否确定标本<span class="red">配送完成</span>?`,
  265. icon: "warn",
  266. operate: {
  267. ok: "确定",
  268. cancel: "取消",
  269. },
  270. };
  271. },
  272. },
  273. onLoad(options) {
  274. console.log(options, 'options')
  275. this.queryObj = options;
  276. let id = JSON.parse(options.id);
  277. this.dataId = id;
  278. this.infoType = options.type1;
  279. this.DEPTCode = options.deptCode;
  280. this.DEPT = options.dept;
  281. if (options.speNum) {
  282. this.speNum = options.speNum;
  283. }
  284. if(this.queryObj.type === 'specimenPlan'){
  285. this.getInfo();
  286. }
  287. // #ifdef APP-PLUS
  288. webHandle("no", "app");
  289. // #endif
  290. // #ifdef H5
  291. webHandle("no", "wx");
  292. // #endif
  293. },
  294. };
  295. </script>
  296. <style lang="less" scoped>
  297. .Scanning {
  298. padding: 0 20rpx;
  299. // 标本轮巡核对 start
  300. .speTable {
  301. margin: 32rpx 0;
  302. width: 100%;
  303. border-collapse: collapse;
  304. .green{
  305. color: green;
  306. }
  307. .red{
  308. color: red;
  309. }
  310. .maxWidth{
  311. width: 60%;
  312. }
  313. td{
  314. border: 2rpx solid #666;
  315. }
  316. }
  317. // 标本轮巡核对 end
  318. .Scanning_top {
  319. height: 340rpx;
  320. .Scanning_top_icon {
  321. width: 140rpx;
  322. height: 140rpx;
  323. margin: 0 auto;
  324. margin-top: 36rpx;
  325. border-radius: 50%;
  326. line-height: 140rpx;
  327. .cubeic-ok {
  328. font-size: 140rpx;
  329. color: #35b34a;
  330. }
  331. }
  332. .Scanning_top_text {
  333. text-align: center;
  334. .text1 {
  335. margin-top: 40rpx;
  336. font-size: 48rpx;
  337. }
  338. .text2 {
  339. margin-top: 16rpx;
  340. font-size: 36rpx;
  341. }
  342. }
  343. }
  344. .page_item {
  345. margin-top: 16rpx;
  346. margin-bottom: 124rpx;
  347. min-height: 356rpx;
  348. background: #fff;
  349. border-radius: 8rpx;
  350. overflow: hidden;
  351. padding: 0 16rpx;
  352. border: 2rpx solid #e5e9ed;
  353. .L {
  354. width: 40rpx;
  355. height: 40rpx;
  356. border-radius: 50%;
  357. background: #f9fafb;
  358. position: relative;
  359. left: -50rpx;
  360. top: 66rpx;
  361. }
  362. .R {
  363. width: 40rpx;
  364. height: 40rpx;
  365. border-radius: 50%;
  366. background: #f9fafb;
  367. position: relative;
  368. float: right;
  369. right: -50rpx;
  370. top: 26rpx;
  371. }
  372. .starting {
  373. width: 50rpx;
  374. height: 50rpx;
  375. color: #fff;
  376. background: #49b856;
  377. display: inline-block;
  378. border-radius: 50%;
  379. text-align: center;
  380. line-height: 46rpx;
  381. font-size: 32rpx;
  382. margin-right: 6rpx;
  383. }
  384. .End {
  385. width: 50rpx;
  386. height: 50rpx;
  387. color: #fff;
  388. background: #39b199;
  389. display: inline-block;
  390. border-radius: 50%;
  391. text-align: center;
  392. line-height: 46rpx;
  393. font-size: 32rpx;
  394. margin-right: 6rpx;
  395. }
  396. .page_item_top {
  397. height: 86rpx;
  398. border-bottom: 2rpx dashed #e5e9ed;
  399. padding: 0 16rpx;
  400. .page_item_top_L {
  401. height: 100%;
  402. float: left;
  403. line-height: 88rpx;
  404. .emergencys {
  405. background: #ff3b53 !important;
  406. width: 124rpx !important;
  407. }
  408. .emergency {
  409. background: #ff3b53 !important;
  410. }
  411. .emergency1 {
  412. background: #49b856 !important;
  413. }
  414. .page_item_cont_start {
  415. text-align: center;
  416. height: 44rpx;
  417. width: 104rpx;
  418. line-height: 44rpx;
  419. border-radius: 8rpx;
  420. background: #49b856;
  421. color: #fff;
  422. display: inline-block;
  423. }
  424. .L_time {
  425. color: #6cc076;
  426. font-size: 32rpx;
  427. }
  428. .L_text {
  429. font-size: 32rpx;
  430. display: inline-block;
  431. font-weight: 700;
  432. }
  433. }
  434. .page_item_top_R {
  435. height: 60rpx;
  436. float: right;
  437. padding-top: 20rpx;
  438. font-size: 32rpx;
  439. position: absolute;
  440. right: 50rpx;
  441. .L_iocn {
  442. display: inline-block;
  443. height: 52rpx;
  444. line-height: 48rpx;
  445. color: rgb(7, 134, 60);
  446. font-size: 36rpx;
  447. font-weight: 700;
  448. }
  449. }
  450. }
  451. .page_item_cont {
  452. min-height: 180rpx;
  453. max-height: 424rpx;
  454. padding: 0 16rpx;
  455. text-align: left;
  456. position: relative;
  457. .text_big {
  458. font-size: 32rpx;
  459. position: absolute;
  460. right: 16rpx;
  461. font-weight: 700;
  462. margin-top: 10rpx;
  463. }
  464. .text_big2 {
  465. font-size: 32rpx;
  466. position: absolute;
  467. right: 16rpx;
  468. font-weight: 700;
  469. }
  470. .line {
  471. height: 20rpx;
  472. width: 2rpx;
  473. border-left: 2rpx solid #e5e9ed;
  474. position: absolute;
  475. top: 82rpx;
  476. left: 40rpx;
  477. }
  478. .lines {
  479. height: 40%;
  480. width: 2rpx;
  481. border-left: 2rpx solid #e5e9ed;
  482. position: absolute;
  483. top: 23%;
  484. left: 36rpx;
  485. }
  486. .page_item_cont_T {
  487. padding-top: 28rpx;
  488. font-size: 28rpx;
  489. .page_item_cont_title {
  490. height: 100%;
  491. font-size: 32rpx;
  492. }
  493. }
  494. .page_item_cont_B {
  495. padding-top: 28rpx;
  496. margin-bottom: 28rpx;
  497. .page_item_cont_title {
  498. height: 60rpx;
  499. font-size: 32rpx;
  500. }
  501. .page_item_cont_title1 {
  502. height: 60rpx;
  503. line-height: 60rpx;
  504. font-size: 32rpx;
  505. padding-left: 64rpx;
  506. }
  507. }
  508. }
  509. .page_item_foot {
  510. border-top: 2rpx dashed #e5e9ed;
  511. border-bottom: 2rpx dashed #e5e9ed;
  512. padding: 28rpx 16rpx;
  513. text-align: left;
  514. .page_item_foot_text {
  515. font-size: 32rpx;
  516. margin-bottom: 20rpx;
  517. .text1 {
  518. color: rgb(102, 102, 102);
  519. }
  520. .text2 {
  521. float: right;
  522. font-weight: 700;
  523. }
  524. }
  525. .text_padd {
  526. padding: 0 10% 0 10%;
  527. }
  528. }
  529. #infos {
  530. display: none;
  531. }
  532. .page_item_infos {
  533. padding-bottom: 20rpx;
  534. border-bottom: 2rpx dashed #e5e9ed;
  535. .page_item_info2 {
  536. text-align: left;
  537. line-height: 60rpx;
  538. font-size: 32rpx;
  539. padding-left: 16rpx;
  540. .page_item_foot_text {
  541. font-size: 32rpx;
  542. margin-bottom: 20rpx;
  543. .text1 {
  544. color: rgb(102, 102, 102);
  545. }
  546. .text2 {
  547. float: right;
  548. font-weight: 700;
  549. }
  550. }
  551. }
  552. }
  553. }
  554. .foot_btn1 {
  555. position: fixed;
  556. bottom: 0;
  557. right: 20rpx;
  558. left: 20rpx;
  559. line-height: 66rpx;
  560. height: 100rpx;
  561. border-top: 2rpx solid #e5e9ed;
  562. background: #f9fafb;
  563. text-align: center;
  564. view {
  565. height: 66rpx;
  566. width: 45%;
  567. background-image: linear-gradient(to right, #72c172, #3bb197);
  568. color: #fff;
  569. border-radius: 8rpx;
  570. font-size: 32rpx;
  571. margin-top: 16rpx;
  572. }
  573. .btn1 {
  574. float: left;
  575. }
  576. .btn2 {
  577. float: right;
  578. }
  579. }
  580. }
  581. </style>