scanning_djInfo.vue 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993
  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 newicon newicon-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 newicon newicon-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 newicon newicon-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="newicon newicon-arrow-right-full"></text>
  52. <text :class="{ red: isEndDeptRedShow }">{{ infoDATA.data.checkDept ? infoDATA.data.checkDept.dept : "" }}</text>
  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="newicon newicon-arrow-right-full"></text>
  67. <text :class="{ red: isEndDeptRedShow }">{{ infoDATA.data.checkDept ? infoDATA.data.checkDept.dept : "" }}</text>
  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. isEndDeptRedShow: false,
  184. isEndDeptRed: false,
  185. // 调研二维码
  186. isQuestionModel:false,
  187. gdId:null,
  188. DRUGSBAG_TYPE,
  189. currentCode: '', //当前小扫描的科室二维码
  190. // 手动查询标本弹窗model
  191. speModels: {
  192. disjunctor: false,
  193. },
  194. // 交接人信息
  195. accountObj: undefined,
  196. //传给后端查询是否继续扫描
  197. deptId: undefined,
  198. SMFlag: true,
  199. // 弹窗model
  200. models: {
  201. disjunctor: false,
  202. },
  203. // 完成扫描弹窗model1
  204. models2: {
  205. disjunctor: false,
  206. },
  207. wcId: "", //工单完成ID
  208. wcFlag: false,
  209. infoDATA: [],
  210. res: {
  211. status: "",
  212. msg: "",
  213. },
  214. infoType: "",
  215. DEPTCode: "",
  216. RESData: {},
  217. DEPT: "",
  218. dataId: "",
  219. type: "",
  220. model: {},
  221. idsType: 1,
  222. packid: "",
  223. speNum: 0,
  224. queryObj: {}, //路由传递过来的参数
  225. gotoFlag: true,
  226. content: "",
  227. };
  228. },
  229. methods: {
  230. // 手动查询标本-确认
  231. speOk(data) {
  232. console.log(data);
  233. if (!data.id) {
  234. //没有查询到标本
  235. uni.showModal({
  236. title: '提示',
  237. content: "没有查询到标本!",
  238. showCancel: false,
  239. success: function(res) {
  240. if (res.confirm) {
  241. console.log('用户点击确定');
  242. } else if (res.cancel) {
  243. console.log('用户点击取消');
  244. }
  245. }
  246. });
  247. return;
  248. }
  249. this.speModels.disjunctor = false;
  250. this.hand_scanning_common(data.scode, 'hand');
  251. },
  252. // 手动查询标本-取消
  253. speCancel() {
  254. this.speModels.disjunctor = false;
  255. },
  256. // 手动查询标本弹窗
  257. showHandViewSpecimen() {
  258. this.speModels = {
  259. title: '填写标本编码',
  260. disjunctor: true,
  261. }
  262. },
  263. // 手动录入标本
  264. hand_again() {
  265. this.showHandViewSpecimen();
  266. },
  267. // 手动输入标本和扫码公共方法
  268. hand_scanning_common(ress1, type) {
  269. let list = [];
  270. let postType = "";
  271. let ids = [];
  272. if (this.ids && this.ids[0]) {
  273. ids = this.ids;
  274. } else if (this.dataId) {
  275. ids = [];
  276. ids.push(this.dataId);
  277. }
  278. let data = {
  279. ids: ids,
  280. deptCode: this.DEPTCode,
  281. code: "", // 2
  282. };
  283. // ----------------
  284. uni.showLoading({
  285. title: "加载中",
  286. mask: true,
  287. });
  288. //检验二维码的有效性
  289. post("/dept/scanning", {
  290. content: ress1,
  291. }).then((result) => {
  292. this.SMFlag = true;
  293. this.currentCode = result.code;
  294. if (result.state == 200 || result.state == 201) {
  295. let ress = result.code;
  296. if (ress) {
  297. data.code = ress;
  298. if (this.type == "inspect") {
  299. postType = "handleIns";
  300. list = data;
  301. }
  302. if (this.type == "jPBag" || this.type == "drugsBag") {
  303. postType = "handleDrugsAndJp";
  304. data["type"] = this.infoType;
  305. list = data;
  306. if (this.accountObj) {
  307. list.handover = this.accountObj.accountId;
  308. }
  309. list.deptId = this.deptId;
  310. if(this.type == "drugsBag"){
  311. delete list.ids;
  312. }
  313. }
  314. if (this.type == "specimen") {
  315. postType = "handleSpes";
  316. data["speCode"] = data.code;
  317. delete data.code;
  318. data["type"] = this.infoType;
  319. list = data;
  320. if (this.accountObj) {
  321. list.handover = this.accountObj.accountId;
  322. }
  323. }
  324. if (this.type == "specimenPlan") {
  325. postType = "handlePlanSpes";
  326. data["speCode"] = data.code;
  327. delete data.code;
  328. data["type"] = this.infoType;
  329. list = data;
  330. if (this.accountObj) {
  331. list.handover = this.accountObj.accountId;
  332. }
  333. }
  334. if (this.type == "patientTransport") {
  335. postType = "handleTrans";
  336. list = data;
  337. }
  338. post("/workerOrder/" + postType, list).then((res) => {
  339. uni.hideLoading();
  340. if (res.status == 200 || res.status == 11111) {
  341. //标本和标本轮巡工单,扫描标本后会自动调用摄像头,继续扫描,直到status不是200
  342. if ((this.type == "specimenPlan" || this.type == "specimen") && res.status != 11111) {
  343. this.getPageConfigSpecimen((flag, type, res) => {
  344. if(flag){
  345. if (type === 'scan') {
  346. setTimeout(()=>{
  347. this.Scanning_again();
  348. },500)
  349. } else if (type === 'hand') {
  350. this.hand_again();
  351. }
  352. }
  353. if(res){
  354. this.isEndDeptRedShow = this.isEndDeptRed;
  355. this.infoDATA = res;
  356. this.speNum = res.specimenCount;
  357. this.res["status"] = res.status;
  358. this.res["msg"] = res.msg;
  359. }
  360. }, type, res.data, res);
  361. return;
  362. }
  363. if (
  364. this.type == "inspect" ||
  365. this.type == "patientTransport"
  366. ) {
  367. if (res.ids) {
  368. for (var i = 0; i < this.ids.length; i++) {
  369. if (this.ids[i] == res.ids[0]) {
  370. this.ids.splice(i, 1);
  371. }
  372. }
  373. if (this.ids.length > 1) {
  374. this.idsType = 1;
  375. } else {
  376. this.idsType = 2;
  377. }
  378. }
  379. this.infoDATA = res;
  380. this.type = this.type;
  381. this.DEPTCode = this.DEPTCode;
  382. } else if (this.type == "drugsBag") {
  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 if (
  388. this.type == "specimenPlan" ||
  389. this.type == "specimen"
  390. ) {
  391. this.infoDATA = res;
  392. this.speNum = res.specimenCount;
  393. // --------------------------
  394. this.res["status"] = res.status;
  395. this.res["msg"] = res.msg;
  396. // --------------------------
  397. } else if (this.type == "jPBag") {
  398. // this.infoDATA.data.packid = res.data.packid;
  399. this.infoDATA = res;
  400. this.res["status"] = res.status;
  401. this.res["msg"] = res.msg;
  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. )}&accountObj=${encodeURIComponent(
  413. JSON.stringify(this.accountObj)
  414. )}&deptId=${this.deptId}`,
  415. });
  416. }
  417. } else {
  418. uni.navigateTo({
  419. url: `../scanning_djEnd/scanning_djEnd?type=${
  420. this.queryObj.type
  421. }&type1=${this.queryObj.type1}&code=${
  422. this.queryObj.deptCode
  423. }&dept=${this.queryObj.dept}&ids=${encodeURIComponent(
  424. JSON.stringify(this.ids)
  425. )}&model=${encodeURIComponent(
  426. JSON.stringify(res)
  427. )}&speNum=${this.speNum}&accountObj=${encodeURIComponent(
  428. JSON.stringify(this.accountObj)
  429. )}&deptId=${this.deptId}&scanOrHand=${type}&qrcode=${this.currentCode}`,
  430. });
  431. }
  432. });
  433. }
  434. } else {
  435. uni.hideLoading();
  436. uni.showToast({
  437. icon: "none",
  438. title: result.info || "接口获取数据失败!",
  439. });
  440. }
  441. });
  442. // ------------------------------
  443. },
  444. // 查看未扫描标本
  445. // isScan true已扫描标本,false未扫描标本
  446. getNoScanSpecimen(isScan) {
  447. if (!this.gotoFlag) {
  448. return;
  449. }
  450. this.gotoFlag = false;
  451. if(isScan){
  452. uni.navigateTo({
  453. url: `../noScanSpecimen/noScanSpecimen?deptName=${this.queryObj.dept}&workOrderId=${encodeURIComponent(JSON.stringify(this.queryObj.ids))}&deptCode=${this.queryObj.deptCode}&isScan=1`,
  454. });
  455. }else{
  456. uni.navigateTo({
  457. url: `../noScanSpecimen/noScanSpecimen?deptName=${this.queryObj.dept}&workOrderId=${encodeURIComponent(JSON.stringify(this.queryObj.ids))}&deptCode=${this.queryObj.deptCode}`,
  458. });
  459. }
  460. },
  461. overFinish() {
  462. let postType = "";
  463. if (
  464. this.queryObj.type1 === "plan-spe-ddd-2" ||
  465. this.queryObj.type1 === "plan-spe-dsd-2" ||
  466. this.queryObj.type1 === "plan-spe-dsd-3"
  467. ) {
  468. postType = "finishPlanSpes";
  469. } else if (this.queryObj.type1 == "spe-ddd-2") {
  470. postType = "finishSpes";
  471. }
  472. let data = {
  473. type: this.queryObj.type1,
  474. ids: this.wcId,
  475. };
  476. post("/workerOrder/" + postType, data).then((res) => {
  477. if (res.status == 200) {
  478. this.models2 = {
  479. disjunctor: true,
  480. title: "提示",
  481. content: `完成扫描成功`,
  482. icon: "success",
  483. operate: {
  484. know: "知道了",
  485. },
  486. };
  487. } else {
  488. uni.showToast({
  489. icon: "none",
  490. title: res.msg || "接口获取数据失败!",
  491. });
  492. }
  493. });
  494. },
  495. // 确定
  496. ok() {
  497. this.models.disjunctor = false;
  498. let postData = {
  499. ids: this.queryObj.ids,
  500. sign: true,
  501. deptQrCode: this.queryObj.deptCode,
  502. };
  503. uni.showLoading({
  504. title: "加载中",
  505. mask: true,
  506. });
  507. post("/workerOrder/expectedAndActual", postData).then((ress) => {
  508. uni.hideLoading();
  509. if (ress.status == 200) {
  510. if (this.wcFlag) {
  511. //正常完成扫描
  512. this.overFinish();
  513. } else {
  514. this.gotoOver();
  515. }
  516. } else if (ress.status == 1000035) {
  517. let content = "";
  518. if (
  519. this.queryObj.type1 === "spe-ddd-2" ||
  520. this.queryObj.type1 === "plan-spe-ddd-2"
  521. ) {
  522. //待到达
  523. content =
  524. `系统内预计标本<strong class="red">${ress.expectReceiveNum}</strong>只,您扫描收取标本<strong class="red">${ress.actualReceiveNum}</strong>只,其中<strong class="red">${ress.notReceiveNum}</strong>只未扫描;`;
  525. } else {
  526. //待送达
  527. this.content = `本工单已签到<strong class="red">${
  528. ress.scanSet ? ress.scanSet.join("、") : ""
  529. }</strong>,剩余需签到科室<strong class="red">${
  530. ress.notScanSet ? ress.notScanSet.join("、") : ""
  531. }</strong>,总签收<strong class="red">${
  532. ress.totalAcceptance
  533. }</strong>只,剩余<strong class="red">${
  534. ress.notAcceptance
  535. }</strong>只未签收,您确定完成工单吗?`;
  536. content =
  537. `您在<strong class="red">${ress.deptName}</strong>检验科扫描了<strong class="red">${ress.deptScanNum}</strong>个标本,还需扫描<strong class="red">${ress.deptNotScanNum}</strong>标本。`;
  538. }
  539. // 取消弹窗 2022年10月10日
  540. this.ok2();
  541. // this.models2 = {
  542. // disjunctor: true,
  543. // title: "提示",
  544. // content,
  545. // icon: "warn",
  546. // operate: {
  547. // ok: "确定",
  548. // cancel: "取消",
  549. // },
  550. // };
  551. } else {
  552. uni.showToast({
  553. icon: "none",
  554. title: ress.msg || "接口获取数据失败!",
  555. });
  556. }
  557. });
  558. },
  559. // 取消
  560. cancel() {
  561. this.models.disjunctor = false;
  562. },
  563. // 确定
  564. ok2() {
  565. this.models2.disjunctor = false;
  566. let postData = {
  567. ids: this.queryObj.ids,
  568. deptQrCode: this.queryObj.deptCode,
  569. };
  570. uni.showLoading({
  571. title: "加载中",
  572. mask: true,
  573. });
  574. post("/workerOrder/expectedAndActual", postData).then((ress) => {
  575. uni.hideLoading();
  576. if (ress.status == 200) {
  577. if (this.wcFlag) {
  578. this.overFinish();
  579. } else {
  580. this.gotoOver();
  581. }
  582. } else {
  583. uni.showToast({
  584. icon: "none",
  585. title: ress.msg || "接口获取数据失败!",
  586. });
  587. }
  588. });
  589. },
  590. // 取消
  591. cancel2() {
  592. this.models2.disjunctor = false;
  593. },
  594. know2() {
  595. this.models2.disjunctor = false;
  596. uni.navigateTo({
  597. url: "../receiptpage/receiptpage",
  598. });
  599. },
  600. //完成扫描
  601. Scanning_complete(id) {
  602. // 如果是标本配送和标本轮巡,则进入标本核对页面
  603. if((this.type === 'specimen' || this.type === 'specimenPlan') && this.queryObj.type1.includes('ddd')){
  604. uni.navigateTo({
  605. 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}`,
  606. });
  607. return;
  608. }
  609. this.wcId = id;
  610. if (
  611. this.queryObj.type1 == "plan-spe-ddd-2" ||
  612. this.queryObj.type1 == "spe-ddd-2"
  613. ) {
  614. this.wcFlag = true;
  615. this.models = {
  616. disjunctor: true,
  617. title: "提示",
  618. content: "是否确定标本已扫描完成?",
  619. icon: "warn",
  620. operate: {
  621. ok: "确定",
  622. cancel: "取消",
  623. },
  624. };
  625. } else if (
  626. this.queryObj.type1 == "plan-spe-dsd-2" ||
  627. this.queryObj.type1 == "plan-spe-dsd-3" ||
  628. this.queryObj.type1 == "spe-dsd-2" ||
  629. this.queryObj.type1 == "spe-dsd-3"
  630. ) {
  631. this.wcFlag = false;
  632. this.models = {
  633. disjunctor: true,
  634. title: "提示",
  635. content: "是否确定标本已扫描完成?",
  636. icon: "warn",
  637. operate: {
  638. ok: "确定",
  639. cancel: "取消",
  640. },
  641. };
  642. } else {
  643. this.gotoOver();
  644. }
  645. },
  646. // 跳转完成工单页面
  647. gotoOver() {
  648. if(this.queryObj.type === 'specimenPlan'){
  649. uni.navigateTo({
  650. url: `../specimenCheckingEnd/specimenCheckingEnd?type=${this.queryObj.type}&type1=${
  651. this.queryObj.type1
  652. }&id=${encodeURIComponent(JSON.stringify(this.wcId))}&deptCode=${
  653. this.queryObj.deptCode
  654. }&dept=${this.queryObj.dept}&content=${this.content}`,
  655. });
  656. }else{
  657. uni.navigateTo({
  658. url: `../scanning/scanning?type=${this.queryObj.type}&type1=${
  659. this.queryObj.type1
  660. }&id=${encodeURIComponent(JSON.stringify(this.wcId))}&deptCode=${
  661. this.queryObj.deptCode
  662. }&dept=${this.queryObj.dept}&content=${this.content}`,
  663. });
  664. }
  665. },
  666. // 继续扫描
  667. Scanning_again() {
  668. if (!this.SMFlag) {
  669. return;
  670. }
  671. this.SMFlag = false;
  672. SM()
  673. .then((ress1) => {
  674. this.hand_scanning_common(ress1, 'scan');
  675. })
  676. .catch((err) => {
  677. this.SMFlag = true;
  678. });
  679. },
  680. // 知道了
  681. showAlert() {
  682. uni.navigateTo({
  683. url: "../receiptpage/receiptpage",
  684. });
  685. },
  686. // 获取问卷配置
  687. getQuestionnaireSet(){
  688. uni.showLoading({
  689. title: "加载中",
  690. mask: true,
  691. });
  692. const userData = uni.getStorageSync("userData");
  693. post("/simple/data/fetchDataList/questionnaireConfig",{
  694. questionnaireConfig:{
  695. hosId:userData.user.currentHospital.id
  696. },
  697. idx:0,
  698. sum:10
  699. }).then((res) => {
  700. uni.hideLoading();
  701. if (res.status == 200) {
  702. let data = res.list[0];
  703. let taskTypeId = this.infoDATA.workOrderList[0].taskType.id
  704. if(data.taskTypeDTOS.length>0 && data.questionnaireDTOS.length>0){
  705. let isQuestion = data.taskTypeDTOS.find(i=> i.id == taskTypeId)
  706. if(isQuestion){
  707. this.isQuestionModel = true
  708. }
  709. }
  710. } else {
  711. uni.showToast({
  712. icon: "none",
  713. title: res.msg || "接口获取数据失败!",
  714. });
  715. }
  716. });
  717. },
  718. // 页面控制-标本
  719. getPageConfigSpecimen(fn, type, specimenDTO, ress){
  720. const userData = uni.getStorageSync("userData");
  721. console.log('userData', userData);
  722. console.log('specimenDTO', specimenDTO);
  723. uni.showLoading({
  724. title: "加载中",
  725. mask: true,
  726. });
  727. // 查询标本配送业务
  728. post("/simple/data/fetchDataList/taskType",{
  729. "idx": 0,
  730. "sum": 10,
  731. "taskType": {
  732. "simpleQuery": true,
  733. "hosId": {
  734. "id": userData.user.currentHospital.id
  735. },
  736. "associationType": {
  737. "key": "association_types",
  738. "value": "specimen"
  739. }
  740. }
  741. }).then((res) => {
  742. if (res.status == 200) {
  743. let taskTypeDTO = res.list[0];
  744. if(taskTypeDTO){
  745. // 查询业务页面控制-标本
  746. post("/simple/data/fetchDataList/taskTypeConfig",{
  747. "idx": 0,
  748. "sum": 10,
  749. "taskTypeConfig": {
  750. taskTypeDTO,
  751. }
  752. }).then((res) => {
  753. uni.hideLoading();
  754. if (res.status == 200) {
  755. let data = res.list[0];
  756. if(data){
  757. let deptNotAlertList = data.deptNotAlertList || [];
  758. deptNotAlertList = deptNotAlertList.map(v => v.id);
  759. if(deptNotAlertList.includes(specimenDTO.checkDept.id)){
  760. this.isEndDeptRed = true;
  761. console.log('红色')
  762. fn(false, type, ress);
  763. }else{
  764. this.isEndDeptRed = false;
  765. fn(true, type, ress);
  766. }
  767. console.log('this.isEndDeptRed', this.isEndDeptRed);
  768. }else{
  769. this.isEndDeptRed = false;
  770. fn(true, type, ress);
  771. }
  772. } else {
  773. uni.showToast({
  774. icon: "none",
  775. title: res.msg || "接口获取数据失败!",
  776. });
  777. }
  778. });
  779. }else{
  780. uni.hideLoading();
  781. uni.showToast({
  782. icon: "none",
  783. title: "未查询到标本配送业务!",
  784. });
  785. }
  786. } else {
  787. uni.hideLoading();
  788. uni.showToast({
  789. icon: "none",
  790. title: res.msg || "接口获取数据失败!",
  791. });
  792. }
  793. });
  794. },
  795. },
  796. onShow() {
  797. this.SMFlag = true;
  798. this.gotoFlag = true;
  799. },
  800. onLoad(options) {
  801. this.isEndDeptRedShow = options.isEndDeptRed === 'true';
  802. if (options.status == 200&&options.scanOrHand === 'hand'&&(options.type === "specimen"||options.type === "specimenPlan")) {
  803. this.getPageConfigSpecimen((flag) => {
  804. if(flag){
  805. this.hand_again();
  806. }
  807. });
  808. }
  809. console.log(options, "options");
  810. if (options.speNum) {
  811. this.speNum = options.speNum;
  812. }
  813. if (options.accountObj && options.accountObj != "undefined") {
  814. this.accountObj = JSON.parse(options.accountObj);
  815. }
  816. if (options.deptId && options.deptId != "undefined") {
  817. this.deptId = options.deptId;
  818. }
  819. this.queryObj = options;
  820. if (this.queryObj.model) {
  821. let list = JSON.parse(this.queryObj.model);
  822. this.infoDATA = list;
  823. } else {
  824. this.infoDATA = this.queryObj.infoData;
  825. }
  826. console.log(this.infoDATA, "22222");
  827. this.RESData = this.queryObj.resData;
  828. this.res["status"] = this.queryObj.status;
  829. this.res["msg"] = this.queryObj.msg;
  830. this.res["patient"] = this.queryObj.patient;
  831. this.infoType = this.queryObj.type1;
  832. if (this.queryObj.dept) {
  833. this.DEPT = this.queryObj.dept;
  834. }
  835. this.queryObj.ids = JSON.parse(this.queryObj.ids);
  836. if (this.queryObj.ids) {
  837. this.ids = this.queryObj.ids;
  838. if (this.ids.length > 1) {
  839. this.idsType = 1;
  840. } else {
  841. this.idsType = 2;
  842. }
  843. }
  844. this.DEPTCode = this.queryObj.deptCode;
  845. this.type = this.queryObj.type;
  846. this.taskTypeId = options.taskTypeId
  847. if(options.workOrderList && options.workOrderList!="undefined" && options.workOrderList!=undefined){
  848. this.infoDATA.workOrderList = JSON.parse(options.workOrderList)
  849. }
  850. if(this.queryObj.ids&&this.queryObj.ids.length>0){
  851. this.gdId = this.queryObj.ids[0]
  852. }else{
  853. this.gdId = this.infoDATA.workOrderList[0].id
  854. }
  855. if((this.res.status == 200 && this.type == 'inspect') || this.type == 'patientTransport'){
  856. if(this.infoType == 'ins-dsd-1' ||
  857. this.infoType == 'trans-dsd-1' ||
  858. this.infoDATA.type == 'trans-dsd-1' ||
  859. this.infoDATA.type == 'ins-half-ok'){
  860. this.getQuestionnaireSet()
  861. }
  862. }
  863. if(
  864. (this.res.status == 200 && this.type == 'drugsBag') ||
  865. (this.res.status == 200 && this.type == 'jPBag')){
  866. if(this.infoType == 'drug-dsd-2' || this.infoType == 'jp-dsd-2'){
  867. this.getQuestionnaireSet()
  868. }
  869. }
  870. // #ifdef APP-PLUS
  871. webHandle("no", "app");
  872. // #endif
  873. // #ifdef H5
  874. webHandle("no", "wx");
  875. // #endif
  876. },
  877. };
  878. </script>
  879. <style lang="less">
  880. .Scanning_djInfo {
  881. padding: 0 20rpx;
  882. .Scanning_top {
  883. min-height: 270rpx;
  884. .red {
  885. background-color: #ff3b53 !important;
  886. }
  887. .Scanning_top_icon {
  888. width: 140rpx;
  889. height: 140rpx;
  890. margin: 0 auto;
  891. margin-top: 116rpx;
  892. border-radius: 50%;
  893. line-height: 140rpx;
  894. .speNum{
  895. text-align: center;
  896. font-size: 140rpx;
  897. }
  898. .cubeic-ok {
  899. font-size: 140rpx;
  900. color: #35b34a;
  901. }
  902. .cubeic-close {
  903. font-size: 140rpx;
  904. color: #ff3b53;
  905. }
  906. }
  907. .Scanning_top_text {
  908. .text1 {
  909. margin-top: 40rpx;
  910. font-size: 48rpx;
  911. text-align: center;
  912. }
  913. }
  914. }
  915. .Scanning_cont {
  916. font-size: 32rpx;
  917. text-align: center;
  918. view {
  919. margin-bottom: 16rpx;
  920. }
  921. .text {
  922. margin-top: 24rpx;
  923. color: #35b34a;
  924. }
  925. .text1 {
  926. margin-top: 24rpx;
  927. color: #ff3b53;
  928. }
  929. }
  930. .foot_btn {
  931. line-height: 88rpx;
  932. height: 100rpx;
  933. margin-top: 40rpx;
  934. text-align: center;
  935. display: flex;
  936. .btn1,
  937. .btn2,
  938. .btn3 {
  939. height: 88rpx;
  940. margin: 0 1%;
  941. flex: 1;
  942. background-image: linear-gradient(to right, #72c172, #3bb197);
  943. color: #fff;
  944. border-radius: 8rpx;
  945. font-size: 32rpx;
  946. margin-top: 16rpx;
  947. }
  948. }
  949. .foot_btn_spe {
  950. line-height: 88rpx;
  951. height: 100rpx;
  952. margin-top: 40rpx;
  953. text-align: center;
  954. display: flex;
  955. justify-content: space-between;
  956. flex-wrap: wrap;
  957. &::after {
  958. content: '';
  959. flex: 1;
  960. }
  961. view {
  962. height: 88rpx;
  963. width: 48%;
  964. margin: 0 1%;
  965. background-image: linear-gradient(to right, #72c172, #3bb197);
  966. color: #fff;
  967. border-radius: 8rpx;
  968. font-size: 32rpx;
  969. margin-top: 16rpx;
  970. }
  971. }
  972. }
  973. </style>