scanning_Result.vue 38 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066
  1. <template>
  2. <view class="Scanning_Result">
  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="red fweight speNum"> {{ 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 class="success_tips" v-if="type == 'inspect' || type == 'patientTransport'">
  13. (请您评估患者的意识状况、生命体征、配合程度,如有异常请及时联系护士!)
  14. </view>
  15. </view>
  16. </view>
  17. <view class="Scanning_top" v-if="res.status == 11111">
  18. <view class="Scanning_top_icon">
  19. <text class="cubeic-close icon_transport transport-shibai"></text>
  20. </view>
  21. <view class="Scanning_top_text">
  22. <view class="text1" style="color: red;">操作失败</view>
  23. </view>
  24. </view>
  25. <view class="Scanning_top" v-if="(res.status != 200 && res.status != 11111)">
  26. <view class="Scanning_top_icon">
  27. <text class="cubeic-close icon_transport transport-shibai"></text>
  28. </view>
  29. <view class="Scanning_top_text" v-if="!queryObj.bigScanSpecialMsg">
  30. <view class="text1"> 操作失败 </view>
  31. <view class="text1 f30" v-if="queryObj.qrcode !== undefined"> 扫描内容:{{queryObj.qrcode}} </view>
  32. </view>
  33. <view class="Scanning_top_text" v-if="queryObj.bigScanSpecialMsg">
  34. <view class="text1"> 签到失败 </view>
  35. <view class="text1 f30" v-if="queryObj.qrcode !== undefined"> 扫描内容:{{queryObj.qrcode}} </view>
  36. </view>
  37. </view>
  38. <view class="Scanning_cont" v-if="
  39. (res.status == 200 && type == 'specimenPlan') ||
  40. (res.status == 200 && type == 'specimen')
  41. ">
  42. <view>{{ infoDATA.stype.name }}({{infoDATA.scode}})</view>
  43. <view>检验项目 : {{ infoDATA.specimenDesc || "-" }}</view>
  44. <view>
  45. {{ infoDATA.sickRoom ? infoDATA.sickRoom.dept : "" }}
  46. <text style="width: 4em;text-align: center;margin-left: 1em;margin-right: 1em;" class="icon_transport transport-arrow-right-full"></text>
  47. {{ infoDATA.checkDept ? infoDATA.checkDept.dept : "" }}
  48. </view>
  49. <view>患者姓名 : {{ infoDATA.patientName}}({{infoDATA.bedNum}})</view>
  50. <view>住院号 : {{ infoDATA.residenceNo || '-' }}</view>
  51. </view>
  52. <view class="Scanning_cont" v-if="
  53. (res.status == 11111 && type == 'specimenPlan') ||
  54. (res.status == 11111 && type == 'specimen')
  55. ">
  56. <view>{{ infoDATA.stype.name }}({{infoDATA.scode}})</view>
  57. <view>检验项目 : {{ infoDATA.specimenDesc || "-" }}</view>
  58. <view>标本状态 : <text style="color: red">{{ infoDATA.speState ? infoDATA.speState.name : '' }}</text></view>
  59. <view>
  60. {{ infoDATA.sickRoom ? infoDATA.sickRoom.dept : "" }}
  61. <text style="width: 4em;text-align: center;margin-left: 1em;margin-right: 1em;" class="icon_transport transport-arrow-right-full"></text>
  62. {{ infoDATA.checkDept ? infoDATA.checkDept.dept : "" }}
  63. </view>
  64. <view>患者姓名 : {{ infoDATA.patientName}}({{infoDATA.bedNum}})</view>
  65. <view>住院号 : {{ infoDATA.residenceNo || '-' }}</view>
  66. </view>
  67. <view class="Scanning_cont" v-if="
  68. (res.status == 200 && type == 'inspect') || type == 'patientTransport'
  69. ">
  70. <view v-if="res.patient"> 患者姓名 : {{ res.patient || "-" }} </view>
  71. <view v-if="res.residenceNo">
  72. 住院号 : {{ res.residenceNo || "-" }}
  73. </view>
  74. <view v-if="res.deptName">
  75. 住院科室 : {{ res.deptName !== "undefined" ? res.deptName : "-" }}
  76. </view>
  77. <view v-if="res.bedNum">
  78. 床号 : {{ res.bedNum !== "undefined" ? res.bedNum : "-" }}
  79. </view>
  80. <view v-if="res.data">
  81. 检查项目 :
  82. <text v-for="(data, i) in res.data" :key="i">{{
  83. data.inspectName
  84. }}</text>
  85. </view>
  86. <view v-if="
  87. res.status == 200 &&
  88. infoType != 'ins-zxz-1' &&
  89. infoType != 'ins-dsd-1' &&
  90. infoType != 'ins-ddd-1' &&
  91. infoType != 'trans-ddd-1' &&
  92. infoType != 'trans-dsd-1'
  93. ">
  94. {{ res.msg || "" }}
  95. </view>
  96. <view v-if="infoType == 'trans-dsd-1' && res.status == 200">
  97. 工单已完成
  98. </view>
  99. <view v-if="infoType == 'ins-dsd-1' && res.status == 200">
  100. 工单已完成。
  101. </view>
  102. <!-- 半程陪检 -->
  103. <view v-if="infoDATA.type == 'ins-half-ok' && res.status == 200">
  104. 已到达检查科室,工单已完成。
  105. </view>
  106. </view>
  107. <view class="Scanning_cont" v-if="res.status == 200 && (type == 'drugsBag' || type == 'jPBag')">
  108. <view> 药包类型 : {{(infoDATA.packType && infoDATA.packType !== 0) ? DRUGSBAG_TYPE[infoDATA.packType] : "-"}} </view>
  109. <view v-if="type == 'drugsBag'"> 药包编码 : #{{ infoDATA.packid }} </view>
  110. <view
  111. v-if="type == 'drugsBag' && accountObj && (queryObj.type1 === 'drug-ddd-2' || queryObj.type1 === 'drug-dsd-2')">
  112. 交接人工号 : {{ accountObj.account }} </view>
  113. <view
  114. v-if="type == 'drugsBag' && accountObj && (queryObj.type1 === 'drug-ddd-2' || queryObj.type1 === 'drug-dsd-2')">
  115. 交接人姓名 : {{ accountObj.accountName }} </view>
  116. <view v-if="type == 'jPBag'">
  117. 静配药包编码 : #{{ infoDATA.packid }}
  118. </view>
  119. <view> 所属科室 : {{ infoDATA.target.dept || "-" }} </view>
  120. <view v-if="infoType === 'drug-dsd-2' || infoType === 'jp-dsd-2'">
  121. 工单已完成。
  122. </view>
  123. <view class="red"> 如果您当前科室还有药包需要扫描,请点击“继续扫描”! </view>
  124. </view>
  125. <view class="Scanning_cont" v-if="res.status != 200">
  126. <view class="Scanning_cont_center" v-if="res.status != 11111">
  127. {{ res.msg === "undefined" || !res.msg ? "" : res.msg }}
  128. <view class="bigScanSpecialMsg" v-if="queryObj.bigScanSpecialMsg">
  129. <view class="bigScanSpecialMsgList" v-for="item in queryObj.bigScanSpecialMsg" :key="item.id">
  130. <view class="bigScanSpecialMsgListTitle">{{item.name}}</view>
  131. <view class="bigScanSpecialMsgListDesc">{{item.desc}}</view>
  132. </view>
  133. </view>
  134. </view>
  135. </view>
  136. <view class="foot_btn_spe" v-if="
  137. (type == 'specimen' && isKs != '1') ||
  138. (type == 'specimenPlan' && isKs != '1')
  139. ">
  140. <view class="btn1" @click="Scanning_again()"> 继续扫描 </view>
  141. <view class="btn3" @click="hand_again()">手动录入</view>
  142. <view class="btn3" @click="getNoScanSpecimen(false)">未扫描标本</view>
  143. <view class="btn3" @click="getNoScanSpecimen(true)">已扫描标本</view>
  144. <view class="btn2" @click="Scanning_complete(dataId)"> 完成扫描 </view>
  145. </view>
  146. <view class="foot_btn" v-if="
  147. (type != 'specimenPlan' &&
  148. type != 'specimen' &&
  149. type != 'drugsBag' &&
  150. type != 'jPBag' &&
  151. (type != 'inspect') & (type != 'patientTransport')) ||
  152. (queryObj.status == 200 &&
  153. type == 'drugsBag' &&
  154. infoType == 'drug-ddd-2') ||
  155. (queryObj.status == 200 &&
  156. type == 'drugsBag' &&
  157. infoType == 'drug-dsd-2') ||
  158. (queryObj.status == 200 && type == 'jPBag' && infoType == 'jp-ddd-2') ||
  159. (queryObj.status == 200 && type == 'jPBag' && infoType == 'jp-dsd-2') ||
  160. (queryObj.status == 200 && type == 'inspect') ||
  161. (queryObj.status == 200 && type == 'patientTransport')
  162. ">
  163. <view class="btn3" @click="Scanning_again()" v-if="type == 'drugsBag'||type == 'jPBag'"> 继续扫描 </view>
  164. <view class="btn3" @click="showAlert(dataId)"> 知道了 </view>
  165. </view>
  166. <view class="foot_btn" v-if="
  167. (isKs != '1' &&
  168. queryObj.status != 200 &&
  169. type == 'drugsBag' &&
  170. infoType == 'drug-ddd-2') ||
  171. (isKs != '1' &&
  172. queryObj.status != 200 &&
  173. type == 'drugsBag' &&
  174. infoType == 'drug-dsd-2') ||
  175. (isKs != '1' &&
  176. queryObj.status != 200 &&
  177. type == 'jPBag' &&
  178. infoType == 'jp-ddd-2') ||
  179. (isKs != '1' &&
  180. queryObj.status != 200 &&
  181. type == 'jPBag' &&
  182. infoType == 'jp-dsd-2') ||
  183. (isKs != '1' && queryObj.status != 200 && type == 'inspect') ||
  184. (isKs != '1' && queryObj.status != 200 && type == 'patientTransport')
  185. ">
  186. <view class="btn3" @click="Scanning_again()"> 继续扫描 </view>
  187. <view class="btn3" @click="showAlert()" v-if="type == 'drugsBag'"> 知道了 </view>
  188. <view class="btn3" @click="photograph(queryObj, { DEPTCode, DEPT, infoType })" v-if="
  189. (isKs != '1' && queryObj.status != 200 && type == 'inspect') ||
  190. (isKs != '1' && queryObj.status != 200 && type == 'patientTransport')
  191. ">
  192. 拍照
  193. </view>
  194. </view>
  195. <view class="foot_btn" v-if="
  196. infoType == 'spe-ddd-1' ||
  197. (isKs == '1' && queryObj.status != 200 && infoType == 'spe-dsd-2') ||
  198. (isKs == '1' && queryObj.status != 200 && infoType == 'spe-dsd-1') ||
  199. (isKs == '1' && queryObj.status != 200 && infoType == 'spe-ddd-2') ||
  200. (isKs == '1' && queryObj.status != 200 && infoType == 'spe-dsd-3') ||
  201. (isKs == '1' &&
  202. queryObj.status != 200 &&
  203. infoType == 'plan-spe-ddd-1') ||
  204. (isKs == '1' &&
  205. queryObj.status != 200 &&
  206. infoType == 'plan-spe-ddd-2') ||
  207. (isKs == '1' &&
  208. queryObj.status != 200 &&
  209. infoType == 'plan-spe-dsd-1') ||
  210. (isKs == '1' &&
  211. queryObj.status != 200 &&
  212. infoType == 'plan-spe-dsd-2') ||
  213. (isKs == '1' && queryObj.status != 200 && infoType == 'drug-ddd-2') ||
  214. (isKs == '1' && queryObj.status != 200 && infoType == 'drug-dsd-2') ||
  215. (isKs == '1' && queryObj.status != 200 && infoType == 'jp-ddd-2') ||
  216. (isKs == '1' && queryObj.status != 200 && infoType == 'jp-dsd-2') ||
  217. (isKs == '1' && queryObj.status != 200 && infoType == 'drug-ddd-1') ||
  218. (isKs == '1' && queryObj.status != 200 && infoType == 'drug-dsd-1') ||
  219. (isKs == '1' && queryObj.status != 200 && infoType == 'jp-ddd-1') ||
  220. (isKs == '1' && queryObj.status != 200 && infoType == 'jp-dsd-1') ||
  221. (isKs == '1' &&
  222. queryObj.status != 200 &&
  223. infoType == 'plan-spe-dsd-3') ||
  224. (isKs == '1' &&
  225. queryObj.status != 200 &&
  226. type == 'inspect' &&
  227. queryObj.type1 === 'undefined') ||
  228. (isKs == '1' &&
  229. queryObj.status != 200 &&
  230. type == 'patientTransport' &&
  231. queryObj.type1 === 'undefined')
  232. ">
  233. <view class="btn3" @click="showAlert(dataId)"> 知道了 </view>
  234. </view>
  235. <view class="foot_btn" v-if="
  236. (isKs == '1' &&
  237. queryObj.status != 200 &&
  238. type == 'inspect' &&
  239. queryObj.type1 === 'ins-zxz-1') ||
  240. (isKs == '1' &&
  241. queryObj.status != 200 &&
  242. type == 'inspect' &&
  243. queryObj.type1 === 'ins-dsd-1') ||
  244. (isKs == '1' &&
  245. queryObj.status != 200 &&
  246. type == 'patientTransport' &&
  247. queryObj.type1 === 'trans-dsd-1')
  248. ">
  249. <view class="btn1" @click="showAlert(dataId)"> 知道了 </view>
  250. <view class="btn2" @click="goToRight(dataId)"> 继续执行工单 </view>
  251. </view>
  252. <!-- 弹窗 -->
  253. <showModel :title="models.title" :icon="models.icon" :disjunctor="models.disjunctor" :content="models.content"
  254. @ok="ok" @cancel="cancel" :operate="models.operate"></showModel>
  255. <!-- 弹窗 -->
  256. <showModel :title="models1.title" :icon="models1.icon" :disjunctor="models1.disjunctor"
  257. :radioItem="models1.radioItem" @ok="ok1" @radioChange="radioChange1" @cancel="cancel1" :operate="models1.operate">
  258. </showModel>
  259. <!-- 弹窗 -->
  260. <showModel :title="models2.title" :icon="models2.icon" :disjunctor="models2.disjunctor" :content="models2.content"
  261. @ok="ok2" @know="know2" @cancel="cancel2" :operate="models2.operate">
  262. </showModel>
  263. <!-- 手动查询标本弹窗 -->
  264. <handViewSpecimen v-if="speModels.disjunctor" :title="speModels.title" :disjunctor="speModels.disjunctor"
  265. @ok="speOk" @cancel="speCancel">
  266. </handViewSpecimen>
  267. </view>
  268. </template>
  269. <script>
  270. import showModel from "../../components/showModel/showModel.vue";
  271. import {
  272. get,
  273. post,
  274. SM,
  275. webHandle
  276. } from "../../http/http.js";
  277. import {
  278. photographTool
  279. } from "../../tools/photograph.js";
  280. import {
  281. DRUGSBAG_TYPE
  282. } from '../../tools/enum.drugsbagType.js';
  283. export default {
  284. data() {
  285. return {
  286. DRUGSBAG_TYPE,
  287. currentCode: '', //当前小扫描的科室二维码
  288. // 手动查询标本弹窗model
  289. speModels: {
  290. disjunctor: false,
  291. },
  292. deptId: undefined,
  293. handover: undefined,
  294. SMFlag: true,
  295. // 交接人信息
  296. accountObj: undefined,
  297. // 完成扫描的id
  298. wcId: "",
  299. wcFlag: false,
  300. // 弹窗model
  301. models: {
  302. disjunctor: false,
  303. },
  304. // 单选框弹窗model1
  305. models1: {
  306. disjunctor: false,
  307. },
  308. // 完成扫描弹窗model1
  309. models2: {
  310. disjunctor: false,
  311. },
  312. isKs: "", //是否科室签到 1
  313. infoDATA: {},
  314. res: {},
  315. infoType: "",
  316. DEPTCode: "",
  317. RESData: {},
  318. DEPT: "",
  319. dataId: "",
  320. type: "",
  321. model: {},
  322. speNum: 0,
  323. queryObj: {}, //路由传递过来的数据
  324. selectRadio: [], //单选框选中的数据,第一项是qrcode,第二项是名称
  325. gotoFlag: true,
  326. content: "",
  327. };
  328. },
  329. methods: {
  330. // 手动查询标本-确认
  331. speOk(data) {
  332. console.log(data);
  333. if (!data.id) {
  334. //没有查询到标本
  335. uni.showModal({
  336. title: '提示',
  337. content: "没有查询到标本!",
  338. showCancel: false,
  339. success: function(res) {
  340. if (res.confirm) {
  341. console.log('用户点击确定');
  342. } else if (res.cancel) {
  343. console.log('用户点击取消');
  344. }
  345. }
  346. });
  347. return;
  348. }
  349. this.speModels.disjunctor = false;
  350. this.hand_scanning_common(data.scode, 'hand');
  351. },
  352. // 手动查询标本-取消
  353. speCancel() {
  354. this.speModels.disjunctor = false;
  355. },
  356. // 手动查询标本弹窗
  357. showHandViewSpecimen() {
  358. this.speModels = {
  359. title: '填写标本编码',
  360. disjunctor: true,
  361. }
  362. },
  363. // 手动录入标本
  364. hand_again() {
  365. this.showHandViewSpecimen();
  366. },
  367. // 手动输入标本和扫码公共方法
  368. hand_scanning_common(ress1, type) {
  369. // ----------------
  370. uni.showLoading({
  371. title: "加载中",
  372. mask: true,
  373. });
  374. //检验二维码的有效性
  375. post("/dept/scanning", {
  376. content: ress1,
  377. }).then((result) => {
  378. this.SMFlag = true;
  379. this.currentCode = result.code;
  380. if (result.state == 200 || result.state == 201) {
  381. let codes = result.code;
  382. if (codes) {
  383. let speCode = codes;
  384. let data = {
  385. code: speCode,
  386. type: this.queryObj.type1,
  387. deptCode: this.DEPTCode,
  388. ids: [],
  389. };
  390. data.ids.push(this.dataId);
  391. let postType = "";
  392. if (this.type == "jPBag" || this.type == "drugsBag") {
  393. postType = "handleDrugsAndJp";
  394. if(this.type == "drugsBag"){
  395. delete data.ids;
  396. }
  397. data.deptId = this.deptId;
  398. data.handover = this.handover;
  399. }
  400. if (this.type == "specimen") {
  401. data["speCode"] = data.code;
  402. delete data.code;
  403. postType = "handleSpes";
  404. }
  405. if (this.type == "specimenPlan") {
  406. data["speCode"] = data.code;
  407. delete data.code;
  408. postType = "handlePlanSpes";
  409. }
  410. if (this.type == "inspect") {
  411. postType = "handleIns";
  412. }
  413. if (this.type == "patientTransport") {
  414. postType = "handleTrans";
  415. }
  416. post("/workerOrder/" + postType, data).then((ress) => {
  417. uni.hideLoading();
  418. if (ress.status == 200 || ress.status == 11111) {
  419. //标本和标本轮巡工单,扫描标本后会自动调用摄像头,继续扫描,直到status不是200
  420. if ((this.type == "specimenPlan" || this.type == "specimen") && ress.status != 11111) {
  421. setTimeout(()=>{
  422. if (type === 'scan') {
  423. this.Scanning_again();
  424. }
  425. },500)
  426. }
  427. if (this.type == "specimenPlan" || this.type == "specimen") {
  428. this.infoDATA = ress.data;
  429. this.speNum = ress.specimenCount;
  430. uni.redirectTo({
  431. url: `../scanning_Result/scanning_Result?type=${
  432. this.queryObj.type
  433. }&type1=${
  434. this.queryObj.type1
  435. }&infoData=${encodeURIComponent(
  436. JSON.stringify(ress.data)
  437. )}&status=${ress.status}&msg=${ress.msg}&deptCode=${
  438. this.queryObj.deptCode
  439. }&dept=${this.queryObj.dept}&id=${this.dataId}&model=${encodeURIComponent(JSON.stringify(ress))}&speNum=${this.speNum}&scanOrHand=${type}`,
  440. });
  441. } else if (
  442. this.type == "inspect" ||
  443. this.type == "patientTransport"
  444. ) {
  445. if(this.type == "patientTransport" && this.queryObj.type1 == 'trans-ddd-1'){
  446. // 门诊服务点,有orderList
  447. if(ress.orderList){
  448. uni.navigateTo({
  449. url: `/pages/outpatient/outpatientStartSignIn/outpatientStartSignIn?model=${encodeURIComponent(JSON.stringify(ress))}`,
  450. });
  451. }else{
  452. uni.redirectTo({
  453. url: `../scanning_Result/scanning_Result?type=${
  454. this.queryObj.type
  455. }&type1=${
  456. this.queryObj.type1
  457. }&infoData=${encodeURIComponent(
  458. JSON.stringify(ress.data)
  459. )}&status=${ress.status}&msg=${ress.msg}&deptCode=${
  460. this.queryObj.deptCode
  461. }&dept=${this.queryObj.dept}&id=${this.dataId}&model=${encodeURIComponent(
  462. JSON.stringify(ress)
  463. )}&patient=${ress.patient}&patientCode=${
  464. ress.patientCode
  465. }&deptName=${ress.deptName}&bedNum=${ress.bedNum}`,
  466. });
  467. }
  468. }else if(this.type == "patientTransport" && this.queryObj.type1 == 'trans-dsd-1'){
  469. // 门诊服务点,有orderList
  470. if(ress.orderList){
  471. uni.navigateTo({
  472. url: `/pages/outpatient/outpatientEndSignIn/outpatientEndSignIn?model=${encodeURIComponent(JSON.stringify(ress))}`,
  473. });
  474. }else{
  475. uni.redirectTo({
  476. url: `../scanning_Result/scanning_Result?type=${
  477. this.queryObj.type
  478. }&type1=${
  479. this.queryObj.type1
  480. }&infoData=${encodeURIComponent(
  481. JSON.stringify(ress.data)
  482. )}&status=${ress.status}&msg=${ress.msg}&deptCode=${
  483. this.queryObj.deptCode
  484. }&dept=${this.queryObj.dept}&id=${this.dataId}&model=${encodeURIComponent(
  485. JSON.stringify(ress)
  486. )}&patient=${ress.patient}&patientCode=${
  487. ress.patientCode
  488. }&deptName=${ress.deptName}&bedNum=${ress.bedNum}`,
  489. });
  490. }
  491. }else{
  492. uni.redirectTo({
  493. url: `../scanning_Result/scanning_Result?type=${
  494. this.queryObj.type
  495. }&type1=${
  496. this.queryObj.type1
  497. }&infoData=${encodeURIComponent(
  498. JSON.stringify(ress.data)
  499. )}&status=${ress.status}&msg=${ress.msg}&deptCode=${
  500. this.queryObj.deptCode
  501. }&dept=${this.queryObj.dept}&id=${this.dataId}&model=${encodeURIComponent(
  502. JSON.stringify(ress)
  503. )}&patient=${ress.patient}&patientCode=${
  504. ress.patientCode
  505. }&deptName=${ress.deptName}&bedNum=${ress.bedNum}`,
  506. });
  507. }
  508. } else {
  509. uni.redirectTo({
  510. url: `../scanning_Result/scanning_Result?type=${
  511. this.queryObj.type
  512. }&type1=${
  513. this.queryObj.type1
  514. }&infoData=${encodeURIComponent(
  515. JSON.stringify(ress.data)
  516. )}&status=${ress.status}&msg=${ress.msg}&deptCode=${
  517. this.queryObj.deptCode
  518. }&dept=${this.queryObj.dept}&id=${this.dataId}&model=${encodeURIComponent(JSON.stringify(ress))}&accountObj=${encodeURIComponent(JSON.stringify(this.accountObj))}&deptId=${this.deptId}&handover=${this.handover}`,
  519. });
  520. }
  521. } else {
  522. uni.redirectTo({
  523. url: `../scanning_Result/scanning_Result?type=${
  524. this.queryObj.type
  525. }&type1=${this.queryObj.type1}&status=${ress.status}&msg=${
  526. ress.msg
  527. }&deptCode=${this.queryObj.deptCode}&dept=${
  528. this.queryObj.dept
  529. }&id=${this.dataId}&model=${encodeURIComponent(
  530. JSON.stringify(this.infoDATA)
  531. )}&accountObj=${encodeURIComponent(JSON.stringify(this.accountObj))}&deptId=${this.deptId}&handover=${this.handover}&scanOrHand=${type}&qrcode=${this.currentCode}`,
  532. });
  533. }
  534. });
  535. } else {
  536. uni.hideLoading();
  537. }
  538. } else {
  539. uni.hideLoading();
  540. uni.showToast({
  541. icon: "none",
  542. title: result.info || "接口获取数据失败!",
  543. });
  544. }
  545. });
  546. // ------------------------------
  547. },
  548. // 查看未扫描标本
  549. // isScan true已扫描标本,false未扫描标本
  550. getNoScanSpecimen(isScan) {
  551. if (!this.gotoFlag) {
  552. return;
  553. }
  554. this.gotoFlag = false;
  555. if(isScan){
  556. uni.navigateTo({
  557. url: `../noScanSpecimen/noScanSpecimen?deptName=${this.queryObj.dept}&workOrderId=${encodeURIComponent(JSON.stringify([this.queryObj.id]))}&deptCode=${this.queryObj.deptCode}&isScan=1`,
  558. });
  559. }else{
  560. uni.navigateTo({
  561. url: `../noScanSpecimen/noScanSpecimen?deptName=${this.queryObj.dept}&workOrderId=${encodeURIComponent(JSON.stringify([this.queryObj.id]))}&deptCode=${this.queryObj.deptCode}`,
  562. });
  563. }
  564. },
  565. // 拍照
  566. photograph(data, obj) {
  567. photographTool(data, obj);
  568. },
  569. // 继续扫描
  570. Scanning_again() {
  571. if (!this.SMFlag) {
  572. return;
  573. }
  574. this.SMFlag = false;
  575. SM().then((ress1) => {
  576. this.hand_scanning_common(ress1, 'scan');
  577. }).catch(err => {
  578. this.SMFlag = true;
  579. });
  580. },
  581. // 正常完成扫描
  582. overFinish() {
  583. let data = {
  584. type: this.queryObj.type1,
  585. ids: [this.wcId],
  586. };
  587. //只要是标本轮巡1对多或者多对多
  588. // plan-spe-dsd-2 1对多
  589. // plan-spe-dsd-3 多对多
  590. if (
  591. this.queryObj.type1 === "plan-spe-ddd-2" ||
  592. this.queryObj.type1 === "plan-spe-dsd-2" ||
  593. this.queryObj.type1 === "plan-spe-dsd-3"
  594. ) {
  595. post("/workerOrder/finishPlanSpes", data).then((res) => {
  596. // uni.hideLoading()
  597. if (res.status == 200) {
  598. this.models2 = {
  599. disjunctor: true,
  600. title: "提示",
  601. content: `完成扫描成功`,
  602. icon: "success",
  603. operate: {
  604. know: "知道了",
  605. },
  606. };
  607. } else {
  608. uni.showToast({
  609. icon: "none",
  610. title: res.msg || "接口获取数据失败!",
  611. });
  612. }
  613. });
  614. } else {
  615. post("/workerOrder/finishSpes", data).then((res) => {
  616. // uni.hideLoading()
  617. if (res.status == 200) {
  618. uni.navigateTo({
  619. url: "../receiptpage/receiptpage",
  620. });
  621. } else {
  622. uni.showToast({
  623. icon: "none",
  624. title: res.msg || "接口获取数据失败!",
  625. });
  626. }
  627. });
  628. }
  629. },
  630. // 确定
  631. ok() {
  632. this.models.disjunctor = false;
  633. let postData = {
  634. ids: [this.queryObj.id],
  635. sign: true,
  636. deptQrCode: this.queryObj.deptCode
  637. };
  638. uni.showLoading({
  639. title: '加载中',
  640. mask: true
  641. });
  642. post("/workerOrder/expectedAndActual", postData).then((ress) => {
  643. uni.hideLoading();
  644. if (ress.status == 200) {
  645. if (this.wcFlag) {
  646. //正常完成扫描
  647. this.overFinish()
  648. } else {
  649. this.gotoOver();
  650. }
  651. } else if (ress.status == 1000035) {
  652. let content = '';
  653. if (this.queryObj.type1 === 'spe-ddd-2' || this.queryObj.type1 === 'plan-spe-ddd-2') {
  654. //待到达
  655. content =
  656. `系统内预计标本<strong class="red">${ress.expectReceiveNum}</strong>只,您扫描收取标本<strong class="red">${ress.actualReceiveNum}</strong>只,其中<strong class="red">${ress.notReceiveNum}</strong>只未扫描;`;
  657. } else {
  658. //待送达
  659. this.content =
  660. `本工单已签到<strong class="red">${ress.scanSet?ress.scanSet.join('、'):''}</strong>,剩余需签到科室<strong class="red">${ress.notScanSet?ress.notScanSet.join('、'):''}</strong>,总签收<strong class="red">${ress.totalAcceptance}</strong>只,剩余<strong class="red">${ress.notAcceptance}</strong>只未签收,您确定完成工单吗?`;
  661. content =
  662. `您在<strong class="red">${ress.deptName}</strong>检验科扫描了<strong class="red">${ress.deptScanNum}</strong>个标本,还需扫描<strong class="red">${ress.deptNotScanNum}</strong>标本。`;
  663. }
  664. // 取消弹窗 2022年10月10日
  665. this.ok2();
  666. // this.models2 = {
  667. // disjunctor: true,
  668. // title: "提示",
  669. // content,
  670. // icon: "warn",
  671. // operate: {
  672. // ok: "确定",
  673. // cancel: "取消",
  674. // },
  675. // };
  676. } else {
  677. uni.showToast({
  678. icon: "none",
  679. title: ress.msg || "接口获取数据失败!",
  680. });
  681. }
  682. })
  683. },
  684. // 取消
  685. cancel() {
  686. this.models.disjunctor = false;
  687. },
  688. // 确定
  689. ok2() {
  690. this.models2.disjunctor = false;
  691. let postData = {
  692. ids: [this.queryObj.id],
  693. deptQrCode: this.queryObj.deptCode
  694. };
  695. uni.showLoading({
  696. title: '加载中',
  697. mask: true
  698. });
  699. post("/workerOrder/expectedAndActual", postData).then((ress) => {
  700. uni.hideLoading();
  701. if (ress.status == 200) {
  702. if (this.wcFlag) {
  703. this.overFinish()
  704. } else {
  705. this.gotoOver();
  706. }
  707. } else {
  708. uni.showToast({
  709. icon: "none",
  710. title: ress.msg || "接口获取数据失败!",
  711. });
  712. }
  713. })
  714. },
  715. // 取消
  716. cancel2() {
  717. this.models2.disjunctor = false;
  718. },
  719. know2() {
  720. this.models2.disjunctor = false;
  721. uni.navigateTo({
  722. url: "../receiptpage/receiptpage",
  723. });
  724. },
  725. // 完成扫描
  726. Scanning_complete(id) {
  727. // 如果是标本配送和标本轮巡,则进入标本核对页面
  728. if((this.type === 'specimen' || this.type === 'specimenPlan') && this.queryObj.type1.includes('ddd')){
  729. uni.navigateTo({
  730. 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}`,
  731. });
  732. return;
  733. }
  734. this.wcId = id;
  735. if (
  736. this.queryObj.type1 == "plan-spe-ddd-2" ||
  737. this.queryObj.type1 == "spe-ddd-2"
  738. ) {
  739. this.wcFlag = true;
  740. this.models = {
  741. disjunctor: true,
  742. title: "提示",
  743. content: "是否确定标本已扫描完成?",
  744. icon: "warn",
  745. operate: {
  746. ok: "确定",
  747. cancel: "取消",
  748. },
  749. };
  750. } else if (
  751. this.queryObj.type1 == "plan-spe-dsd-2" ||
  752. this.queryObj.type1 == "plan-spe-dsd-3" ||
  753. this.queryObj.type1 == "spe-dsd-2" ||
  754. this.queryObj.type1 == "spe-dsd-3"
  755. ) {
  756. this.wcFlag = false;
  757. this.models = {
  758. disjunctor: true,
  759. title: "提示",
  760. content: "是否确定标本已扫描完成?",
  761. icon: "warn",
  762. operate: {
  763. ok: "确定",
  764. cancel: "取消",
  765. },
  766. };
  767. } else {
  768. this.gotoOver();
  769. }
  770. },
  771. // 跳转完成工单页面
  772. gotoOver() {
  773. if(this.queryObj.type === 'specimenPlan'){
  774. uni.navigateTo({
  775. url: `../specimenCheckingEnd/specimenCheckingEnd?type=${this.queryObj.type}&type1=${
  776. this.queryObj.type1
  777. }&id=${encodeURIComponent(JSON.stringify([this.wcId]))}&deptCode=${
  778. this.queryObj.deptCode
  779. }&dept=${this.queryObj.dept}&speNum=${this.speNum}&content=${this.content}`,
  780. });
  781. }else{
  782. uni.navigateTo({
  783. url: `../scanning/scanning?type=${this.queryObj.type}&type1=${
  784. this.queryObj.type1
  785. }&id=${encodeURIComponent(JSON.stringify([this.wcId]))}&deptCode=${
  786. this.queryObj.deptCode
  787. }&dept=${this.queryObj.dept}&speNum=${this.speNum}&content=${this.content}`,
  788. });
  789. }
  790. },
  791. // 继续执行工单,当扫错科室码的时候,直接跳过,默默执行正确的科室码
  792. goToRight(id) {
  793. // flag 为1时查检查科室,flag为2时查终点科室
  794. let flag;
  795. // 患者转科,患者陪检
  796. if (
  797. this.queryObj.type1 == "trans-dsd-1" ||
  798. this.queryObj.type1 == "ins-dsd-1"
  799. ) {
  800. flag = 2;
  801. }
  802. if (this.queryObj.type1 == "ins-zxz-1") {
  803. flag = 1;
  804. }
  805. let postData = {
  806. workOrderId: id,
  807. flag: flag,
  808. };
  809. uni.showLoading({
  810. title: "加载中",
  811. mask: true,
  812. });
  813. post("/workerOrder/continueWorkOrder", postData).then((res) => {
  814. uni.hideLoading();
  815. console.log(res);
  816. if (res.state == 200) {
  817. let radioItem = [];
  818. res.data.forEach((item) => {
  819. let flag = radioItem.every(
  820. (item1) => item1.qrcode !== item.qrcode + "__" + item.deptName
  821. ); //如果radioItem里的所有项都与之不重复
  822. if (flag) {
  823. radioItem.push({
  824. qrcode: item.qrcode + "__" + item.deptName,
  825. deptName: item.deptName,
  826. });
  827. }
  828. });
  829. this.models1 = {
  830. disjunctor: true,
  831. title: "请选择正确的科室",
  832. radioItem,
  833. icon: "",
  834. operate: {
  835. ok: "确定",
  836. cancel: "取消",
  837. },
  838. };
  839. } else {
  840. uni.showToast({
  841. icon: "none",
  842. title: res.msg || "接口获取数据失败!",
  843. });
  844. }
  845. });
  846. },
  847. // 选中单选框
  848. radioChange1(item) {
  849. console.log(item);
  850. this.selectRadio = item.split("__");
  851. },
  852. // 确定
  853. ok1() {
  854. this.models1.disjunctor = false;
  855. if (!this.selectRadio.length) {
  856. //默认选中第一项,选中则是选中项
  857. this.selectRadio = [
  858. this.models1.radioItem[0].qrcode.split("__")[0],
  859. this.models1.radioItem[0].deptName,
  860. ];
  861. }
  862. uni.navigateTo({
  863. url: `../scanning_code/scanning_code?type=${this.queryObj.type}&type1=${this.queryObj.type1}&id=${this.queryObj.id}&deptCode=${this.selectRadio[0]}&dept=${this.selectRadio[1]}`,
  864. });
  865. },
  866. // 取消
  867. cancel1() {
  868. this.models1.disjunctor = false;
  869. },
  870. // 知道了
  871. showAlert(id) {
  872. uni.navigateTo({
  873. url: "../receiptpage/receiptpage"
  874. });
  875. },
  876. },
  877. onShow() {
  878. this.SMFlag = true;
  879. this.gotoFlag = true;
  880. },
  881. onLoad(options) {
  882. if (options.status == 200&&options.scanOrHand === 'hand'&&(options.type === "specimen"||options.type === "specimenPlan")) {
  883. this.hand_again();
  884. }
  885. console.log(options, "result");
  886. this.queryObj = options;
  887. if(this.queryObj.bigScanSpecialMsg){
  888. this.queryObj.bigScanSpecialMsg = JSON.parse( this.queryObj.bigScanSpecialMsg);
  889. }
  890. this.isKs = this.queryObj.isKs;
  891. if (options.infoData && options.infoData != "undefined") {
  892. this.infoDATA = JSON.parse(options.infoData);
  893. } else if (options.model) {
  894. this.infoDATA = JSON.parse(options.model);
  895. }
  896. if (options.accountObj && options.accountObj != "undefined") {
  897. this.accountObj = JSON.parse(options.accountObj);
  898. }
  899. if (options.deptId && options.deptId != "undefined") {
  900. this.deptId = options.deptId;
  901. }
  902. if (options.handover && options.handover != "undefined") {
  903. this.handover = options.handover;
  904. }
  905. this.dataId = options.id;
  906. this.RESData = options.resData;
  907. this.res["status"] = options.status;
  908. this.res["msg"] = options.msg;
  909. console.log(options.patient);
  910. this.res["patient"] = options.patient;
  911. this.res["patientCode"] = options.patientCode;
  912. this.res["deptName"] = options.deptName;
  913. this.res["bedNum"] = options.bedNum;
  914. this.infoType = options.type1;
  915. if (options.dept) {
  916. this.DEPT = options.dept;
  917. }
  918. if (options.speNum) {
  919. this.speNum = options.speNum;
  920. }
  921. this.DEPTCode = options.deptCode;
  922. this.type = options.type;
  923. // #ifdef APP-PLUS
  924. webHandle("no", "app");
  925. // #endif
  926. // #ifdef H5
  927. webHandle("no", "wx");
  928. // #endif
  929. },
  930. };
  931. </script>
  932. <style lang="less">
  933. .Scanning_Result {
  934. padding: 0 20rpx;
  935. .bigScanSpecialMsg{
  936. text-align: left;
  937. padding: 0 87rpx;
  938. .bigScanSpecialMsgList{
  939. margin-top: 50rpx;
  940. font-size: 32rpx;
  941. .bigScanSpecialMsgListTitle{
  942. color: red;
  943. }
  944. .bigScanSpecialMsgListDesc{
  945. line-height: 48rpx;
  946. margin-top: 15rpx;
  947. }
  948. }
  949. }
  950. .Scanning_top {
  951. .Scanning_top_icon {
  952. width: 140rpx;
  953. height: 140rpx;
  954. margin: 0 auto;
  955. margin-top: 116rpx;
  956. border-radius: 50%;
  957. line-height: 140rpx;
  958. .speNum{
  959. text-align: center;
  960. font-size: 140rpx;
  961. }
  962. .cubeic-ok {
  963. font-size: 140rpx;
  964. color: #35b34a;
  965. }
  966. .cubeic-close {
  967. font-size: 140rpx;
  968. color: #ff3b53;
  969. }
  970. }
  971. .Scanning_top_text {
  972. .text1 {
  973. font-size: 48rpx;
  974. text-align: center;
  975. }
  976. .success_tips {
  977. color: red;
  978. font-size: 30rpx;
  979. }
  980. }
  981. }
  982. .Scanning_cont {
  983. font-size: 32rpx;
  984. text-align: center;
  985. view {
  986. margin-bottom: 16rpx;
  987. }
  988. .Scanning_cont_center {
  989. text-align: center;
  990. }
  991. .text {
  992. margin-top: 24rpx;
  993. color: #35b34a;
  994. }
  995. .text1 {
  996. margin-top: 24rpx;
  997. color: #ff3b53;
  998. }
  999. }
  1000. .foot_btn {
  1001. line-height: 88rpx;
  1002. height: 100rpx;
  1003. margin-top: 40rpx;
  1004. display: flex;
  1005. justify-content: center;
  1006. .btn1,
  1007. .btn2,
  1008. .btn3 {
  1009. height: 88rpx;
  1010. flex: 1;
  1011. margin: 0 1%;
  1012. background-image: linear-gradient(to right, #72c172, #3bb197);
  1013. color: #fff;
  1014. border-radius: 8rpx;
  1015. font-size: 32rpx;
  1016. margin-top: 16rpx;
  1017. text-align: center;
  1018. }
  1019. }
  1020. .foot_btn_spe {
  1021. line-height: 88rpx;
  1022. height: 100rpx;
  1023. margin-top: 40rpx;
  1024. text-align: center;
  1025. display: flex;
  1026. justify-content: space-between;
  1027. flex-wrap: wrap;
  1028. &::after {
  1029. content: '';
  1030. flex: 1;
  1031. }
  1032. view {
  1033. height: 88rpx;
  1034. width: 48%;
  1035. margin: 0 1%;
  1036. background-image: linear-gradient(to right, #72c172, #3bb197);
  1037. color: #fff;
  1038. border-radius: 8rpx;
  1039. font-size: 32rpx;
  1040. margin-top: 16rpx;
  1041. }
  1042. }
  1043. }
  1044. </style>