scanning_all.vue 41 KB

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