scanning_djInfo.vue 25 KB

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