scanning_all.vue 39 KB

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