scanning_all.vue 46 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354
  1. <template>
  2. <view class="Scanning_all">
  3. <view class="Scanning">
  4. <view class="Scanning_top" id="Scanning_tops" :animation="animationData">
  5. <view class="Scanning_top_icon">
  6. <text class="cubeic-ok icon_transport transport-duigou"></text>
  7. </view>
  8. <view class="Scanning_top_text">
  9. <view class="text1">签到成功</view>
  10. </view>
  11. <view class="Scanning_cont">
  12. 当前科室关联多个工单,请查看工单信息,
  13. <view>可选择多个工单后,点击 一键送达 完成配送.</view>
  14. </view>
  15. </view>
  16. <view class="title" v-if="workData && workData.length > 0">
  17. <text class="span1">工单信息</text>
  18. <text class="span2" @click="all()" v-if="tabType != 'specimenPlan'">全选</text>
  19. <text class="span3" @click="Dall()">全不选</text>
  20. </view>
  21. <view class="tabs" v-if="workData && workData.length > 0">
  22. <view class="tab">
  23. <view @click="act('drugsBag')" v-if="infoDATA['drugsBag']">
  24. <view id="10" :class="{ acts: tabType == 'drugsBag' }">药品({{ infoDATA.drugsBag.length }})</view>
  25. </view>
  26. <view @click="act('specimen')" v-if="infoDATA['specimen']">
  27. <view id="40" :class="{ acts: tabType == 'specimen' }">标本({{ infoDATA.specimen.length }})</view>
  28. </view>
  29. <view @click="act('specimenPlan')" v-if="infoDATA['specimenPlan']">
  30. <view id="40" :class="{ acts: tabType == 'specimenPlan' }">标本轮巡({{ infoDATA.specimenPlan.length }})</view>
  31. </view>
  32. <view @click="act('patientTransport')" v-if="infoDATA['patientTransport']">
  33. <view id="20" :class="{ acts: tabType == 'patientTransport' }">患者转运({{ infoDATA.patientTransport.length }})
  34. </view>
  35. </view>
  36. <view @click="act('inspect')" v-if="infoDATA['inspect']">
  37. <view id="30" :class="{ acts: tabType == 'inspect' }">患者陪检({{ infoDATA.inspect.length }})</view>
  38. </view>
  39. <view @click="act('jPBag')" v-if="infoDATA['jPBag']">
  40. <view id="40" :class="{ acts: tabType == 'jPBag' }">静配({{ infoDATA.jPBag.length }})</view>
  41. </view>
  42. <view @click="act('other')" v-if="infoDATA['other']">
  43. <view id="40" :class="{ acts: tabType == 'other' }">其他({{ infoDATA.other.length }})</view>
  44. </view>
  45. <view @click="act('blood')" v-if="infoDATA['blood']">
  46. <view id="40" :class="{ acts: tabType == 'blood' }">血制品({{ infoDATA.blood.length }})</view>
  47. </view>
  48. <view @click="act('clothingGet')" v-if="infoDATA['clothingGet']">
  49. <view id="40" :class="{ acts: tabType == 'clothingGet' }">被服洗涤回收({{ infoDATA.clothingGet.length }})</view>
  50. </view>
  51. <view @click="act('clothingSend')" v-if="infoDATA['clothingSend']">
  52. <view id="40" :class="{ acts: tabType == 'clothingSend' }">被服洗涤送回({{ infoDATA.clothingSend.length }})</view>
  53. </view>
  54. </view>
  55. </view>
  56. <view class="page_items" v-if="!workData" style="font-size: 18px; margin-top: 15%">
  57. <view class="zwsj">
  58. <image class="zwsj_img" mode="widthFix" src="../../static/img/zanwushuju.png"></image>
  59. <view class="zwsj_txt">暂无工单</view>
  60. </view>
  61. </view>
  62. <view class="page_items footerOtherMargin" v-if="workData && workData.length > 0">
  63. <view class="page_item" v-for="(infoDATA, i) of workData" :key="i">
  64. <view class="page_item_top">
  65. <view class="page_item_top_L">
  66. <text v-show="hasSelect(infoDATA.id)" class="ac" @click="ac(infoDATA, i)" :id="infoDATA.id">
  67. <text class="ac-span"></text>
  68. </text>
  69. <text v-show="!hasSelect(infoDATA.id)" class="ac1" @click="ac1(infoDATA, i)"
  70. :id="infoDATA.id + '0'"></text>
  71. <text class="L_text">单号:{{ infoDATA.gdcode }}</text>
  72. <view class="page_item_cont_start emergency1" v-if="infoDATA.emergencyType.value == 1">
  73. <text class="page_item_cont_start_txt">
  74. <text class="cubeic-star icon_transport transport-shiwujiaoxing"></text>
  75. {{ infoDATA.emergencyType.name }}
  76. </text>
  77. </view>
  78. <view class="page_item_cont_start emergency" v-if="infoDATA.emergencyType.value == 2">
  79. <text class="page_item_cont_start_txt">
  80. <text class="cubeic-star icon_transport transport-shiwujiaoxing"></text>
  81. {{ infoDATA.emergencyType.name }}
  82. </text>
  83. </view>
  84. <view class="page_item_cont_start emergencys" v-if="infoDATA.emergencyType.value == 3">
  85. <text class="page_item_cont_start_txt">
  86. <text class="cubeic-star icon_transport transport-shiwujiaoxing"></text>
  87. {{ infoDATA.emergencyType.name }}
  88. </text>
  89. </view>
  90. </view>
  91. <view class="page_item_top_R">
  92. <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'specimen'">标本</text>
  93. <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'specimenPlan'">标本</text>
  94. <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'drugsBag'">药品</text>
  95. <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'jPBag'">静配</text>
  96. <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'inspect'">患者陪检</text>
  97. <text class="L_iocn" v-if="
  98. infoDATA.taskType.associationType.value == 'patientTransport'
  99. ">患者转运</text>
  100. <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'other'">其他</text>
  101. <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'ordinary' && infoDATA.taskType.ordinaryField.value == 'blood'">血制品</text>
  102. <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'ordinary' && infoDATA.taskType.ordinaryField.value == 'clothingGet'">被服洗涤回收</text>
  103. <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'ordinary' && infoDATA.taskType.ordinaryField.value == 'clothingSend'">被服洗涤送回</text>
  104. </view>
  105. <view class="L"></view>
  106. <view class="R"></view>
  107. </view>
  108. <view class="page_item_cont">
  109. <view class="page_item_cont_T">
  110. <view class="page_item_cont_title">
  111. <text> <text class="starting">起</text> 点科室 </text>
  112. <text class="text_big">{{ infoDATA.startDept.dept }}</text>
  113. </view>
  114. </view>
  115. <view class="line"></view>
  116. <view class="page_item_cont_B">
  117. <template v-if="infoDATA.taskType.associationType.value == 'inspect'">
  118. <view class="page_item_cont_title" v-for="(dept, i) of infoDATA.middleDept" :key="i">
  119. <text> <text class="End">检</text> 查科室 </text>
  120. <text class="text_big">{{ dept.dept }}</text>
  121. <view></view>
  122. </view>
  123. </template>
  124. <template v-if="infoDATA.taskType.associationType.value != 'inspect'">
  125. <view class="page_item_cont_title" v-for="(dept, i) of infoDATA.endDepts" :key="i">
  126. <text> <text class="End">终</text> 点科室 </text>
  127. <text class="text_big">{{ dept.dept }}</text>
  128. </view>
  129. </template>
  130. </view>
  131. </view>
  132. <view class="page_item_foot">
  133. <view class="page_item_foot_text">
  134. <text class="text1">状态</text>
  135. <text class="text2" v-if="
  136. !(
  137. infoDATA.gdState.value == '5' &&
  138. infoDATA.taskType.associationType.value == 'inspect'
  139. )
  140. ">{{ infoDATA.gdState.name }}</text>
  141. <text class="text2" v-if="
  142. infoDATA.gdState.value == '5' &&
  143. infoDATA.taskType.associationType.value == 'inspect'
  144. ">待送回</text>
  145. </view>
  146. <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '2'">
  147. <text class="text1">预计响应时间</text>
  148. <text class="text2">{{ infoDATA.estimeResponseTime || '无' }}</text>
  149. </view>
  150. <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '5'">
  151. <text class="text1" v-if="!(infoDATA.taskType.associationType.value == 'inspect')">预计送达时间</text>
  152. <text class="text1" v-if="infoDATA.taskType.associationType.value == 'inspect'">预计送回时间</text>
  153. <text class="text2">{{ infoDATA.estimeCompleteTime || '无' }}</text>
  154. </view>
  155. <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '4'">
  156. <text class="text1">预计到达时间</text>
  157. <text class="text2">{{ infoDATA.estimateArriveTime || '无' }}</text>
  158. </view>
  159. <view class="page_item_foot_text">
  160. <text class="text1">创建时间</text>
  161. <text class="text2">{{ infoDATA.startTime || '无' }}</text>
  162. </view>
  163. </view>
  164. </view>
  165. </view>
  166. <view class="foot_btn2 footerPadding" v-if="workData && workData.length > 0">
  167. <view class="btn1" @click="allStart()" v-if="flag">一键操作</view>
  168. <view class="btn1" v-if="!flag">一键操作</view>
  169. <view class="btn1" @click="showAlert">知道了</view>
  170. </view>
  171. <view class="foot_btn1 footerPadding" v-if="!workData">
  172. <view class="btn3" @click="showAlert">知道了</view>
  173. </view>
  174. </view>
  175. <!-- 弹窗 -->
  176. <showModel :title="models.title" :icon="models.icon" :disjunctor="models.disjunctor" :content="models.content"
  177. @know="know" :operate="models.operate"></showModel>
  178. <!-- 填写交接人工号弹窗 -->
  179. <selectAccount v-if="hosModels.disjunctor" :disjunctor="hosModels.disjunctor" @ok="hosOk"
  180. @cancel="hosCancel">
  181. </selectAccount>
  182. </view>
  183. </template>
  184. <script>
  185. import showModel from "../../components/showModel/showModel.vue";
  186. import {
  187. post,
  188. SM,
  189. webHandle
  190. } from "../../http/http.js";
  191. export default {
  192. data() {
  193. return {
  194. hosId: null,
  195. currentCode: '', //当前小扫描的科室二维码
  196. SMFlag: true,
  197. // 填写交接人工号弹窗model
  198. hosModels: {
  199. disjunctor: false,
  200. },
  201. // 弹窗model
  202. models: {
  203. disjunctor: false,
  204. },
  205. infoDATA: {},
  206. workData: [],
  207. tabType: "", //当前选中项
  208. userId: {
  209. ids: [],
  210. },
  211. typeData: [],
  212. types: false,
  213. code: "",
  214. deptId: '',
  215. deptName: '',
  216. flag: true, //一键操作,禁止多次
  217. flagTimer: null,
  218. selectArr: [], //选中项
  219. animationData: {}, //动画
  220. };
  221. },
  222. methods: {
  223. // 填写交接人工号-确认
  224. hosOk(data) {
  225. console.log(data);
  226. const {
  227. accountName,
  228. account,
  229. accountId
  230. } = data;
  231. if (!accountName && !account) {
  232. //没有填写交接人
  233. uni.showModal({
  234. title: "提示",
  235. content: "请填写交接人工号!",
  236. showCancel: false,
  237. success: function(res) {
  238. if (res.confirm) {
  239. console.log("用户点击确定");
  240. } else if (res.cancel) {
  241. console.log("用户点击取消");
  242. }
  243. },
  244. });
  245. return;
  246. } else if ((!accountName && account) || (accountName && !account)) {
  247. //没有填写交接人
  248. uni.showModal({
  249. title: "提示",
  250. content: "请填写正确的交接人工号!",
  251. showCancel: false,
  252. success: function(res) {
  253. if (res.confirm) {
  254. console.log("用户点击确定");
  255. } else if (res.cancel) {
  256. console.log("用户点击取消");
  257. }
  258. },
  259. });
  260. return;
  261. }
  262. this.hosModels.disjunctor = false;
  263. this.orderDeptHandler(false, data);
  264. },
  265. // 填写交接人工号-取消
  266. hosCancel() {
  267. this.hosModels.disjunctor = false;
  268. this.flag = true;
  269. },
  270. // 填写交接人工号弹窗
  271. showSelectAccount() {
  272. this.hosModels = {
  273. disjunctor: true,
  274. };
  275. },
  276. // 知道了
  277. showAlert() {
  278. uni.navigateTo({
  279. url: "../receiptpage/receiptpage",
  280. });
  281. },
  282. // 标本配送-待送达-运输过程-标本数字交接,则,科室签到不需要填写交接人
  283. validateHandoverSpecimen(){
  284. return post("/simple/data/fetchDataList/taskType", {
  285. "idx": 0,
  286. "sum": 1,
  287. "taskType": {
  288. "hosId": {
  289. "id": this.hosId
  290. },
  291. "associationType": {
  292. "key": "association_types",
  293. "value": "specimen"
  294. }
  295. }
  296. });
  297. },
  298. //科室签到
  299. //trueBigScanner----判断是否大扫描
  300. //bigScanner----判断是否需要交接人
  301. //accountObj----弹窗填写的交接人信息
  302. async orderDeptHandler(bigScanner, accountObj) {
  303. console.log(this.infoDATA);
  304. uni.showLoading({
  305. title: "加载中",
  306. mask: true,
  307. });
  308. if(this.tabType === 'specimen' && this.infoDATA.specimen && this.infoDATA.specimen[0].gdState.value == 5){
  309. let result = await this.validateHandoverSpecimen();
  310. if (result.status == 200) {
  311. if(result.list.length){
  312. // 标本-运送过程-终点科室-标本数字交接
  313. if(result.list[0].carryingCourses[1].checkoutMethod.value == 3){
  314. bigScanner = false;
  315. }
  316. }else{
  317. uni.showToast({
  318. icon: "none",
  319. title: "请配置标本配送任务类型!",
  320. });
  321. uni.hideLoading();
  322. return;
  323. }
  324. }
  325. }
  326. let type = "orderSign/" + this.code;
  327. let list = {
  328. ids: this.userId.ids,
  329. trueBigScanner: ['666']
  330. };
  331. bigScanner && (list.bigScanner = ['666']);
  332. if (accountObj) {
  333. list.handover = [accountObj.accountId];
  334. }
  335. post("/workerOrder/" + type, list).then((res) => {
  336. console.log(this.tabType)
  337. uni.hideLoading();
  338. if (res.status == 200) {
  339. if (this.tabType == "inspect" || this.tabType == "patientTransport") {
  340. if (res.ids) {
  341. for (var i = 0; i < this.userId.ids.length; i++) {
  342. if (this.userId.ids[i] == res.ids[0]) {
  343. this.userId.ids.splice(i, 1);
  344. }
  345. }
  346. }
  347. uni.navigateTo({
  348. url: `../scanning_djInfo/scanning_djInfo?type=${
  349. this.tabType
  350. }&type1=${res.type}&infoData=${res.data}&status=${
  351. res.status
  352. }&msg=${res.msg}&deptCode=${this.code}&dept=${
  353. res.dept
  354. }&ids=${encodeURIComponent(
  355. JSON.stringify(this.userId.ids)
  356. )}&model=${encodeURIComponent(JSON.stringify(res))}`,
  357. });
  358. } else if (this.tabType == 'specimenPlan') {
  359. // -----------------------------
  360. console.log(this.selectArr, '选中工单')
  361. let gd = this.infoDATA.specimenPlan.find(v => v.id == this.selectArr[0]);
  362. let startDeptId = gd.startDept.id; //起点科室id
  363. let isDigitalHandover = gd.taskType.isDigitalHandover; //是否数字交接开关
  364. let signDeptId = res.deptId; //签到的科室id
  365. let gdId = gd.id;
  366. let gdState = gd.gdState.value;
  367. let endDepts = gd.endDepts.map(v => v.id).toString();
  368. uni.navigateTo({
  369. url: `../scanning_djEnd/scanning_djEnd?type=${
  370. this.tabType
  371. }&type1=${res.type}&code=${this.code}&dept=${
  372. res.dept
  373. }&ids=${encodeURIComponent(
  374. JSON.stringify(this.userId.ids)
  375. )}&model=${encodeURIComponent(JSON.stringify(res))}&accountObj=${encodeURIComponent(JSON.stringify(accountObj))}&deptId=${res.deptId}&startDeptId=${startDeptId}&isDigitalHandover=${isDigitalHandover}&signDeptId=${signDeptId}&gdId=${gdId}&gdState=${gdState}&endDepts=${endDepts}`,
  376. });
  377. } else if (this.tabType == 'specimen') {
  378. if (res.deptType && res.deptType.value === 'middleRoom') {
  379. // 如果是中转科室
  380. uni.navigateTo({
  381. url: `../checkAfterBigScreen/checkAfterBigScreen?type=${
  382. this.tabType
  383. }&type1=${res.type}&code=${this.code}&dept=${
  384. res.dept
  385. }&ids=${encodeURIComponent(
  386. JSON.stringify(this.userId.ids)
  387. )}&model=${encodeURIComponent(JSON.stringify(res))}&accountObj=${encodeURIComponent(JSON.stringify(accountObj))}&deptId=${res.deptId}`,
  388. });
  389. } else if(res.type === 'spe-dsd-4'){
  390. // 检验方式是标本数字交接
  391. uni.navigateTo({
  392. url: `/pages/specimenHandoverNew/specimenHandoverNew?type=${
  393. this.tabType
  394. }&type1=${res.type}&code=${this.code}&dept=${
  395. res.dept
  396. }&ids=${encodeURIComponent(
  397. JSON.stringify(this.userId.ids)
  398. )}&model=${encodeURIComponent(JSON.stringify(res))}&accountObj=${encodeURIComponent(JSON.stringify(accountObj))}&deptId=${res.deptId}`,
  399. });
  400. } else {
  401. uni.navigateTo({
  402. url: `../scanning_djEnd/scanning_djEnd?type=${
  403. this.tabType
  404. }&type1=${res.type}&code=${this.code}&dept=${
  405. res.dept
  406. }&ids=${encodeURIComponent(
  407. JSON.stringify(this.userId.ids)
  408. )}&model=${encodeURIComponent(JSON.stringify(res))}&accountObj=${encodeURIComponent(JSON.stringify(accountObj))}&deptId=${res.deptId}`,
  409. });
  410. }
  411. } else {
  412. uni.navigateTo({
  413. url: `../scanning_djEnd/scanning_djEnd?type=${
  414. this.tabType
  415. }&type1=${res.type}&code=${this.code}&dept=${
  416. res.dept
  417. }&ids=${encodeURIComponent(
  418. JSON.stringify(this.userId.ids)
  419. )}&model=${encodeURIComponent(JSON.stringify(res))}&accountObj=${encodeURIComponent(JSON.stringify(accountObj))}&deptId=${res.deptId}`,
  420. });
  421. }
  422. } else if (res.status == "0000") {
  423. this.showSelectAccount();
  424. } else {
  425. this.flag = true;
  426. uni.navigateTo({
  427. url: `../scanning_djEnd/scanning_djEnd?type=${this.tabType}&type1=${
  428. res.type
  429. }&code=${this.code}&dept=${res.dept}&ids=${encodeURIComponent(
  430. JSON.stringify(this.userId.ids)
  431. )}&model=${encodeURIComponent(JSON.stringify(res))}&deptId=${res.deptId}`,
  432. });
  433. }
  434. });
  435. },
  436. //一键操作
  437. allStart() {
  438. console.log(this.tabType)
  439. clearTimeout(this.flagTimer);
  440. this.flagTimer = setTimeout(() => {
  441. this.flag = false;
  442. let list = {};
  443. let type = "";
  444. console.log(this.userId)
  445. if (this.userId.ids.length > 0) {
  446. if (this.tabType == "blood") {
  447. uni.showLoading({
  448. title: "加载中",
  449. mask: true,
  450. });
  451. // 判断是否签到批量核对
  452. post('/simple/data/fetchDataList/taskTypeConfig', {
  453. idx: 0,
  454. sum: 1,
  455. taskTypeConfig: {
  456. "taskTypeDTO": {
  457. "hosId": {
  458. "id": this.hosId
  459. },
  460. "ordinaryField": {
  461. "key": "ordinary_field",
  462. "value": "blood"
  463. }
  464. }
  465. },
  466. }).then(res => {
  467. if(res.status == 200){
  468. let list = res.list || [];
  469. if(list.length > 0){
  470. let signTypeList = list[0].signTypeList || [];
  471. let signType = signTypeList.find( v => v.value == 4 );
  472. if(signType){
  473. uni.hideLoading();
  474. uni.navigateTo({
  475. url: `/pages/newBlood/endOrderSignBlood/endOrderSignBlood?orderIds=${this.userId.ids.toString()}&deptName=${this.deptName}&deptId=${this.deptId}`,
  476. });
  477. }else{
  478. // 万能交接服务的血制品
  479. let postData = {
  480. "idx": 0,
  481. "sum": 1,
  482. "taskTypeConfig": {
  483. "taskTypeDTO": {
  484. "hosId": {
  485. "id": this.hosId
  486. },
  487. "ordinaryField": {
  488. "key": "ordinary_field",
  489. "value": "blood"
  490. }
  491. }
  492. }
  493. };
  494. post("/simple/data/fetchDataList/taskTypeConfig", postData).then((result) => {
  495. uni.hideLoading();
  496. if(result.status == 200){
  497. if(result.list && result.list[0] && result.list[0].checkType){
  498. if(result.list[0].checkType.value == 1){
  499. // 起点终点科室按照血制品类型进行核对
  500. uni.navigateTo({
  501. url: `../signIn_blood/signIn_blood?deptName=${this.deptName}&orderId=${this.userId.ids[0]}`,
  502. });
  503. }else if(result.list[0].checkType.value == 2){
  504. // 终点科室无需扫码进行核对
  505. uni.navigateTo({
  506. url: `../check_blood/check_blood?orderId=${this.userId.ids[0]}`,
  507. });
  508. }
  509. }else{
  510. uni.showToast({
  511. icon: "none",
  512. title: "请前往血制品配置页面配置核对方式!",
  513. });
  514. }
  515. }else{
  516. uni.showToast({
  517. icon: "none",
  518. title: result.msg || "接口获取数据失败!",
  519. });
  520. }
  521. })
  522. }
  523. }else{
  524. uni.showToast({
  525. icon: "none",
  526. title: "请配置血制品任务类型!",
  527. });
  528. }
  529. }else{
  530. uni.hideLoading();
  531. uni.showToast({
  532. icon: "none",
  533. title: res.msg || "接口获取数据失败!",
  534. });
  535. }
  536. })
  537. }else if (this.tabType == "clothingGet") {
  538. uni.navigateTo({
  539. url: `../quiltWashing/quiltWashingGetEndCheck/quiltWashingGetEndCheck?orderIds=${this.userId.ids.toString()}&endDeptName=${this.deptName}`
  540. })
  541. } else if (this.tabType == "clothingSend") {
  542. let postData = {
  543. ids: this.userId.ids,
  544. type: 'clothingSend',
  545. };
  546. uni.showLoading({
  547. title: "加载中",
  548. mask: true,
  549. });
  550. post("/transflow/bigScan", postData).then((res) => {
  551. uni.hideLoading();
  552. if (res.status == 200) {
  553. uni.navigateTo({
  554. url: "../receiptpage/receiptpage",
  555. });
  556. } else {
  557. uni.showToast({
  558. icon: "none",
  559. title: res.msg || "接口获取数据失败!",
  560. });
  561. }
  562. });
  563. } else if (
  564. this.tabType == "drugsBag" ||
  565. this.tabType == "jPBag" ||
  566. this.tabType == "other" ||
  567. this.tabType == "specimen" ||
  568. this.tabType == "specimenPlan"
  569. ) {
  570. this.orderDeptHandler(true);
  571. } else {
  572. if (!this.SMFlag) {
  573. return;
  574. }
  575. this.SMFlag = false;
  576. SM()
  577. .then((ress1) => {
  578. uni.showLoading({
  579. title: "加载中",
  580. mask: true,
  581. });
  582. //检验二维码的有效性
  583. post("/dept/scanning", {
  584. content: ress1,
  585. }).then((result) => {
  586. this.SMFlag = true;
  587. this.currentCode = result.code;
  588. if (result.state == 200 || result.state == 201) {
  589. let ress = result.code;
  590. if (ress) {
  591. if (this.tabType == "patientTransport") {
  592. type = "handleTrans";
  593. let data = {
  594. ids: this.userId.ids,
  595. deptCode: this.code,
  596. code: ress,
  597. };
  598. list = data;
  599. }
  600. if (this.tabType == "inspect") {
  601. type = "handleIns";
  602. let data = {
  603. ids: this.userId.ids,
  604. deptCode: this.code,
  605. code: ress,
  606. };
  607. list = data;
  608. }
  609. post("/workerOrder/" + type, list).then((res) => {
  610. uni.hideLoading();
  611. if (res.status == 200) {
  612. if (
  613. this.tabType == "inspect" ||
  614. this.tabType == "patientTransport"
  615. ) {
  616. if (res.ids) {
  617. for (var i = 0; i < this.userId.ids.length; i++) {
  618. if (this.userId.ids[i] == res.ids[0]) {
  619. this.userId.ids.splice(i, 1);
  620. }
  621. }
  622. }
  623. uni.navigateTo({
  624. url: `../scanning_djInfo/scanning_djInfo?type=${
  625. this.tabType
  626. }&type1=${res.type}&infoData=${res.data}&status=${
  627. res.status
  628. }&msg=${res.msg}&deptCode=${this.code}&dept=${
  629. res.dept
  630. }&ids=${encodeURIComponent(
  631. JSON.stringify(this.userId.ids)
  632. )}&model=${encodeURIComponent(
  633. JSON.stringify(res)
  634. )}`,
  635. });
  636. } else {
  637. uni.navigateTo({
  638. url: `../scanning_djEnd/scanning_djEnd?type=${
  639. this.tabType
  640. }&type1=${res.type}&dept=${
  641. res.dept
  642. }&ids=${encodeURIComponent(
  643. JSON.stringify(this.userId.ids)
  644. )}&model=${encodeURIComponent(
  645. JSON.stringify(res)
  646. )}&code=${this.code}`,
  647. });
  648. }
  649. } else {
  650. uni.navigateTo({
  651. url: `../scanning_djEnd/scanning_djEnd?type=${
  652. this.tabType
  653. }&type1=${res.type}&dept=${
  654. res.dept
  655. }&ids=${encodeURIComponent(
  656. JSON.stringify(this.userId.ids)
  657. )}&model=${encodeURIComponent(
  658. JSON.stringify(res)
  659. )}&code=${this.code}&qrcode=${this.currentCode}`,
  660. });
  661. }
  662. });
  663. }
  664. } else {
  665. this.flag = true;
  666. uni.hideLoading();
  667. uni.showToast({
  668. icon: "none",
  669. title: result.info || "接口获取数据失败!",
  670. });
  671. }
  672. });
  673. })
  674. .catch((err) => {
  675. this.SMFlag = true;
  676. });
  677. }
  678. } else {
  679. this.flag = true;
  680. this.models = {
  681. disjunctor: true,
  682. title: "提示",
  683. content: "请选择工单!",
  684. icon: "warn",
  685. operate: {
  686. know: "知道了",
  687. },
  688. };
  689. }
  690. }, 500);
  691. },
  692. typePD(data, list) {
  693. if (list) {
  694. if (data.length >= 2) {
  695. for (var i = 0; i < data.length; i++) {
  696. if (data[i].gdState.value != list.gdState.value) {
  697. this.typeData.splice(i, 1);
  698. this.types = true;
  699. }
  700. }
  701. } else {
  702. this.types = false;
  703. }
  704. } else if (data.length == 1) {
  705. this.types = false;
  706. } else {
  707. this.types = false;
  708. for (var i = 0; i < data.length; i++) {
  709. if (data[0].gdState.value != data[i].gdState.value) {
  710. this.typeData.splice(i, 1);
  711. this.types = true;
  712. }
  713. }
  714. }
  715. },
  716. act(type) {
  717. this.Dall();
  718. this.tabType = type;
  719. this.workData = this.infoDATA[type];
  720. this.all();
  721. },
  722. // 已选择的项中是否包含该id
  723. hasSelect(id) {
  724. return this.selectArr.includes(id);
  725. },
  726. //取消
  727. ac(data, i) {
  728. console.log(data, i, this.selectArr, this.userId.ids, this.typeData);
  729. // id放入数组
  730. this.selectArr = this.selectArr.filter((item) => item != data.id);
  731. for (var i = 0; i < this.userId.ids.length; i++) {
  732. if (this.userId.ids[i] == data.id) {
  733. this.typeData.splice(i, 1);
  734. this.userId.ids.splice(i, 1);
  735. }
  736. }
  737. },
  738. //选中
  739. ac1(data, i) {
  740. console.log(data, i, this.userId.ids, '选中');
  741. if (this.tabType == 'specimenPlan' && this.typeData.length > 0) {
  742. this.typeData = [data];
  743. } else {
  744. this.typeData.push(data);
  745. }
  746. this.types = false;
  747. for (var i = 0; i < this.typeData.length; i++) {
  748. if (this.typeData[0].gdState.value != this.typeData[i].gdState.value) {
  749. this.models = {
  750. disjunctor: true,
  751. title: "提示",
  752. content: "请选择不同状态的工单!",
  753. icon: "warn",
  754. operate: {
  755. know: "知道了",
  756. },
  757. };
  758. this.typeData.splice(i, 1);
  759. this.types = true;
  760. }
  761. }
  762. if (!this.types) {
  763. if (this.tabType == 'specimenPlan' && this.typeData.length > 0) {
  764. this.userId.ids = [data.id];
  765. this.selectArr = [data.id];
  766. } else {
  767. this.userId.ids.push(data.id);
  768. this.selectArr.push(data.id);
  769. }
  770. }
  771. },
  772. //全选
  773. all() {
  774. let id = [];
  775. this.typeData = JSON.parse(JSON.stringify(this.workData));
  776. this.typePD(this.workData);
  777. if (this.types) {
  778. this.models = {
  779. disjunctor: true,
  780. title: "提示",
  781. content: "请选择不同状态的工单!",
  782. icon: "warn",
  783. operate: {
  784. know: "知道了",
  785. },
  786. };
  787. this.typeData = [];
  788. } else {
  789. for (var i = 0; i < this.workData.length; i++) {
  790. id.push(this.workData[i].id);
  791. this.selectArr.push(this.workData[i].id);
  792. }
  793. this.userId.ids = id;
  794. }
  795. },
  796. //全不选
  797. Dall() {
  798. this.selectArr = [];
  799. this.typeData = [];
  800. this.userId.ids = [];
  801. },
  802. texiao() {
  803. setTimeout(() => {
  804. this.animation.height(0).opacity(0).step();
  805. this.animationData = this.animation.export();
  806. }, 15000);
  807. },
  808. // 知道了
  809. know() {
  810. this.models.disjunctor = false;
  811. },
  812. },
  813. onLoad(options) {
  814. console.log(options, 'options');
  815. this.infoDATA = JSON.parse(options.infoDATA); //扫描科室码返回的信息
  816. console.log(this.infoDATA);
  817. this.code = options.code; //扫描科室码返回的二维码信息
  818. this.deptName = options.deptName; //扫描科室码返回的科室名称
  819. this.deptId = options.deptId; //扫描科室码返回的科室ID
  820. let arr = [];
  821. for (let key in this.infoDATA) {
  822. if(key === 'ordinary'){
  823. // 如果是万能交接服务,key值要从关联业务区分
  824. this.infoDATA['ordinary'].forEach(v => {
  825. arr.push(v.taskType.ordinaryField.value);
  826. if(this.infoDATA[v.taskType.ordinaryField.value]){
  827. this.infoDATA[v.taskType.ordinaryField.value].push(v);
  828. }else{
  829. this.infoDATA[v.taskType.ordinaryField.value] = [v];
  830. }
  831. })
  832. delete this.infoDATA['ordinary'];
  833. }else{
  834. arr.push(key);
  835. }
  836. }
  837. console.log(this.infoDATA);
  838. this.workData = this.infoDATA[arr[0]];
  839. this.tabType = arr[0];
  840. this.all();
  841. // #ifdef APP-PLUS
  842. webHandle("no", "app");
  843. // #endif
  844. // #ifdef H5
  845. webHandle("no", "wx");
  846. // #endif
  847. },
  848. onShow() {
  849. this.SMFlag = true;
  850. this.flag = true;
  851. // 创建动画
  852. this.animation = uni.createAnimation({
  853. duration: 500,
  854. timingFunction: "ease",
  855. delay: 2000,
  856. });
  857. setTimeout(() => {
  858. this.texiao();
  859. }, 500);
  860. },
  861. onHide() {
  862. this.animationData = {};
  863. },
  864. onUnload() {
  865. // 页面关闭后清空数据
  866. this.animationData = {};
  867. },
  868. created(){
  869. this.hosId = uni.getStorageSync('userData').user.currentHospital.id;
  870. }
  871. };
  872. </script>
  873. <style lang="less">
  874. ::-webkit-scrollbar {
  875. width: 0;
  876. }
  877. ::-webkit-scrollbar-track {
  878. background-color: none;
  879. }
  880. ::-webkit-scrollbar-thumb {
  881. background-color: none;
  882. }
  883. ::-webkit-scrollbar-thumb:hover {
  884. background-color: none;
  885. }
  886. ::-webkit-scrollbar-thumb:active {
  887. background-color: none;
  888. }
  889. .Scanning_all {
  890. .title {
  891. font-size: 36rpx;
  892. margin-top: 20rpx;
  893. margin-bottom: 20rpx;
  894. font-weight: 700;
  895. position: relative;
  896. height: 40rpx;
  897. .span1 {
  898. position: absolute;
  899. left: 0;
  900. font-weight: 700;
  901. }
  902. .span2 {
  903. position: absolute;
  904. right: 20%;
  905. color: rgb(73, 184, 86);
  906. }
  907. .span3 {
  908. position: absolute;
  909. right: 0;
  910. color: rgb(73, 184, 86);
  911. }
  912. }
  913. .tabs {
  914. height: 90rpx;
  915. width: 100%;
  916. overflow-x: auto;
  917. overflow-y: hidden;
  918. position: relative;
  919. background: #fff;
  920. .acts {
  921. background: #ccc;
  922. height: 50rpx !important;
  923. width: 80% !important;
  924. border-radius: 20rpx;
  925. }
  926. .tab {
  927. display: flex;
  928. align-items: center;
  929. flex-wrap: nowrap;
  930. height: 90rpx;
  931. position: absolute;
  932. width: auto;
  933. padding-top: 6rpx;
  934. view {
  935. display: inline-block;
  936. width: 300rpx;
  937. line-height: 48rpx;
  938. font-size: 32rpx;
  939. height: 100%;
  940. text-align: center;
  941. }
  942. }
  943. }
  944. .Scanning {
  945. padding: 0 20rpx;
  946. height: calc(100% - 100rpx);
  947. // seimin
  948. .Scanning_top {
  949. height: 400rpx;
  950. opacity: 1;
  951. .Scanning_top_icon {
  952. width: 140rpx;
  953. height: 140rpx;
  954. margin: 0 auto;
  955. margin-top: 36rpx;
  956. border-radius: 50%;
  957. line-height: 140rpx;
  958. .cubeic-ok {
  959. font-size: 140rpx;
  960. color: #35b34a;
  961. }
  962. }
  963. .Scanning_top_text {
  964. .text1 {
  965. margin-top: 40rpx;
  966. font-size: 48rpx;
  967. text-align: center;
  968. }
  969. }
  970. .Scanning_cont {
  971. font-size: 32rpx;
  972. margin-top: 30rpx;
  973. text-align: center;
  974. .text1 {
  975. margin-top: 24rpx;
  976. color: #ff3b53;
  977. }
  978. }
  979. }
  980. .page_items {
  981. margin-bottom: 110rpx;
  982. .zwsj {
  983. margin-top: 180rpx;
  984. text-align: center;
  985. .zwsj-img {
  986. width: 560rpx;
  987. }
  988. .zwsj_txt {
  989. font-size: 36rpx;
  990. font-weight: 700;
  991. margin-top: 20rpx;
  992. text-align: center;
  993. }
  994. }
  995. .page_item {
  996. margin-top: 16rpx;
  997. min-height: 356rpx;
  998. background: #fff;
  999. border-radius: 8rpx;
  1000. overflow: hidden;
  1001. padding: 0 16rpx;
  1002. border: 2rpx solid #e5e9ed;
  1003. .L {
  1004. width: 40rpx;
  1005. height: 40rpx;
  1006. border-radius: 50%;
  1007. background: #f9fafb;
  1008. position: relative;
  1009. left: -50rpx;
  1010. top: 66rpx;
  1011. }
  1012. .R {
  1013. width: 40rpx;
  1014. height: 40rpx;
  1015. border-radius: 50%;
  1016. background: #f9fafb;
  1017. position: relative;
  1018. float: right;
  1019. right: -50rpx;
  1020. top: 26rpx;
  1021. }
  1022. .starting {
  1023. width: 50rpx;
  1024. height: 50rpx;
  1025. color: #fff;
  1026. background: #49b856;
  1027. display: inline-block;
  1028. border-radius: 50%;
  1029. text-align: center;
  1030. line-height: 46rpx;
  1031. font-size: 32rpx;
  1032. margin-right: 6rpx;
  1033. }
  1034. .End {
  1035. width: 50rpx;
  1036. height: 50rpx;
  1037. color: #fff;
  1038. background: #39b199;
  1039. display: inline-block;
  1040. border-radius: 50%;
  1041. text-align: center;
  1042. line-height: 46rpx;
  1043. font-size: 32rpx;
  1044. margin-right: 6rpx;
  1045. }
  1046. .page_item_top {
  1047. height: 86rpx;
  1048. border-bottom: 2rpx dashed #e5e9ed;
  1049. padding: 0 16rpx;
  1050. .page_item_top_L {
  1051. height: 100%;
  1052. float: left;
  1053. line-height: 88rpx;
  1054. display: flex;
  1055. align-items: center;
  1056. .ac {
  1057. width: 32rpx;
  1058. height: 32rpx;
  1059. border: 2rpx solid #ccc;
  1060. display: inline-block;
  1061. position: relative;
  1062. .ac-span {
  1063. position: absolute;
  1064. left: 50%;
  1065. top: 50%;
  1066. width: 24rpx;
  1067. height: 24rpx;
  1068. background: #39b199;
  1069. transform: translate(-50%, -50%);
  1070. }
  1071. }
  1072. .ac1 {
  1073. width: 32rpx;
  1074. height: 32rpx;
  1075. border: 2rpx solid #ccc;
  1076. display: inline-block;
  1077. position: relative;
  1078. }
  1079. .emergencys {
  1080. background: #ff3b53 !important;
  1081. width: 124rpx !important;
  1082. }
  1083. .emergency {
  1084. background: #ff3b53 !important;
  1085. }
  1086. .emergency1 {
  1087. background: #49b856 !important;
  1088. }
  1089. .page_item_cont_start {
  1090. text-align: center;
  1091. height: 44rpx;
  1092. width: 104rpx;
  1093. line-height: 44rpx;
  1094. border-radius: 8rpx;
  1095. background: #49b856;
  1096. color: #fff;
  1097. display: inline-block;
  1098. .page_item_cont_start_txt {
  1099. font-size: 28rpx;
  1100. display: flex;
  1101. align-items: center;
  1102. justify-content: center;
  1103. .cubeic-star {
  1104. font-size: 28rpx;
  1105. }
  1106. }
  1107. }
  1108. .L_time {
  1109. color: #6cc076;
  1110. font-size: 32rpx;
  1111. }
  1112. .L_text {
  1113. font-size: 32rpx;
  1114. display: inline-block;
  1115. font-weight: 700;
  1116. margin-right: 8rpx;
  1117. }
  1118. }
  1119. .page_item_top_R {
  1120. height: 60rpx;
  1121. float: right;
  1122. padding-top: 20rpx;
  1123. font-size: 32rpx;
  1124. position: absolute;
  1125. right: 50rpx;
  1126. .L_iocn {
  1127. display: inline-block;
  1128. height: 52rpx;
  1129. line-height: 48rpx;
  1130. color: rgb(7, 134, 60);
  1131. font-size: 36rpx;
  1132. font-weight: 700;
  1133. }
  1134. }
  1135. }
  1136. .page_item_cont {
  1137. min-height: 180rpx;
  1138. padding: 0 16rpx;
  1139. text-align: left;
  1140. position: relative;
  1141. .text_big {
  1142. font-size: 32rpx;
  1143. position: absolute;
  1144. right: 16rpx;
  1145. font-weight: 700;
  1146. margin-top: 10rpx;
  1147. }
  1148. .text_big2 {
  1149. font-size: 32rpx;
  1150. position: absolute;
  1151. right: 16rpx;
  1152. font-weight: 700;
  1153. }
  1154. .line {
  1155. height: 20rpx;
  1156. width: 2rpx;
  1157. border-left: 2rpx solid #e5e9ed;
  1158. position: absolute;
  1159. top: 82rpx;
  1160. left: 40rpx;
  1161. }
  1162. .lines {
  1163. height: 40%;
  1164. width: 2rpx;
  1165. border-left: 2rpx solid #e5e9ed;
  1166. position: absolute;
  1167. top: 23%;
  1168. left: 36rpx;
  1169. }
  1170. .page_item_cont_T {
  1171. padding-top: 28rpx;
  1172. font-size: 28rpx;
  1173. .page_item_cont_title {
  1174. height: 100%;
  1175. font-size: 32rpx;
  1176. }
  1177. }
  1178. .page_item_cont_B {
  1179. padding-top: 28rpx;
  1180. margin-bottom: 28rpx;
  1181. .page_item_cont_title {
  1182. height: 60rpx;
  1183. font-size: 32rpx;
  1184. }
  1185. .page_item_cont_title1 {
  1186. height: 60rpx;
  1187. line-height: 60rpx;
  1188. font-size: 32rpx;
  1189. padding-left: 64rpx;
  1190. }
  1191. }
  1192. }
  1193. .page_item_foot {
  1194. border-top: 2rpx dashed #e5e9ed;
  1195. border-bottom: 2rpx dashed #e5e9ed;
  1196. padding: 28rpx 16rpx;
  1197. text-align: left;
  1198. .page_item_foot_text {
  1199. height: 48rpx;
  1200. font-size: 32rpx;
  1201. line-height: 48rpx;
  1202. margin-bottom: 20rpx;
  1203. .text1 {
  1204. color: rgb(102, 102, 102);
  1205. }
  1206. .text2 {
  1207. float: right;
  1208. font-weight: 700;
  1209. }
  1210. }
  1211. }
  1212. #infos {
  1213. display: none;
  1214. }
  1215. .page_item_infos {
  1216. padding-bottom: 20rpx;
  1217. border-bottom: 2rpx dashed #e5e9ed;
  1218. .page_item_info2 {
  1219. text-align: left;
  1220. line-height: 60rpx;
  1221. font-size: 32rpx;
  1222. padding-left: 16rpx;
  1223. .page_item_foot_text {
  1224. height: 48rpx;
  1225. font-size: 32rpx;
  1226. line-height: 48rpx;
  1227. margin-bottom: 20rpx;
  1228. .text1 {
  1229. color: rgb(102, 102, 102);
  1230. }
  1231. .text2 {
  1232. float: right;
  1233. font-weight: 700;
  1234. }
  1235. }
  1236. }
  1237. }
  1238. }
  1239. }
  1240. .foot_btn2 {
  1241. position: fixed;
  1242. bottom: 0;
  1243. right: 20rpx;
  1244. left: 20rpx;
  1245. line-height: 66rpx;
  1246. height: 100rpx;
  1247. border-top: 2rpx solid #e5e9ed;
  1248. background: #f9fafb;
  1249. display: flex;
  1250. .btn1,
  1251. .btn2 {
  1252. height: 66rpx;
  1253. flex: 1;
  1254. margin: 0 2%;
  1255. background-image: linear-gradient(to right, #72c172, #3bb197);
  1256. color: #fff;
  1257. border-radius: 8rpx;
  1258. font-size: 32rpx;
  1259. margin-top: 16rpx;
  1260. text-align: center;
  1261. }
  1262. }
  1263. .foot_btn1 {
  1264. position: fixed;
  1265. bottom: 0;
  1266. right: 20rpx;
  1267. left: 20rpx;
  1268. line-height: 66rpx;
  1269. height: 100rpx;
  1270. border-top: 2rpx solid #e5e9ed;
  1271. background: #f9fafb;
  1272. text-align: center;
  1273. .btn3 {
  1274. height: 66rpx;
  1275. width: 100%;
  1276. background-image: linear-gradient(to right, #72c172, #3bb197);
  1277. color: #fff;
  1278. border-radius: 8rpx;
  1279. font-size: 32rpx;
  1280. margin-top: 16rpx;
  1281. }
  1282. }
  1283. }
  1284. }
  1285. </style>