scanning_djInfo.vue 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753
  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 || "-" }}</view>
  41. <view>床号 : {{infoDATA.data.bedNum || "-"}}</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. if (type === 'scan') {
  315. this.Scanning_again();
  316. } else if (type === 'hand') {
  317. this.hand_again();
  318. }
  319. }
  320. if (
  321. this.type == "inspect" ||
  322. this.type == "patientTransport"
  323. ) {
  324. if (res.ids) {
  325. for (var i = 0; i < this.ids.length; i++) {
  326. if (this.ids[i] == res.ids[0]) {
  327. this.ids.splice(i, 1);
  328. }
  329. }
  330. if (this.ids.length > 1) {
  331. this.idsType = 1;
  332. } else {
  333. this.idsType = 2;
  334. }
  335. }
  336. this.infoDATA = res;
  337. this.type = this.type;
  338. this.DEPTCode = this.DEPTCode;
  339. } else if (this.type == "drugsBag") {
  340. // this.infoDATA.data.packid = res.data.packid;
  341. this.infoDATA = res;
  342. this.res["status"] = res.status;
  343. this.res["msg"] = res.msg;
  344. } else if (
  345. this.type == "specimenPlan" ||
  346. this.type == "specimen"
  347. ) {
  348. this.infoDATA = res;
  349. this.speNum = res.specimenCount;
  350. // --------------------------
  351. this.res["status"] = res.status;
  352. this.res["msg"] = res.msg;
  353. // --------------------------
  354. } else if (this.type == "jPBag") {
  355. // this.infoDATA.data.packid = res.data.packid;
  356. this.infoDATA = res;
  357. this.res["status"] = res.status;
  358. this.res["msg"] = res.msg;
  359. } else {
  360. uni.navigateTo({
  361. url: `../scanning_djEnd/scanning_djEnd?type=${
  362. this.queryObj.type
  363. }&type1=${this.queryObj.type1}&code=${
  364. this.queryObj.deptCode
  365. }&dept=${this.queryObj.dept}&ids=${encodeURIComponent(
  366. JSON.stringify(this.ids)
  367. )}&model=${encodeURIComponent(
  368. JSON.stringify(res)
  369. )}&accountObj=${encodeURIComponent(
  370. JSON.stringify(this.accountObj)
  371. )}&deptId=${this.deptId}`,
  372. });
  373. }
  374. } else {
  375. uni.navigateTo({
  376. url: `../scanning_djEnd/scanning_djEnd?type=${
  377. this.queryObj.type
  378. }&type1=${this.queryObj.type1}&code=${
  379. this.queryObj.deptCode
  380. }&dept=${this.queryObj.dept}&ids=${encodeURIComponent(
  381. JSON.stringify(this.ids)
  382. )}&model=${encodeURIComponent(
  383. JSON.stringify(res)
  384. )}&speNum=${this.speNum}&accountObj=${encodeURIComponent(
  385. JSON.stringify(this.accountObj)
  386. )}&deptId=${this.deptId}&scanOrHand=${type}&qrcode=${this.currentCode}`,
  387. });
  388. }
  389. });
  390. }
  391. } else {
  392. uni.hideLoading();
  393. uni.showToast({
  394. icon: "none",
  395. title: "请求失败!",
  396. });
  397. }
  398. });
  399. // ------------------------------
  400. },
  401. // 查看未扫描标本
  402. getNoScanSpecimen() {
  403. if (!this.gotoFlag) {
  404. return;
  405. }
  406. this.gotoFlag = false;
  407. uni.navigateTo({
  408. url: `../noScanSpecimen/noScanSpecimen?workOrderId=${encodeURIComponent(JSON.stringify(this.queryObj.ids))}&deptCode=${this.queryObj.deptCode}`,
  409. });
  410. },
  411. overFinish() {
  412. let postType = "";
  413. if (
  414. this.queryObj.type1 === "plan-spe-ddd-2" ||
  415. this.queryObj.type1 === "plan-spe-dsd-2" ||
  416. this.queryObj.type1 === "plan-spe-dsd-3"
  417. ) {
  418. postType = "finishPlanSpes";
  419. } else if (this.queryObj.type1 == "spe-ddd-2") {
  420. postType = "finishSpes";
  421. }
  422. let data = {
  423. type: this.queryObj.type1,
  424. ids: this.wcId,
  425. };
  426. post("/workerOrder/" + postType, data).then((res) => {
  427. if (res.status == 200) {
  428. this.models2 = {
  429. disjunctor: true,
  430. title: "提示",
  431. content: `完成扫描成功`,
  432. icon: "success",
  433. operate: {
  434. know: "知道了",
  435. },
  436. };
  437. } else {
  438. uni.showToast({
  439. icon: "none",
  440. title: "请求失败!",
  441. });
  442. }
  443. });
  444. },
  445. // 确定
  446. ok() {
  447. this.models.disjunctor = false;
  448. let postData = {
  449. ids: this.queryObj.ids,
  450. sign: true,
  451. deptQrCode: this.queryObj.deptCode,
  452. };
  453. uni.showLoading({
  454. title: "加载中",
  455. mask: true,
  456. });
  457. post("/workerOrder/expectedAndActual", postData).then((ress) => {
  458. uni.hideLoading();
  459. if (ress.status == 200) {
  460. if (this.wcFlag) {
  461. //正常完成扫描
  462. this.overFinish();
  463. } else {
  464. this.gotoOver();
  465. }
  466. } else if (ress.status == 1000035) {
  467. let content = "";
  468. if (
  469. this.queryObj.type1 === "spe-ddd-2" ||
  470. this.queryObj.type1 === "plan-spe-ddd-2"
  471. ) {
  472. //待到达
  473. content =
  474. `系统内预计标本<strong class="red">${ress.expectReceiveNum}</strong>只,您扫描收取标本<strong class="red">${ress.actualReceiveNum}</strong>只,其中<strong class="red">${ress.notReceiveNum}</strong>只未扫描;`;
  475. } else {
  476. //待送达
  477. this.content = `本工单已签到<strong class="red">${
  478. ress.scanSet ? ress.scanSet.join("、") : ""
  479. }</strong>,剩余需签到科室<strong class="red">${
  480. ress.notScanSet ? ress.notScanSet.join("、") : ""
  481. }</strong>,总签收<strong class="red">${
  482. ress.totalAcceptance
  483. }</strong>只,剩余<strong class="red">${
  484. ress.notAcceptance
  485. }</strong>只未签收,您确定完成工单吗?`;
  486. content =
  487. `您在<strong class="red">${ress.deptName}</strong>检验科扫描了<strong class="red">${ress.deptScanNum}</strong>个标本,还需扫描<strong class="red">${ress.deptNotScanNum}</strong>标本。`;
  488. }
  489. this.models2 = {
  490. disjunctor: true,
  491. title: "提示",
  492. content,
  493. icon: "warn",
  494. operate: {
  495. ok: "确定",
  496. cancel: "取消",
  497. },
  498. };
  499. } else {
  500. uni.showToast({
  501. icon: "none",
  502. title: "请求失败!",
  503. });
  504. }
  505. });
  506. },
  507. // 取消
  508. cancel() {
  509. this.models.disjunctor = false;
  510. },
  511. // 确定
  512. ok2() {
  513. this.models2.disjunctor = false;
  514. let postData = {
  515. ids: this.queryObj.ids,
  516. deptQrCode: this.queryObj.deptCode,
  517. };
  518. uni.showLoading({
  519. title: "加载中",
  520. mask: true,
  521. });
  522. post("/workerOrder/expectedAndActual", postData).then((ress) => {
  523. uni.hideLoading();
  524. if (ress.status == 200) {
  525. if (this.wcFlag) {
  526. this.overFinish();
  527. } else {
  528. this.gotoOver();
  529. }
  530. } else {
  531. uni.showToast({
  532. icon: "none",
  533. title: "请求失败!",
  534. });
  535. }
  536. });
  537. },
  538. // 取消
  539. cancel2() {
  540. this.models2.disjunctor = false;
  541. },
  542. know2() {
  543. this.models2.disjunctor = false;
  544. uni.navigateTo({
  545. url: "../receiptpage/receiptpage",
  546. });
  547. },
  548. //完成扫描
  549. Scanning_complete(id) {
  550. this.wcId = id;
  551. if (
  552. this.queryObj.type1 == "plan-spe-ddd-2" ||
  553. this.queryObj.type1 == "spe-ddd-2"
  554. ) {
  555. this.wcFlag = true;
  556. this.models = {
  557. disjunctor: true,
  558. title: "提示",
  559. content: "是否确定标本已扫描完成?",
  560. icon: "warn",
  561. operate: {
  562. ok: "确定",
  563. cancel: "取消",
  564. },
  565. };
  566. } else if (
  567. this.queryObj.type1 == "plan-spe-dsd-2" ||
  568. this.queryObj.type1 == "plan-spe-dsd-3" ||
  569. this.queryObj.type1 == "spe-dsd-2" ||
  570. this.queryObj.type1 == "spe-dsd-3"
  571. ) {
  572. this.wcFlag = false;
  573. this.models = {
  574. disjunctor: true,
  575. title: "提示",
  576. content: "是否确定标本已扫描完成?",
  577. icon: "warn",
  578. operate: {
  579. ok: "确定",
  580. cancel: "取消",
  581. },
  582. };
  583. } else {
  584. this.gotoOver();
  585. }
  586. },
  587. // 跳转完成工单页面
  588. gotoOver() {
  589. uni.navigateTo({
  590. url: `../scanning/scanning?type=${this.queryObj.type}&type1=${
  591. this.queryObj.type1
  592. }&id=${encodeURIComponent(JSON.stringify(this.wcId))}&deptCode=${
  593. this.queryObj.deptCode
  594. }&dept=${this.queryObj.dept}&content=${this.content}`,
  595. });
  596. },
  597. // 继续扫描
  598. Scanning_again() {
  599. if (!this.SMFlag) {
  600. return;
  601. }
  602. this.SMFlag = false;
  603. SM()
  604. .then((ress1) => {
  605. this.hand_scanning_common(ress1, 'scan');
  606. })
  607. .catch((err) => {
  608. this.SMFlag = true;
  609. });
  610. },
  611. // 知道了
  612. showAlert() {
  613. uni.navigateTo({
  614. url: "../receiptpage/receiptpage",
  615. });
  616. },
  617. },
  618. onShow() {
  619. this.SMFlag = true;
  620. },
  621. onLoad(options) {
  622. if (options.status == 200&&options.scanOrHand === 'hand'&&(options.type === "specimen"||options.type === "specimenPlan")) {
  623. this.hand_again();
  624. }
  625. console.log(options, "options");
  626. if (options.speNum) {
  627. this.speNum = options.speNum;
  628. }
  629. if (options.accountObj && options.accountObj != "undefined") {
  630. this.accountObj = JSON.parse(options.accountObj);
  631. }
  632. if (options.deptId && options.deptId != "undefined") {
  633. this.deptId = options.deptId;
  634. }
  635. this.queryObj = options;
  636. if (this.queryObj.model) {
  637. let list = JSON.parse(this.queryObj.model);
  638. this.infoDATA = list;
  639. } else {
  640. this.infoDATA = this.queryObj.infoData;
  641. }
  642. this.RESData = this.queryObj.resData;
  643. this.res["status"] = this.queryObj.status;
  644. this.res["msg"] = this.queryObj.msg;
  645. this.res["patient"] = this.queryObj.patient;
  646. this.infoType = this.queryObj.type1;
  647. if (this.queryObj.dept) {
  648. this.DEPT = this.queryObj.dept;
  649. }
  650. this.queryObj.ids = JSON.parse(this.queryObj.ids);
  651. if (this.queryObj.ids) {
  652. this.ids = this.queryObj.ids;
  653. if (this.ids.length > 1) {
  654. this.idsType = 1;
  655. } else {
  656. this.idsType = 2;
  657. }
  658. }
  659. this.DEPTCode = this.queryObj.deptCode;
  660. this.type = this.queryObj.type;
  661. // #ifdef APP-PLUS
  662. webHandle("no", "app");
  663. // #endif
  664. // #ifdef H5
  665. webHandle("no", "wx");
  666. // #endif
  667. },
  668. };
  669. </script>
  670. <style lang="less">
  671. .Scanning_djInfo {
  672. padding: 0 20rpx;
  673. .Scanning_top {
  674. min-height: 270rpx;
  675. .red {
  676. background-color: #ff3b53 !important;
  677. }
  678. .Scanning_top_icon {
  679. width: 140rpx;
  680. height: 140rpx;
  681. margin: 0 auto;
  682. margin-top: 116rpx;
  683. border-radius: 50%;
  684. line-height: 140rpx;
  685. .cubeic-ok {
  686. font-size: 140rpx;
  687. color: #35b34a;
  688. }
  689. .cubeic-close {
  690. font-size: 140rpx;
  691. color: #ff3b53;
  692. }
  693. }
  694. .Scanning_top_text {
  695. .text1 {
  696. margin-top: 40rpx;
  697. font-size: 48rpx;
  698. text-align: center;
  699. }
  700. }
  701. }
  702. .Scanning_cont {
  703. font-size: 32rpx;
  704. text-align: center;
  705. view {
  706. margin-bottom: 16rpx;
  707. }
  708. .text {
  709. margin-top: 24rpx;
  710. color: #35b34a;
  711. }
  712. .text1 {
  713. margin-top: 24rpx;
  714. color: #ff3b53;
  715. }
  716. }
  717. .foot_btn {
  718. line-height: 88rpx;
  719. height: 100rpx;
  720. margin-top: 40rpx;
  721. text-align: center;
  722. display: flex;
  723. .btn1,
  724. .btn2,
  725. .btn3 {
  726. height: 88rpx;
  727. margin: 0 1%;
  728. flex: 1;
  729. background-image: linear-gradient(to right, #72c172, #3bb197);
  730. color: #fff;
  731. border-radius: 8rpx;
  732. font-size: 32rpx;
  733. margin-top: 16rpx;
  734. }
  735. }
  736. }
  737. </style>