scanning_djInfo.vue 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896
  1. <template>
  2. <view class="Scanning_djInfo">
  3. <view class="Scanning_top" v-if="res.status == 200">
  4. <view class="Scanning_top_icon">
  5. <view v-if="type == 'specimenPlan' || type == 'specimen'">
  6. <view class="fweight speNum" style="color: red;"> {{ speNum }} </view>
  7. </view>
  8. <text v-else class="cubeic-ok icon_transport transport-duigou"></text>
  9. </view>
  10. <view class="Scanning_top_text">
  11. <view class="text1">操作成功</view>
  12. </view>
  13. </view>
  14. <view class="Scanning_top" v-if="res.status == 11111">
  15. <view class="Scanning_top_icon">
  16. <text class="cubeic-close icon_transport transport-shibai"></text>
  17. </view>
  18. <view class="Scanning_top_text">
  19. <view class="text1" style="color: red;">操作失败</view>
  20. </view>
  21. </view>
  22. <view class="Scanning_top" v-if="
  23. res.status == 10005 ||
  24. res.status == 100018 ||
  25. res.status == 500 ||
  26. res.status == 10004 ||
  27. res.status == 100021 ||
  28. res.status == 100020 ||
  29. res.status == 100019 ||
  30. res.status == 100031
  31. ">
  32. <view class="Scanning_top_icon">
  33. <text class="cubeic-close icon_transport transport-shibai"></text>
  34. </view>
  35. <view class="Scanning_top_text">
  36. <view class="text1">操作失败</view>
  37. <view class="text1 f30" v-if="queryObj.qrcode !== undefined">扫描内容:{{queryObj.qrcode}}</view>
  38. </view>
  39. </view>
  40. <view class="Scanning_cont" v-if="(res.status != 200 || res.msg != '成功!') && res.status != 11111">
  41. <view>{{ res.msg }}</view>
  42. </view>
  43. <view class="Scanning_cont" v-if="
  44. (res.status == 200 && type == 'specimenPlan') ||
  45. (res.status == 200 && type == 'specimen')
  46. ">
  47. <view>{{ infoDATA.data.stype.name }}({{infoDATA.data.scode}})</view>
  48. <view>检验项目 : {{ infoDATA.data.specimenDesc || "-" }}</view>
  49. <view>
  50. {{ infoDATA.data.sickRoom ? infoDATA.data.sickRoom.dept : "" }}
  51. <text style="width: 4em;text-align: center;margin-left: 1em;margin-right: 1em;" class="icon_transport transport-arrow-right-full"></text>
  52. {{ infoDATA.data.checkDept ? infoDATA.data.checkDept.dept : "" }}
  53. </view>
  54. <view>患者姓名 : {{ infoDATA.data.patientName}}({{infoDATA.data.bedNum}})</view>
  55. <view>住院号 : {{ infoDATA.data.residenceNo || '-' }}</view>
  56. </view>
  57. <view class="Scanning_cont" v-if="
  58. (res.status == 11111 && type == 'specimenPlan') ||
  59. (res.status == 11111 && type == 'specimen')
  60. ">
  61. <view>{{ infoDATA.data.stype.name }}({{infoDATA.data.scode}})</view>
  62. <view>检验项目 : {{ infoDATA.data.specimenDesc || "-" }}</view>
  63. <view>标本状态 : <text style="color: red">{{ infoDATA.data.speState ? infoDATA.data.speState.name : '' }}</text></view>
  64. <view>
  65. {{ infoDATA.data.sickRoom ? infoDATA.data.sickRoom.dept : "" }}
  66. <text style="width: 4em;text-align: center;margin-left: 1em;margin-right: 1em;" class="icon_transport transport-arrow-right-full"></text>
  67. {{ infoDATA.data.checkDept ? infoDATA.data.checkDept.dept : "" }}
  68. </view>
  69. <view>患者姓名 : {{ infoDATA.data.patientName}}({{infoDATA.data.bedNum}})</view>
  70. <view>住院号 : {{ infoDATA.data.residenceNo || '-' }}</view>
  71. </view>
  72. <view class="Scanning_cont" v-if="
  73. (res.status == 200 && type == 'inspect') || type == 'patientTransport'
  74. ">
  75. <view v-if="infoDATA.patient">患者姓名 : {{ infoDATA.patient || "-" }}</view>
  76. <view v-if="infoDATA.patient">住院号 : {{ infoDATA.residenceNo || "-" }}</view>
  77. <view v-if="infoDATA.patient">住院科室 : {{ infoDATA.deptName || "-" }}</view>
  78. <view v-if="infoDATA.patient">床号 : {{ infoDATA.bedNum || "-" }}</view>
  79. <view v-if="infoDATA.data">
  80. 检查项目 :
  81. <text v-for="(data, i) in infoDATA.data" :key="i">{{ data.inspectName }},</text>
  82. </view>
  83. <view v-if="
  84. infoType == 'ins-dsd-1' ||
  85. infoType == 'trans-dsd-1' ||
  86. infoDATA.type == 'trans-dsd-1'
  87. ">工单已完成</view>
  88. <view v-if="infoDATA.type == 'ins-half-ok'">已到达检查科室,工单已完成。</view>
  89. </view>
  90. <view class="Scanning_cont" v-if="
  91. (res.status == 200 && type == 'drugsBag') ||
  92. (res.status == 200 && type == 'jPBag')
  93. ">
  94. <view> 药包类型 : {{(infoDATA.data.packType && infoDATA.data.packType !== 0) ? DRUGSBAG_TYPE[infoDATA.data.packType] : "-"}} </view>
  95. <view v-if="type == 'drugsBag'">药包编码 : #{{ infoDATA.data.packid }}</view>
  96. <view v-if="type == 'jPBag'">静配编码 : #{{ infoDATA.data.packid }}</view>
  97. <view>所属科室 : {{ infoDATA.data.target.dept }}</view>
  98. <view v-if="
  99. accountObj && (infoType === 'drug-ddd-2' || infoType === 'drug-dsd-2')
  100. ">
  101. 交接人工号 : {{ accountObj.account }}
  102. </view>
  103. <view v-if="
  104. accountObj && (infoType === 'drug-ddd-2' || infoType === 'drug-dsd-2')
  105. ">
  106. 交接人姓名 : {{ accountObj.accountName }}
  107. </view>
  108. <text v-if="infoType == 'drug-dsd-2' || infoType == 'jp-dsd-2'">工单已完成。</text>
  109. <view class="red"> 如果您当前科室还有药包需要扫描,请点击“继续扫描”! </view>
  110. </view>
  111. <view class="foot_btn_spe" v-if="
  112. res.status == 100018 || type == 'specimen' || type == 'specimenPlan'
  113. ">
  114. <view class="btn1" @click="Scanning_again()">继续扫描</view>
  115. <view class="btn3" @click="hand_again()" v-if="type == 'specimen' || type == 'specimenPlan'">手动录入</view>
  116. <view class="btn3" @click="getNoScanSpecimen(false)" v-if="type == 'specimen' || type == 'specimenPlan'">未扫描标本</view>
  117. <view class="btn3" @click="getNoScanSpecimen(true)" v-if="type == 'specimen' || type == 'specimenPlan'">已扫描标本</view>
  118. <view class="btn2" @click="Scanning_complete(ids)">完成扫描</view>
  119. </view>
  120. <view class="foot_btn" v-if="
  121. type != 'specimen' &&
  122. res.status != 200 &&
  123. type != 'specimenPlan' &&
  124. type !== 'drugsBag' &&
  125. type !== 'jPBag' &&
  126. type !== 'patientTransport'
  127. ">
  128. <view class="btn3" @click="showAlert()">知道了</view>
  129. </view>
  130. <view class="foot_btn" v-if="
  131. (res.status != 200 && type == 'drugsBag') ||
  132. (res.status != 200 && type == 'jPBag') ||
  133. (res.status != 200 && type == 'patientTransport')
  134. ">
  135. <view class="btn3" @click="Scanning_again()">继续扫描</view>
  136. <view class="btn3" @click="showAlert()" v-if="type == 'drugsBag'">知道了</view>
  137. </view>
  138. <view class="foot_btn" v-if="
  139. res.status == 200 &&
  140. type != 'specimen' &&
  141. type != 'specimenPlan'
  142. ">
  143. <view class="btn3" @click="Scanning_again()" v-if="
  144. (res.status == 200 && type == 'drugsBag') ||
  145. (res.status == 200 && type == 'jPBag')
  146. ">继续扫描</view>
  147. <view class="btn3" @click="showAlert()">知道了</view>
  148. </view>
  149. <!-- 弹窗 -->
  150. <showModel :title="models.title" :icon="models.icon" :disjunctor="models.disjunctor" :content="models.content"
  151. @ok="ok" @cancel="cancel" :operate="models.operate"></showModel>
  152. <!-- 弹窗 -->
  153. <showModel :title="models2.title" :icon="models2.icon" :disjunctor="models2.disjunctor" :content="models2.content"
  154. @ok="ok2" @know="know2" @cancel="cancel2" :operate="models2.operate">
  155. </showModel>
  156. <!-- 手动查询标本弹窗 -->
  157. <handViewSpecimen v-if="speModels.disjunctor" :title="speModels.title" :disjunctor="speModels.disjunctor"
  158. @ok="speOk" @cancel="speCancel">
  159. </handViewSpecimen>
  160. <!-- 调查问卷二维码 -->
  161. <questionCode v-if="isQuestionModel" :orderId="gdId" @know="isQuestionModel = false"></questionCode>
  162. </view>
  163. </template>
  164. <script>
  165. import showModel from "../../components/showModel/showModel.vue";
  166. import questionCode from "../../components/questionCode/questionCode.vue";
  167. import {
  168. get,
  169. post,
  170. SM,
  171. webHandle
  172. } from "../../http/http.js";
  173. import {
  174. DRUGSBAG_TYPE
  175. } from '../../tools/enum.drugsbagType.js';
  176. export default {
  177. components:{
  178. questionCode
  179. },
  180. data() {
  181. return {
  182. // 调研二维码
  183. isQuestionModel:false,
  184. gdId:null,
  185. DRUGSBAG_TYPE,
  186. currentCode: '', //当前小扫描的科室二维码
  187. // 手动查询标本弹窗model
  188. speModels: {
  189. disjunctor: false,
  190. },
  191. // 交接人信息
  192. accountObj: undefined,
  193. //传给后端查询是否继续扫描
  194. deptId: undefined,
  195. SMFlag: true,
  196. // 弹窗model
  197. models: {
  198. disjunctor: false,
  199. },
  200. // 完成扫描弹窗model1
  201. models2: {
  202. disjunctor: false,
  203. },
  204. wcId: "", //工单完成ID
  205. wcFlag: false,
  206. infoDATA: [],
  207. res: {
  208. status: "",
  209. msg: "",
  210. },
  211. infoType: "",
  212. DEPTCode: "",
  213. RESData: {},
  214. DEPT: "",
  215. dataId: "",
  216. type: "",
  217. model: {},
  218. idsType: 1,
  219. packid: "",
  220. speNum: 0,
  221. queryObj: {}, //路由传递过来的参数
  222. gotoFlag: true,
  223. content: "",
  224. };
  225. },
  226. methods: {
  227. // 手动查询标本-确认
  228. speOk(data) {
  229. console.log(data);
  230. if (!data.id) {
  231. //没有查询到标本
  232. uni.showModal({
  233. title: '提示',
  234. content: "没有查询到标本!",
  235. showCancel: false,
  236. success: function(res) {
  237. if (res.confirm) {
  238. console.log('用户点击确定');
  239. } else if (res.cancel) {
  240. console.log('用户点击取消');
  241. }
  242. }
  243. });
  244. return;
  245. }
  246. this.speModels.disjunctor = false;
  247. this.hand_scanning_common(data.scode, 'hand');
  248. },
  249. // 手动查询标本-取消
  250. speCancel() {
  251. this.speModels.disjunctor = false;
  252. },
  253. // 手动查询标本弹窗
  254. showHandViewSpecimen() {
  255. this.speModels = {
  256. title: '填写标本编码',
  257. disjunctor: true,
  258. }
  259. },
  260. // 手动录入标本
  261. hand_again() {
  262. this.showHandViewSpecimen();
  263. },
  264. // 手动输入标本和扫码公共方法
  265. hand_scanning_common(ress1, type) {
  266. let list = [];
  267. let postType = "";
  268. let ids = [];
  269. if (this.ids && this.ids[0]) {
  270. ids = this.ids;
  271. } else if (this.dataId) {
  272. ids = [];
  273. ids.push(this.dataId);
  274. }
  275. let data = {
  276. ids: ids,
  277. deptCode: this.DEPTCode,
  278. code: "", // 2
  279. };
  280. // ----------------
  281. uni.showLoading({
  282. title: "加载中",
  283. mask: true,
  284. });
  285. //检验二维码的有效性
  286. post("/dept/scanning", {
  287. content: ress1,
  288. }).then((result) => {
  289. this.SMFlag = true;
  290. this.currentCode = result.code;
  291. if (result.state == 200 || result.state == 201) {
  292. let ress = result.code;
  293. if (ress) {
  294. data.code = ress;
  295. if (this.type == "inspect") {
  296. postType = "handleIns";
  297. list = data;
  298. }
  299. if (this.type == "jPBag" || this.type == "drugsBag") {
  300. postType = "handleDrugsAndJp";
  301. data["type"] = this.infoType;
  302. list = data;
  303. if (this.accountObj) {
  304. list.handover = this.accountObj.accountId;
  305. }
  306. list.deptId = this.deptId;
  307. if(this.type == "drugsBag"){
  308. delete list.ids;
  309. }
  310. }
  311. if (this.type == "specimen") {
  312. postType = "handleSpes";
  313. data["speCode"] = data.code;
  314. delete data.code;
  315. data["type"] = this.infoType;
  316. list = data;
  317. if (this.accountObj) {
  318. list.handover = this.accountObj.accountId;
  319. }
  320. }
  321. if (this.type == "specimenPlan") {
  322. postType = "handlePlanSpes";
  323. data["speCode"] = data.code;
  324. delete data.code;
  325. data["type"] = this.infoType;
  326. list = data;
  327. if (this.accountObj) {
  328. list.handover = this.accountObj.accountId;
  329. }
  330. }
  331. if (this.type == "patientTransport") {
  332. postType = "handleTrans";
  333. list = data;
  334. }
  335. post("/workerOrder/" + postType, list).then((res) => {
  336. uni.hideLoading();
  337. if (res.status == 200 || res.status == 11111) {
  338. //标本和标本轮巡工单,扫描标本后会自动调用摄像头,继续扫描,直到status不是200
  339. if ((this.type == "specimenPlan" || this.type == "specimen") && res.status != 11111) {
  340. if (type === 'scan') {
  341. setTimeout(()=>{
  342. this.Scanning_again();
  343. },500)
  344. } else if (type === 'hand') {
  345. this.hand_again();
  346. }
  347. }
  348. if (
  349. this.type == "inspect" ||
  350. this.type == "patientTransport"
  351. ) {
  352. if (res.ids) {
  353. for (var i = 0; i < this.ids.length; i++) {
  354. if (this.ids[i] == res.ids[0]) {
  355. this.ids.splice(i, 1);
  356. }
  357. }
  358. if (this.ids.length > 1) {
  359. this.idsType = 1;
  360. } else {
  361. this.idsType = 2;
  362. }
  363. }
  364. this.infoDATA = res;
  365. this.type = this.type;
  366. this.DEPTCode = this.DEPTCode;
  367. } else if (this.type == "drugsBag") {
  368. // this.infoDATA.data.packid = res.data.packid;
  369. this.infoDATA = res;
  370. this.res["status"] = res.status;
  371. this.res["msg"] = res.msg;
  372. } else if (
  373. this.type == "specimenPlan" ||
  374. this.type == "specimen"
  375. ) {
  376. this.infoDATA = res;
  377. this.speNum = res.specimenCount;
  378. // --------------------------
  379. this.res["status"] = res.status;
  380. this.res["msg"] = res.msg;
  381. // --------------------------
  382. } else if (this.type == "jPBag") {
  383. // this.infoDATA.data.packid = res.data.packid;
  384. this.infoDATA = res;
  385. this.res["status"] = res.status;
  386. this.res["msg"] = res.msg;
  387. } else {
  388. uni.navigateTo({
  389. url: `../scanning_djEnd/scanning_djEnd?type=${
  390. this.queryObj.type
  391. }&type1=${this.queryObj.type1}&code=${
  392. this.queryObj.deptCode
  393. }&dept=${this.queryObj.dept}&ids=${encodeURIComponent(
  394. JSON.stringify(this.ids)
  395. )}&model=${encodeURIComponent(
  396. JSON.stringify(res)
  397. )}&accountObj=${encodeURIComponent(
  398. JSON.stringify(this.accountObj)
  399. )}&deptId=${this.deptId}`,
  400. });
  401. }
  402. } else {
  403. uni.navigateTo({
  404. url: `../scanning_djEnd/scanning_djEnd?type=${
  405. this.queryObj.type
  406. }&type1=${this.queryObj.type1}&code=${
  407. this.queryObj.deptCode
  408. }&dept=${this.queryObj.dept}&ids=${encodeURIComponent(
  409. JSON.stringify(this.ids)
  410. )}&model=${encodeURIComponent(
  411. JSON.stringify(res)
  412. )}&speNum=${this.speNum}&accountObj=${encodeURIComponent(
  413. JSON.stringify(this.accountObj)
  414. )}&deptId=${this.deptId}&scanOrHand=${type}&qrcode=${this.currentCode}`,
  415. });
  416. }
  417. });
  418. }
  419. } else {
  420. uni.hideLoading();
  421. uni.showToast({
  422. icon: "none",
  423. title: result.info || "接口获取数据失败!",
  424. });
  425. }
  426. });
  427. // ------------------------------
  428. },
  429. // 查看未扫描标本
  430. // isScan true已扫描标本,false未扫描标本
  431. getNoScanSpecimen(isScan) {
  432. if (!this.gotoFlag) {
  433. return;
  434. }
  435. this.gotoFlag = false;
  436. if(isScan){
  437. uni.navigateTo({
  438. url: `../noScanSpecimen/noScanSpecimen?deptName=${this.queryObj.dept}&workOrderId=${encodeURIComponent(JSON.stringify(this.queryObj.ids))}&deptCode=${this.queryObj.deptCode}&isScan=1`,
  439. });
  440. }else{
  441. uni.navigateTo({
  442. url: `../noScanSpecimen/noScanSpecimen?deptName=${this.queryObj.dept}&workOrderId=${encodeURIComponent(JSON.stringify(this.queryObj.ids))}&deptCode=${this.queryObj.deptCode}`,
  443. });
  444. }
  445. },
  446. overFinish() {
  447. let postType = "";
  448. if (
  449. this.queryObj.type1 === "plan-spe-ddd-2" ||
  450. this.queryObj.type1 === "plan-spe-dsd-2" ||
  451. this.queryObj.type1 === "plan-spe-dsd-3"
  452. ) {
  453. postType = "finishPlanSpes";
  454. } else if (this.queryObj.type1 == "spe-ddd-2") {
  455. postType = "finishSpes";
  456. }
  457. let data = {
  458. type: this.queryObj.type1,
  459. ids: this.wcId,
  460. };
  461. post("/workerOrder/" + postType, data).then((res) => {
  462. if (res.status == 200) {
  463. this.models2 = {
  464. disjunctor: true,
  465. title: "提示",
  466. content: `完成扫描成功`,
  467. icon: "success",
  468. operate: {
  469. know: "知道了",
  470. },
  471. };
  472. } else {
  473. uni.showToast({
  474. icon: "none",
  475. title: res.msg || "接口获取数据失败!",
  476. });
  477. }
  478. });
  479. },
  480. // 确定
  481. ok() {
  482. this.models.disjunctor = false;
  483. let postData = {
  484. ids: this.queryObj.ids,
  485. sign: true,
  486. deptQrCode: this.queryObj.deptCode,
  487. };
  488. uni.showLoading({
  489. title: "加载中",
  490. mask: true,
  491. });
  492. post("/workerOrder/expectedAndActual", postData).then((ress) => {
  493. uni.hideLoading();
  494. if (ress.status == 200) {
  495. if (this.wcFlag) {
  496. //正常完成扫描
  497. this.overFinish();
  498. } else {
  499. this.gotoOver();
  500. }
  501. } else if (ress.status == 1000035) {
  502. let content = "";
  503. if (
  504. this.queryObj.type1 === "spe-ddd-2" ||
  505. this.queryObj.type1 === "plan-spe-ddd-2"
  506. ) {
  507. //待到达
  508. content =
  509. `系统内预计标本<strong class="red">${ress.expectReceiveNum}</strong>只,您扫描收取标本<strong class="red">${ress.actualReceiveNum}</strong>只,其中<strong class="red">${ress.notReceiveNum}</strong>只未扫描;`;
  510. } else {
  511. //待送达
  512. this.content = `本工单已签到<strong class="red">${
  513. ress.scanSet ? ress.scanSet.join("、") : ""
  514. }</strong>,剩余需签到科室<strong class="red">${
  515. ress.notScanSet ? ress.notScanSet.join("、") : ""
  516. }</strong>,总签收<strong class="red">${
  517. ress.totalAcceptance
  518. }</strong>只,剩余<strong class="red">${
  519. ress.notAcceptance
  520. }</strong>只未签收,您确定完成工单吗?`;
  521. content =
  522. `您在<strong class="red">${ress.deptName}</strong>检验科扫描了<strong class="red">${ress.deptScanNum}</strong>个标本,还需扫描<strong class="red">${ress.deptNotScanNum}</strong>标本。`;
  523. }
  524. // 取消弹窗 2022年10月10日
  525. this.ok2();
  526. // this.models2 = {
  527. // disjunctor: true,
  528. // title: "提示",
  529. // content,
  530. // icon: "warn",
  531. // operate: {
  532. // ok: "确定",
  533. // cancel: "取消",
  534. // },
  535. // };
  536. } else {
  537. uni.showToast({
  538. icon: "none",
  539. title: ress.msg || "接口获取数据失败!",
  540. });
  541. }
  542. });
  543. },
  544. // 取消
  545. cancel() {
  546. this.models.disjunctor = false;
  547. },
  548. // 确定
  549. ok2() {
  550. this.models2.disjunctor = false;
  551. let postData = {
  552. ids: this.queryObj.ids,
  553. deptQrCode: this.queryObj.deptCode,
  554. };
  555. uni.showLoading({
  556. title: "加载中",
  557. mask: true,
  558. });
  559. post("/workerOrder/expectedAndActual", postData).then((ress) => {
  560. uni.hideLoading();
  561. if (ress.status == 200) {
  562. if (this.wcFlag) {
  563. this.overFinish();
  564. } else {
  565. this.gotoOver();
  566. }
  567. } else {
  568. uni.showToast({
  569. icon: "none",
  570. title: ress.msg || "接口获取数据失败!",
  571. });
  572. }
  573. });
  574. },
  575. // 取消
  576. cancel2() {
  577. this.models2.disjunctor = false;
  578. },
  579. know2() {
  580. this.models2.disjunctor = false;
  581. uni.navigateTo({
  582. url: "../receiptpage/receiptpage",
  583. });
  584. },
  585. //完成扫描
  586. Scanning_complete(id) {
  587. // 如果是标本配送和标本轮巡,则进入标本核对页面
  588. if((this.type === 'specimen' || this.type === 'specimenPlan') && this.queryObj.type1.includes('ddd')){
  589. uni.navigateTo({
  590. 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}`,
  591. });
  592. return;
  593. }
  594. this.wcId = id;
  595. if (
  596. this.queryObj.type1 == "plan-spe-ddd-2" ||
  597. this.queryObj.type1 == "spe-ddd-2"
  598. ) {
  599. this.wcFlag = true;
  600. this.models = {
  601. disjunctor: true,
  602. title: "提示",
  603. content: "是否确定标本已扫描完成?",
  604. icon: "warn",
  605. operate: {
  606. ok: "确定",
  607. cancel: "取消",
  608. },
  609. };
  610. } else if (
  611. this.queryObj.type1 == "plan-spe-dsd-2" ||
  612. this.queryObj.type1 == "plan-spe-dsd-3" ||
  613. this.queryObj.type1 == "spe-dsd-2" ||
  614. this.queryObj.type1 == "spe-dsd-3"
  615. ) {
  616. this.wcFlag = false;
  617. this.models = {
  618. disjunctor: true,
  619. title: "提示",
  620. content: "是否确定标本已扫描完成?",
  621. icon: "warn",
  622. operate: {
  623. ok: "确定",
  624. cancel: "取消",
  625. },
  626. };
  627. } else {
  628. this.gotoOver();
  629. }
  630. },
  631. // 跳转完成工单页面
  632. gotoOver() {
  633. if(this.queryObj.type === 'specimenPlan'){
  634. uni.navigateTo({
  635. url: `../specimenCheckingEnd/specimenCheckingEnd?type=${this.queryObj.type}&type1=${
  636. this.queryObj.type1
  637. }&id=${encodeURIComponent(JSON.stringify(this.wcId))}&deptCode=${
  638. this.queryObj.deptCode
  639. }&dept=${this.queryObj.dept}&content=${this.content}`,
  640. });
  641. }else{
  642. uni.navigateTo({
  643. url: `../scanning/scanning?type=${this.queryObj.type}&type1=${
  644. this.queryObj.type1
  645. }&id=${encodeURIComponent(JSON.stringify(this.wcId))}&deptCode=${
  646. this.queryObj.deptCode
  647. }&dept=${this.queryObj.dept}&content=${this.content}`,
  648. });
  649. }
  650. },
  651. // 继续扫描
  652. Scanning_again() {
  653. if (!this.SMFlag) {
  654. return;
  655. }
  656. this.SMFlag = false;
  657. SM()
  658. .then((ress1) => {
  659. this.hand_scanning_common(ress1, 'scan');
  660. })
  661. .catch((err) => {
  662. this.SMFlag = true;
  663. });
  664. },
  665. // 知道了
  666. showAlert() {
  667. uni.navigateTo({
  668. url: "../receiptpage/receiptpage",
  669. });
  670. },
  671. // 获取问卷配置
  672. getQuestionnaireSet(){
  673. uni.showLoading({
  674. title: "加载中",
  675. mask: true,
  676. });
  677. const userData = uni.getStorageSync("userData");
  678. post("/simple/data/fetchDataList/questionnaireConfig",{
  679. questionnaireConfig:{
  680. hosId:userData.user.currentHospital.id
  681. },
  682. idx:0,
  683. sum:10
  684. }).then((res) => {
  685. uni.hideLoading();
  686. if (res.status == 200) {
  687. let data = res.list[0];
  688. let taskTypeId = this.infoDATA.workOrderList[0].taskType.id
  689. if(data.taskTypeDTOS.length>0 && data.questionnaireDTOS.length>0){
  690. let isQuestion = data.taskTypeDTOS.find(i=> i.id == taskTypeId)
  691. if(isQuestion){
  692. this.isQuestionModel = true
  693. }
  694. }
  695. } else {
  696. uni.showToast({
  697. icon: "none",
  698. title: res.msg || "接口获取数据失败!",
  699. });
  700. }
  701. });
  702. }
  703. },
  704. onShow() {
  705. this.SMFlag = true;
  706. this.gotoFlag = true;
  707. },
  708. onLoad(options) {
  709. if (options.status == 200&&options.scanOrHand === 'hand'&&(options.type === "specimen"||options.type === "specimenPlan")) {
  710. this.hand_again();
  711. }
  712. console.log(options, "options");
  713. if (options.speNum) {
  714. this.speNum = options.speNum;
  715. }
  716. if (options.accountObj && options.accountObj != "undefined") {
  717. this.accountObj = JSON.parse(options.accountObj);
  718. }
  719. if (options.deptId && options.deptId != "undefined") {
  720. this.deptId = options.deptId;
  721. }
  722. this.queryObj = options;
  723. if (this.queryObj.model) {
  724. let list = JSON.parse(this.queryObj.model);
  725. this.infoDATA = list;
  726. } else {
  727. this.infoDATA = this.queryObj.infoData;
  728. }
  729. console.log(this.infoDATA, "22222");
  730. this.RESData = this.queryObj.resData;
  731. this.res["status"] = this.queryObj.status;
  732. this.res["msg"] = this.queryObj.msg;
  733. this.res["patient"] = this.queryObj.patient;
  734. this.infoType = this.queryObj.type1;
  735. if (this.queryObj.dept) {
  736. this.DEPT = this.queryObj.dept;
  737. }
  738. this.queryObj.ids = JSON.parse(this.queryObj.ids);
  739. if (this.queryObj.ids) {
  740. this.ids = this.queryObj.ids;
  741. if (this.ids.length > 1) {
  742. this.idsType = 1;
  743. } else {
  744. this.idsType = 2;
  745. }
  746. }
  747. this.DEPTCode = this.queryObj.deptCode;
  748. this.type = this.queryObj.type;
  749. this.taskTypeId = options.taskTypeId
  750. if(options.workOrderList && options.workOrderList!="undefined" && options.workOrderList!=undefined){
  751. this.infoDATA.workOrderList = JSON.parse(options.workOrderList)
  752. }
  753. if(this.queryObj.ids&&this.queryObj.ids.length>0){
  754. this.gdId = this.queryObj.ids[0]
  755. }else{
  756. this.gdId = this.infoDATA.workOrderList[0].id
  757. }
  758. if((this.res.status == 200 && this.type == 'inspect') || this.type == 'patientTransport'){
  759. if(this.infoType == 'ins-dsd-1' ||
  760. this.infoType == 'trans-dsd-1' ||
  761. this.infoDATA.type == 'trans-dsd-1' ||
  762. this.infoDATA.type == 'ins-half-ok'){
  763. this.getQuestionnaireSet()
  764. }
  765. }
  766. if(
  767. (this.res.status == 200 && this.type == 'drugsBag') ||
  768. (this.res.status == 200 && this.type == 'jPBag')){
  769. if(this.infoType == 'drug-dsd-2' || this.infoType == 'jp-dsd-2'){
  770. this.getQuestionnaireSet()
  771. }
  772. }
  773. // #ifdef APP-PLUS
  774. webHandle("no", "app");
  775. // #endif
  776. // #ifdef H5
  777. webHandle("no", "wx");
  778. // #endif
  779. },
  780. };
  781. </script>
  782. <style lang="less">
  783. .Scanning_djInfo {
  784. padding: 0 20rpx;
  785. .Scanning_top {
  786. min-height: 270rpx;
  787. .red {
  788. background-color: #ff3b53 !important;
  789. }
  790. .Scanning_top_icon {
  791. width: 140rpx;
  792. height: 140rpx;
  793. margin: 0 auto;
  794. margin-top: 116rpx;
  795. border-radius: 50%;
  796. line-height: 140rpx;
  797. .speNum{
  798. text-align: center;
  799. font-size: 140rpx;
  800. }
  801. .cubeic-ok {
  802. font-size: 140rpx;
  803. color: #35b34a;
  804. }
  805. .cubeic-close {
  806. font-size: 140rpx;
  807. color: #ff3b53;
  808. }
  809. }
  810. .Scanning_top_text {
  811. .text1 {
  812. margin-top: 40rpx;
  813. font-size: 48rpx;
  814. text-align: center;
  815. }
  816. }
  817. }
  818. .Scanning_cont {
  819. font-size: 32rpx;
  820. text-align: center;
  821. view {
  822. margin-bottom: 16rpx;
  823. }
  824. .text {
  825. margin-top: 24rpx;
  826. color: #35b34a;
  827. }
  828. .text1 {
  829. margin-top: 24rpx;
  830. color: #ff3b53;
  831. }
  832. }
  833. .foot_btn {
  834. line-height: 88rpx;
  835. height: 100rpx;
  836. margin-top: 40rpx;
  837. text-align: center;
  838. display: flex;
  839. .btn1,
  840. .btn2,
  841. .btn3 {
  842. height: 88rpx;
  843. margin: 0 1%;
  844. flex: 1;
  845. background-image: linear-gradient(to right, #72c172, #3bb197);
  846. color: #fff;
  847. border-radius: 8rpx;
  848. font-size: 32rpx;
  849. margin-top: 16rpx;
  850. }
  851. }
  852. .foot_btn_spe {
  853. line-height: 88rpx;
  854. height: 100rpx;
  855. margin-top: 40rpx;
  856. text-align: center;
  857. display: flex;
  858. justify-content: space-between;
  859. flex-wrap: wrap;
  860. &::after {
  861. content: '';
  862. flex: 1;
  863. }
  864. view {
  865. height: 88rpx;
  866. width: 48%;
  867. margin: 0 1%;
  868. background-image: linear-gradient(to right, #72c172, #3bb197);
  869. color: #fff;
  870. border-radius: 8rpx;
  871. font-size: 32rpx;
  872. margin-top: 16rpx;
  873. }
  874. }
  875. }
  876. </style>