scanning_djEnd.vue 43 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193
  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. delete data.ids;
  638. if (this.accountObj) {
  639. data.handover = this.accountObj.accountId;
  640. }
  641. data.deptId = this.deptId;
  642. }
  643. if (this.type == "specimen") {
  644. postType = "handleSpes";
  645. data["speCode"] = data.code;
  646. delete data.code;
  647. if (this.accountObj) {
  648. data.handover = this.accountObj.accountId;
  649. }
  650. }
  651. if (this.type == "specimenPlan") {
  652. postType = "handlePlanSpes";
  653. data["speCode"] = data.code;
  654. delete data.code;
  655. if (this.accountObj) {
  656. data.handover = this.accountObj.accountId;
  657. }
  658. }
  659. if (this.type == "inspect") {
  660. postType = "handleIns";
  661. }
  662. if (this.type == "patientTransport") {
  663. postType = "handleTrans";
  664. }
  665. post("/workerOrder/" + postType, data).then((ress) => {
  666. uni.hideLoading();
  667. if (ress.status == 200 || ress.status == 11111) {
  668. //标本和标本轮巡工单,扫描标本后会自动调用摄像头,继续扫描,直到status不是200
  669. if ((this.type == "specimenPlan" || this.type == "specimen") && ress.status != 11111) {
  670. if (type === 'scan') {
  671. setTimeout(() => {
  672. this.Scanning_again();
  673. }, 500)
  674. }
  675. }
  676. if(this.type === 'patientTransport' && this.queryObj.type1 == 'trans-dsd-1'){
  677. // 门诊服务点
  678. if(ress.orderList){
  679. uni.navigateTo({
  680. url: `/pages/outpatient/outpatientEndSignIn/outpatientEndSignIn?model=${encodeURIComponent(JSON.stringify(ress))}`,
  681. });
  682. }else{
  683. this.speNum = ress.specimenCount;
  684. uni.navigateTo({
  685. url: `../scanning_djInfo/scanning_djInfo?type=${
  686. this.queryObj.type
  687. }&type1=${
  688. this.queryObj.type1
  689. }&infoData=${encodeURIComponent(
  690. JSON.stringify(ress.data)
  691. )}&status=${ress.status}&msg=${ress.msg}&deptCode=${
  692. this.queryObj.code
  693. }&dept=${this.queryObj.dept}&ids=${encodeURIComponent(
  694. JSON.stringify(this.ids)
  695. )}&model=${encodeURIComponent(
  696. JSON.stringify(ress)
  697. )}&speNum=${this.speNum}&accountObj=${encodeURIComponent(
  698. JSON.stringify(this.accountObj)
  699. )}&deptId=${this.deptId}&scanOrHand=${type}`,
  700. });
  701. }
  702. }else{
  703. this.speNum = ress.specimenCount;
  704. uni.navigateTo({
  705. url: `../scanning_djInfo/scanning_djInfo?type=${
  706. this.queryObj.type
  707. }&type1=${
  708. this.queryObj.type1
  709. }&infoData=${encodeURIComponent(
  710. JSON.stringify(ress.data)
  711. )}&status=${ress.status}&msg=${ress.msg}&deptCode=${
  712. this.queryObj.code
  713. }&dept=${this.queryObj.dept}&ids=${encodeURIComponent(
  714. JSON.stringify(this.ids)
  715. )}&model=${encodeURIComponent(
  716. JSON.stringify(ress)
  717. )}&speNum=${this.speNum}&accountObj=${encodeURIComponent(
  718. JSON.stringify(this.accountObj)
  719. )}&deptId=${this.deptId}&scanOrHand=${type}`,
  720. });
  721. }
  722. } else {
  723. uni.navigateTo({
  724. url: `../scanning_djInfo/scanning_djInfo?type=${
  725. this.queryObj.type
  726. }&type1=${this.queryObj.type1}&status=${ress.status}&msg=${
  727. ress.msg
  728. }&deptCode=${this.queryObj.code}&dept=${
  729. this.queryObj.dept
  730. }&ids=${encodeURIComponent(
  731. JSON.stringify(this.ids)
  732. )}&infoData=${encodeURIComponent(
  733. JSON.stringify(ress.data)
  734. )}&model=${encodeURIComponent(
  735. JSON.stringify(ress)
  736. )}&accountObj=${encodeURIComponent(
  737. JSON.stringify(this.accountObj)
  738. )}&deptId=${this.deptId}&scanOrHand=${type}&qrcode=${this.currentCode}`,
  739. });
  740. }
  741. });
  742. } else {
  743. uni.hideLoading();
  744. uni.showToast({
  745. icon: "none",
  746. title: result.info || "接口获取数据失败!",
  747. });
  748. }
  749. });
  750. // ------------------------------
  751. },
  752. // 查看未扫描标本
  753. // isScan true已扫描标本,false未扫描标本
  754. getNoScanSpecimen(isScan) {
  755. if (!this.gotoFlag) {
  756. return;
  757. }
  758. this.gotoFlag = false;
  759. let ids = JSON.parse(this.queryObj.ids);
  760. if (isScan) {
  761. uni.navigateTo({
  762. url: `../noScanSpecimen/noScanSpecimen?deptName=${this.queryObj.dept}&workOrderId=${encodeURIComponent(
  763. JSON.stringify(ids)
  764. )}&deptCode=${this.queryObj.code}&isScan=1`,
  765. });
  766. } else {
  767. uni.navigateTo({
  768. url: `../noScanSpecimen/noScanSpecimen?deptName=${this.queryObj.dept}&workOrderId=${encodeURIComponent(
  769. JSON.stringify(ids)
  770. )}&deptCode=${this.queryObj.code}`,
  771. });
  772. }
  773. },
  774. // 正常完成扫描
  775. overFinish() {
  776. //完成扫描
  777. let postType = "";
  778. if (
  779. this.queryObj.type1 === "plan-spe-ddd-2" ||
  780. this.queryObj.type1 === "plan-spe-dsd-2" ||
  781. this.queryObj.type1 === "plan-spe-dsd-3"
  782. ) {
  783. postType = "finishPlanSpes";
  784. } else if (this.queryObj.type1 == "spe-ddd-2") {
  785. postType = "finishSpes";
  786. }
  787. let data = {
  788. type: this.queryObj.type1,
  789. ids: this.wcId,
  790. };
  791. uni.showLoading({
  792. title: "加载中",
  793. mask: true,
  794. });
  795. post("/workerOrder/" + postType, data).then((res) => {
  796. if (res.status == 200) {
  797. this.models2 = {
  798. disjunctor: true,
  799. title: "提示",
  800. content: `完成扫描成功`,
  801. icon: "success",
  802. operate: {
  803. know: "知道了",
  804. },
  805. };
  806. } else {
  807. uni.hideLoading();
  808. uni.showToast({
  809. icon: "none",
  810. title: res.msg || "接口获取数据失败!",
  811. });
  812. }
  813. });
  814. },
  815. // 确定
  816. ok() {
  817. this.models.disjunctor = false;
  818. if (this.modelFlag === "complete") {
  819. uni.showLoading({
  820. title: "加载中",
  821. mask: true,
  822. });
  823. let ids = JSON.parse(this.queryObj.ids);
  824. let postData = {
  825. ids,
  826. sign: true,
  827. deptQrCode: this.queryObj.code,
  828. };
  829. post("/workerOrder/expectedAndActual", postData).then((ress) => {
  830. uni.hideLoading();
  831. if (ress.status == 200) {
  832. if (this.wcFlag) {
  833. //正常完成扫描
  834. this.overFinish();
  835. } else {
  836. this.gotoOver();
  837. }
  838. } else if (ress.status == 1000035) {
  839. let content = "";
  840. if (
  841. this.queryObj.type1 === "spe-ddd-2" ||
  842. this.queryObj.type1 === "plan-spe-ddd-2"
  843. ) {
  844. //待到达
  845. content =
  846. `系统内预计标本<strong class="red">${ress.expectReceiveNum}</strong>只,您扫描收取标本<strong class="red">${ress.actualReceiveNum}</strong>只,其中<strong class="red">${ress.notReceiveNum}</strong>只未扫描;`;
  847. } else {
  848. //待送达
  849. this.content = `本工单已签到<strong class="red">${
  850. ress.scanSet ? ress.scanSet.join("、") : ""
  851. }</strong>,剩余需签到科室<strong class="red">${
  852. ress.notScanSet ? ress.notScanSet.join("、") : ""
  853. }</strong>,总签收<strong class="red">${
  854. ress.totalAcceptance
  855. }</strong>只,剩余<strong class="red">${
  856. ress.notAcceptance
  857. }</strong>只未签收,您确定完成工单吗?`;
  858. content =
  859. `您在<strong class="red">${ress.deptName}</strong>检验科扫描了<strong class="red">${ress.deptScanNum}</strong>个标本,还需扫描<strong class="red">${ress.deptNotScanNum}</strong>标本。`;
  860. }
  861. // 取消弹窗 2022年10月10日
  862. this.ok2();
  863. // this.models2 = {
  864. // disjunctor: true,
  865. // title: "提示",
  866. // content,
  867. // icon: "warn",
  868. // operate: {
  869. // ok: "确定",
  870. // cancel: "取消",
  871. // },
  872. // };
  873. } else {
  874. uni.showToast({
  875. icon: "none",
  876. title: ress.msg || "接口获取数据失败!",
  877. });
  878. }
  879. });
  880. } else if (this.modelFlag === "complete1") {
  881. //1对1标本完成工单
  882. let ids = this.wcId;
  883. uni.showLoading({
  884. title: "加载中",
  885. mask: true,
  886. });
  887. post("/workerOrder/finishSpeOrder", ids).then((res) => {
  888. if (res.status == 200) {
  889. uni.reLaunch({
  890. url: "../receiptpage/receiptpage",
  891. });
  892. } else {
  893. uni.hideLoading();
  894. uni.showToast({
  895. icon: "none",
  896. title: res.msg || "接口获取数据失败!",
  897. });
  898. }
  899. });
  900. }
  901. },
  902. // 取消
  903. cancel() {
  904. this.models.disjunctor = false;
  905. },
  906. // 确定
  907. ok2() {
  908. this.models2.disjunctor = false;
  909. let ids = JSON.parse(this.queryObj.ids);
  910. let postData = {
  911. ids,
  912. deptQrCode: this.queryObj.code,
  913. };
  914. uni.showLoading({
  915. title: "加载中",
  916. mask: true,
  917. });
  918. post("/workerOrder/expectedAndActual", postData).then((ress) => {
  919. uni.hideLoading();
  920. if (ress.status == 200) {
  921. if (this.wcFlag) {
  922. this.overFinish();
  923. } else {
  924. this.gotoOver();
  925. }
  926. } else {
  927. uni.showToast({
  928. icon: "none",
  929. title: ress.msg || "接口获取数据失败!",
  930. });
  931. }
  932. });
  933. },
  934. // 取消
  935. cancel2() {
  936. this.models2.disjunctor = false;
  937. },
  938. know2() {
  939. this.models2.disjunctor = false;
  940. uni.reLaunch({
  941. url: "../receiptpage/receiptpage",
  942. });
  943. },
  944. //完成扫描
  945. Scanning_complete(id) {
  946. // 如果是标本配送和标本轮巡,则进入标本核对页面
  947. if((this.type === 'specimen' || this.type === 'specimenPlan') && this.queryObj.type1.includes('ddd')){
  948. uni.navigateTo({
  949. 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}`,
  950. });
  951. return;
  952. }
  953. this.modelFlag = "complete";
  954. this.wcId = id;
  955. if (
  956. this.queryObj.type1 == "plan-spe-ddd-2" ||
  957. this.queryObj.type1 == "spe-ddd-2"
  958. ) {
  959. this.wcFlag = true;
  960. this.models = {
  961. disjunctor: true,
  962. title: "提示",
  963. content: "是否确定标本已扫描完成?",
  964. icon: "warn",
  965. operate: {
  966. ok: "确定",
  967. cancel: "取消",
  968. },
  969. };
  970. } else if (
  971. this.queryObj.type1 == "plan-spe-dsd-2" ||
  972. this.queryObj.type1 == "plan-spe-dsd-3" ||
  973. this.queryObj.type1 == "spe-dsd-2" ||
  974. this.queryObj.type1 == "spe-dsd-3"
  975. ) {
  976. this.wcFlag = false;
  977. this.models = {
  978. disjunctor: true,
  979. title: "提示",
  980. content: "是否确定标本已扫描完成?",
  981. icon: "warn",
  982. operate: {
  983. ok: "确定",
  984. cancel: "取消",
  985. },
  986. };
  987. } else {
  988. this.gotoOver();
  989. }
  990. },
  991. // 跳转完成工单页面
  992. gotoOver() {
  993. if(this.queryObj.type === 'specimenPlan'){
  994. uni.navigateTo({
  995. url: `../specimenCheckingEnd/specimenCheckingEnd?type=${this.queryObj.type}&type1=${
  996. this.queryObj.type1
  997. }&deptCode=${this.queryObj.code}&dept=${
  998. this.queryObj.dept
  999. }&id=${encodeURIComponent(JSON.stringify(this.wcId))}&content=${
  1000. this.content
  1001. }`,
  1002. });
  1003. }else{
  1004. uni.navigateTo({
  1005. url: `../scanning/scanning?type=${this.queryObj.type}&type1=${
  1006. this.queryObj.type1
  1007. }&deptCode=${this.queryObj.code}&dept=${
  1008. this.queryObj.dept
  1009. }&id=${encodeURIComponent(JSON.stringify(this.wcId))}&content=${
  1010. this.content
  1011. }`,
  1012. });
  1013. }
  1014. },
  1015. //一对一完成工单
  1016. Scanning_complete1(id) {
  1017. this.modelFlag = "complete1";
  1018. this.wcId = id;
  1019. this.models = {
  1020. disjunctor: true,
  1021. title: "提示",
  1022. content: "是否确定标本配送完成?",
  1023. icon: "warn",
  1024. operate: {
  1025. ok: "确定",
  1026. cancel: "取消",
  1027. },
  1028. };
  1029. },
  1030. //继续扫描
  1031. Scanning_again() {
  1032. if (!this.SMFlag) {
  1033. return;
  1034. }
  1035. this.SMFlag = false;
  1036. SM()
  1037. .then((ress1) => {
  1038. this.hand_scanning_common(ress1, 'scan');
  1039. })
  1040. .catch((err) => {
  1041. this.SMFlag = true;
  1042. });
  1043. },
  1044. // 知道了
  1045. showAlert() {
  1046. uni.navigateTo({
  1047. url: "../receiptpage/receiptpage",
  1048. });
  1049. },
  1050. },
  1051. onShow() {
  1052. this.SMFlag = true;
  1053. this.gotoFlag = true;
  1054. },
  1055. onLoad(options) {
  1056. console.log(options, "djEnd");
  1057. if (options.speNum) {
  1058. this.speNum = options.speNum;
  1059. }
  1060. if (options.accountObj && options.accountObj != "undefined") {
  1061. this.accountObj = JSON.parse(options.accountObj);
  1062. }
  1063. if (options.deptId && options.deptId != "undefined") {
  1064. this.deptId = options.deptId;
  1065. }
  1066. this.queryObj = options;
  1067. let list = JSON.parse(options.model); //签到返回的信息
  1068. this.code = options.code; //二维码code
  1069. this.ids = options.ids && JSON.parse(options.ids); //科室ID数组
  1070. this.infoDATA = list;
  1071. if (options.type) {
  1072. //关联类型
  1073. this.type = options.type;
  1074. } else {
  1075. this.type = list.type;
  1076. }
  1077. this.type1 = options.type1;
  1078. if(this.queryObj.isDigitalHandover==1){
  1079. this.checkNumber();//自动弹出数量核对
  1080. }
  1081. // #ifdef APP-PLUS
  1082. webHandle("no", "app");
  1083. // #endif
  1084. // #ifdef H5
  1085. webHandle("no", "wx");
  1086. // #endif
  1087. },
  1088. };
  1089. </script>
  1090. <style lang="less">
  1091. .Scanning_djEnd {
  1092. padding: 0px 20rpx;
  1093. .Scanning_top {
  1094. min-height: 270rpx;
  1095. .Scanning_top_icon {
  1096. width: 140rpx;
  1097. height: 140rpx;
  1098. margin: 0 auto;
  1099. // margin-top: 116rpx;
  1100. border-radius: 50%;
  1101. line-height: 140rpx;
  1102. .cubeic-ok {
  1103. font-size: 140rpx;
  1104. color: #35b34a;
  1105. }
  1106. .cubeic-close {
  1107. font-size: 140rpx;
  1108. color: #ff3b53;
  1109. }
  1110. }
  1111. .Scanning_top_text {
  1112. .text1 {
  1113. margin-top: 40rpx;
  1114. font-size: 48rpx;
  1115. text-align: center;
  1116. }
  1117. }
  1118. }
  1119. .Scanning_cont {
  1120. font-size: 32rpx;
  1121. text-align: center;
  1122. view {
  1123. margin-bottom: 16rpx;
  1124. }
  1125. .text {
  1126. margin-top: 24rpx;
  1127. color: #35b34a;
  1128. }
  1129. .text1 {
  1130. margin-top: 24rpx;
  1131. color: #ff3b53;
  1132. }
  1133. }
  1134. .foot_btn {
  1135. line-height: 88rpx;
  1136. height: 100rpx;
  1137. margin-top: 40rpx;
  1138. text-align: center;
  1139. display: flex;
  1140. view {
  1141. height: 88rpx;
  1142. flex: 1;
  1143. margin: 0 1%;
  1144. background-image: linear-gradient(to right, #72c172, #3bb197);
  1145. color: #fff;
  1146. border-radius: 8rpx;
  1147. font-size: 32rpx;
  1148. margin-top: 16rpx;
  1149. }
  1150. }
  1151. .foot_btn_spe {
  1152. line-height: 88rpx;
  1153. height: 100rpx;
  1154. margin-top: 40rpx;
  1155. text-align: center;
  1156. display: flex;
  1157. justify-content: space-between;
  1158. flex-wrap: wrap;
  1159. &::after {
  1160. content: '';
  1161. flex: 1;
  1162. }
  1163. view {
  1164. height: 88rpx;
  1165. width: 48%;
  1166. margin: 0 1%;
  1167. background-image: linear-gradient(to right, #72c172, #3bb197);
  1168. color: #fff;
  1169. border-radius: 8rpx;
  1170. font-size: 32rpx;
  1171. margin-top: 16rpx;
  1172. }
  1173. }
  1174. }
  1175. </style>