scanning_djEnd.vue 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763
  1. <template>
  2. <view class="Scanning_djEnd">
  3. <view class="Scanning_top" v-if="infoDATA.status == 200">
  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
  12. class="Scanning_top"
  13. v-if="
  14. infoDATA.status == 10005 ||
  15. infoDATA.status == 100018 ||
  16. infoDATA.status == 10004 ||
  17. infoDATA.status == 100021 ||
  18. infoDATA.status == 500 ||
  19. infoDATA.status == 100031
  20. "
  21. >
  22. <view class="Scanning_top_icon">
  23. <text class="cubeic-close icon_transport transport-shibai"></text>
  24. </view>
  25. <view class="Scanning_top_text">
  26. <view class="text1">操作失败</view>
  27. </view>
  28. </view>
  29. <view
  30. class="Scanning_cont"
  31. v-if="
  32. (infoDATA.status == 200 && type == 'specimenPlan') ||
  33. (infoDATA.status == 200 && type == 'specimen')
  34. "
  35. ></view>
  36. <view
  37. class="Scanning_cont"
  38. v-if="
  39. (infoDATA.status == 200 && type == 'patientTransport') ||
  40. (infoDATA.status == 200 && type == 'inspect')
  41. "
  42. >扫描患者腕带并将患者送往目标科室.</view
  43. >
  44. <view
  45. class="Scanning_cont"
  46. v-if="
  47. (infoDATA.status == 200 &&
  48. type == 'drugsBag' &&
  49. (type1 == 'drug-ddd-2' || type1 == 'drug-dsd-2')) ||
  50. (infoDATA.status == 200 &&
  51. type == 'jPBag' &&
  52. (type1 == 'jp-ddd-2' || type1 == 'jp-dsd-2'))
  53. "
  54. >已到达目标科室,请扫描药包或静配包.</view
  55. >
  56. <view
  57. class="Scanning_cont"
  58. v-if="
  59. (infoDATA.status == 200 &&
  60. type == 'drugsBag' &&
  61. (type1 == 'drug-ddd-1' || type1 == 'drug-dsd-1')) ||
  62. (infoDATA.status == 200 &&
  63. type == 'jPBag' &&
  64. (type1 == 'jp-ddd-1' || type1 == 'jp-dsd-1'))
  65. "
  66. >
  67. <view v-if="accountObj"> 交接人账号 : {{ accountObj.account }} </view>
  68. <view v-if="accountObj"> 交接人姓名 : {{ accountObj.accountName }} </view>
  69. <view>已到达目标科室,请取药包或静配包后送达目标科室.</view>
  70. </view>
  71. <view
  72. class="Scanning_cont"
  73. v-if="
  74. infoDATA.status == 200 && type == 'other' && infoDATA.type == 'qt-ddd-1'
  75. "
  76. >已到达目标科室,请执行该工单.</view
  77. >
  78. <view
  79. class="Scanning_cont"
  80. v-if="
  81. (infoDATA.state == 'finish' &&
  82. infoDATA.status == 200 &&
  83. type == 'specimenPlan' &&
  84. infoDATA.type == 'plan-spe-dsd-1') ||
  85. (infoDATA.status == 200 &&
  86. type == 'other' &&
  87. infoDATA.type == 'qt-dsd-1')
  88. "
  89. >已到达目标科室,工单已完成.</view
  90. >
  91. <view
  92. class="Scanning_cont"
  93. v-if="
  94. (infoDATA.status == 200 &&
  95. type == 'specimenPlan' &&
  96. infoDATA.type != 'plan-spe-ddd-1' &&
  97. infoDATA.type != 'plan-spe-dsd-1') ||
  98. (infoDATA.status == 200 &&
  99. type == 'specimen' &&
  100. infoDATA.type != 'spe-ddd-1' &&
  101. infoDATA.type != 'spe-dsd-1')
  102. "
  103. >已到达目标科室,请扫描标本.</view
  104. >
  105. <view
  106. class="Scanning_cont"
  107. v-if="
  108. (infoDATA.status == 200 &&
  109. type == 'specimenPlan' &&
  110. infoDATA.type == 'plan-spe-ddd-1') ||
  111. (infoDATA.status == 200 &&
  112. type == 'specimen' &&
  113. infoDATA.type == 'spe-ddd-1')
  114. "
  115. >已到达目标科室,请取标本后送达目标科室.</view
  116. >
  117. <view
  118. class="Scanning_cont"
  119. v-if="
  120. (infoDATA.state != 'finish' &&
  121. infoDATA.status == 200 &&
  122. type == 'specimenPlan' &&
  123. infoDATA.type == 'plan-spe-dsd-1') ||
  124. (infoDATA.status == 200 &&
  125. type == 'specimen' &&
  126. infoDATA.type == 'spe-dsd-1')
  127. "
  128. >已到达目标科室,请放置标本完成该工单.</view
  129. >
  130. <view class="Scanning_cont" v-if="infoDATA.status != 200">
  131. <view>{{ infoDATA.msg }}</view>
  132. </view>
  133. <view
  134. class="foot_btn"
  135. v-if="type == 'inspect' || type == 'patientTransport'"
  136. >
  137. <view class="btn3" @click="Scanning_again()">继续扫描</view>
  138. </view>
  139. <view class="foot_btn" v-if="type == 'drugsBag' || type == 'jPBag'">
  140. <view
  141. class="btn3"
  142. @click="Scanning_again()"
  143. v-if="
  144. type1 === 'drug-ddd-2' ||
  145. type1 === 'drug-dsd-2' ||
  146. type1 === 'jp-ddd-2' ||
  147. type1 === 'jp-dsd-2'
  148. "
  149. >继续扫描</view
  150. >
  151. <view
  152. class="btn3"
  153. @click="showAlert()"
  154. v-if="
  155. type1 === 'drug-ddd-1' ||
  156. type1 === 'drug-dsd-1' ||
  157. type1 === 'jp-ddd-1' ||
  158. type1 === 'jp-dsd-1'
  159. "
  160. >知道了</view
  161. >
  162. </view>
  163. <view
  164. class="foot_btn"
  165. v-if="
  166. (type == 'specimenPlan' &&
  167. type1 != 'plan-spe-dsd-1' &&
  168. (type1 != 'plan-spe-ddd-1') & (type1 != 'plan-spe-ddd-2')) ||
  169. (type == 'specimen' &&
  170. type1 != 'spe-dsd-1' &&
  171. (type1 != 'spe-ddd-1') & (type1 != 'spe-ddd-2'))
  172. "
  173. >
  174. <view class="btn1" @click="Scanning_again()">扫描标本</view>
  175. <view class="btn3" @click="getNoScanSpecimen()">查看未扫描标本</view>
  176. <view class="btn2" @click="Scanning_complete(ids)">完成扫描</view>
  177. </view>
  178. <view
  179. class="foot_btn"
  180. v-if="
  181. (type == 'specimenPlan' && type1 == 'plan-spe-ddd-2') ||
  182. (type == 'specimen' && type1 == 'spe-ddd-2')
  183. "
  184. >
  185. <view class="btn1" @click="Scanning_again()">扫描标本</view>
  186. <view class="btn3" @click="getNoScanSpecimen()">查看未扫描标本</view>
  187. <view class="btn2" @click="Scanning_complete(ids)">完成扫描</view>
  188. </view>
  189. <view
  190. class="foot_btn"
  191. v-if="
  192. (infoDATA.state != 'finish' &&
  193. type == 'specimenPlan' &&
  194. type1 == 'plan-spe-dsd-1') ||
  195. (type == 'specimen' && type1 == 'spe-dsd-1')
  196. "
  197. >
  198. <view class="btn1" @click="Scanning_complete1(ids)">完成工单</view>
  199. <view class="btn2" @click="showAlert()">继续配送</view>
  200. </view>
  201. <view
  202. class="foot_btn"
  203. v-if="
  204. infoDATA.status != 200 &&
  205. type != 'specimenPlan' &&
  206. type != 'specimen' &&
  207. type !== 'jPBag' &&
  208. type !== 'inspect' &&
  209. type !== 'drugsBag' &&
  210. type !== 'patientTransport'
  211. "
  212. >
  213. <view class="btn3" @click="showAlert()">知道了</view>
  214. </view>
  215. <view
  216. class="foot_btn"
  217. v-if="
  218. (infoDATA.status == 200 && type1 == 'spe-ddd-1') ||
  219. (infoDATA.status == 200 && type1 == 'plan-spe-ddd-1')
  220. "
  221. >
  222. <view class="btn3" @click="showAlert()">知道了</view>
  223. </view>
  224. <view
  225. class="foot_btn"
  226. v-if="
  227. (infoDATA.state == 'finish' &&
  228. infoDATA.status == 200 &&
  229. type == 'specimenPlan' &&
  230. type1 == 'plan-spe-dsd-1') ||
  231. (infoDATA.status == 200 && type == 'other')
  232. "
  233. >
  234. <view class="btn3" @click="showAlert()">知道了</view>
  235. </view>
  236. <!-- 弹窗 -->
  237. <showModel
  238. :title="models.title"
  239. :icon="models.icon"
  240. :disjunctor="models.disjunctor"
  241. :content="models.content"
  242. @ok="ok"
  243. @cancel="cancel"
  244. :operate="models.operate"
  245. ></showModel>
  246. <!-- 弹窗 -->
  247. <showModel
  248. :title="models2.title"
  249. :icon="models2.icon"
  250. :disjunctor="models2.disjunctor"
  251. :content="models2.content"
  252. @ok="ok2"
  253. @know="know2"
  254. @cancel="cancel2"
  255. :operate="models2.operate"
  256. >
  257. </showModel>
  258. </view>
  259. </template>
  260. <script>
  261. import showModel from "../../components/showModel/showModel.vue";
  262. import { get, post, SM, webHandle } from "../../http/http.js";
  263. export default {
  264. data() {
  265. return {
  266. // 交接人信息
  267. accountObj: undefined,
  268. //传给后端查询是否继续扫描
  269. deptId: undefined,
  270. SMFlag: true,
  271. // 弹窗model
  272. models: {
  273. disjunctor: false,
  274. },
  275. // 完成扫描弹窗model1
  276. models2: {
  277. disjunctor: false,
  278. },
  279. wcId: "", //工单完成ID
  280. wcFlag: false,
  281. modelFlag: "", //工单完成类型
  282. infoDATA: [],
  283. ids: [],
  284. type: "",
  285. type1: "",
  286. queryObj: {}, //路由传递过来的参数
  287. gotoFlag: true,
  288. speNum: 0,
  289. content: "",
  290. };
  291. },
  292. methods: {
  293. // 查看未扫描标本
  294. getNoScanSpecimen() {
  295. if (!this.gotoFlag) {
  296. return;
  297. }
  298. this.gotoFlag = false;
  299. let ids = JSON.parse(this.queryObj.ids);
  300. uni.navigateTo({
  301. url: `../noScanSpecimen/noScanSpecimen?workOrderId=${encodeURIComponent(JSON.stringify(ids))}&deptCode=${this.queryObj.deptCode}`,
  302. });
  303. },
  304. // 正常完成扫描
  305. overFinish() {
  306. //完成扫描
  307. let postType = "";
  308. if (
  309. this.queryObj.type1 === "plan-spe-ddd-2" ||
  310. this.queryObj.type1 === "plan-spe-dsd-2" ||
  311. this.queryObj.type1 === "plan-spe-dsd-3"
  312. ) {
  313. postType = "finishPlanSpes";
  314. } else if (this.queryObj.type1 == "spe-ddd-2") {
  315. postType = "finishSpes";
  316. }
  317. let data = {
  318. type: this.queryObj.type1,
  319. ids: this.wcId,
  320. };
  321. uni.showLoading({
  322. title: "加载中",
  323. mask: true,
  324. });
  325. post("/workerOrder/" + postType, data).then((res) => {
  326. if (res.status == 200) {
  327. this.models2 = {
  328. disjunctor: true,
  329. title: "提示",
  330. content: `完成扫描成功`,
  331. icon: "success",
  332. operate: {
  333. know: "知道了",
  334. },
  335. };
  336. } else {
  337. uni.hideLoading();
  338. uni.showToast({
  339. icon: "none",
  340. title: "请求失败!",
  341. });
  342. }
  343. });
  344. },
  345. // 确定
  346. ok() {
  347. this.models.disjunctor = false;
  348. if (this.modelFlag === "complete") {
  349. uni.showLoading({
  350. title: "加载中",
  351. mask: true,
  352. });
  353. let id = JSON.parse(this.queryObj.ids)[0];
  354. let postData = {
  355. ids: [id],
  356. sign: true,
  357. deptQrCode: this.queryObj.deptCode,
  358. };
  359. post("/workerOrder/expectedAndActual", postData).then((ress) => {
  360. uni.hideLoading();
  361. if (ress.status == 200) {
  362. if (this.wcFlag) {
  363. //正常完成扫描
  364. this.overFinish();
  365. } else {
  366. this.gotoOver();
  367. }
  368. } else if (ress.status == 1000035) {
  369. let content = "";
  370. if (
  371. this.queryObj.type1 === "spe-ddd-2" ||
  372. this.queryObj.type1 === "plan-spe-ddd-2"
  373. ) {
  374. //待到达
  375. content = `系统内预计标本<strong class="red">${ress.expectReceiveNum}</strong>只,您扫描收取标本<strong class="red">${ress.actualReceiveNum}</strong>只,其中<strong class="red">${ress.notReceiveNum}</strong>只未扫描;`;
  376. } else {
  377. //待送达
  378. this.content = `本工单已签到<strong class="red">${
  379. ress.scanSet ? ress.scanSet.join("、") : ""
  380. }</strong>,剩余需签到科室<strong class="red">${
  381. ress.notScanSet ? ress.notScanSet.join("、") : ""
  382. }</strong>,总签收<strong class="red">${
  383. ress.totalAcceptance
  384. }</strong>只,剩余<strong class="red">${
  385. ress.notAcceptance
  386. }</strong>只未签收,您确定完成工单吗?`;
  387. content = `您在<strong class="red">${ress.deptName}</strong>检验科扫描了<strong class="red">${ress.deptScanNum}</strong>个标本,还需扫描<strong class="red">${ress.deptNotScanNum}</strong>标本。`;
  388. }
  389. this.models2 = {
  390. disjunctor: true,
  391. title: "提示",
  392. content,
  393. icon: "warn",
  394. operate: {
  395. ok: "确定",
  396. cancel: "取消",
  397. },
  398. };
  399. } else {
  400. uni.showToast({
  401. icon: "none",
  402. title: "请求失败!",
  403. });
  404. }
  405. });
  406. } else if (this.modelFlag === "complete1") {
  407. //1对1标本完成工单
  408. let ids = this.wcId;
  409. uni.showLoading({
  410. title: "加载中",
  411. mask: true,
  412. });
  413. post("/workerOrder/finishSpeOrder", ids).then((res) => {
  414. if (res.status == 200) {
  415. uni.reLaunch({
  416. url: "../receiptpage/receiptpage",
  417. });
  418. } else {
  419. uni.hideLoading();
  420. uni.showToast({
  421. icon: "none",
  422. title: "请求失败!",
  423. });
  424. }
  425. });
  426. }
  427. },
  428. // 取消
  429. cancel() {
  430. this.models.disjunctor = false;
  431. },
  432. // 确定
  433. ok2() {
  434. this.models2.disjunctor = false;
  435. let id = JSON.parse(this.queryObj.ids)[0];
  436. let postData = {
  437. ids: [id],
  438. deptQrCode: this.queryObj.deptCode,
  439. };
  440. uni.showLoading({
  441. title: "加载中",
  442. mask: true,
  443. });
  444. post("/workerOrder/expectedAndActual", postData).then((ress) => {
  445. uni.hideLoading();
  446. if (ress.status == 200) {
  447. if (this.wcFlag) {
  448. this.overFinish();
  449. } else {
  450. this.gotoOver();
  451. }
  452. } else {
  453. uni.showToast({
  454. icon: "none",
  455. title: "请求失败!",
  456. });
  457. }
  458. });
  459. },
  460. // 取消
  461. cancel2() {
  462. this.models2.disjunctor = false;
  463. },
  464. know2() {
  465. this.models2.disjunctor = false;
  466. uni.reLaunch({
  467. url: "../receiptpage/receiptpage",
  468. });
  469. },
  470. //完成扫描
  471. Scanning_complete(id) {
  472. this.modelFlag = "complete";
  473. this.wcId = id;
  474. if (
  475. this.queryObj.type1 == "plan-spe-ddd-2" ||
  476. this.queryObj.type1 == "spe-ddd-2"
  477. ) {
  478. this.wcFlag = true;
  479. this.models = {
  480. disjunctor: true,
  481. title: "提示",
  482. content: "是否确定标本已扫描完成?",
  483. icon: "warn",
  484. operate: {
  485. ok: "确定",
  486. cancel: "取消",
  487. },
  488. };
  489. } else if (
  490. this.queryObj.type1 == "plan-spe-dsd-2" ||
  491. this.queryObj.type1 == "plan-spe-dsd-3" ||
  492. this.queryObj.type1 == "spe-dsd-2" ||
  493. this.queryObj.type1 == "spe-dsd-3"
  494. ) {
  495. this.wcFlag = false;
  496. this.models = {
  497. disjunctor: true,
  498. title: "提示",
  499. content: "是否确定标本已扫描完成?",
  500. icon: "warn",
  501. operate: {
  502. ok: "确定",
  503. cancel: "取消",
  504. },
  505. };
  506. } else {
  507. this.gotoOver();
  508. }
  509. },
  510. // 跳转完成工单页面
  511. gotoOver() {
  512. uni.navigateTo({
  513. url: `../scanning/scanning?type=${this.queryObj.type}&type1=${
  514. this.queryObj.type1
  515. }&deptCode=${this.queryObj.code}&dept=${
  516. this.queryObj.dept
  517. }&id=${encodeURIComponent(JSON.stringify(this.wcId))}&content=${
  518. this.content
  519. }`,
  520. });
  521. },
  522. //一对一完成工单
  523. Scanning_complete1(id) {
  524. this.modelFlag = "complete1";
  525. this.wcId = id;
  526. this.models = {
  527. disjunctor: true,
  528. title: "提示",
  529. content: "是否确定标本配送完成?",
  530. icon: "warn",
  531. operate: {
  532. ok: "确定",
  533. cancel: "取消",
  534. },
  535. };
  536. },
  537. //继续扫描
  538. Scanning_again() {
  539. if (!this.SMFlag) {
  540. return;
  541. }
  542. this.SMFlag = false;
  543. SM()
  544. .then((ress1) => {
  545. uni.showLoading({
  546. title: "加载中",
  547. mask: true,
  548. });
  549. // ----------------
  550. //检验二维码的有效性
  551. post("/dept/scanning", {
  552. content: ress1,
  553. }).then((result) => {
  554. this.SMFlag = true;
  555. if (result.state == 200 || result.state == 201) {
  556. let ress = result.code;
  557. let speCode = ress;
  558. let data = {
  559. code: speCode,
  560. type: this.queryObj.type1,
  561. deptCode: this.code,
  562. ids: this.ids,
  563. };
  564. let postType = "";
  565. if (this.type == "jPBag" || this.type == "drugsBag") {
  566. postType = "handleDrugsAndJp";
  567. delete data.ids;
  568. if(this.accountObj){
  569. data.handover = this.accountObj.accountId;
  570. }
  571. data.deptId = this.deptId;
  572. }
  573. if (this.type == "specimen") {
  574. postType = "handleSpes";
  575. data["speCode"] = data.code;
  576. delete data.code;
  577. if(this.accountObj){
  578. data.handover = this.accountObj.accountId;
  579. }
  580. }
  581. if (this.type == "specimenPlan") {
  582. postType = "handlePlanSpes";
  583. data["speCode"] = data.code;
  584. delete data.code;
  585. if(this.accountObj){
  586. data.handover = this.accountObj.accountId;
  587. }
  588. }
  589. if (this.type == "inspect") {
  590. postType = "handleIns";
  591. }
  592. if (this.type == "patientTransport") {
  593. postType = "handleTrans";
  594. }
  595. post("/workerOrder/" + postType, data).then((ress) => {
  596. uni.hideLoading();
  597. if (ress.status == 200) {
  598. this.speNum = ress.specimenCount;
  599. uni.navigateTo({
  600. url: `../scanning_djInfo/scanning_djInfo?type=${
  601. this.queryObj.type
  602. }&type1=${
  603. this.queryObj.type1
  604. }&infoData=${encodeURIComponent(
  605. JSON.stringify(ress.data)
  606. )}&status=${ress.status}&msg=${ress.msg}&deptCode=${
  607. this.queryObj.code
  608. }&dept=${this.queryObj.dept}&ids=${encodeURIComponent(
  609. JSON.stringify(this.ids)
  610. )}&model=${encodeURIComponent(
  611. JSON.stringify(ress)
  612. )}&speNum=${this.speNum}&accountObj=${encodeURIComponent(JSON.stringify(this.accountObj))}&deptId=${this.deptId}`,
  613. });
  614. } else {
  615. uni.navigateTo({
  616. url: `../scanning_djInfo/scanning_djInfo?type=${
  617. this.queryObj.type
  618. }&type1=${this.queryObj.type1}&status=${ress.status}&msg=${
  619. ress.msg
  620. }&deptCode=${this.queryObj.code}&dept=${
  621. this.queryObj.dept
  622. }&ids=${encodeURIComponent(
  623. JSON.stringify(this.ids)
  624. )}&infoData=${encodeURIComponent(
  625. JSON.stringify(ress.data)
  626. )}&model=${encodeURIComponent(JSON.stringify(ress))}&accountObj=${encodeURIComponent(JSON.stringify(this.accountObj))}&deptId=${this.deptId}`,
  627. });
  628. }
  629. });
  630. } else {
  631. uni.hideLoading();
  632. uni.showToast({
  633. icon: "none",
  634. title: "请求失败!",
  635. });
  636. }
  637. });
  638. // ------------------------------
  639. })
  640. .catch((err) => {
  641. this.SMFlag = true;
  642. });
  643. },
  644. // 知道了
  645. showAlert() {
  646. uni.navigateTo({
  647. url: "../receiptpage/receiptpage",
  648. });
  649. },
  650. },
  651. onShow() {
  652. this.SMFlag = true;
  653. this.gotoFlag = true;
  654. },
  655. onLoad(options) {
  656. console.log(options, "djEnd");
  657. if (options.speNum) {
  658. this.speNum = options.speNum;
  659. }
  660. if (options.accountObj && options.accountObj != "undefined") {
  661. this.accountObj = JSON.parse(options.accountObj);
  662. }
  663. if (options.deptId && options.deptId != "undefined") {
  664. this.deptId = options.deptId;
  665. }
  666. this.queryObj = options;
  667. let list = JSON.parse(options.model); //签到返回的信息
  668. this.code = options.code; //二维码code
  669. this.ids = options.ids && JSON.parse(options.ids); //科室ID数组
  670. this.infoDATA = list;
  671. if (options.type) {
  672. //关联类型
  673. this.type = options.type;
  674. } else {
  675. this.type = list.type;
  676. }
  677. this.type1 = options.type1;
  678. // #ifdef APP-PLUS
  679. webHandle("no", "app");
  680. // #endif
  681. // #ifdef H5
  682. webHandle("no", "wx");
  683. // #endif
  684. },
  685. };
  686. </script>
  687. <style lang="less">
  688. .Scanning_djEnd {
  689. padding: 0px 20rpx;
  690. .Scanning_top {
  691. height: 270rpx;
  692. .Scanning_top_icon {
  693. width: 140rpx;
  694. height: 140rpx;
  695. margin: 0 auto;
  696. // margin-top: 116rpx;
  697. border-radius: 50%;
  698. line-height: 140rpx;
  699. .cubeic-ok {
  700. font-size: 140rpx;
  701. color: #35b34a;
  702. }
  703. .cubeic-close {
  704. font-size: 140rpx;
  705. color: #ff3b53;
  706. }
  707. }
  708. .Scanning_top_text {
  709. .text1 {
  710. margin-top: 40rpx;
  711. font-size: 48rpx;
  712. text-align: center;
  713. }
  714. }
  715. }
  716. .Scanning_cont {
  717. font-size: 32rpx;
  718. text-align: center;
  719. view {
  720. margin-bottom: 16rpx;
  721. }
  722. .text {
  723. margin-top: 24rpx;
  724. color: #35b34a;
  725. }
  726. .text1 {
  727. margin-top: 24rpx;
  728. color: #ff3b53;
  729. }
  730. }
  731. .foot_btn {
  732. line-height: 88rpx;
  733. height: 100rpx;
  734. margin-top: 40rpx;
  735. text-align: center;
  736. display: flex;
  737. view {
  738. height: 88rpx;
  739. flex: 1;
  740. margin: 0 1%;
  741. background-image: linear-gradient(to right, #72c172, #3bb197);
  742. color: #fff;
  743. border-radius: 8rpx;
  744. font-size: 32rpx;
  745. margin-top: 16rpx;
  746. }
  747. }
  748. }
  749. </style>