scanning_Result.vue 37 KB

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