scanning_ins.vue 44 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394
  1. <template>
  2. <view class="Scanning_ins">
  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 class="success_tips">
  11. (请您评估患者的意识状况、生命体征、配合程度,如有异常请及时联系护士!)
  12. </view>
  13. </view>
  14. <view class="Scanning_cont">
  15. <view>
  16. <text>患者姓名 : {{ infoDATA.patientName || "-" }}({{
  17. infoDATA.bedNum || "-"
  18. }})</text>
  19. <button @click="getInspectList()">查看检查</button>
  20. </view>
  21. <view>住院号 : {{ infoDATA.residenceNo || "-" }}</view>
  22. <view>住院科室 :
  23. {{ infoDATA.department ? infoDATA.department.dept : "-" }}
  24. </view>
  25. </view>
  26. </view>
  27. <!-- ------------------未完成工单 start----------------- -->
  28. <view class="page_items" v-if="
  29. workData.length === 0 && patientOrders && patientOrders.length > 0
  30. ">
  31. <view class="page_item" v-for="(infoDATA, i) of patientOrders" :key="i">
  32. <view class="page_item_top">
  33. <view class="page_item_top_L">
  34. <text class="L_text">单号:{{ infoDATA.gdcode }}</text>
  35. </view>
  36. <view class="page_item_top_R">
  37. <button class="L_iocn" @click="notice(infoDATA)">通知</button>
  38. </view>
  39. <view class="L"></view>
  40. <view class="R"></view>
  41. </view>
  42. <view class="page_item_cont">
  43. <view class="page_item_cont_T">
  44. <view class="page_item_cont_title">
  45. <text> <text class="starting">起</text> 点科室 </text>
  46. <text class="text_big">{{ infoDATA.startDept.dept }}</text>
  47. </view>
  48. </view>
  49. <view class="line"></view>
  50. <view class="page_item_cont_B">
  51. <template v-if="infoDATA.taskType.associationType.value == 'inspect'">
  52. <view class="page_item_cont_title" v-for="(dept, i) of infoDATA.middleDept" :key="i">
  53. <text> <text class="End">检</text> 查科室 </text>
  54. <text class="text_big">{{ dept.dept }}</text>
  55. <view></view>
  56. </view>
  57. </template>
  58. <template v-if="infoDATA.taskType.associationType.value != 'inspect'">
  59. <view class="page_item_cont_title" v-for="(dept, i) of infoDATA.endDepts" :key="i">
  60. <text> <text class="End">终</text> 点科室 </text>
  61. <text class="text_big">{{ dept.dept }}</text>
  62. </view>
  63. </template>
  64. </view>
  65. </view>
  66. <view class="page_item_foot">
  67. <view class="page_item_foot_text">
  68. <text class="text1">状态</text>
  69. <text class="text2" v-if="
  70. !(
  71. infoDATA.gdState.value == '5' &&
  72. infoDATA.taskType.associationType.value == 'inspect'
  73. )
  74. ">{{ infoDATA.gdState.name }}</text>
  75. <text class="text2" v-if="
  76. infoDATA.gdState.value == '5' &&
  77. infoDATA.taskType.associationType.value == 'inspect'
  78. ">待送回</text>
  79. </view>
  80. <view class="page_item_foot_text" v-if="infoDATA.taskType.associationType.value == 'inspect'">
  81. <text class="text1">预约时间</text>
  82. <text class="text2">{{
  83. infoDATA.checkList &&
  84. infoDATA.checkList[0] &&
  85. infoDATA.checkList[0].yyTime
  86. ? infoDATA.checkList[0].yyTime
  87. : "-"
  88. }}</text>
  89. </view>
  90. </view>
  91. </view>
  92. </view>
  93. <!-- ------------------未完成工单 end----------------- -->
  94. <view class="title" v-if="workData && workData.length > 0">
  95. <text class="span1">工单信息</text>
  96. </view>
  97. <view class="page_items" v-if="!workData" style="font-size: 18px; margin-top: 15%">
  98. <view class="zwsj">
  99. <image class="zwsj_img" mode="widthFix" src="../../static/img/zanwushuju.png"></image>
  100. <view class="zwsj_txt">暂无工单</view>
  101. </view>
  102. </view>
  103. <view class="page_items" v-if="workData && workData.length > 0">
  104. <view class="page_item" v-for="(infoDATA, i) of workData" :key="i">
  105. <view class="page_item_top">
  106. <view class="page_item_top_L" @click="ac1(infoDATA, i, acType)">
  107. <text class="ac">
  108. <text :class="{ acSpan: idTYPE == infoDATA.id }"></text>
  109. </text>
  110. <text class="L_text">单号:{{ infoDATA.gdcode }}</text>
  111. <!-- emergencyType.value 1是正常,2是急,3是加急 -->
  112. <view class="page_item_cont_start emergency1" v-if="infoDATA.emergencyType.value == 1">
  113. <text>
  114. <text class="cubeic-star icon_transport transport-shiwujiaoxing"></text>
  115. {{ infoDATA.emergencyType.name }}
  116. </text>
  117. </view>
  118. <view class="page_item_cont_start emergency" v-if="infoDATA.emergencyType.value == 2">
  119. <text>
  120. <text class="cubeic-star icon_transport transport-shiwujiaoxing"></text>
  121. {{ infoDATA.emergencyType.name }}
  122. </text>
  123. </view>
  124. <view class="page_item_cont_start emergencys" v-if="infoDATA.emergencyType.value == 3">
  125. <text>
  126. <text class="cubeic-star icon_transport transport-shiwujiaoxing"></text>
  127. {{ infoDATA.emergencyType.name }}
  128. </text>
  129. </view>
  130. </view>
  131. <view class="page_item_top_R">
  132. <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'inspect'">患者陪检</text>
  133. <text class="L_iocn" v-if="
  134. infoDATA.taskType.associationType.value == 'patientTransport'
  135. ">患者转运</text>
  136. </view>
  137. <view class="L"></view>
  138. <view class="R"></view>
  139. </view>
  140. <view class="page_item_cont">
  141. <view class="page_item_cont_T">
  142. <view class="page_item_cont_title">
  143. <text> <text class="starting">起</text> 点科室 </text>
  144. <text class="text_big">{{ infoDATA.startDept.dept }}</text>
  145. </view>
  146. </view>
  147. <view class="line"></view>
  148. <view class="page_item_cont_B">
  149. <template v-if="infoDATA.taskType.associationType.value == 'inspect'">
  150. <view class="page_item_cont_title" v-for="(dept, i) of infoDATA.middleDept" :key="i">
  151. <text> <text class="End">检</text> 查科室 </text>
  152. <text class="text_big">{{ dept.dept }}</text>
  153. <view></view>
  154. </view>
  155. </template>
  156. <template v-if="infoDATA.taskType.associationType.value != 'inspect'">
  157. <view class="page_item_cont_title" v-for="(dept, i) of infoDATA.endDepts" :key="i">
  158. <text> <text class="End">终</text> 点科室 </text>
  159. <text class="text_big">{{ dept.dept }}</text>
  160. </view>
  161. </template>
  162. </view>
  163. </view>
  164. <view class="page_item_foot">
  165. <view class="page_item_foot_text">
  166. <text class="text1">状态</text>
  167. <text class="text2" v-if="
  168. !(
  169. infoDATA.gdState.value == '5' &&
  170. infoDATA.taskType.associationType.value == 'inspect'
  171. )
  172. ">{{ infoDATA.gdState.name }}</text>
  173. <text class="text2" v-if="
  174. infoDATA.gdState.value == '5' &&
  175. infoDATA.taskType.associationType.value == 'inspect'
  176. ">待送回</text>
  177. </view>
  178. <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '2'">
  179. <text class="text1">预计响应时间</text>
  180. <text class="text2">{{ infoDATA.estimeResponseTime || '无' }}</text>
  181. </view>
  182. <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '5'">
  183. <text class="text1" v-if="!(infoDATA.taskType.associationType.value == 'inspect')">预计送达时间</text>
  184. <text class="text1" v-if="infoDATA.taskType.associationType.value == 'inspect'">预计送回时间</text>
  185. <text class="text2">{{ infoDATA.estimeCompleteTime || '无' }}</text>
  186. </view>
  187. <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '4'">
  188. <text class="text1">预计到达时间</text>
  189. <text class="text2">{{ infoDATA.estimateArriveTime || '无' }}</text>
  190. </view>
  191. <view class="page_item_foot_text">
  192. <text class="text1">创建时间</text>
  193. <text class="text2">{{ infoDATA.startTime || '无' }}</text>
  194. </view>
  195. </view>
  196. </view>
  197. </view>
  198. <view class="foot_btn2" v-if="workData && workData.length > 0 && isShow">
  199. <!-- <view class="btn1" @click="allStart(typeData)">一键操作</view> -->
  200. <view class="btn1" @click="getInspectAndPatientTransform(typeData)">一键操作</view>
  201. <view class="btn1" @click="scanDept()">送回病房</view>
  202. <view class="btn2" @click="showAlert">知道了</view>
  203. </view>
  204. <!-- <view class="foot_btn2" v-if="
  205. workData && workData.length === 0 && isShow && wechatFocusSwitch == 1
  206. "> -->
  207. <view class="foot_btn2" v-if="
  208. workData && workData.length === 0 && isShow
  209. ">
  210. <!-- <view class="btn1" @click="help">{{
  211. infoDATA.focusPatient == 1 ? "无需帮助" : "需要帮助"
  212. }}</view> -->
  213. <view class="btn3" @click="scanDept()">送回病房</view>
  214. <view class="btn3" @click="showAlert">知道了</view>
  215. </view>
  216. <view class="foot_btn2" v-if="!isShow">
  217. <view class="btn3" @click="scanDept()">送回病房</view>
  218. <view class="btn3" @click="showAlert">知道了</view>
  219. </view>
  220. </view>
  221. <!-- 弹窗 -->
  222. <!-- <showModel :title="models.title" :icon="models.icon" :disjunctor="models.disjunctor" :content="models.content"
  223. @know="know" :operate="models.operate" @ok="ok" @cancel="cancel"></showModel> -->
  224. <showModel :title="models.title" :icon="models.icon" :disjunctor="models.disjunctor" :content="models.content"
  225. @know="know" :operate="models.operate"></showModel>
  226. <!-- 送回病房弹窗 -->
  227. <showModel :title="models1.title" :icon="models1.icon" :disjunctor="models1.disjunctor" :content="models1.content"
  228. :operate="models1.operate" @ok="ok1" @cancel="cancel1"></showModel>
  229. <!-- 送回病房建单弹窗 -->
  230. <showModel :title="models2.title" :icon="models2.icon" :disjunctor="models2.disjunctor" :content="models2.content"
  231. :operate="models2.operate" @ok="ok2" @cancel="cancel2"></showModel>
  232. <!-- 送回病房建单弹窗-扫描科室 -->
  233. <showModel :title="models3.title" :icon="models3.icon" :disjunctor="models3.disjunctor" :content="models3.content"
  234. :operate="models3.operate" @ok="ok3" @cancel="cancel3"></showModel>
  235. <!-- 弹窗 -->
  236. <showModel :title="models4.title" :icon="models4.icon" :disjunctor="models4.disjunctor"
  237. :radioInspectionDistanceItem="models4.radioInspectionDistanceItem" @ok="ok4" @cancel="cancel4"
  238. @radioChange="radioChange4" :operate="models4.operate">
  239. </showModel>
  240. </view>
  241. </template>
  242. <script>
  243. import showModel from "../../components/showModel/showModel.vue";
  244. import {
  245. get,
  246. post,
  247. SM,
  248. webHandle
  249. } from "../../http/http.js";
  250. export default {
  251. data() {
  252. return {
  253. isInspectAndPatientTransform: false, //是否是一键操作
  254. selectRadio: [], //单选框选中的数据,第一项是qrcode,第二项是名称
  255. // 单选框弹窗model1
  256. models4: {
  257. disjunctor: false,
  258. },
  259. currentCode: '', //当前小扫描的科室二维码
  260. SMFlag: true,
  261. options: {},
  262. // wechatFocusSwitch: 0,
  263. hosId: "",
  264. // 弹窗model
  265. models: {
  266. disjunctor: false,
  267. },
  268. // 送回病房弹窗model
  269. models1: {
  270. disjunctor: false,
  271. },
  272. // 送回病房建单弹窗model
  273. models2: {
  274. disjunctor: false,
  275. },
  276. // 送回病房建单弹窗model-扫描科室
  277. models3: {
  278. disjunctor: false,
  279. },
  280. infoDATA: {},
  281. workData: [],
  282. patientOrders: [],
  283. acType: Number,
  284. tabType: 1,
  285. idTYPE: "",
  286. userId: {
  287. ids: [],
  288. },
  289. typeData: null,
  290. types: false,
  291. code: "",
  292. animationData: {}, //动画
  293. isShow: true, //是否显示“一键操作”
  294. currentStartDept: {}, //扫描的起点科室
  295. };
  296. },
  297. methods: {
  298. // 获取是否需要选择陪检方式
  299. getInspectAndPatientTransformSend() {
  300. let infoDATA = JSON.parse(this.options.infoDATA);
  301. const postData = {
  302. "idx": 0,
  303. "sum": 1,
  304. "taskTypeConfig": {
  305. "taskTypeDTO": {
  306. "hosId": {
  307. "id": this.hosId
  308. },
  309. "associationType": {
  310. "key": "association_types",
  311. "value": "inspect",
  312. },
  313. },
  314. },
  315. };
  316. uni.showLoading({
  317. mask: true,
  318. title: '加载中'
  319. })
  320. post("/simple/data/fetchDataList/taskTypeConfig", postData).then((res) => {
  321. console.log(res)
  322. if (res.status == 200) {
  323. res.list = res.list || [];
  324. if (res.list[0] && res.list[0].signTypeIds) {
  325. // 如果开启
  326. const postData = {
  327. "idx": 0,
  328. "sum": 9999,
  329. "workOrderInspectScore": {
  330. "hosId": this.hosId,
  331. },
  332. };
  333. post("/simple/data/fetchDataList/workOrderInspectScore", postData).then((res) => {
  334. console.log(res)
  335. uni.hideLoading();
  336. if (res.status == 200) {
  337. res.list = res.list || [];
  338. let radioInspectionDistanceItem = res.list.map(v => ({
  339. id: v.id + "__" + v.inspectMode,
  340. inspectMode: v.inspectMode
  341. }));
  342. this.models4 = {
  343. disjunctor: true,
  344. title: "请选择陪检方式",
  345. radioInspectionDistanceItem,
  346. icon: "",
  347. operate: {
  348. ok: "确定",
  349. cancel: "取消",
  350. },
  351. };
  352. } else {
  353. uni.showToast({
  354. icon: "none",
  355. title: res.msg || "接口获取数据失败!",
  356. });
  357. }
  358. })
  359. } else {
  360. this.ok3Result();
  361. }
  362. } else {
  363. uni.hideLoading();
  364. uni.showToast({
  365. icon: "none",
  366. title: res.msg || "接口获取数据失败!",
  367. });
  368. }
  369. })
  370. },
  371. // 获取是否需要选择陪检方式
  372. getInspectAndPatientTransform() {
  373. this.isInspectAndPatientTransform = true;
  374. console.log(this.typeData);
  375. if (this.typeData) {
  376. const postData = {
  377. "idx": 0,
  378. "sum": 1,
  379. "taskTypeConfig": {
  380. "taskTypeDTO": {
  381. "hosId": {
  382. "id": this.hosId
  383. },
  384. "associationType": {
  385. "key": "association_types",
  386. "value": "inspect",
  387. },
  388. },
  389. },
  390. };
  391. uni.showLoading({
  392. mask: true,
  393. title: '加载中'
  394. })
  395. post("/simple/data/fetchDataList/taskTypeConfig", postData).then((res) => {
  396. console.log(res)
  397. if (res.status == 200) {
  398. res.list = res.list || [];
  399. if (res.list[0] && res.list[0].signTypeIds && this.typeData.gdState.value == 4) {
  400. // 如果开启并且工单状态是待到达
  401. const postData = {
  402. "idx": 0,
  403. "sum": 9999,
  404. "workOrderInspectScore": {
  405. "hosId": this.hosId,
  406. },
  407. };
  408. post("/simple/data/fetchDataList/workOrderInspectScore", postData).then((res) => {
  409. console.log(res)
  410. uni.hideLoading();
  411. if (res.status == 200) {
  412. res.list = res.list || [];
  413. let radioInspectionDistanceItem = res.list.map(v => ({
  414. id: v.id + "__" + v.inspectMode,
  415. inspectMode: v.inspectMode
  416. }));
  417. this.models4 = {
  418. disjunctor: true,
  419. title: "请选择陪检方式",
  420. radioInspectionDistanceItem,
  421. icon: "",
  422. operate: {
  423. ok: "确定",
  424. cancel: "取消",
  425. },
  426. };
  427. } else {
  428. uni.showToast({
  429. icon: "none",
  430. title: res.msg || "接口获取数据失败!",
  431. });
  432. }
  433. })
  434. } else {
  435. this.allStart(this.typeData);
  436. }
  437. } else {
  438. uni.hideLoading();
  439. uni.showToast({
  440. icon: "none",
  441. title: res.msg || "接口获取数据失败!",
  442. });
  443. }
  444. })
  445. } else {
  446. this.models = {
  447. disjunctor: true,
  448. content: "请选择工单",
  449. icon: "warn",
  450. operate: {
  451. know: "知道了",
  452. },
  453. };
  454. }
  455. },
  456. // 选中单选框
  457. radioChange4(item) {
  458. console.log(item);
  459. this.selectRadio = item.split("__");
  460. },
  461. // 确定
  462. ok4() {
  463. console.log(this.selectRadio);
  464. if (!this.selectRadio.length) {
  465. return;
  466. }
  467. this.models4.disjunctor = false;
  468. // 判断是一键操作还是送回病房
  469. if(this.isInspectAndPatientTransform){
  470. this.allStart(this.typeData);
  471. }else{
  472. this.ok3Result();
  473. }
  474. },
  475. cancel4() {
  476. this.models4.disjunctor = false;
  477. },
  478. ok2() {
  479. this.models2.disjunctor = false;
  480. this.getInspectAndPatientTransformSend();
  481. },
  482. cancel2() {
  483. this.models2.disjunctor = false;
  484. },
  485. ok3Result() {
  486. uni.showLoading({
  487. mask: true,
  488. title: '加载中'
  489. })
  490. let userId = uni.getStorageSync("userData").user.id;
  491. let postData = {
  492. "workOrder": {
  493. sourceId: 4,
  494. "hosId": this.hosId,
  495. "startDept": {
  496. "id": this.options.id || this.currentStartDept.id
  497. },
  498. "createDept": this.options.id || this.currentStartDept.id,
  499. "patient": {
  500. "patientCode": this.infoDATA.patientCode
  501. },
  502. "worker": {
  503. "id": userId
  504. },
  505. },
  506. "inspectMode": this.selectRadio.length > 0 ? this.selectRadio[0] : undefined,
  507. };
  508. post("/workerOrder/returnSickRoom", postData).then((res) => {
  509. console.log(res)
  510. uni.hideLoading();
  511. if (res.status == 200) {
  512. uni.showToast({
  513. icon: 'success',
  514. title: '建单成功',
  515. });
  516. } else {
  517. uni.showToast({
  518. icon: "none",
  519. title: res.msg || "接口获取数据失败!",
  520. });
  521. }
  522. })
  523. },
  524. ok3() {
  525. this.models3.disjunctor = false;
  526. this.getInspectAndPatientTransformSend();
  527. },
  528. cancel3() {
  529. this.models3.disjunctor = false;
  530. },
  531. // 送回病房-建单
  532. sendBuild() {
  533. let infoDATA = JSON.parse(this.options.infoDATA);
  534. this.models2 = {
  535. disjunctor: true,
  536. title: "提示",
  537. content: `您选择的起点科室为【${this.options.dept}】,您将从【${this.options.dept}】把【${infoDATA.patientName}】送回【${infoDATA.department.dept}】,如您确认请点击“确认建单”。`,
  538. icon: "warn",
  539. operate: {
  540. ok: "确认建单",
  541. cancel: "取消",
  542. },
  543. };
  544. },
  545. // 送回病房-扫描科室
  546. scanDept() {
  547. this.isInspectAndPatientTransform = false;
  548. if (!this.SMFlag) {
  549. return;
  550. }
  551. this.SMFlag = false;
  552. let infoDATA = JSON.parse(this.options.infoDATA);
  553. let code = "";
  554. SM().then((ress1) => {
  555. uni.showLoading({
  556. title: "加载中",
  557. mask: true,
  558. });
  559. //检验二维码的有效性
  560. post("/dept/scanning", {
  561. content: ress1,
  562. }).then((result) => {
  563. this.SMFlag = true;
  564. if (result.state == 200 || result.state == 201) {
  565. let ress = result.code;
  566. if (ress) {
  567. code = ress;
  568. // 科室扫描
  569. let postData = {
  570. "type": "query",
  571. "qrCode": code
  572. };
  573. post("/dept/scanChangeDept", postData).then((res) => {
  574. uni.hideLoading();
  575. if (res.status == 200) {
  576. if (res.data) {
  577. if(res.data.deptDTO){
  578. this.currentStartDept = res.data.deptDTO;
  579. }else{
  580. this.currentStartDept = res.data;
  581. }
  582. this.models3 = {
  583. disjunctor: true,
  584. title: "提示",
  585. content: `您选择的起点科室为【${this.currentStartDept.dept}】,您将从【${this.currentStartDept.dept}】把【${infoDATA.patientName}】送回【${infoDATA.department.dept}】,如您确认请点击“确认建单”。`,
  586. icon: "warn",
  587. operate: {
  588. ok: "确认建单",
  589. cancel: "取消",
  590. },
  591. };
  592. } else {
  593. uni.hideLoading();
  594. uni.showToast({
  595. icon: "none",
  596. title: "请扫描正确的科室码!",
  597. });
  598. }
  599. } else {
  600. uni.hideLoading();
  601. uni.showToast({
  602. icon: "none",
  603. title: res.msg || "接口获取数据失败!",
  604. });
  605. }
  606. });
  607. }
  608. } else {
  609. uni.hideLoading();
  610. uni.showToast({
  611. icon: "none",
  612. title: result.info || "接口获取数据失败!",
  613. });
  614. }
  615. });
  616. }).catch(err => {
  617. this.SMFlag = true;
  618. });
  619. },
  620. // 送回病房-选择起点科室
  621. sendBack() {
  622. let infoDATA = JSON.parse(this.options.infoDATA);
  623. this.models1 = {
  624. disjunctor: true,
  625. title: "提示",
  626. content: `您好,您是要将【${infoDATA.patientName}】送回病房吗?如确认请您点击“选择起点科室”建立工单。`,
  627. icon: "warn",
  628. operate: {
  629. ok: "选择起点科室",
  630. cancel: "取消",
  631. },
  632. };
  633. },
  634. ok1() {
  635. this.models1.disjunctor = false;
  636. uni.navigateTo({
  637. url: `../search/search?type=sendBack&code=${this.options.code}&infoDATA=${this.options.infoDATA}&patientOrders=${this.options.patientOrders}&workData=${this.options.workData}`,
  638. });
  639. },
  640. cancel1() {
  641. this.models1.disjunctor = false;
  642. },
  643. // 查看检查
  644. getInspectList() {
  645. uni.navigateTo({
  646. url: `../inspectList/inspectList?id=${this.infoDATA.department.id}&dept=${this.infoDATA.department.dept}&patientCode=${this.infoDATA.patientCode}`,
  647. });
  648. },
  649. // 通知
  650. notice(info) {
  651. let postData = {
  652. userIds: info.worker.id + "",
  653. content: `您负责护送的患者${info.patient.patientName}(${info.patient.bedNum})已经检查完毕,请尽快执行工单的下一步。`,
  654. };
  655. post("/wechat/sendCustomMessage", postData).then((res) => {
  656. if (res.status == 200) {
  657. uni.showToast({
  658. title: "通知成功",
  659. duration: 2000,
  660. });
  661. } else {
  662. uni.showToast({
  663. icon: "none",
  664. title: res.msg || "接口获取数据失败!",
  665. });
  666. }
  667. });
  668. },
  669. //需要帮助、无需帮助
  670. // help() {
  671. // this.models = {
  672. // disjunctor: true,
  673. // title: "提示",
  674. // content: this.infoDATA.focusPatient == 1 ?
  675. // "如设置为“无需帮助”则后期此患者检查将不会自动进行建单,可通过“需要帮助”设置自动建单" : "如设置为“需要帮助”则后期此患者检查会自动进行建单,可通过“无需帮助”取消设置",
  676. // icon: "warn",
  677. // operate: {
  678. // ok: "确定",
  679. // cancel: "取消",
  680. // },
  681. // };
  682. // },
  683. //需要帮助,无需帮助确定
  684. // ok() {
  685. // this.models.disjunctor = false;
  686. // post("/nurse/updData/patient", {
  687. // patient: {
  688. // id: this.infoDATA.id,
  689. // focusPatient: this.infoDATA.focusPatient == 1 ? 0 : 1,
  690. // },
  691. // }).then((res) => {
  692. // let msg = "设置失败";
  693. // let icon = "error";
  694. // if (res.status == 200) {
  695. // msg = "设置成功";
  696. // icon = "success";
  697. // this.infoDATA.focusPatient = res.data.focusPatient;
  698. // }
  699. // this.models = {
  700. // disjunctor: true,
  701. // content: msg,
  702. // icon: icon,
  703. // operate: {
  704. // know: "知道了",
  705. // },
  706. // };
  707. // });
  708. // },
  709. //需要帮助,无需帮助取消
  710. // cancel() {
  711. // this.models.disjunctor = false;
  712. // },
  713. //知道了
  714. know() {
  715. this.models.disjunctor = false;
  716. },
  717. // 知道了
  718. showAlert() {
  719. uni.navigateTo({
  720. url: "../receiptpage/receiptpage",
  721. });
  722. },
  723. //一键操作
  724. allStart(data) {
  725. let list = {};
  726. if (data) {
  727. let type = "";
  728. if (data.gdState.value == "8") {
  729. if (!this.SMFlag) {
  730. return;
  731. }
  732. this.SMFlag = false;
  733. SM().then((ress1) => {
  734. // ----------------
  735. uni.showLoading({
  736. title: "加载中",
  737. mask: true,
  738. });
  739. //检验二维码的有效性
  740. post("/dept/scanning", {
  741. content: ress1,
  742. }).then((result) => {
  743. this.SMFlag = true;
  744. this.currentCode = result.code;
  745. if (result.state == 200 || result.state == 201) {
  746. let ress = result.code;
  747. if (ress) {
  748. var ids = [];
  749. ids.push(data.id);
  750. type = "orderSign/" + ress;
  751. list = {
  752. ids
  753. };
  754. // 科室签到
  755. post("/workerOrder/" + type, list).then((res) => {
  756. uni.hideLoading();
  757. if (res.status == 200) {
  758. // model: JSON.stringify(res), //签到返回的信息
  759. // type: data.taskType.associationType.value, //关联类型
  760. // code: ress, //二维码code
  761. // ids //科室ID数组
  762. uni.navigateTo({
  763. url: `../scanning_djEnd/scanning_djEnd?type=${
  764. data.taskType.associationType.value
  765. }&code=${ress}&ids=${ids}&model=${encodeURIComponent(
  766. JSON.stringify(res)
  767. )}`,
  768. });
  769. } else {
  770. uni.navigateTo({
  771. url: `../scanning_djEnd/scanning_djEnd?model=${encodeURIComponent(
  772. JSON.stringify(res)
  773. )}&qrcode=${this.currentCode}`,
  774. });
  775. }
  776. });
  777. }
  778. } else {
  779. uni.hideLoading();
  780. uni.showToast({
  781. icon: "none",
  782. title: result.info || "接口获取数据失败!",
  783. });
  784. }
  785. });
  786. // ------------------------------
  787. }).catch(err => {
  788. this.SMFlag = true;
  789. });
  790. } else {
  791. if (data.taskType.associationType.value == "patientTransport") {
  792. type = "handleTrans";
  793. let data = {
  794. ids: this.userId.ids,
  795. // "11789558|51131895|7|黄石城乡|陈琛|女|19981003|20180803081051|Z消化内科Ⅰ"
  796. code: this.code,
  797. inspectMode: this.selectRadio.length > 0 ? this.selectRadio[0] : undefined,
  798. };
  799. list = data;
  800. }
  801. if (data.taskType.associationType.value == "inspect") {
  802. type = "handleIns";
  803. let data = {
  804. ids: this.userId.ids,
  805. // "11789558|51131895|7|黄石城乡|陈琛|女|19981003|20180803081051|Z消化内科Ⅰ"
  806. code: this.code,
  807. inspectMode: this.selectRadio.length > 0 ? this.selectRadio[0] : undefined,
  808. };
  809. list = data;
  810. }
  811. uni.showLoading({
  812. title: "加载中",
  813. mask: true,
  814. });
  815. post("/workerOrder/" + type, list).then((res) => {
  816. uni.hideLoading();
  817. if (res.status == 200) {
  818. uni.navigateTo({
  819. url: `../scanning_insEnd/scanning_insEnd?type=${
  820. data.taskType.associationType.value
  821. }&model=${encodeURIComponent(JSON.stringify(res))}`,
  822. });
  823. } else {
  824. uni.navigateTo({
  825. url: `../scanning_insEnd/scanning_insEnd?model=${encodeURIComponent(
  826. JSON.stringify(res)
  827. )}`,
  828. });
  829. }
  830. });
  831. }
  832. } else {
  833. this.models = {
  834. disjunctor: true,
  835. content: "请选择工单",
  836. icon: "warn",
  837. operate: {
  838. know: "知道了",
  839. },
  840. };
  841. }
  842. },
  843. //选中
  844. ac(data, i, type) {
  845. this.idTYPE = "";
  846. },
  847. //未选中
  848. ac1(data, i, type) {
  849. if (this.idTYPE == data.id) {
  850. //显示
  851. this.isShow = true;
  852. this.idTYPE = "";
  853. this.userId.ids = [];
  854. this.typeData = null;
  855. } else {
  856. if (data.gdState.value >= 5) {
  857. //隐藏
  858. this.isShow = false;
  859. } else {
  860. //显示
  861. this.isShow = true;
  862. }
  863. this.idTYPE = data.id;
  864. this.typeData = data;
  865. this.userId.ids[0] = this.idTYPE;
  866. }
  867. },
  868. texiao() {
  869. if (this.workData && this.workData.length > 0) {
  870. setTimeout(() => {
  871. this.animation.height(0).opacity(0).step();
  872. this.animationData = this.animation.export();
  873. }, 15000);
  874. }
  875. },
  876. // 获取需要帮助权限
  877. // getWechatFocusSwitch() {
  878. // let postData = {
  879. // idx: 0,
  880. // sum: 1,
  881. // taskType: {
  882. // hosIds: this.hosId,
  883. // associationType: {
  884. // id: 260,
  885. // },
  886. // },
  887. // };
  888. // post("/configuration/fetchDataList/taskType", postData).then((res) => {
  889. // if (res.status == 200) {
  890. // this.wechatFocusSwitch = res.list[0].wechatFocusSwitch || 0;
  891. // } else {
  892. // uni.showToast({
  893. // icon: "none",
  894. // title: res.msg || "接口获取数据失败!",
  895. // });
  896. // }
  897. // });
  898. // },
  899. },
  900. onLoad(options) {
  901. console.log(options);
  902. this.options = options;
  903. // 送回病房建单 start
  904. if (options.id && options.dept) {
  905. this.sendBuild();
  906. }
  907. // 送回病房建单 end
  908. this.hosId = uni.getStorageSync("userData").user.currentHospital.id;
  909. // this.getWechatFocusSwitch();
  910. this.infoDATA = JSON.parse(options.infoDATA);
  911. console.log(this.infoDATA);
  912. this.workData = JSON.parse(options.workData);
  913. if (options.patientOrders != 'undefined') {
  914. this.patientOrders = JSON.parse(options.patientOrders);
  915. }
  916. this.code = options.code;
  917. // #ifdef APP-PLUS
  918. webHandle("no", "app");
  919. // #endif
  920. // #ifdef H5
  921. webHandle("no", "wx");
  922. // #endif
  923. },
  924. onShow() {
  925. this.SMFlag = true;
  926. // 创建动画
  927. this.animation = uni.createAnimation({
  928. duration: 500,
  929. timingFunction: "ease",
  930. delay: 2000,
  931. });
  932. setTimeout(() => {
  933. this.texiao();
  934. }, 500);
  935. },
  936. onHide() {
  937. this.animationData = {};
  938. },
  939. onUnload() {
  940. // 页面关闭后清空数据
  941. this.animationData = {};
  942. },
  943. };
  944. </script>
  945. <style lang="less">
  946. ::-webkit-scrollbar {
  947. width: 0px;
  948. }
  949. ::-webkit-scrollbar-track {
  950. background-color: none;
  951. }
  952. ::-webkit-scrollbar-thumb {
  953. background-color: none;
  954. }
  955. ::-webkit-scrollbar-thumb:hover {
  956. background-color: none;
  957. }
  958. ::-webkit-scrollbar-thumb:active {
  959. background-color: none;
  960. }
  961. .Scanning_ins {
  962. .title {
  963. font-size: 36rpx;
  964. margin-top: 20rpx;
  965. margin-bottom: 20rpx;
  966. font-weight: 700;
  967. position: relative;
  968. height: 40rpx;
  969. .span1 {
  970. position: absolute;
  971. left: 0;
  972. font-weight: 700;
  973. }
  974. .span2 {
  975. position: absolute;
  976. right: 20%;
  977. color: rgb(73, 184, 86);
  978. }
  979. .span3 {
  980. position: absolute;
  981. right: 0;
  982. color: rgb(73, 184, 86);
  983. }
  984. }
  985. .Scanning {
  986. padding: 0 20rpx;
  987. .Scanning_top {
  988. height: 400rpx;
  989. .Scanning_top_icon {
  990. width: 140rpx;
  991. height: 140rpx;
  992. margin: 0 auto;
  993. margin-top: 36rpx;
  994. border-radius: 50%;
  995. line-height: 140rpx;
  996. .cubeic-ok {
  997. font-size: 140rpx;
  998. color: #35b34a;
  999. }
  1000. }
  1001. .Scanning_top_text {
  1002. .text1 {
  1003. margin-top: 30rpx;
  1004. font-size: 48rpx;
  1005. text-align: center;
  1006. }
  1007. .success_tips {
  1008. color: red;
  1009. font-size: 30rpx;
  1010. }
  1011. }
  1012. .Scanning_cont {
  1013. font-size: 32rpx;
  1014. margin-top: 16rpx;
  1015. view {
  1016. margin-bottom: 8rpx;
  1017. display: flex;
  1018. justify-content: center;
  1019. align-items: center;
  1020. button {
  1021. font-size: 32rpx;
  1022. height: 52rpx;
  1023. line-height: 52rpx;
  1024. margin: 0;
  1025. color: rgb(7, 134, 60);
  1026. font-weight: 700;
  1027. }
  1028. }
  1029. .text {
  1030. margin-top: 24rpx;
  1031. color: #35b34a;
  1032. }
  1033. .text1 {
  1034. margin-top: 24rpx;
  1035. color: #ff3b53;
  1036. }
  1037. }
  1038. }
  1039. .page_items {
  1040. margin-bottom: 110rpx;
  1041. .zwsj {
  1042. margin-top: 180rpx;
  1043. display: flex;
  1044. flex-direction: column;
  1045. align-items: center;
  1046. .zwsj_txt {
  1047. font-size: 36rpx;
  1048. font-weight: 700;
  1049. margin-top: 20rpx;
  1050. }
  1051. .zwsj_img {
  1052. width: 582rpx;
  1053. }
  1054. }
  1055. .page_item {
  1056. margin-top: 16rpx;
  1057. min-height: 310rpx;
  1058. background: #fff;
  1059. border-radius: 8rpx;
  1060. overflow: hidden;
  1061. padding: 0 16rpx;
  1062. border: 2rpx solid #e5e9ed;
  1063. .L {
  1064. width: 40rpx;
  1065. height: 40rpx;
  1066. border-radius: 50%;
  1067. background: #f9fafb;
  1068. position: relative;
  1069. left: -50rpx;
  1070. top: 66rpx;
  1071. }
  1072. .R {
  1073. width: 40rpx;
  1074. height: 40rpx;
  1075. border-radius: 50%;
  1076. background: #f9fafb;
  1077. position: relative;
  1078. float: right;
  1079. right: -50rpx;
  1080. top: 26rpx;
  1081. }
  1082. .starting {
  1083. width: 50rpx;
  1084. height: 50rpx;
  1085. color: #fff;
  1086. background: #49b856;
  1087. display: inline-block;
  1088. border-radius: 50%;
  1089. text-align: center;
  1090. line-height: 46rpx;
  1091. font-size: 32rpx;
  1092. margin-right: 6rpx;
  1093. }
  1094. .End {
  1095. width: 50rpx;
  1096. height: 50rpx;
  1097. color: #fff;
  1098. background: #39b199;
  1099. display: inline-block;
  1100. border-radius: 50%;
  1101. text-align: center;
  1102. line-height: 46rpx;
  1103. font-size: 32rpx;
  1104. margin-right: 6rpx;
  1105. }
  1106. .page_item_top {
  1107. height: 86rpx;
  1108. border-bottom: 2rpx dashed #e5e9ed;
  1109. padding: 0 16rpx;
  1110. .page_item_top_L {
  1111. height: 100%;
  1112. float: left;
  1113. line-height: 88rpx;
  1114. display: flex;
  1115. align-items: center;
  1116. .ac {
  1117. width: 32rpx;
  1118. height: 32rpx;
  1119. border: 2rpx solid #ccc;
  1120. display: flex;
  1121. justify-content: center;
  1122. align-items: center;
  1123. position: relative;
  1124. .acSpan {
  1125. width: 24rpx;
  1126. height: 24rpx;
  1127. background: #39b199;
  1128. display: block;
  1129. }
  1130. }
  1131. .ac1 {
  1132. width: 32rpx;
  1133. height: 32rpx;
  1134. border: 2rpx solid #ccc;
  1135. display: inline-block;
  1136. position: relative;
  1137. }
  1138. .emergencys {
  1139. background: #ff3b53 !important;
  1140. width: 124rpx !important;
  1141. }
  1142. .emergency {
  1143. background: #ff3b53 !important;
  1144. }
  1145. .emergency1 {
  1146. background: #49b856 !important;
  1147. }
  1148. .page_item_cont_start {
  1149. text-align: center;
  1150. height: 44rpx;
  1151. width: 104rpx;
  1152. line-height: 44rpx;
  1153. border-radius: 8rpx;
  1154. background: #49b856;
  1155. color: #fff;
  1156. display: inline-block;
  1157. font-size: 28rpx;
  1158. }
  1159. .L_time {
  1160. color: #6cc076;
  1161. font-size: 32rpx;
  1162. }
  1163. .L_text {
  1164. font-size: 32rpx;
  1165. display: inline-block;
  1166. font-weight: 700;
  1167. }
  1168. }
  1169. .page_item_top_R {
  1170. height: 60rpx;
  1171. float: right;
  1172. padding-top: 20rpx;
  1173. font-size: 32rpx;
  1174. position: absolute;
  1175. right: 50rpx;
  1176. .L_iocn {
  1177. display: inline-block;
  1178. height: 52rpx;
  1179. line-height: 48rpx;
  1180. color: rgb(7, 134, 60);
  1181. font-size: 36rpx;
  1182. font-weight: 700;
  1183. }
  1184. }
  1185. }
  1186. .page_item_cont {
  1187. min-height: 180rpx;
  1188. max-height: 424rpx;
  1189. padding: 0 16rpx;
  1190. text-align: left;
  1191. position: relative;
  1192. .text_big {
  1193. font-size: 32rpx;
  1194. position: absolute;
  1195. right: 16rpx;
  1196. font-weight: 700;
  1197. margin-top: 10rpx;
  1198. }
  1199. .text_big2 {
  1200. font-size: 32rpx;
  1201. position: absolute;
  1202. right: 16rpx;
  1203. font-weight: 700;
  1204. }
  1205. .line {
  1206. height: 20rpx;
  1207. width: 2rpx;
  1208. border-left: 2rpx solid #e5e9ed;
  1209. position: absolute;
  1210. top: 82rpx;
  1211. left: 40rpx;
  1212. }
  1213. .lines {
  1214. height: 40%;
  1215. width: 2rpx;
  1216. border-left: 2rpx solid #e5e9ed;
  1217. position: absolute;
  1218. top: 23%;
  1219. left: 36rpx;
  1220. }
  1221. .page_item_cont_T {
  1222. padding-top: 28rpx;
  1223. font-size: 28rpx;
  1224. .page_item_cont_title {
  1225. height: 100%;
  1226. font-size: 32rpx;
  1227. }
  1228. }
  1229. .page_item_cont_B {
  1230. padding-top: 28rpx;
  1231. margin-bottom: 28rpx;
  1232. .page_item_cont_title {
  1233. height: 60rpx;
  1234. font-size: 32rpx;
  1235. }
  1236. .page_item_cont_title1 {
  1237. height: 60rpx;
  1238. line-height: 60rpx;
  1239. font-size: 32rpx;
  1240. padding-left: 64rpx;
  1241. }
  1242. }
  1243. }
  1244. .page_item_foot {
  1245. border-top: 2rpx dashed #e5e9ed;
  1246. border-bottom: 2rpx dashed #e5e9ed;
  1247. padding: 28rpx 16rpx;
  1248. text-align: left;
  1249. .page_item_foot_text {
  1250. height: 48rpx;
  1251. font-size: 32rpx;
  1252. line-height: 48rpx;
  1253. margin-bottom: 20rpx;
  1254. .text1 {
  1255. color: rgb(102, 102, 102);
  1256. }
  1257. .text2 {
  1258. float: right;
  1259. font-weight: 700;
  1260. }
  1261. }
  1262. }
  1263. #infos {
  1264. display: none;
  1265. }
  1266. .page_item_infos {
  1267. padding-bottom: 20rpx;
  1268. border-bottom: 2rpx dashed #e5e9ed;
  1269. .page_item_info2 {
  1270. text-align: left;
  1271. line-height: 60rpx;
  1272. font-size: 32rpx;
  1273. padding-left: 16rpx;
  1274. .page_item_foot_text {
  1275. height: 48rpx;
  1276. font-size: 32rpx;
  1277. line-height: 48rpx;
  1278. margin-bottom: 20rpx;
  1279. .text1 {
  1280. color: rgb(102, 102, 102);
  1281. }
  1282. .text2 {
  1283. float: right;
  1284. font-weight: 700;
  1285. }
  1286. }
  1287. }
  1288. }
  1289. }
  1290. }
  1291. .foot_btn2 {
  1292. position: fixed;
  1293. bottom: 0;
  1294. right: 20rpx;
  1295. left: 20rpx;
  1296. line-height: 66rpx;
  1297. height: 100rpx;
  1298. border-top: 2rpx solid #e5e9ed;
  1299. background: #f9fafb;
  1300. display: flex;
  1301. justify-content: space-between;
  1302. .btn1,
  1303. .btn2 {
  1304. height: 66rpx;
  1305. width: 32%;
  1306. background-image: linear-gradient(to right, #72c172, #3bb197);
  1307. color: #fff;
  1308. border-radius: 8rpx;
  1309. font-size: 32rpx;
  1310. margin-top: 16rpx;
  1311. text-align: center;
  1312. }
  1313. .btn3 {
  1314. height: 66rpx;
  1315. width: 48%;
  1316. background-image: linear-gradient(to right, #72c172, #3bb197);
  1317. color: #fff;
  1318. border-radius: 8rpx;
  1319. font-size: 32rpx;
  1320. margin-top: 16rpx;
  1321. text-align: center;
  1322. }
  1323. }
  1324. }
  1325. }
  1326. </style>