scanning_djEnd.vue 41 KB

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