scanning_ins.vue 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410
  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. console.log(data)
  726. let list = {};
  727. if (data) {
  728. let type = "";
  729. if (data.gdState.value == "8") {
  730. if (!this.SMFlag) {
  731. return;
  732. }
  733. this.SMFlag = false;
  734. SM().then((ress1) => {
  735. // ----------------
  736. uni.showLoading({
  737. title: "加载中",
  738. mask: true,
  739. });
  740. //检验二维码的有效性
  741. post("/dept/scanning", {
  742. content: ress1,
  743. }).then((result) => {
  744. this.SMFlag = true;
  745. this.currentCode = result.code;
  746. if (result.state == 200 || result.state == 201) {
  747. let ress = result.code;
  748. if (ress) {
  749. var ids = [];
  750. ids.push(data.id);
  751. type = "orderSign/" + ress;
  752. list = {
  753. ids
  754. };
  755. // 科室签到
  756. post("/workerOrder/" + type, list).then((res) => {
  757. uni.hideLoading();
  758. if (res.status == 200) {
  759. // model: JSON.stringify(res), //签到返回的信息
  760. // type: data.taskType.associationType.value, //关联类型
  761. // code: ress, //二维码code
  762. // ids //科室ID数组
  763. uni.navigateTo({
  764. url: `../scanning_djEnd/scanning_djEnd?type=${
  765. data.taskType.associationType.value
  766. }&code=${ress}&ids=${ids}&model=${encodeURIComponent(
  767. JSON.stringify(res)
  768. )}`,
  769. });
  770. } else {
  771. uni.navigateTo({
  772. url: `../scanning_djEnd/scanning_djEnd?model=${encodeURIComponent(
  773. JSON.stringify(res)
  774. )}&qrcode=${this.currentCode}`,
  775. });
  776. }
  777. });
  778. }
  779. } else {
  780. uni.hideLoading();
  781. uni.showToast({
  782. icon: "none",
  783. title: result.info || "接口获取数据失败!",
  784. });
  785. }
  786. });
  787. // ------------------------------
  788. }).catch(err => {
  789. this.SMFlag = true;
  790. });
  791. } else {
  792. if (data.taskType.associationType.value == "patientTransport") {
  793. type = "handleTrans";
  794. let data = {
  795. ids: this.userId.ids,
  796. // "11789558|51131895|7|黄石城乡|陈琛|女|19981003|20180803081051|Z消化内科Ⅰ"
  797. code: this.code,
  798. inspectMode: this.selectRadio.length > 0 ? this.selectRadio[0] : undefined,
  799. };
  800. list = data;
  801. }
  802. if (data.taskType.associationType.value == "inspect") {
  803. type = "handleIns";
  804. let data = {
  805. ids: this.userId.ids,
  806. // "11789558|51131895|7|黄石城乡|陈琛|女|19981003|20180803081051|Z消化内科Ⅰ"
  807. code: this.code,
  808. inspectMode: this.selectRadio.length > 0 ? this.selectRadio[0] : undefined,
  809. };
  810. list = data;
  811. }
  812. uni.showLoading({
  813. title: "加载中",
  814. mask: true,
  815. });
  816. post("/workerOrder/" + type, list).then((res) => {
  817. uni.hideLoading();
  818. if (res.status == 200) {
  819. if(data.gdState.value == 4 && data.taskType.associationType.value === 'patientTransport'){
  820. // 门诊服务点
  821. if(res.orderList){
  822. uni.navigateTo({
  823. url: `/pages/outpatient/outpatientStartSignIn/outpatientStartSignIn?model=${encodeURIComponent(JSON.stringify(res))}`,
  824. });
  825. }else{
  826. uni.navigateTo({
  827. url: `../scanning_insEnd/scanning_insEnd?type=${
  828. data.taskType.associationType.value
  829. }&model=${encodeURIComponent(JSON.stringify(res))}`,
  830. });
  831. }
  832. }else{
  833. uni.navigateTo({
  834. url: `../scanning_insEnd/scanning_insEnd?type=${
  835. data.taskType.associationType.value
  836. }&model=${encodeURIComponent(JSON.stringify(res))}`,
  837. });
  838. }
  839. } else {
  840. uni.navigateTo({
  841. url: `../scanning_insEnd/scanning_insEnd?model=${encodeURIComponent(
  842. JSON.stringify(res)
  843. )}`,
  844. });
  845. }
  846. });
  847. }
  848. } else {
  849. this.models = {
  850. disjunctor: true,
  851. content: "请选择工单",
  852. icon: "warn",
  853. operate: {
  854. know: "知道了",
  855. },
  856. };
  857. }
  858. },
  859. //选中
  860. ac(data, i, type) {
  861. this.idTYPE = "";
  862. },
  863. //未选中
  864. ac1(data, i, type) {
  865. if (this.idTYPE == data.id) {
  866. //显示
  867. this.isShow = true;
  868. this.idTYPE = "";
  869. this.userId.ids = [];
  870. this.typeData = null;
  871. } else {
  872. if (data.gdState.value >= 5) {
  873. //隐藏
  874. this.isShow = false;
  875. } else {
  876. //显示
  877. this.isShow = true;
  878. }
  879. this.idTYPE = data.id;
  880. this.typeData = data;
  881. this.userId.ids[0] = this.idTYPE;
  882. }
  883. },
  884. texiao() {
  885. if (this.workData && this.workData.length > 0) {
  886. setTimeout(() => {
  887. this.animation.height(0).opacity(0).step();
  888. this.animationData = this.animation.export();
  889. }, 15000);
  890. }
  891. },
  892. // 获取需要帮助权限
  893. // getWechatFocusSwitch() {
  894. // let postData = {
  895. // idx: 0,
  896. // sum: 1,
  897. // taskType: {
  898. // hosIds: this.hosId,
  899. // associationType: {
  900. // id: 260,
  901. // },
  902. // },
  903. // };
  904. // post("/configuration/fetchDataList/taskType", postData).then((res) => {
  905. // if (res.status == 200) {
  906. // this.wechatFocusSwitch = res.list[0].wechatFocusSwitch || 0;
  907. // } else {
  908. // uni.showToast({
  909. // icon: "none",
  910. // title: res.msg || "接口获取数据失败!",
  911. // });
  912. // }
  913. // });
  914. // },
  915. },
  916. onLoad(options) {
  917. console.log(options);
  918. this.options = options;
  919. // 送回病房建单 start
  920. if (options.id && options.dept) {
  921. this.sendBuild();
  922. }
  923. // 送回病房建单 end
  924. this.hosId = uni.getStorageSync("userData").user.currentHospital.id;
  925. // this.getWechatFocusSwitch();
  926. this.infoDATA = JSON.parse(options.infoDATA);
  927. console.log(this.infoDATA);
  928. this.workData = JSON.parse(options.workData);
  929. if (options.patientOrders != 'undefined') {
  930. this.patientOrders = JSON.parse(options.patientOrders);
  931. }
  932. this.code = options.code;
  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. // 创建动画
  943. this.animation = uni.createAnimation({
  944. duration: 500,
  945. timingFunction: "ease",
  946. delay: 2000,
  947. });
  948. setTimeout(() => {
  949. this.texiao();
  950. }, 500);
  951. },
  952. onHide() {
  953. this.animationData = {};
  954. },
  955. onUnload() {
  956. // 页面关闭后清空数据
  957. this.animationData = {};
  958. },
  959. };
  960. </script>
  961. <style lang="less">
  962. ::-webkit-scrollbar {
  963. width: 0px;
  964. }
  965. ::-webkit-scrollbar-track {
  966. background-color: none;
  967. }
  968. ::-webkit-scrollbar-thumb {
  969. background-color: none;
  970. }
  971. ::-webkit-scrollbar-thumb:hover {
  972. background-color: none;
  973. }
  974. ::-webkit-scrollbar-thumb:active {
  975. background-color: none;
  976. }
  977. .Scanning_ins {
  978. .title {
  979. font-size: 36rpx;
  980. margin-top: 20rpx;
  981. margin-bottom: 20rpx;
  982. font-weight: 700;
  983. position: relative;
  984. height: 40rpx;
  985. .span1 {
  986. position: absolute;
  987. left: 0;
  988. font-weight: 700;
  989. }
  990. .span2 {
  991. position: absolute;
  992. right: 20%;
  993. color: rgb(73, 184, 86);
  994. }
  995. .span3 {
  996. position: absolute;
  997. right: 0;
  998. color: rgb(73, 184, 86);
  999. }
  1000. }
  1001. .Scanning {
  1002. padding: 0 20rpx;
  1003. .Scanning_top {
  1004. height: 400rpx;
  1005. .Scanning_top_icon {
  1006. width: 140rpx;
  1007. height: 140rpx;
  1008. margin: 0 auto;
  1009. margin-top: 36rpx;
  1010. border-radius: 50%;
  1011. line-height: 140rpx;
  1012. .cubeic-ok {
  1013. font-size: 140rpx;
  1014. color: #35b34a;
  1015. }
  1016. }
  1017. .Scanning_top_text {
  1018. .text1 {
  1019. margin-top: 30rpx;
  1020. font-size: 48rpx;
  1021. text-align: center;
  1022. }
  1023. .success_tips {
  1024. color: red;
  1025. font-size: 30rpx;
  1026. }
  1027. }
  1028. .Scanning_cont {
  1029. font-size: 32rpx;
  1030. margin-top: 16rpx;
  1031. view {
  1032. margin-bottom: 8rpx;
  1033. display: flex;
  1034. justify-content: center;
  1035. align-items: center;
  1036. button {
  1037. font-size: 32rpx;
  1038. height: 52rpx;
  1039. line-height: 52rpx;
  1040. margin: 0;
  1041. color: rgb(7, 134, 60);
  1042. font-weight: 700;
  1043. }
  1044. }
  1045. .text {
  1046. margin-top: 24rpx;
  1047. color: #35b34a;
  1048. }
  1049. .text1 {
  1050. margin-top: 24rpx;
  1051. color: #ff3b53;
  1052. }
  1053. }
  1054. }
  1055. .page_items {
  1056. margin-bottom: 110rpx;
  1057. .zwsj {
  1058. margin-top: 180rpx;
  1059. display: flex;
  1060. flex-direction: column;
  1061. align-items: center;
  1062. .zwsj_txt {
  1063. font-size: 36rpx;
  1064. font-weight: 700;
  1065. margin-top: 20rpx;
  1066. }
  1067. .zwsj_img {
  1068. width: 582rpx;
  1069. }
  1070. }
  1071. .page_item {
  1072. margin-top: 16rpx;
  1073. min-height: 310rpx;
  1074. background: #fff;
  1075. border-radius: 8rpx;
  1076. overflow: hidden;
  1077. padding: 0 16rpx;
  1078. border: 2rpx solid #e5e9ed;
  1079. .L {
  1080. width: 40rpx;
  1081. height: 40rpx;
  1082. border-radius: 50%;
  1083. background: #f9fafb;
  1084. position: relative;
  1085. left: -50rpx;
  1086. top: 66rpx;
  1087. }
  1088. .R {
  1089. width: 40rpx;
  1090. height: 40rpx;
  1091. border-radius: 50%;
  1092. background: #f9fafb;
  1093. position: relative;
  1094. float: right;
  1095. right: -50rpx;
  1096. top: 26rpx;
  1097. }
  1098. .starting {
  1099. width: 50rpx;
  1100. height: 50rpx;
  1101. color: #fff;
  1102. background: #49b856;
  1103. display: inline-block;
  1104. border-radius: 50%;
  1105. text-align: center;
  1106. line-height: 46rpx;
  1107. font-size: 32rpx;
  1108. margin-right: 6rpx;
  1109. }
  1110. .End {
  1111. width: 50rpx;
  1112. height: 50rpx;
  1113. color: #fff;
  1114. background: #39b199;
  1115. display: inline-block;
  1116. border-radius: 50%;
  1117. text-align: center;
  1118. line-height: 46rpx;
  1119. font-size: 32rpx;
  1120. margin-right: 6rpx;
  1121. }
  1122. .page_item_top {
  1123. height: 86rpx;
  1124. border-bottom: 2rpx dashed #e5e9ed;
  1125. padding: 0 16rpx;
  1126. .page_item_top_L {
  1127. height: 100%;
  1128. float: left;
  1129. line-height: 88rpx;
  1130. display: flex;
  1131. align-items: center;
  1132. .ac {
  1133. width: 32rpx;
  1134. height: 32rpx;
  1135. border: 2rpx solid #ccc;
  1136. display: flex;
  1137. justify-content: center;
  1138. align-items: center;
  1139. position: relative;
  1140. .acSpan {
  1141. width: 24rpx;
  1142. height: 24rpx;
  1143. background: #39b199;
  1144. display: block;
  1145. }
  1146. }
  1147. .ac1 {
  1148. width: 32rpx;
  1149. height: 32rpx;
  1150. border: 2rpx solid #ccc;
  1151. display: inline-block;
  1152. position: relative;
  1153. }
  1154. .emergencys {
  1155. background: #ff3b53 !important;
  1156. width: 124rpx !important;
  1157. }
  1158. .emergency {
  1159. background: #ff3b53 !important;
  1160. }
  1161. .emergency1 {
  1162. background: #49b856 !important;
  1163. }
  1164. .page_item_cont_start {
  1165. text-align: center;
  1166. height: 44rpx;
  1167. width: 104rpx;
  1168. line-height: 44rpx;
  1169. border-radius: 8rpx;
  1170. background: #49b856;
  1171. color: #fff;
  1172. display: inline-block;
  1173. font-size: 28rpx;
  1174. }
  1175. .L_time {
  1176. color: #6cc076;
  1177. font-size: 32rpx;
  1178. }
  1179. .L_text {
  1180. font-size: 32rpx;
  1181. display: inline-block;
  1182. font-weight: 700;
  1183. }
  1184. }
  1185. .page_item_top_R {
  1186. height: 60rpx;
  1187. float: right;
  1188. padding-top: 20rpx;
  1189. font-size: 32rpx;
  1190. position: absolute;
  1191. right: 50rpx;
  1192. .L_iocn {
  1193. display: inline-block;
  1194. height: 52rpx;
  1195. line-height: 48rpx;
  1196. color: rgb(7, 134, 60);
  1197. font-size: 36rpx;
  1198. font-weight: 700;
  1199. }
  1200. }
  1201. }
  1202. .page_item_cont {
  1203. min-height: 180rpx;
  1204. max-height: 424rpx;
  1205. padding: 0 16rpx;
  1206. text-align: left;
  1207. position: relative;
  1208. .text_big {
  1209. font-size: 32rpx;
  1210. position: absolute;
  1211. right: 16rpx;
  1212. font-weight: 700;
  1213. margin-top: 10rpx;
  1214. }
  1215. .text_big2 {
  1216. font-size: 32rpx;
  1217. position: absolute;
  1218. right: 16rpx;
  1219. font-weight: 700;
  1220. }
  1221. .line {
  1222. height: 20rpx;
  1223. width: 2rpx;
  1224. border-left: 2rpx solid #e5e9ed;
  1225. position: absolute;
  1226. top: 82rpx;
  1227. left: 40rpx;
  1228. }
  1229. .lines {
  1230. height: 40%;
  1231. width: 2rpx;
  1232. border-left: 2rpx solid #e5e9ed;
  1233. position: absolute;
  1234. top: 23%;
  1235. left: 36rpx;
  1236. }
  1237. .page_item_cont_T {
  1238. padding-top: 28rpx;
  1239. font-size: 28rpx;
  1240. .page_item_cont_title {
  1241. height: 100%;
  1242. font-size: 32rpx;
  1243. }
  1244. }
  1245. .page_item_cont_B {
  1246. padding-top: 28rpx;
  1247. margin-bottom: 28rpx;
  1248. .page_item_cont_title {
  1249. height: 60rpx;
  1250. font-size: 32rpx;
  1251. }
  1252. .page_item_cont_title1 {
  1253. height: 60rpx;
  1254. line-height: 60rpx;
  1255. font-size: 32rpx;
  1256. padding-left: 64rpx;
  1257. }
  1258. }
  1259. }
  1260. .page_item_foot {
  1261. border-top: 2rpx dashed #e5e9ed;
  1262. border-bottom: 2rpx dashed #e5e9ed;
  1263. padding: 28rpx 16rpx;
  1264. text-align: left;
  1265. .page_item_foot_text {
  1266. height: 48rpx;
  1267. font-size: 32rpx;
  1268. line-height: 48rpx;
  1269. margin-bottom: 20rpx;
  1270. .text1 {
  1271. color: rgb(102, 102, 102);
  1272. }
  1273. .text2 {
  1274. float: right;
  1275. font-weight: 700;
  1276. }
  1277. }
  1278. }
  1279. #infos {
  1280. display: none;
  1281. }
  1282. .page_item_infos {
  1283. padding-bottom: 20rpx;
  1284. border-bottom: 2rpx dashed #e5e9ed;
  1285. .page_item_info2 {
  1286. text-align: left;
  1287. line-height: 60rpx;
  1288. font-size: 32rpx;
  1289. padding-left: 16rpx;
  1290. .page_item_foot_text {
  1291. height: 48rpx;
  1292. font-size: 32rpx;
  1293. line-height: 48rpx;
  1294. margin-bottom: 20rpx;
  1295. .text1 {
  1296. color: rgb(102, 102, 102);
  1297. }
  1298. .text2 {
  1299. float: right;
  1300. font-weight: 700;
  1301. }
  1302. }
  1303. }
  1304. }
  1305. }
  1306. }
  1307. .foot_btn2 {
  1308. position: fixed;
  1309. bottom: 0;
  1310. right: 20rpx;
  1311. left: 20rpx;
  1312. line-height: 66rpx;
  1313. height: 100rpx;
  1314. border-top: 2rpx solid #e5e9ed;
  1315. background: #f9fafb;
  1316. display: flex;
  1317. justify-content: space-between;
  1318. .btn1,
  1319. .btn2 {
  1320. height: 66rpx;
  1321. width: 32%;
  1322. background-image: linear-gradient(to right, #72c172, #3bb197);
  1323. color: #fff;
  1324. border-radius: 8rpx;
  1325. font-size: 32rpx;
  1326. margin-top: 16rpx;
  1327. text-align: center;
  1328. }
  1329. .btn3 {
  1330. height: 66rpx;
  1331. width: 48%;
  1332. background-image: linear-gradient(to right, #72c172, #3bb197);
  1333. color: #fff;
  1334. border-radius: 8rpx;
  1335. font-size: 32rpx;
  1336. margin-top: 16rpx;
  1337. text-align: center;
  1338. }
  1339. }
  1340. }
  1341. }
  1342. </style>