receiptpage.vue 35 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103
  1. <template>
  2. <view class="Receiptpage">
  3. <view class="page_tab">
  4. <view class="page_tab_bar" :class="{ active: item.label === selectedLabelSlots }" v-for="item in tabs"
  5. :key="item.value" @click="clickHandler(item.label)">
  6. {{ item.label }}
  7. <text class="tab_num">( {{ item.num }} )</text>
  8. <view class="more" v-if="item.label==='执行中'"></view>
  9. <picker class="more_picker" v-if="item.label==='执行中'" @click.stop @change="execFilter($event)" :value="index"
  10. :range="array" range-key="name">
  11. <view class="uni-input">{{array[index].name}}</view>
  12. </picker>
  13. </view>
  14. </view>
  15. <view v-if="zxzData.length == 0" class="zwsj">
  16. <image class="zwsj-img" mode="widthFix" src="../../static/img/zanwushuju.png"></image>
  17. <view class="zwsj-txt">暂无数据</view>
  18. </view>
  19. <view class="page_items">
  20. <scroll-view class="page_items_scroll" scroll-y :refresher-enabled="scroll_refresher_enabled"
  21. :refresher-triggered="triggered" @refresherrefresh="refresherrefresh" @refresherrestore="refresherrestore"
  22. @scroll="scroll" @scrolltolower="scrolltolower" :scroll-top="scroll_top" @refresherabort="refresherabort">
  23. <view class="page_item_wrap" v-for="(item, index) of zxzData" :key="index">
  24. <view class="page_item">
  25. <view class="L"></view>
  26. <view class="R"></view>
  27. <view class="page_item_top">
  28. <view class="page_item_top_L">
  29. <text class="L_iocn" v-if="item.taskType.associationType.value == 'specimen'">标</text>
  30. <text class="L_iocn" v-if="item.taskType.associationType.value == 'drugsBag'">药</text>
  31. <text class="L_iocn" v-if="item.taskType.associationType.value == 'specimenPlan'">巡</text>
  32. <text class="L_iocn" v-if="item.taskType.associationType.value == 'jPBag'">静</text>
  33. <text class="L_iocn" v-if="item.taskType.associationType.value == 'inspect'">病</text>
  34. <text class="L_iocn" v-if="
  35. item.taskType.associationType.value == 'patientTransport'
  36. ">病</text>
  37. <text class="L_iocn" v-if="item.taskType.associationType.value == 'other'">其</text>
  38. <text class="L_time" v-if="item.overdueTime">{{ item.overdueTime }}前送达</text>
  39. </view>
  40. <view class="page_item_top_R" v-if="
  41. !(
  42. item.taskType.associationType.value == 'inspect' &&
  43. item.gdState.value == 5
  44. )
  45. ">
  46. {{ item.gdState.name }}
  47. <!-- 待取货 -->
  48. </view>
  49. <view class="page_item_top_R" v-if="
  50. item.taskType.associationType.value == 'inspect' &&
  51. item.gdState.value == 5
  52. ">
  53. 待送回
  54. <!-- 待取货 -->
  55. </view>
  56. <view class="page_item_top_R type">
  57. {{item.isHalfInspect===1?'半程陪检':item.taskType.taskName}}
  58. </view>
  59. </view>
  60. <view class="page_item_cont" @click="itemInfo(item.id)">
  61. <view class="page_item_cont_T">
  62. <view class="page_item_cont_title">
  63. <text> <text class="starting">起</text> 点科室 </text>
  64. <text class="text_big">{{ item.startDept.dept }}</text>
  65. </view>
  66. <view class="page_item_cont_start emergency1" v-if="item.emergencyType.value == 1">
  67. <image mode="widthFix" class="page_item_cont_start-img" src="../../static/img/icon_shandian.png">
  68. </image>
  69. {{ item.emergencyType.name }}
  70. </view>
  71. <view class="page_item_cont_start emergency" v-if="item.emergencyType.value == 2">
  72. <image mode="widthFix" class="page_item_cont_start-img" src="../../static/img/icon_shandian.png">
  73. </image>
  74. {{ item.emergencyType.name }}
  75. </view>
  76. <view class="page_item_cont_start emergencys" v-if="item.emergencyType.value == 3">
  77. <image mode="widthFix" class="page_item_cont_start-img" src="../../static/img/icon_shandian.png">
  78. </image>
  79. {{ item.emergencyType.name }}
  80. </view>
  81. </view>
  82. <view class="page_item_conts" v-if="item.taskType.associationType.value == 'inspect'">
  83. <view>
  84. 预约时间 : {{ item.yyTime | yyTimeFilter
  85. }}<text v-if="item.reservationNumber">({{ item.reservationNumber }})</text>
  86. </view>
  87. <view>
  88. 床号 : {{ item.patient ? item.patient.patientName : "-" }}({{
  89. item.patient ? item.patient.bedNum : "-"
  90. }})
  91. </view>
  92. <view>
  93. 携带设备 :
  94. <text>{{ item.goods || "暂无" }}</text>
  95. </view>
  96. <view v-if="item.patient.careLevel">
  97. 护理等级 :
  98. <text
  99. :class="[(item.patient.careLevel.value==0||item.patient.careLevel.value==1)?'red':'green']">{{ item.patient.careLevel.name}}</text>
  100. </view>
  101. <view v-if="item.patient.illnessState">
  102. 病情级别 :
  103. <text
  104. :class="{red:item.patient.illnessState.value==2||item.patient.illnessState.value==3}">{{ item.patient.illnessState.name}}</text>
  105. </view>
  106. <view v-if="item.isAccompany===1||item.isAccompany===0">
  107. 陪同情况 :
  108. <text :class="{red:item.isAccompany===1}">{{ item.isAccompany===1?'需要医护陪同':'无需医护陪同'}}</text>
  109. </view>
  110. </view>
  111. <view class="page_item_conts" v-if="item.taskType.associationType.value == 'patientTransport'">
  112. <view>
  113. 床号 : {{ item.patient ? item.patient.patientName : "-" }}({{
  114. item.patient ? item.patient.bedNum : "-"
  115. }})
  116. </view>
  117. <view>
  118. 携带设备 :
  119. <text>{{ item.goods || "暂无" }}</text>
  120. </view>
  121. <view v-if="item.patient.careLevel">
  122. 护理等级 :
  123. <text
  124. :class="[(item.patient.careLevel.value==0||item.patient.careLevel.value==1)?'red':'green']">{{ item.patient.careLevel.name}}</text>
  125. </view>
  126. <view v-if="item.patient.illnessState">
  127. 病情级别 :
  128. <text
  129. :class="{red:item.patient.illnessState.value==2||item.patient.illnessState.value==3}">{{ item.patient.illnessState.name}}</text>
  130. </view>
  131. <view v-if="item.isAccompany===1||item.isAccompany===0">
  132. 陪同情况 :
  133. <text :class="{red:item.isAccompany===1}">{{ item.isAccompany===1?'需要医护陪同':'无需医护陪同'}}</text>
  134. </view>
  135. </view>
  136. <view class="page_item_conts" v-if="item.taskType.associationType.value == 'drugsBag'">
  137. <view>
  138. 药包编码 : {{ item.drugs?item.drugs.packid:'无'}}
  139. </view>
  140. </view>
  141. <view class="page_item_conts" v-if="item.taskType.associationType.value == 'jPBag'">
  142. <view>
  143. 药包编码 : {{ item.staticDistri?item.staticDistri.packid:'无'}}
  144. </view>
  145. </view>
  146. <view class="line"></view>
  147. <view class="page_item_cont_B">
  148. <view class="page_item_cont_title" v-if="item.taskType.associationType.value != 'inspect'">
  149. <text> <text class="End">终</text> 点科室 </text>
  150. <text class="text_big" v-for="(dept, i) of item.endDepts" :key="i">{{ dept.dept }}</text>
  151. </view>
  152. <view class="page_item_cont_title" v-if="item.taskType.associationType.value == 'inspect'">
  153. <text> <text class="End">检</text> 查科室 </text>
  154. <text class="text_big" v-for="(dept, i) of item.middleDept" :key="i">{{ dept.dept }}</text>
  155. </view>
  156. </view>
  157. <view v-if="
  158. item.taskType.associationType.value == 'inspect' ||
  159. item.taskType.associationType.value == 'patientTransport'
  160. ">
  161. <!-- 待抢单 -->
  162. <text class="red" v-if="item.gdState.value == 2">请扫描患者腕带,或者请扫描科室码</text>
  163. <!-- 待到达 -->
  164. <text class="red" v-if="item.gdState.value == 4">请扫描患者腕带</text>
  165. <!-- 执行中 -->
  166. <text class="red" v-if="item.gdState.value == 8">请扫描检查科室码,并扫描患者腕带</text>
  167. <!-- 待送达 -->
  168. <text class="red" v-if="item.gdState.value == 5">请扫描终点科室码,并扫描患者腕带</text>
  169. </view>
  170. </view>
  171. <!-- 如果不是患者陪检或患者转运或其他 -->
  172. <view class="page_item_btn" v-if="
  173. selectedLabelSlots == '执行中' &&
  174. item.taskType.associationType.value != 'patientTransport' &&
  175. item.taskType.associationType.value != 'inspect' &&
  176. item.taskType.associationType.value != 'other'
  177. " hover-class="seimin-btn-hover">
  178. <smallScreen :sData="item" :sType="2">扫码</smallScreen>
  179. </view>
  180. <!-- 如果不是静配,药配,标本配送,标本轮巡 -->
  181. <view class="page_item_btn_wrap" v-if="
  182. selectedLabelSlots == '执行中' &&
  183. item.taskType.associationType.value != 'jPBag' &&
  184. item.taskType.associationType.value != 'drugsBag' &&
  185. item.taskType.associationType.value != 'specimen' &&
  186. item.taskType.associationType.value != 'specimenPlan'
  187. ">
  188. <view class="page_item_btn" :style="{
  189. width:
  190. item.taskType.associationType.value != 'other' &&
  191. item.gdState.value == 4
  192. ? '50%'
  193. : '100%',
  194. }" hover-class="seimin-btn-hover">
  195. <smallScreen :sData="item" :sType="1">扫码</smallScreen>
  196. </view>
  197. <view v-if="
  198. item.taskType.associationType.value != 'other' &&
  199. item.gdState.value == 4
  200. " class="page_item_btn" @click="photograph(item)" hover-class="seimin-btn-hover">拍照</view>
  201. </view>
  202. <view class="page_item_btn" v-if="selectedLabelSlots == '待接单'" @click="showAlerts(item)"
  203. hover-class="seimin-btn-hover">接单</view>
  204. </view>
  205. <view class="L-l"></view>
  206. <view class="R-l"></view>
  207. </view>
  208. </scroll-view>
  209. </view>
  210. <!-- 底部扫一扫 -->
  211. <bigScreen></bigScreen>
  212. <!-- 悬浮按钮 -->
  213. <uni-fab :pattern="pattern" :content="content" :direction="direction" @trigger="trigger"></uni-fab>
  214. <!-- 弹窗 -->
  215. <showModel :title="models.title" :icon="models.icon" :disjunctor="models.disjunctor" :content="models.content"
  216. @ok="ok" @cancel="cancel" @know="know" :operate="models.operate"></showModel>
  217. </view>
  218. </template>
  219. <script>
  220. import smallScreen from "../../components/smallScreen/smallScreen.vue";
  221. import showModel from "../../components/showModel/showModel.vue";
  222. import bigScreen from "../../components/bigScreen/bigScreen.vue";
  223. // https://ext.dcloud.net.cn/plugin?id=144
  224. import uniFab from "@/components/uni-fab/uni-fab.vue";
  225. import {
  226. get,
  227. post,
  228. SM,
  229. deleteIt,
  230. webHandle
  231. } from "../../http/http.js";
  232. import {
  233. photographTool
  234. } from "../../tools/photograph.js";
  235. export default {
  236. data() {
  237. return {
  238. // 筛选条件
  239. array: [{
  240. id: 0,
  241. name: '全部'
  242. }, {
  243. id: 71,
  244. name: '待到达'
  245. }, {
  246. id: 72,
  247. name: '待送达'
  248. }, {
  249. id: 75,
  250. name: '执行中'
  251. }, ],
  252. index: 0,
  253. arrayKey: 0,
  254. // 当前登录人是否是药房角色
  255. pharmacistFlag: false,
  256. // 抢单的id
  257. qdId: "",
  258. // 弹窗model
  259. models: {
  260. disjunctor: false,
  261. },
  262. // 悬浮按钮样式
  263. pattern: {
  264. buttonColor: "#6cc076",
  265. },
  266. // 悬浮按钮展开菜单显示方式
  267. direction: "vertical",
  268. // 悬浮按钮展开菜单内容配置项
  269. content: [{
  270. text: "我的任务",
  271. }, ],
  272. // 当前选中tab页名称
  273. selectedLabelSlots: "待接单",
  274. // tab页信息
  275. tabs: [{
  276. label: "待接单", //tab页名称
  277. value: "1", //值
  278. num: 0, //数量
  279. },
  280. {
  281. label: "执行中",
  282. value: "2",
  283. num: 0,
  284. },
  285. ],
  286. //列表数据
  287. zxzData: [],
  288. //分页页码
  289. idx: 0,
  290. // 列表项总数
  291. totalNum: -1,
  292. triggered: false, //下拉刷新状态
  293. freshing: false, //上拉加载开关
  294. scroll_top: 0, //距离顶部的距离
  295. scroll_refresher_enabled: true, //是否开启自定义下拉刷新
  296. };
  297. },
  298. filters: {
  299. // 自定义管道 yyTime
  300. yyTimeFilter: function(data) {
  301. if (data) {
  302. let arr = data.split(/[-:\s]/);
  303. const nDate = new Date(
  304. arr[0] - 0,
  305. arr[1] - 1,
  306. arr[2] - 0,
  307. arr[3] - 0,
  308. arr[4] - 0,
  309. 0
  310. );
  311. const month = (nDate.getMonth() + 1).toString().padStart(2, 0);
  312. const date = nDate.getDate().toString().padStart(2, 0);
  313. const hour = nDate.getHours().toString().padStart(2, 0);
  314. const minute = nDate.getMinutes().toString().padStart(2, 0);
  315. return `${month}-${date} ${hour}:${minute}`;
  316. } else {
  317. return "-";
  318. }
  319. },
  320. },
  321. components: {
  322. uniFab,
  323. showModel,
  324. bigScreen,
  325. },
  326. methods: {
  327. // 执行中筛选
  328. execFilter({
  329. detail: {
  330. value
  331. }
  332. }) {
  333. this.index = value;
  334. this.arrayKey = this.array[value].id;
  335. this.zxzData = [];
  336. this.totalNum = -1;
  337. this.idx = 0;
  338. this.selectedLabelSlots = '执行中';
  339. this.executingOrders(0);
  340. },
  341. // 获取科室二维码设置开关
  342. getMenu() {
  343. let menu = uni.getStorageSync('userData').menu;
  344. //判断当前登陆人具体角色 start
  345. let roles = uni.getStorageSync("userData").user.role;
  346. this.pharmacistFlag = roles.some(item => item.rolecode === "pharmacist");
  347. //判断当前登陆人具体角色 end
  348. console.log(menu);
  349. menu.forEach(item => {
  350. if (item.link === 'wxInspect') {
  351. this.content.push({
  352. text: "检查信息",
  353. });
  354. } else if (item.link === 'wxPatient') {
  355. this.content.push({
  356. text: "患者信息",
  357. });
  358. } else if (item.link === 'wxPharmacy') {
  359. // 如果是配药师人员,则增加药房
  360. if (this.pharmacistFlag) {
  361. this.content.push({
  362. text: "药房",
  363. });
  364. }
  365. } else if (item.link === 'wxCode') {
  366. this.content.push({
  367. text: "二维码设置",
  368. });
  369. }
  370. })
  371. },
  372. // 拍照
  373. photograph(data) {
  374. photographTool(data);
  375. },
  376. // 悬浮按钮点击事件
  377. trigger(e) {
  378. if (e.item.text === "我的任务") {
  379. uni.navigateTo({
  380. url: "../mypage/mypage",
  381. });
  382. } else if (e.item.text === "退出登录") {
  383. // 假登录
  384. uni.showToast({
  385. title: "退出成功!",
  386. });
  387. let ip = uni.getStorageSync("ip"); //记住域名或ip
  388. let username = uni.getStorageSync("username"); //记住用户名
  389. let password = uni.getStorageSync("password"); //记住密码
  390. let savePasswordTime = uni.getStorageSync("savePasswordTime"); //记住密码的时间戳
  391. let clientid = uni.getStorageSync("clientid");
  392. uni.clearStorageSync();
  393. if (username) {
  394. uni.setStorageSync("ip", ip); //记住域名或ip
  395. uni.setStorageSync("username", username); //记住用户名
  396. uni.setStorageSync("password", password); //记住密码
  397. uni.setStorageSync("savePasswordTime", savePasswordTime); //记住密码的时间戳
  398. }
  399. uni.setStorageSync("clientid", clientid);
  400. uni.navigateTo({
  401. url: "../homePage/homePage",
  402. });
  403. // 假登录
  404. deleteIt("/auth/logout2").then((result) => {
  405. if (result.status == 200) {
  406. uni.showToast({
  407. title: "退出成功!",
  408. });
  409. let ip = uni.getStorageSync("ip"); //记住域名或ip
  410. let username = uni.getStorageSync("username"); //记住用户名
  411. let password = uni.getStorageSync("password"); //记住密码
  412. let clientid = uni.getStorageSync("clientid");
  413. uni.clearStorageSync();
  414. uni.setStorageSync("ip", ip); //记住域名或ip
  415. uni.setStorageSync("username", username); //记住用户名
  416. uni.setStorageSync("password", password); //记住密码
  417. uni.setStorageSync("clientid", clientid);
  418. uni.navigateTo({
  419. url: "../homePage/homePage",
  420. });
  421. } else {
  422. uni.showToast({
  423. icon: "none",
  424. title: "请求失败!",
  425. });
  426. }
  427. });
  428. } else if (e.item.text === "药房") {
  429. uni.navigateTo({
  430. url: "../pharmacy/pharmacy",
  431. });
  432. } else if (e.item.text === "患者信息") {
  433. uni.navigateTo({
  434. url: "../patientInformationList/patientInformationList",
  435. });
  436. } else if (e.item.text === "负责科室") {
  437. let obj = uni.getStorageSync("setDeptConfg");
  438. uni.navigateTo({
  439. url: `../setDept/setDept?configName=${obj.configName}&id=${obj.id}&changedept=1`,
  440. });
  441. } else if (e.item.text === "检查信息") {
  442. uni.navigateTo({
  443. url: "../inspectList/inspectList",
  444. });
  445. } else if (e.item.text === "二维码设置") {
  446. uni.navigateTo({
  447. url: "../settingCode/settingCode",
  448. });
  449. }
  450. },
  451. // 点击tab页切换
  452. clickHandler(key) {
  453. this.selectedLabelSlots = key;
  454. this.idx = 0;
  455. this.totalNum = -1;
  456. // this.zxzData = [];
  457. this.scroll_top = Math.random(); //回到顶部
  458. if (key === "待接单") {
  459. this.waitingOrders(0);
  460. } else if (key === "执行中") {
  461. this.executingOrders(0);
  462. }
  463. },
  464. // 进入详情页
  465. itemInfo(id) {
  466. uni.navigateTo({
  467. url: `../receipt_infopage/receipt_infopage?id=${id}`,
  468. });
  469. },
  470. //抢单后知道了
  471. know() {
  472. this.models.disjunctor = false;
  473. this.idx = 0;
  474. this.totalNum = -1;
  475. // this.zxzData = [];
  476. this.executingOrdersGetNum();
  477. this.waitingOrders(0); //seimin
  478. this.scroll_top = Math.random(); //回到顶部
  479. },
  480. //抢单确定
  481. ok() {
  482. this.models.disjunctor = false;
  483. get("/workerOrder/takeOrder/" + this.qdId.id).then((res) => {
  484. let msg = "接单失败";
  485. let icon = "error";
  486. if (res.status == 200) {
  487. msg = "接单成功";
  488. icon = "success";
  489. }
  490. this.models = {
  491. disjunctor: true,
  492. content: msg,
  493. icon: icon,
  494. operate: {
  495. know: "知道了",
  496. },
  497. };
  498. });
  499. },
  500. //抢单取消
  501. cancel() {
  502. this.models.disjunctor = false;
  503. },
  504. // 抢单
  505. showAlerts(data) {
  506. this.qdId = data;
  507. this.models = {
  508. disjunctor: true,
  509. title: "提示",
  510. content: "是否确定接单?",
  511. icon: "warn",
  512. operate: {
  513. ok: "确定",
  514. cancel: "取消",
  515. },
  516. };
  517. },
  518. //执行中列表数据获取
  519. executingOrders(idx) {
  520. console.log(this.zxzData.length, this.totalNum)
  521. if (this.zxzData.length == this.totalNum) {
  522. uni.showToast({
  523. icon: "none",
  524. title: "没有更多数据了!",
  525. });
  526. this.freshing = true;
  527. return;
  528. }
  529. let data = {
  530. idx,
  531. sum: 20,
  532. };
  533. if (this.arrayKey) {
  534. data.keyWord = this.arrayKey;
  535. } else {
  536. delete data.keyWord;
  537. }
  538. uni.showLoading({
  539. title: "加载中",
  540. mask: true,
  541. });
  542. post("/workerOrder/executingOrders", data).then((res) => {
  543. uni.hideLoading();
  544. if (res.status == 200) {
  545. this.triggered = false;
  546. this.freshing = true;
  547. this.totalNum = res.data.resultCount;
  548. if (idx === 0) {
  549. this.zxzData = res.data.data;
  550. } else {
  551. this.zxzData.push(...res.data.data);
  552. }
  553. this.tabs[1].num = res.data.resultCount;
  554. } else {
  555. uni.showToast({
  556. icon: "none",
  557. title: "请求失败!",
  558. });
  559. }
  560. });
  561. },
  562. //待抢单列表数据获取
  563. waitingOrders(idx) {
  564. if (this.zxzData.length == this.totalNum) {
  565. uni.showToast({
  566. icon: "none",
  567. title: "没有更多数据了!",
  568. });
  569. this.freshing = true;
  570. return;
  571. }
  572. let data = {
  573. idx,
  574. sum: 20,
  575. };
  576. uni.showLoading({
  577. title: "加载中",
  578. mask: true,
  579. });
  580. // 请求列表数据
  581. post("/workerOrder/waitingOrders", data).then((res) => {
  582. uni.hideLoading();
  583. if (res.status == 200) {
  584. this.triggered = false;
  585. this.freshing = true;
  586. this.totalNum = res.data.resultCount;
  587. if (idx === 0) {
  588. this.zxzData = res.data.data;
  589. } else {
  590. this.zxzData.push(...res.data.data);
  591. }
  592. this.tabs[0].num = res.data.resultCount;
  593. } else {
  594. uni.showToast({
  595. icon: "none",
  596. title: "请求失败!",
  597. });
  598. }
  599. });
  600. },
  601. //刷新
  602. refresherrefresh() {
  603. if (this.triggered) {
  604. return;
  605. }
  606. this.triggered = true;
  607. this.idx = 0;
  608. this.totalNum = -1;
  609. if (this.selectedLabelSlots == "待接单") {
  610. this.waitingOrders(0);
  611. } else if (this.selectedLabelSlots == "执行中") {
  612. this.executingOrders(0);
  613. }
  614. },
  615. // 滚动
  616. scroll(e) {
  617. if (e.detail.scrollTop < 20) {
  618. this.scroll_refresher_enabled = true;
  619. } else {
  620. this.scroll_refresher_enabled = false;
  621. }
  622. },
  623. // 下拉刷新复位
  624. refresherrestore() {
  625. this.triggered = false;
  626. console.log("下拉刷新复位");
  627. },
  628. //下拉刷新中止
  629. refresherabort() {
  630. this.triggered = false;
  631. console.log("下拉刷新中止");
  632. },
  633. //分页,上拉加载
  634. scrolltolower() {
  635. if (this.freshing) {
  636. this.freshing = false;
  637. if (this.selectedLabelSlots == "待接单") {
  638. this.waitingOrders(++this.idx);
  639. } else if (this.selectedLabelSlots == "执行中") {
  640. this.executingOrders(++this.idx);
  641. }
  642. }
  643. },
  644. // 执行中获取数字
  645. executingOrdersGetNum() {
  646. let data = {
  647. idx: 0,
  648. sum: 20,
  649. };
  650. if (this.arrayKey) {
  651. data.keyWord = this.arrayKey;
  652. } else {
  653. delete data.keyWord;
  654. }
  655. post("/workerOrder/executingOrders", data).then((res) => {
  656. if (res.status == 200) {
  657. this.tabs[1].num = res.data.resultCount;
  658. } else {
  659. uni.showToast({
  660. icon: "none",
  661. title: "请求失败!",
  662. });
  663. }
  664. });
  665. },
  666. // 待接单获取数字
  667. waitingOrdersGetNum() {
  668. let data = {
  669. idx: 0,
  670. sum: 20,
  671. };
  672. post("/workerOrder/waitingOrders", data).then((res) => {
  673. if (res.status == 200) {
  674. this.tabs[0].num = res.data.resultCount;
  675. } else {
  676. uni.showToast({
  677. icon: "none",
  678. title: "请求失败!",
  679. });
  680. }
  681. });
  682. },
  683. // 阻止浏览器滑动
  684. stop(e) {
  685. e.preventDefault();
  686. },
  687. },
  688. onLoad() {
  689. // 获取菜单权限
  690. this.getMenu();
  691. if (uni.getStorageSync("setDeptConfg")) {
  692. //如果有设置科室的配置,则显示
  693. this.content.unshift({
  694. text: "负责科室",
  695. });
  696. }
  697. // #ifdef APP-PLUS
  698. this.content.push({
  699. text: "退出登录",
  700. });
  701. // #endif
  702. this.selectedLabelSlots = "执行中";
  703. this.waitingOrdersGetNum();
  704. this.executingOrders(0);
  705. // #ifdef APP-PLUS
  706. webHandle("no", "app");
  707. // #endif
  708. // #ifdef H5
  709. webHandle("no", "wx");
  710. // #endif
  711. },
  712. onShow() {
  713. // #ifdef H5
  714. document.body.addEventListener("touchmove", this.stop, {
  715. passive: false,
  716. });
  717. // #endif
  718. },
  719. onHide() {
  720. // #ifdef H5
  721. document.body.removeEventListener("touchmove", this.stop, {
  722. passive: false,
  723. });
  724. // #endif
  725. },
  726. };
  727. </script>
  728. <style lang="less">
  729. .Receiptpage {
  730. width: 100%;
  731. height: 100%;
  732. position: relative;
  733. .red {
  734. color: red !important;
  735. font-weight: bold !important;
  736. }
  737. .page_tab {
  738. width: 100%;
  739. height: 96rpx;
  740. display: flex;
  741. position: fixed;
  742. left: 0;
  743. top: 0;
  744. z-index: 999;
  745. .page_tab_bar {
  746. flex: 1;
  747. font-size: 36rpx;
  748. background: #fff;
  749. display: flex;
  750. justify-content: center;
  751. align-items: center;
  752. position: relative;
  753. &:after {
  754. content: "";
  755. position: absolute;
  756. left: 0;
  757. bottom: 0;
  758. height: 2rpx;
  759. width: 100%;
  760. background-color: transparent;
  761. }
  762. .tab_num {
  763. color: #ff3b53;
  764. margin-left: 8rpx;
  765. }
  766. .more {
  767. position: absolute;
  768. right: 20rpx;
  769. width: 40rpx;
  770. height: 4rpx;
  771. border-top: 2px solid #49b856;
  772. border-bottom: 2px solid #49b856;
  773. background-color: #49b856;
  774. padding: 5px 0;
  775. background-clip: content-box;
  776. }
  777. .more_picker {
  778. position: absolute;
  779. right: 0;
  780. height: 100%;
  781. opacity: 0;
  782. }
  783. &.active {
  784. color: #49b856;
  785. &:after {
  786. background-color: #49b856;
  787. }
  788. }
  789. }
  790. }
  791. .zwsj {
  792. position: absolute;
  793. left: 50%;
  794. top: 180rpx;
  795. transform: translateX(-50%);
  796. .zwsj-img {
  797. width: 560rpx;
  798. }
  799. .zwsj-txt {
  800. font-size: 36rpx;
  801. font-weight: 700;
  802. margin-top: 20rpx;
  803. text-align: center;
  804. }
  805. }
  806. .page_items {
  807. height: calc(100vh - 184rpx);
  808. padding: 0 20rpx;
  809. // padding-bottom: 88rpx;
  810. padding-top: 96rpx;
  811. .page_items_scroll {
  812. height: 100%;
  813. .page_item_wrap {
  814. position: relative;
  815. margin-bottom: 32rpx;
  816. .page_item {
  817. margin-bottom: 16rpx;
  818. min-height: 356rpx;
  819. background: #fff;
  820. border-radius: 8rpx;
  821. overflow: hidden;
  822. border: 2rpx solid #e5e9ed;
  823. .L {
  824. width: 40rpx;
  825. height: 40rpx;
  826. border-radius: 50%;
  827. background: #f9fafb;
  828. position: absolute;
  829. left: -24rpx;
  830. top: 68rpx;
  831. border: 2rpx solid #e5e9ed;
  832. }
  833. .R {
  834. width: 40rpx;
  835. height: 40rpx;
  836. border-radius: 50%;
  837. background: #f9fafb;
  838. position: absolute;
  839. float: right;
  840. right: -24rpx;
  841. top: 68rpx;
  842. border: 2rpx solid #e5e9ed;
  843. }
  844. .starting {
  845. width: 40rpx;
  846. height: 40rpx;
  847. color: #fff;
  848. background: #49b856;
  849. display: inline-block;
  850. border-radius: 50%;
  851. text-align: center;
  852. line-height: 40rpx;
  853. font-size: 28rpx;
  854. }
  855. .End {
  856. width: 40rpx;
  857. height: 40rpx;
  858. color: #fff;
  859. background: #39b199;
  860. display: inline-block;
  861. border-radius: 50%;
  862. text-align: center;
  863. line-height: 40rpx;
  864. font-size: 28rpx;
  865. }
  866. .page_item_top {
  867. height: 86rpx;
  868. border-bottom: 2rpx dashed #e5e9ed;
  869. padding: 0 16rpx;
  870. .page_item_top_L {
  871. height: 100%;
  872. float: left;
  873. line-height: 88rpx;
  874. .L_iocn {
  875. display: inline-block;
  876. width: 44rpx;
  877. height: 44rpx;
  878. line-height: 42rpx;
  879. border-radius: 100rpx;
  880. color: #6cc076;
  881. font-size: 32rpx;
  882. border: 4rpx solid #6cc076;
  883. background: #f0f6ed;
  884. text-align: center;
  885. margin-right: 8rpx;
  886. }
  887. .L_time {
  888. color: #6cc076;
  889. font-size: 32rpx;
  890. }
  891. .L_text {
  892. font-size: 32rpx;
  893. }
  894. }
  895. .page_item_top_R {
  896. height: 100%;
  897. float: right;
  898. line-height: 88rpx;
  899. font-size: 32rpx;
  900. &.type {
  901. margin-right: 32rpx;
  902. color: red;
  903. max-width: 260rpx;
  904. white-space: nowrap;
  905. text-overflow: ellipsis;
  906. overflow: hidden;
  907. }
  908. }
  909. }
  910. .page_item_cont {
  911. min-height: 180rpx;
  912. padding: 0 16rpx;
  913. text-align: left;
  914. position: relative;
  915. .text_big {
  916. font-size: 32rpx;
  917. margin-left: 10rpx;
  918. font-weight: 700;
  919. }
  920. .line {
  921. height: 40rpx;
  922. width: 2rpx;
  923. border-left: 2rpx solid #e5e9ed;
  924. position: absolute;
  925. top: 70rpx;
  926. left: 36rpx;
  927. }
  928. .lines {
  929. height: 40%;
  930. width: 2rpx;
  931. border-left: 2rpx solid #e5e9ed;
  932. position: absolute;
  933. top: 23%;
  934. left: 36rpx;
  935. }
  936. .emergencys {
  937. background: #ff3b53 !important;
  938. width: 124rpx !important;
  939. }
  940. .emergency {
  941. background: #ff3b53 !important;
  942. }
  943. .emergency1 {
  944. background: #49b856 !important;
  945. }
  946. .page_item_cont_T {
  947. min-height: 80rpx;
  948. max-height: 324rpx;
  949. font-size: 28rpx;
  950. padding-top: 16rpx;
  951. .page_item_cont_title {
  952. height: 100%;
  953. float: left;
  954. }
  955. .page_item_cont_start {
  956. text-align: center;
  957. float: right;
  958. height: 44rpx;
  959. width: 104rpx;
  960. line-height: 44rpx;
  961. border-radius: 8rpx;
  962. background: #49b856;
  963. color: #fff;
  964. .page_item_cont_start-img {
  965. width: 22rpx;
  966. position: relative;
  967. top: 6rpx;
  968. margin-right: 8rpx;
  969. }
  970. }
  971. }
  972. .page_item_conts {
  973. color: rgb(102, 102, 102);
  974. padding-left: 18%;
  975. font-size: 28rpx;
  976. view {
  977. margin-bottom: 10rpx;
  978. }
  979. text {
  980. color: #49b856;
  981. }
  982. .num {
  983. float: right;
  984. }
  985. }
  986. .page_item_cont_B {
  987. padding-top: 20rpx;
  988. font-size: 28rpx;
  989. overflow: hidden;
  990. .page_item_cont_title {
  991. height: 100%;
  992. float: left;
  993. }
  994. }
  995. }
  996. .page_item_btn_wrap {
  997. display: flex;
  998. justify-content: space-between;
  999. .page_item_btn {
  1000. height: 88rpx;
  1001. width: 49%;
  1002. background-image: linear-gradient(to right, #72c172, #3bb197);
  1003. border-radius: 8rpx;
  1004. line-height: 88rpx;
  1005. color: #fff;
  1006. font-size: 36rpx;
  1007. font-weight: 700;
  1008. text-align: center;
  1009. }
  1010. }
  1011. .page_item_btn {
  1012. height: 88rpx;
  1013. background-image: linear-gradient(to right, #72c172, #3bb197);
  1014. border-radius: 8rpx;
  1015. line-height: 88rpx;
  1016. color: #fff;
  1017. font-size: 36rpx;
  1018. font-weight: 700;
  1019. text-align: center;
  1020. }
  1021. }
  1022. .L-l {
  1023. width: 2rpx;
  1024. height: 40rpx;
  1025. background: #f9fafb;
  1026. position: absolute;
  1027. left: 20rpx;
  1028. top: 72rpx;
  1029. display: none;
  1030. }
  1031. .R-l {
  1032. width: 2rpx;
  1033. height: 40rpx;
  1034. background: #f9fafb;
  1035. position: absolute;
  1036. right: 20rpx;
  1037. top: 72rpx;
  1038. display: none;
  1039. }
  1040. }
  1041. }
  1042. }
  1043. .text {
  1044. font-size: 36rpx;
  1045. }
  1046. .wt_icon {
  1047. font-size: 40rpx;
  1048. }
  1049. }
  1050. </style>