scanning_djEnd.vue 43 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195
  1. <template>
  2. <view class="Scanning_djEnd">
  3. <view class="Scanning_top" v-if="infoDATA.status == 200">
  4. <view class="Scanning_top_icon">
  5. <text class="cubeic-ok icon_transport transport-duigou"></text>
  6. </view>
  7. <view class="Scanning_top_text">
  8. <view class="text1">操作成功</view>
  9. </view>
  10. </view>
  11. <view class="Scanning_top" v-if="
  12. infoDATA.status == 10005 ||
  13. infoDATA.status == 100018 ||
  14. infoDATA.status == 10004 ||
  15. infoDATA.status == 100021 ||
  16. infoDATA.status == 500 ||
  17. infoDATA.status == 100031
  18. ">
  19. <view class="Scanning_top_icon">
  20. <text class="cubeic-close icon_transport transport-shibai"></text>
  21. </view>
  22. <view class="Scanning_top_text">
  23. <view class="text1">操作失败</view>
  24. <view class="text1 f30" v-if="queryObj.qrcode !== undefined">扫描内容:{{queryObj.qrcode}}</view>
  25. </view>
  26. </view>
  27. <view class="Scanning_cont" v-if="
  28. (infoDATA.status == 200 && type == 'specimenPlan') ||
  29. (infoDATA.status == 200 && type == 'specimen')
  30. "></view>
  31. <view class="Scanning_cont" v-if="
  32. (infoDATA.status == 200 && type == 'patientTransport') ||
  33. (infoDATA.status == 200 && type == 'inspect')
  34. ">扫描患者腕带并将患者送往目标科室.</view>
  35. <view class="Scanning_cont" v-if="
  36. (infoDATA.status == 200 &&
  37. type == 'drugsBag' &&
  38. (type1 == 'drug-ddd-2' || type1 == 'drug-dsd-2')) ||
  39. (infoDATA.status == 200 &&
  40. type == 'jPBag' &&
  41. (type1 == 'jp-ddd-2' || type1 == 'jp-dsd-2'))
  42. ">已到达目标科室,请扫描药包或静配包.</view>
  43. <view class="Scanning_cont" v-if="
  44. (infoDATA.status == 200 &&
  45. type == 'drugsBag' &&
  46. (type1 == 'drug-ddd-1' || type1 == 'drug-dsd-1')) ||
  47. (infoDATA.status == 200 &&
  48. type == 'jPBag' &&
  49. (type1 == 'jp-ddd-1' || type1 == 'jp-dsd-1'))
  50. ">
  51. <view v-if="accountObj"> 交接人工号 : {{ accountObj.account }} </view>
  52. <view v-if="accountObj"> 交接人姓名 : {{ accountObj.accountName }} </view>
  53. <view>已到达目标科室,请取药包或静配包后送达目标科室.</view>
  54. </view>
  55. <view class="Scanning_cont" v-if="
  56. infoDATA.status == 200 && type == 'other' && infoDATA.type == 'qt-ddd-1'
  57. ">已到达目标科室,请执行该工单.</view>
  58. <view class="Scanning_cont" v-if="
  59. (infoDATA.state == 'finish' &&
  60. infoDATA.status == 200 &&
  61. type == 'specimenPlan' &&
  62. infoDATA.type == 'plan-spe-dsd-1') ||
  63. (infoDATA.status == 200 &&
  64. type == 'other' &&
  65. infoDATA.type == 'qt-dsd-1')
  66. ">已到达目标科室,工单已完成.</view>
  67. <view class="Scanning_cont" v-if="
  68. (infoDATA.status == 200 &&
  69. type == 'specimenPlan' &&
  70. infoDATA.type != 'plan-spe-ddd-1' &&
  71. infoDATA.type != 'plan-spe-dsd-1') ||
  72. (infoDATA.status == 200 &&
  73. type == 'specimen' &&
  74. infoDATA.type != 'spe-ddd-1' &&
  75. infoDATA.type != 'spe-dsd-1')
  76. ">已到达目标科室,请扫描标本.</view>
  77. <view class="Scanning_cont" v-if="
  78. (infoDATA.status == 200 &&
  79. type == 'specimenPlan' &&
  80. infoDATA.type == 'plan-spe-ddd-1') ||
  81. (infoDATA.status == 200 &&
  82. type == 'specimen' &&
  83. infoDATA.type == 'spe-ddd-1')
  84. ">
  85. <view v-if="accountObj"> 交接人工号 : {{ accountObj.account }} </view>
  86. <view v-if="accountObj"> 交接人姓名 : {{ accountObj.accountName }} </view>
  87. <view>已到达目标科室,请取标本后送达目标科室.</view>
  88. </view>
  89. <view class="Scanning_cont" v-if="
  90. (infoDATA.state != 'finish' &&
  91. infoDATA.status == 200 &&
  92. type == 'specimenPlan' &&
  93. infoDATA.type == 'plan-spe-dsd-1') ||
  94. (infoDATA.status == 200 &&
  95. type == 'specimen' &&
  96. infoDATA.type == 'spe-dsd-1')
  97. ">
  98. <view v-if="accountObj"> 交接人工号 : {{ accountObj.account }} </view>
  99. <view v-if="accountObj"> 交接人姓名 : {{ accountObj.accountName }} </view>
  100. <view>已到达目标科室,请放置标本完成该工单.</view>
  101. </view>
  102. <view class="Scanning_cont" v-if="infoDATA.status != 200">
  103. <view>{{ infoDATA.msg }}</view>
  104. </view>
  105. <view class="foot_btn" v-if="type == 'inspect' || type == 'patientTransport'">
  106. <view class="btn3" @click="Scanning_again()">继续扫描</view>
  107. </view>
  108. <view class="foot_btn" v-if="type == 'drugsBag' || type == 'jPBag'">
  109. <view class="btn3" @click="Scanning_again()" v-if="
  110. type1 === 'drug-ddd-2' ||
  111. type1 === 'drug-dsd-2' ||
  112. type1 === 'jp-ddd-2' ||
  113. type1 === 'jp-dsd-2'
  114. ">继续扫描</view>
  115. <view class="btn3" @click="showHandViewDrugsbag()" v-if="
  116. type1 === 'drug-ddd-2' ||
  117. type1 === 'drug-dsd-2' ||
  118. type1 === 'jp-ddd-2' ||
  119. type1 === 'jp-dsd-2'
  120. ">手动录入</view>
  121. <view class="btn3" @click="showAlert()" v-if="
  122. type1 === 'drug-ddd-1' ||
  123. type1 === 'drug-dsd-1' ||
  124. type1 === 'jp-ddd-1' ||
  125. type1 === 'jp-dsd-1'
  126. ">知道了</view>
  127. </view>
  128. <view class="foot_btn_spe" v-if="
  129. (type == 'specimenPlan' &&
  130. type1 != 'plan-spe-dsd-1' &&
  131. (type1 != 'plan-spe-ddd-1') & (type1 != 'plan-spe-ddd-2')) ||
  132. (type == 'specimen' &&
  133. type1 != 'spe-dsd-1' &&
  134. type1 != 'spe-dsd-4' &&
  135. (type1 != 'spe-ddd-1') & (type1 != 'spe-ddd-2'))
  136. ">
  137. <view class="btn1" @click="Scanning_again()">扫描标本</view>
  138. <view class="btn3" @click="showHandViewSpecimen()">手动录入</view>
  139. <view class="btn3" @click="getNoScanSpecimen(false)">未扫描标本</view>
  140. <view class="btn3" @click="getNoScanSpecimen(true)">已扫描标本</view>
  141. <view class="btn2" @click="Scanning_complete(ids)">完成扫描</view>
  142. <view class="btn2" @click="checkNumber()" v-if="queryObj.isDigitalHandover==1">数量核对</view>
  143. </view>
  144. <view class="foot_btn_spe" v-if="
  145. (type == 'specimenPlan' && type1 == 'plan-spe-ddd-2') ||
  146. (type == 'specimen' && type1 == 'spe-ddd-2')
  147. ">
  148. <view class="btn1" @click="Scanning_again()">扫描标本</view>
  149. <view class="btn3" @click="showHandViewSpecimen()">手动录入</view>
  150. <view class="btn3" @click="getNoScanSpecimen(false)">未扫描标本</view>
  151. <view class="btn3" @click="getNoScanSpecimen(true)">已扫描标本</view>
  152. <view class="btn2" @click="Scanning_complete(ids)">完成扫描</view>
  153. <view class="btn2" @click="checkNumber()" v-if="queryObj.isDigitalHandover==1">数量核对</view>
  154. </view>
  155. <view class="foot_btn" v-if="
  156. (infoDATA.state != 'finish' &&
  157. type == 'specimenPlan' &&
  158. type1 == 'plan-spe-dsd-1') ||
  159. (type == 'specimen' && type1 == 'spe-dsd-1')
  160. ">
  161. <view class="btn1" @click="Scanning_complete1(ids)">完成工单</view>
  162. <view class="btn2" @click="showAlert()">继续配送</view>
  163. </view>
  164. <view class="foot_btn" v-if="
  165. infoDATA.status != 200 &&
  166. type != 'specimenPlan' &&
  167. type != 'specimen' &&
  168. type !== 'jPBag' &&
  169. type !== 'inspect' &&
  170. type !== 'drugsBag' &&
  171. type !== 'patientTransport'
  172. ">
  173. <view class="btn3" @click="showAlert()">知道了</view>
  174. </view>
  175. <view class="foot_btn" v-if="
  176. (infoDATA.status == 200 && type1 == 'spe-ddd-1') ||
  177. (infoDATA.status == 200 && type1 == 'plan-spe-ddd-1')
  178. ">
  179. <view class="btn3" @click="showAlert()">知道了</view>
  180. </view>
  181. <view class="foot_btn" v-if="
  182. (infoDATA.state == 'finish' &&
  183. infoDATA.status == 200 &&
  184. type == 'specimenPlan' &&
  185. type1 == 'plan-spe-dsd-1') ||
  186. (infoDATA.status == 200 && type == 'other')
  187. ">
  188. <view class="btn3" @click="showAlert()">知道了</view>
  189. </view>
  190. <view class="foot_btn" v-if="infoDATA.status != 200 && type1 == 'spe-dsd-4'">
  191. <view class="btn3" @click="showAlert()">知道了</view>
  192. </view>
  193. <!-- 弹窗 -->
  194. <showModel :title="models.title" :icon="models.icon" :disjunctor="models.disjunctor" :content="models.content"
  195. @ok="ok" @cancel="cancel" :operate="models.operate"></showModel>
  196. <!-- 弹窗 -->
  197. <showModel :title="models2.title" :icon="models2.icon" :disjunctor="models2.disjunctor" :content="models2.content"
  198. @ok="ok2" @know="know2" @cancel="cancel2" :operate="models2.operate">
  199. </showModel>
  200. <!-- 手动查询标本弹窗 -->
  201. <handViewSpecimen v-if="speModels.disjunctor" :title="speModels.title" :disjunctor="speModels.disjunctor"
  202. @ok="speOk" @cancel="speCancel">
  203. </handViewSpecimen>
  204. <!-- 手动查询药品弹窗 -->
  205. <handViewDrugsBag v-if="drugbagModels.disjunctor" :title="drugbagModels.title"
  206. :disjunctor="drugbagModels.disjunctor" @ok="drugbagOk" @cancel="drugbagCancel">
  207. </handViewDrugsBag>
  208. <!-- 修改标本数量弹窗 -->
  209. <changeSpeNum v-if="changeSpeModels.disjunctor" :operate="{ok:'确认数量',check:'详细核对',cancel:'取消'}"
  210. :title="changeSpeModels.title" :content="changeSpeModels.content" :disjunctor="changeSpeModels.disjunctor"
  211. @ok="changeSpeOk" @check="changeSpeCheck" @cancel="changeSpeCancel" :num="speNumChange" :modifyReason="modifyReason" :isFirstShowReason="false">
  212. </changeSpeNum>
  213. </view>
  214. </template>
  215. <script>
  216. import showModel from "../../components/showModel/showModel.vue";
  217. import {
  218. get,
  219. post,
  220. SM,
  221. webHandle
  222. } from "../../http/http.js";
  223. export default {
  224. data() {
  225. return {
  226. speNumChange: 0,
  227. modifyReason:'',
  228. changeSpeObj: {},
  229. // 修改标本数量弹窗model
  230. changeSpeModels: {
  231. disjunctor: false,
  232. },
  233. currentCode: '', //当前小扫描的科室二维码
  234. // 手动查询标本弹窗model
  235. speModels: {
  236. disjunctor: false,
  237. },
  238. // 手动查询药品弹窗model
  239. drugbagModels: {
  240. disjunctor: false,
  241. },
  242. // 交接人信息
  243. accountObj: undefined,
  244. //传给后端查询是否继续扫描
  245. deptId: undefined,
  246. SMFlag: true,
  247. // 弹窗model
  248. models: {
  249. disjunctor: false,
  250. },
  251. // 完成扫描弹窗model1
  252. models2: {
  253. disjunctor: false,
  254. },
  255. wcId: "", //工单完成ID
  256. wcFlag: false,
  257. modelFlag: "", //工单完成类型
  258. infoDATA: [],
  259. ids: [],
  260. type: "",
  261. type1: "",
  262. queryObj: {}, //路由传递过来的参数
  263. gotoFlag: true,
  264. speNum: 0,
  265. content: "",
  266. };
  267. },
  268. methods: {
  269. // 修改标本数量-核对
  270. changeSpeCheck() {
  271. console.log(this.infoDATA);
  272. this.changeSpeModels.disjunctor = false;
  273. uni.navigateTo({
  274. url: `/pages/specimenCheckingDetail/specimenCheckingDetail?infoDATA=${encodeURIComponent(JSON.stringify({startDept:this.queryObj.startDeptId,uuid:this.queryObj.gdId}))}&id=${this.queryObj.signDeptId}&t=big&gdState=${this.queryObj.gdState}`
  275. })
  276. },
  277. // 修改标本数量-确认
  278. changeSpeOk(data) {
  279. console.log(data);
  280. const pathUrl = uni.getStorageSync("path");
  281. const {
  282. speNum,
  283. reason,
  284. imageValue
  285. } = data;
  286. this.changeSpeModels.disjunctor = false;
  287. uni.showLoading({
  288. mask: true,
  289. title: "加载中",
  290. });
  291. let postData = {
  292. checkDept: this.queryObj.endDepts, //终点科室
  293. transDeptId: this.changeSpeObj.infoDATA.startDept,
  294. gdId: this.changeSpeObj.infoDATA.uuid,
  295. deptId: this.changeSpeObj.id == "undefined" ?
  296. this.changeSpeObj.infoDATA.startDept : this.changeSpeObj.id,
  297. specimensNum: speNum,
  298. modifyReason: reason,
  299. };
  300. post("/api/updateCheckDeptSpecimensNum", postData).then((res) => {
  301. if (res.status == 200) {
  302. console.log(imageValue);
  303. if (!imageValue.length) {
  304. uni.hideLoading();
  305. if (this.changeSpeObj.t == "big") {
  306. if (this.changeSpeObj.gdState == 4) {
  307. // 待到达
  308. uni.navigateTo({
  309. url: `../../pages/receiptpage/receiptpage`,
  310. });
  311. } else if (this.changeSpeObj.gdState == 5) {
  312. // 待送达
  313. if (res.type1 === "plan-spe-ddd-2") {} else {
  314. let content = `本工单已签到<strong class="red">${
  315. res.scanSet ? res.scanSet.join("、") : ""
  316. }</strong>,剩余需签到科室<strong class="red">${
  317. res.notScanSet ? res.notScanSet.join("、") : ""
  318. }</strong>,您确定完成工单吗?`;
  319. uni.navigateTo({
  320. url: `../scanning/scanning?type=${res.type}&type1=${
  321. res.type1
  322. }&id=${encodeURIComponent(
  323. JSON.stringify([res.gdid])
  324. )}&content=${content}`,
  325. });
  326. }
  327. }
  328. } else if (this.changeSpeObj.t == "small") {
  329. if (this.changeSpeObj.id == "undefined") {
  330. //快捷建单建单进入
  331. uni.navigateTo({
  332. url: `../../pages/receiptpage/receiptpage`,
  333. });
  334. } else {
  335. if (this.changeSpeObj.gdState == 4) {
  336. // 待到达
  337. uni.navigateTo({
  338. url: `../../pages/receiptpage/receiptpage`,
  339. });
  340. } else if (this.changeSpeObj.gdState == 5) {
  341. // 待送达
  342. if (res.type1 === "plan-spe-ddd-2") {} else {
  343. let content = `本工单已签到<strong class="red">${
  344. res.scanSet ? res.scanSet.join("、") : ""
  345. }</strong>,剩余需签到科室<strong class="red">${
  346. res.notScanSet ? res.notScanSet.join("、") : ""
  347. }</strong>,您确定完成工单吗?`;
  348. uni.navigateTo({
  349. url: `../scanning/scanning?type=${res.type}&type1=${
  350. res.type1
  351. }&id=${encodeURIComponent(
  352. JSON.stringify([res.gdid])
  353. )}&content=${content}`,
  354. });
  355. }
  356. }
  357. }
  358. } else {
  359. uni.navigateTo({
  360. url: `../../pages/specimenChecking/specimenChecking?infoDATA=${encodeURIComponent(
  361. JSON.stringify(this.changeSpeObj.infoDATA)
  362. )}`,
  363. });
  364. }
  365. return;
  366. }
  367. let n = 0;
  368. imageValue.forEach((v) => {
  369. // 图片上传 start
  370. console.log("压缩前");
  371. let canvasWidth = v.image.width; //图片原始长宽
  372. let canvasHeight = v.image.height;
  373. let img = new Image();
  374. img.src = v.path;
  375. let canvas = document.createElement("canvas");
  376. let ctx = canvas.getContext("2d");
  377. canvas.width = canvasWidth;
  378. canvas.height = canvasHeight;
  379. ctx.drawImage(img, 0, 0, canvasWidth, canvasHeight);
  380. canvas.toBlob(
  381. (fileSrc) => {
  382. let tp = window.URL.createObjectURL(fileSrc);
  383. console.log("压缩后");
  384. n++;
  385. uni.uploadFile({
  386. url: pathUrl +
  387. "/common/common/uploadAttachment/specimenPhotos/" +
  388. res.deptSpecimensNumId +
  389. "/666",
  390. filePath: tp,
  391. name: "file",
  392. formData: {
  393. filename: v.name,
  394. },
  395. success: (uploadFileRes) => {
  396. console.log(uploadFileRes);
  397. if (--n === 0) {
  398. uni.hideLoading();
  399. uni.showModal({
  400. title: "提示",
  401. content: "修改成功!",
  402. showCancel: false,
  403. success: (result) => {
  404. if (result.confirm) {
  405. console.log("用户点击确定", this.changeSpeObj.t);
  406. if (this.changeSpeObj.t == "big") {
  407. if (this.changeSpeObj.gdState == 4) {
  408. // 待到达
  409. uni.navigateTo({
  410. url: `../../pages/receiptpage/receiptpage`,
  411. });
  412. } else if (this.changeSpeObj.gdState == 5) {
  413. // 待送达
  414. if (res.type1 === "plan-spe-ddd-2") {} else {
  415. let content = `本工单已签到<strong class="red">${
  416. res.scanSet ? res.scanSet.join("、") : ""
  417. }</strong>,剩余需签到科室<strong class="red">${
  418. res.notScanSet ? res.notScanSet.join("、") : ""
  419. }</strong>,您确定完成工单吗?`;
  420. uni.navigateTo({
  421. url: `../scanning/scanning?type=${res.type}&type1=${
  422. res.type1
  423. }&id=${encodeURIComponent(
  424. JSON.stringify([res.gdid])
  425. )}&content=${content}`,
  426. });
  427. }
  428. }
  429. } else if (this.changeSpeObj.t == "small") {
  430. if (this.changeSpeObj.id == "undefined") {
  431. //快捷建单建单进入
  432. uni.navigateTo({
  433. url: `../../pages/receiptpage/receiptpage`,
  434. });
  435. } else {
  436. if (this.changeSpeObj.gdState == 4) {
  437. // 待到达
  438. uni.navigateTo({
  439. url: `../../pages/receiptpage/receiptpage`,
  440. });
  441. } else if (this.changeSpeObj.gdState == 5) {
  442. // 待送达
  443. if (res.type1 === "plan-spe-ddd-2") {} else {
  444. let content = `本工单已签到<strong class="red">${
  445. res.scanSet ? res.scanSet.join("、") : ""
  446. }</strong>,剩余需签到科室<strong class="red">${
  447. res.notScanSet ? res.notScanSet.join("、") : ""
  448. }</strong>,您确定完成工单吗?`;
  449. uni.navigateTo({
  450. url: `../scanning/scanning?type=${res.type}&type1=${
  451. res.type1
  452. }&id=${encodeURIComponent(
  453. JSON.stringify([res.gdid])
  454. )}&content=${content}`,
  455. });
  456. }
  457. }
  458. }
  459. } else {
  460. uni.navigateTo({
  461. url: `../../pages/specimenChecking/specimenChecking?infoDATA=${encodeURIComponent(
  462. JSON.stringify(this.changeSpeObj.infoDATA)
  463. )}`,
  464. });
  465. }
  466. } else if (result.cancel) {
  467. console.log("用户点击取消");
  468. }
  469. },
  470. });
  471. }
  472. },
  473. fail: (err) => {
  474. n--;
  475. console.error(err);
  476. uni.hideLoading();
  477. uni.showToast({
  478. icon: "none",
  479. title: "上传失败",
  480. duration: 2000,
  481. });
  482. },
  483. });
  484. },
  485. "image/jpeg",
  486. 0.3
  487. );
  488. // 图片上传 end
  489. });
  490. } else {
  491. uni.hideLoading();
  492. uni.showToast({
  493. icon: "none",
  494. title: res.msg || "接口获取数据失败!",
  495. });
  496. }
  497. });
  498. },
  499. // 修改标本数量-取消
  500. changeSpeCancel() {
  501. this.changeSpeModels.disjunctor = false;
  502. },
  503. // 修改标本数量弹窗
  504. showChangeSpe() {
  505. uni.showLoading({
  506. mask: true,
  507. title: "加载中",
  508. });
  509. let postData = {
  510. deptId: this.deptId,
  511. gdId: this.queryObj.gdId,
  512. };
  513. post(`/api/getStartDeptSpecimensNum`, postData).then((res) => {
  514. uni.hideLoading();
  515. if (res.status == 200) {
  516. this.speNumChange = res.data[0].deptSpecimensNum;
  517. this.modifyReason = res.data[0].modifyReason;
  518. this.changeSpeModels = {
  519. title: "修改标本数量",
  520. content: `您已到达<span class="red">${this.queryObj.dept}</span>本科室标本数量为<span class="red">${this.speNumChange}</span>,请确认标本数量`,
  521. disjunctor: true,
  522. };
  523. } else {
  524. this.speNumChange = "";
  525. this.modifyReason = "";
  526. uni.showToast({
  527. icon: "none",
  528. title: res.msg || "接口获取数据失败!",
  529. });
  530. }
  531. });
  532. },
  533. // 数量核对 queryObj
  534. checkNumber() {
  535. this.changeSpeObj = {
  536. infoDATA: {
  537. startDept: this.queryObj.startDeptId,
  538. uuid: this.queryObj.gdId
  539. },
  540. id: this.queryObj.signDeptId,
  541. t: 'big',
  542. gdState: this.queryObj.gdState,
  543. }
  544. this.showChangeSpe();
  545. },
  546. // 手动查询药品-确认
  547. drugbagOk(data) {
  548. console.log(data);
  549. if (!data.id) {
  550. //没有查询到药品
  551. uni.showModal({
  552. title: '提示',
  553. content: "没有查询到发药单号!",
  554. showCancel: false,
  555. success: function(res) {
  556. if (res.confirm) {
  557. console.log('用户点击确定');
  558. } else if (res.cancel) {
  559. console.log('用户点击取消');
  560. }
  561. }
  562. });
  563. return;
  564. }
  565. this.drugbagModels.disjunctor = false;
  566. this.hand_scanning_common(data.packid, 'hand');
  567. },
  568. // 手动查询药品-取消
  569. drugbagCancel() {
  570. this.drugbagModels.disjunctor = false;
  571. },
  572. // 手动查询药品弹窗
  573. showHandViewDrugsbag() {
  574. this.drugbagModels = {
  575. title: '填写发药单号',
  576. disjunctor: true,
  577. }
  578. },
  579. // 手动查询标本-确认
  580. speOk(data) {
  581. console.log(data);
  582. if (!data.id) {
  583. //没有查询到标本
  584. uni.showModal({
  585. title: '提示',
  586. content: "没有查询到标本!",
  587. showCancel: false,
  588. success: function(res) {
  589. if (res.confirm) {
  590. console.log('用户点击确定');
  591. } else if (res.cancel) {
  592. console.log('用户点击取消');
  593. }
  594. }
  595. });
  596. return;
  597. }
  598. this.speModels.disjunctor = false;
  599. this.hand_scanning_common(data.scode, 'hand');
  600. },
  601. // 手动查询标本-取消
  602. speCancel() {
  603. this.speModels.disjunctor = false;
  604. },
  605. // 手动查询标本弹窗
  606. showHandViewSpecimen() {
  607. this.speModels = {
  608. title: '填写标本编码',
  609. disjunctor: true,
  610. }
  611. },
  612. // 手动输入标本和扫码公共方法
  613. hand_scanning_common(ress1, type) {
  614. uni.showLoading({
  615. title: "加载中",
  616. mask: true,
  617. });
  618. // ----------------
  619. //检验二维码的有效性
  620. post("/dept/scanning", {
  621. content: ress1,
  622. }).then((result) => {
  623. this.SMFlag = true;
  624. if (result.state == 200 || result.state == 201) {
  625. this.currentCode = result.code;
  626. let ress = result.code;
  627. let speCode = ress;
  628. let data = {
  629. code: speCode,
  630. type: this.queryObj.type1,
  631. deptCode: this.code,
  632. ids: this.ids,
  633. };
  634. let postType = "";
  635. if (this.type == "jPBag" || this.type == "drugsBag") {
  636. postType = "handleDrugsAndJp";
  637. if(this.type == "drugsBag"){
  638. delete data.ids;
  639. }
  640. if (this.accountObj) {
  641. data.handover = this.accountObj.accountId;
  642. }
  643. data.deptId = this.deptId;
  644. }
  645. if (this.type == "specimen") {
  646. postType = "handleSpes";
  647. data["speCode"] = data.code;
  648. delete data.code;
  649. if (this.accountObj) {
  650. data.handover = this.accountObj.accountId;
  651. }
  652. }
  653. if (this.type == "specimenPlan") {
  654. postType = "handlePlanSpes";
  655. data["speCode"] = data.code;
  656. delete data.code;
  657. if (this.accountObj) {
  658. data.handover = this.accountObj.accountId;
  659. }
  660. }
  661. if (this.type == "inspect") {
  662. postType = "handleIns";
  663. }
  664. if (this.type == "patientTransport") {
  665. postType = "handleTrans";
  666. }
  667. post("/workerOrder/" + postType, data).then((ress) => {
  668. uni.hideLoading();
  669. if (ress.status == 200 || ress.status == 11111) {
  670. //标本和标本轮巡工单,扫描标本后会自动调用摄像头,继续扫描,直到status不是200
  671. if ((this.type == "specimenPlan" || this.type == "specimen") && ress.status != 11111) {
  672. if (type === 'scan') {
  673. setTimeout(() => {
  674. this.Scanning_again();
  675. }, 500)
  676. }
  677. }
  678. if(this.type === 'patientTransport' && this.queryObj.type1 == 'trans-dsd-1'){
  679. // 门诊服务点
  680. if(ress.orderList){
  681. uni.navigateTo({
  682. url: `/pages/outpatient/outpatientEndSignIn/outpatientEndSignIn?model=${encodeURIComponent(JSON.stringify(ress))}`,
  683. });
  684. }else{
  685. this.speNum = ress.specimenCount;
  686. uni.navigateTo({
  687. url: `../scanning_djInfo/scanning_djInfo?type=${
  688. this.queryObj.type
  689. }&type1=${
  690. this.queryObj.type1
  691. }&infoData=${encodeURIComponent(
  692. JSON.stringify(ress.data)
  693. )}&status=${ress.status}&msg=${ress.msg}&deptCode=${
  694. this.queryObj.code
  695. }&dept=${this.queryObj.dept}&ids=${encodeURIComponent(
  696. JSON.stringify(this.ids)
  697. )}&model=${encodeURIComponent(
  698. JSON.stringify(ress)
  699. )}&speNum=${this.speNum}&accountObj=${encodeURIComponent(
  700. JSON.stringify(this.accountObj)
  701. )}&deptId=${this.deptId}&scanOrHand=${type}`,
  702. });
  703. }
  704. }else{
  705. this.speNum = ress.specimenCount;
  706. uni.navigateTo({
  707. url: `../scanning_djInfo/scanning_djInfo?type=${
  708. this.queryObj.type
  709. }&type1=${
  710. this.queryObj.type1
  711. }&infoData=${encodeURIComponent(
  712. JSON.stringify(ress.data)
  713. )}&status=${ress.status}&msg=${ress.msg}&deptCode=${
  714. this.queryObj.code
  715. }&dept=${this.queryObj.dept}&ids=${encodeURIComponent(
  716. JSON.stringify(this.ids)
  717. )}&model=${encodeURIComponent(
  718. JSON.stringify(ress)
  719. )}&speNum=${this.speNum}&accountObj=${encodeURIComponent(
  720. JSON.stringify(this.accountObj)
  721. )}&deptId=${this.deptId}&scanOrHand=${type}`,
  722. });
  723. }
  724. } else {
  725. uni.navigateTo({
  726. url: `../scanning_djInfo/scanning_djInfo?type=${
  727. this.queryObj.type
  728. }&type1=${this.queryObj.type1}&status=${ress.status}&msg=${
  729. ress.msg
  730. }&deptCode=${this.queryObj.code}&dept=${
  731. this.queryObj.dept
  732. }&ids=${encodeURIComponent(
  733. JSON.stringify(this.ids)
  734. )}&infoData=${encodeURIComponent(
  735. JSON.stringify(ress.data)
  736. )}&model=${encodeURIComponent(
  737. JSON.stringify(ress)
  738. )}&accountObj=${encodeURIComponent(
  739. JSON.stringify(this.accountObj)
  740. )}&deptId=${this.deptId}&scanOrHand=${type}&qrcode=${this.currentCode}`,
  741. });
  742. }
  743. });
  744. } else {
  745. uni.hideLoading();
  746. uni.showToast({
  747. icon: "none",
  748. title: result.info || "接口获取数据失败!",
  749. });
  750. }
  751. });
  752. // ------------------------------
  753. },
  754. // 查看未扫描标本
  755. // isScan true已扫描标本,false未扫描标本
  756. getNoScanSpecimen(isScan) {
  757. if (!this.gotoFlag) {
  758. return;
  759. }
  760. this.gotoFlag = false;
  761. let ids = JSON.parse(this.queryObj.ids);
  762. if (isScan) {
  763. uni.navigateTo({
  764. url: `../noScanSpecimen/noScanSpecimen?deptName=${this.queryObj.dept}&workOrderId=${encodeURIComponent(
  765. JSON.stringify(ids)
  766. )}&deptCode=${this.queryObj.code}&isScan=1`,
  767. });
  768. } else {
  769. uni.navigateTo({
  770. url: `../noScanSpecimen/noScanSpecimen?deptName=${this.queryObj.dept}&workOrderId=${encodeURIComponent(
  771. JSON.stringify(ids)
  772. )}&deptCode=${this.queryObj.code}`,
  773. });
  774. }
  775. },
  776. // 正常完成扫描
  777. overFinish() {
  778. //完成扫描
  779. let postType = "";
  780. if (
  781. this.queryObj.type1 === "plan-spe-ddd-2" ||
  782. this.queryObj.type1 === "plan-spe-dsd-2" ||
  783. this.queryObj.type1 === "plan-spe-dsd-3"
  784. ) {
  785. postType = "finishPlanSpes";
  786. } else if (this.queryObj.type1 == "spe-ddd-2") {
  787. postType = "finishSpes";
  788. }
  789. let data = {
  790. type: this.queryObj.type1,
  791. ids: this.wcId,
  792. };
  793. uni.showLoading({
  794. title: "加载中",
  795. mask: true,
  796. });
  797. post("/workerOrder/" + postType, data).then((res) => {
  798. if (res.status == 200) {
  799. this.models2 = {
  800. disjunctor: true,
  801. title: "提示",
  802. content: `完成扫描成功`,
  803. icon: "success",
  804. operate: {
  805. know: "知道了",
  806. },
  807. };
  808. } else {
  809. uni.hideLoading();
  810. uni.showToast({
  811. icon: "none",
  812. title: res.msg || "接口获取数据失败!",
  813. });
  814. }
  815. });
  816. },
  817. // 确定
  818. ok() {
  819. this.models.disjunctor = false;
  820. if (this.modelFlag === "complete") {
  821. uni.showLoading({
  822. title: "加载中",
  823. mask: true,
  824. });
  825. let ids = JSON.parse(this.queryObj.ids);
  826. let postData = {
  827. ids,
  828. sign: true,
  829. deptQrCode: this.queryObj.code,
  830. };
  831. post("/workerOrder/expectedAndActual", postData).then((ress) => {
  832. uni.hideLoading();
  833. if (ress.status == 200) {
  834. if (this.wcFlag) {
  835. //正常完成扫描
  836. this.overFinish();
  837. } else {
  838. this.gotoOver();
  839. }
  840. } else if (ress.status == 1000035) {
  841. let content = "";
  842. if (
  843. this.queryObj.type1 === "spe-ddd-2" ||
  844. this.queryObj.type1 === "plan-spe-ddd-2"
  845. ) {
  846. //待到达
  847. content =
  848. `系统内预计标本<strong class="red">${ress.expectReceiveNum}</strong>只,您扫描收取标本<strong class="red">${ress.actualReceiveNum}</strong>只,其中<strong class="red">${ress.notReceiveNum}</strong>只未扫描;`;
  849. } else {
  850. //待送达
  851. this.content = `本工单已签到<strong class="red">${
  852. ress.scanSet ? ress.scanSet.join("、") : ""
  853. }</strong>,剩余需签到科室<strong class="red">${
  854. ress.notScanSet ? ress.notScanSet.join("、") : ""
  855. }</strong>,总签收<strong class="red">${
  856. ress.totalAcceptance
  857. }</strong>只,剩余<strong class="red">${
  858. ress.notAcceptance
  859. }</strong>只未签收,您确定完成工单吗?`;
  860. content =
  861. `您在<strong class="red">${ress.deptName}</strong>检验科扫描了<strong class="red">${ress.deptScanNum}</strong>个标本,还需扫描<strong class="red">${ress.deptNotScanNum}</strong>标本。`;
  862. }
  863. // 取消弹窗 2022年10月10日
  864. this.ok2();
  865. // this.models2 = {
  866. // disjunctor: true,
  867. // title: "提示",
  868. // content,
  869. // icon: "warn",
  870. // operate: {
  871. // ok: "确定",
  872. // cancel: "取消",
  873. // },
  874. // };
  875. } else {
  876. uni.showToast({
  877. icon: "none",
  878. title: ress.msg || "接口获取数据失败!",
  879. });
  880. }
  881. });
  882. } else if (this.modelFlag === "complete1") {
  883. //1对1标本完成工单
  884. let ids = this.wcId;
  885. uni.showLoading({
  886. title: "加载中",
  887. mask: true,
  888. });
  889. post("/workerOrder/finishSpeOrder", ids).then((res) => {
  890. if (res.status == 200) {
  891. uni.reLaunch({
  892. url: "../receiptpage/receiptpage",
  893. });
  894. } else {
  895. uni.hideLoading();
  896. uni.showToast({
  897. icon: "none",
  898. title: res.msg || "接口获取数据失败!",
  899. });
  900. }
  901. });
  902. }
  903. },
  904. // 取消
  905. cancel() {
  906. this.models.disjunctor = false;
  907. },
  908. // 确定
  909. ok2() {
  910. this.models2.disjunctor = false;
  911. let ids = JSON.parse(this.queryObj.ids);
  912. let postData = {
  913. ids,
  914. deptQrCode: this.queryObj.code,
  915. };
  916. uni.showLoading({
  917. title: "加载中",
  918. mask: true,
  919. });
  920. post("/workerOrder/expectedAndActual", postData).then((ress) => {
  921. uni.hideLoading();
  922. if (ress.status == 200) {
  923. if (this.wcFlag) {
  924. this.overFinish();
  925. } else {
  926. this.gotoOver();
  927. }
  928. } else {
  929. uni.showToast({
  930. icon: "none",
  931. title: ress.msg || "接口获取数据失败!",
  932. });
  933. }
  934. });
  935. },
  936. // 取消
  937. cancel2() {
  938. this.models2.disjunctor = false;
  939. },
  940. know2() {
  941. this.models2.disjunctor = false;
  942. uni.reLaunch({
  943. url: "../receiptpage/receiptpage",
  944. });
  945. },
  946. //完成扫描
  947. Scanning_complete(id) {
  948. // 如果是标本配送和标本轮巡,则进入标本核对页面
  949. if((this.type === 'specimen' || this.type === 'specimenPlan') && this.queryObj.type1.includes('ddd')){
  950. uni.navigateTo({
  951. 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}`,
  952. });
  953. return;
  954. }
  955. this.modelFlag = "complete";
  956. this.wcId = id;
  957. if (
  958. this.queryObj.type1 == "plan-spe-ddd-2" ||
  959. this.queryObj.type1 == "spe-ddd-2"
  960. ) {
  961. this.wcFlag = true;
  962. this.models = {
  963. disjunctor: true,
  964. title: "提示",
  965. content: "是否确定标本已扫描完成?",
  966. icon: "warn",
  967. operate: {
  968. ok: "确定",
  969. cancel: "取消",
  970. },
  971. };
  972. } else if (
  973. this.queryObj.type1 == "plan-spe-dsd-2" ||
  974. this.queryObj.type1 == "plan-spe-dsd-3" ||
  975. this.queryObj.type1 == "spe-dsd-2" ||
  976. this.queryObj.type1 == "spe-dsd-3"
  977. ) {
  978. this.wcFlag = false;
  979. this.models = {
  980. disjunctor: true,
  981. title: "提示",
  982. content: "是否确定标本已扫描完成?",
  983. icon: "warn",
  984. operate: {
  985. ok: "确定",
  986. cancel: "取消",
  987. },
  988. };
  989. } else {
  990. this.gotoOver();
  991. }
  992. },
  993. // 跳转完成工单页面
  994. gotoOver() {
  995. if(this.queryObj.type === 'specimenPlan'){
  996. uni.navigateTo({
  997. url: `../specimenCheckingEnd/specimenCheckingEnd?type=${this.queryObj.type}&type1=${
  998. this.queryObj.type1
  999. }&deptCode=${this.queryObj.code}&dept=${
  1000. this.queryObj.dept
  1001. }&id=${encodeURIComponent(JSON.stringify(this.wcId))}&content=${
  1002. this.content
  1003. }`,
  1004. });
  1005. }else{
  1006. uni.navigateTo({
  1007. url: `../scanning/scanning?type=${this.queryObj.type}&type1=${
  1008. this.queryObj.type1
  1009. }&deptCode=${this.queryObj.code}&dept=${
  1010. this.queryObj.dept
  1011. }&id=${encodeURIComponent(JSON.stringify(this.wcId))}&content=${
  1012. this.content
  1013. }`,
  1014. });
  1015. }
  1016. },
  1017. //一对一完成工单
  1018. Scanning_complete1(id) {
  1019. this.modelFlag = "complete1";
  1020. this.wcId = id;
  1021. this.models = {
  1022. disjunctor: true,
  1023. title: "提示",
  1024. content: "是否确定标本配送完成?",
  1025. icon: "warn",
  1026. operate: {
  1027. ok: "确定",
  1028. cancel: "取消",
  1029. },
  1030. };
  1031. },
  1032. //继续扫描
  1033. Scanning_again() {
  1034. if (!this.SMFlag) {
  1035. return;
  1036. }
  1037. this.SMFlag = false;
  1038. SM()
  1039. .then((ress1) => {
  1040. this.hand_scanning_common(ress1, 'scan');
  1041. })
  1042. .catch((err) => {
  1043. this.SMFlag = true;
  1044. });
  1045. },
  1046. // 知道了
  1047. showAlert() {
  1048. uni.navigateTo({
  1049. url: "../receiptpage/receiptpage",
  1050. });
  1051. },
  1052. },
  1053. onShow() {
  1054. this.SMFlag = true;
  1055. this.gotoFlag = true;
  1056. },
  1057. onLoad(options) {
  1058. console.log(options, "djEnd");
  1059. if (options.speNum) {
  1060. this.speNum = options.speNum;
  1061. }
  1062. if (options.accountObj && options.accountObj != "undefined") {
  1063. this.accountObj = JSON.parse(options.accountObj);
  1064. }
  1065. if (options.deptId && options.deptId != "undefined") {
  1066. this.deptId = options.deptId;
  1067. }
  1068. this.queryObj = options;
  1069. let list = JSON.parse(options.model); //签到返回的信息
  1070. this.code = options.code; //二维码code
  1071. this.ids = options.ids && JSON.parse(options.ids); //科室ID数组
  1072. this.infoDATA = list;
  1073. if (options.type) {
  1074. //关联类型
  1075. this.type = options.type;
  1076. } else {
  1077. this.type = list.type;
  1078. }
  1079. this.type1 = options.type1;
  1080. if(this.queryObj.isDigitalHandover==1){
  1081. this.checkNumber();//自动弹出数量核对
  1082. }
  1083. // #ifdef APP-PLUS
  1084. webHandle("no", "app");
  1085. // #endif
  1086. // #ifdef H5
  1087. webHandle("no", "wx");
  1088. // #endif
  1089. },
  1090. };
  1091. </script>
  1092. <style lang="less">
  1093. .Scanning_djEnd {
  1094. padding: 0px 20rpx;
  1095. .Scanning_top {
  1096. min-height: 270rpx;
  1097. .Scanning_top_icon {
  1098. width: 140rpx;
  1099. height: 140rpx;
  1100. margin: 0 auto;
  1101. // margin-top: 116rpx;
  1102. border-radius: 50%;
  1103. line-height: 140rpx;
  1104. .cubeic-ok {
  1105. font-size: 140rpx;
  1106. color: #35b34a;
  1107. }
  1108. .cubeic-close {
  1109. font-size: 140rpx;
  1110. color: #ff3b53;
  1111. }
  1112. }
  1113. .Scanning_top_text {
  1114. .text1 {
  1115. margin-top: 40rpx;
  1116. font-size: 48rpx;
  1117. text-align: center;
  1118. }
  1119. }
  1120. }
  1121. .Scanning_cont {
  1122. font-size: 32rpx;
  1123. text-align: center;
  1124. view {
  1125. margin-bottom: 16rpx;
  1126. }
  1127. .text {
  1128. margin-top: 24rpx;
  1129. color: #35b34a;
  1130. }
  1131. .text1 {
  1132. margin-top: 24rpx;
  1133. color: #ff3b53;
  1134. }
  1135. }
  1136. .foot_btn {
  1137. line-height: 88rpx;
  1138. height: 100rpx;
  1139. margin-top: 40rpx;
  1140. text-align: center;
  1141. display: flex;
  1142. view {
  1143. height: 88rpx;
  1144. flex: 1;
  1145. margin: 0 1%;
  1146. background-image: linear-gradient(to right, #72c172, #3bb197);
  1147. color: #fff;
  1148. border-radius: 8rpx;
  1149. font-size: 32rpx;
  1150. margin-top: 16rpx;
  1151. }
  1152. }
  1153. .foot_btn_spe {
  1154. line-height: 88rpx;
  1155. height: 100rpx;
  1156. margin-top: 40rpx;
  1157. text-align: center;
  1158. display: flex;
  1159. justify-content: space-between;
  1160. flex-wrap: wrap;
  1161. &::after {
  1162. content: '';
  1163. flex: 1;
  1164. }
  1165. view {
  1166. height: 88rpx;
  1167. width: 48%;
  1168. margin: 0 1%;
  1169. background-image: linear-gradient(to right, #72c172, #3bb197);
  1170. color: #fff;
  1171. border-radius: 8rpx;
  1172. font-size: 32rpx;
  1173. margin-top: 16rpx;
  1174. }
  1175. }
  1176. }
  1177. </style>