receiptpage.vue 43 KB

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