scanning_ins.vue 48 KB

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