scanning_djInfo.vue 28 KB

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