scanning_ins.vue 47 KB

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