scanning_djEnd.vue 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158
  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?deptName=${this.queryObj.dept}&workOrderId=${encodeURIComponent(
  743. JSON.stringify(ids)
  744. )}&deptCode=${this.queryObj.code}&isScan=1`,
  745. });
  746. } else {
  747. uni.navigateTo({
  748. url: `../noScanSpecimen/noScanSpecimen?deptName=${this.queryObj.dept}&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. // 如果是标本配送和标本轮巡,则进入标本核对页面
  925. if((this.type === 'specimen' || this.type === 'specimenPlan') && this.queryObj.type1.includes('ddd')){
  926. uni.navigateTo({
  927. 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}`,
  928. });
  929. return;
  930. }
  931. this.modelFlag = "complete";
  932. this.wcId = id;
  933. if (
  934. this.queryObj.type1 == "plan-spe-ddd-2" ||
  935. this.queryObj.type1 == "spe-ddd-2"
  936. ) {
  937. this.wcFlag = true;
  938. this.models = {
  939. disjunctor: true,
  940. title: "提示",
  941. content: "是否确定标本已扫描完成?",
  942. icon: "warn",
  943. operate: {
  944. ok: "确定",
  945. cancel: "取消",
  946. },
  947. };
  948. } else if (
  949. this.queryObj.type1 == "plan-spe-dsd-2" ||
  950. this.queryObj.type1 == "plan-spe-dsd-3" ||
  951. this.queryObj.type1 == "spe-dsd-2" ||
  952. this.queryObj.type1 == "spe-dsd-3"
  953. ) {
  954. this.wcFlag = false;
  955. this.models = {
  956. disjunctor: true,
  957. title: "提示",
  958. content: "是否确定标本已扫描完成?",
  959. icon: "warn",
  960. operate: {
  961. ok: "确定",
  962. cancel: "取消",
  963. },
  964. };
  965. } else {
  966. this.gotoOver();
  967. }
  968. },
  969. // 跳转完成工单页面
  970. gotoOver() {
  971. uni.navigateTo({
  972. url: `../scanning/scanning?type=${this.queryObj.type}&type1=${
  973. this.queryObj.type1
  974. }&deptCode=${this.queryObj.code}&dept=${
  975. this.queryObj.dept
  976. }&id=${encodeURIComponent(JSON.stringify(this.wcId))}&content=${
  977. this.content
  978. }`,
  979. });
  980. },
  981. //一对一完成工单
  982. Scanning_complete1(id) {
  983. this.modelFlag = "complete1";
  984. this.wcId = id;
  985. this.models = {
  986. disjunctor: true,
  987. title: "提示",
  988. content: "是否确定标本配送完成?",
  989. icon: "warn",
  990. operate: {
  991. ok: "确定",
  992. cancel: "取消",
  993. },
  994. };
  995. },
  996. //继续扫描
  997. Scanning_again() {
  998. if (!this.SMFlag) {
  999. return;
  1000. }
  1001. this.SMFlag = false;
  1002. SM()
  1003. .then((ress1) => {
  1004. this.hand_scanning_common(ress1, 'scan');
  1005. })
  1006. .catch((err) => {
  1007. this.SMFlag = true;
  1008. });
  1009. },
  1010. // 知道了
  1011. showAlert() {
  1012. uni.navigateTo({
  1013. url: "../receiptpage/receiptpage",
  1014. });
  1015. },
  1016. },
  1017. onShow() {
  1018. this.SMFlag = true;
  1019. this.gotoFlag = true;
  1020. },
  1021. onLoad(options) {
  1022. console.log(options, "djEnd");
  1023. if (options.speNum) {
  1024. this.speNum = options.speNum;
  1025. }
  1026. if (options.accountObj && options.accountObj != "undefined") {
  1027. this.accountObj = JSON.parse(options.accountObj);
  1028. }
  1029. if (options.deptId && options.deptId != "undefined") {
  1030. this.deptId = options.deptId;
  1031. }
  1032. this.queryObj = options;
  1033. let list = JSON.parse(options.model); //签到返回的信息
  1034. this.code = options.code; //二维码code
  1035. this.ids = options.ids && JSON.parse(options.ids); //科室ID数组
  1036. this.infoDATA = list;
  1037. if (options.type) {
  1038. //关联类型
  1039. this.type = options.type;
  1040. } else {
  1041. this.type = list.type;
  1042. }
  1043. this.type1 = options.type1;
  1044. if(this.queryObj.isDigitalHandover==1){
  1045. this.checkNumber();//自动弹出数量核对
  1046. }
  1047. // #ifdef APP-PLUS
  1048. webHandle("no", "app");
  1049. // #endif
  1050. // #ifdef H5
  1051. webHandle("no", "wx");
  1052. // #endif
  1053. },
  1054. };
  1055. </script>
  1056. <style lang="less">
  1057. .Scanning_djEnd {
  1058. padding: 0px 20rpx;
  1059. .Scanning_top {
  1060. min-height: 270rpx;
  1061. .Scanning_top_icon {
  1062. width: 140rpx;
  1063. height: 140rpx;
  1064. margin: 0 auto;
  1065. // margin-top: 116rpx;
  1066. border-radius: 50%;
  1067. line-height: 140rpx;
  1068. .cubeic-ok {
  1069. font-size: 140rpx;
  1070. color: #35b34a;
  1071. }
  1072. .cubeic-close {
  1073. font-size: 140rpx;
  1074. color: #ff3b53;
  1075. }
  1076. }
  1077. .Scanning_top_text {
  1078. .text1 {
  1079. margin-top: 40rpx;
  1080. font-size: 48rpx;
  1081. text-align: center;
  1082. }
  1083. }
  1084. }
  1085. .Scanning_cont {
  1086. font-size: 32rpx;
  1087. text-align: center;
  1088. view {
  1089. margin-bottom: 16rpx;
  1090. }
  1091. .text {
  1092. margin-top: 24rpx;
  1093. color: #35b34a;
  1094. }
  1095. .text1 {
  1096. margin-top: 24rpx;
  1097. color: #ff3b53;
  1098. }
  1099. }
  1100. .foot_btn {
  1101. line-height: 88rpx;
  1102. height: 100rpx;
  1103. margin-top: 40rpx;
  1104. text-align: center;
  1105. display: flex;
  1106. view {
  1107. height: 88rpx;
  1108. flex: 1;
  1109. margin: 0 1%;
  1110. background-image: linear-gradient(to right, #72c172, #3bb197);
  1111. color: #fff;
  1112. border-radius: 8rpx;
  1113. font-size: 32rpx;
  1114. margin-top: 16rpx;
  1115. }
  1116. }
  1117. .foot_btn_spe {
  1118. line-height: 88rpx;
  1119. height: 100rpx;
  1120. margin-top: 40rpx;
  1121. text-align: center;
  1122. display: flex;
  1123. justify-content: space-between;
  1124. flex-wrap: wrap;
  1125. &::after {
  1126. content: '';
  1127. flex: 1;
  1128. }
  1129. view {
  1130. height: 88rpx;
  1131. width: 48%;
  1132. margin: 0 1%;
  1133. background-image: linear-gradient(to right, #72c172, #3bb197);
  1134. color: #fff;
  1135. border-radius: 8rpx;
  1136. font-size: 32rpx;
  1137. margin-top: 16rpx;
  1138. }
  1139. }
  1140. }
  1141. </style>