scanning_djEnd.vue 41 KB

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