scanning_all.vue 37 KB

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