specimenCheckingDetail.vue 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959
  1. <template>
  2. <view class="specimenCheckingDetail">
  3. <view class="page_header" v-if="modifyReason || imgs.length">
  4. <view class="page_header_item" v-if="modifyReason">
  5. <view class="page_header_title"> 修改原因: </view>
  6. <view class="page_header_content">
  7. {{ modifyReason }}
  8. </view>
  9. </view>
  10. <view class="page_header_item" v-if="imgs.length">
  11. <view class="page_header_title"> 图片列表: </view>
  12. <view class="page_header_content">
  13. <image v-for="(item, i) in imgs" :key="i" :src="item" @click="previewImage(i)" mode="widthFix"
  14. @error="close(i)"></image>
  15. </view>
  16. </view>
  17. </view>
  18. <view class="page_item_wrap" v-for="(item, i) in list" :key="item.id">
  19. <view class="page_item">
  20. <view class="page_item_top">
  21. <view class="page_item_top-inner">
  22. <view class="page_item_top_L">
  23. <view class="L_text"><text class="serialNumber">{{i + 1}}</text>{{ item.specimenDesc || "无" }}</view>
  24. </view>
  25. <view class="page_item_top_R">
  26. <view class="L_iocn">
  27. <text :style="{color:item.urgent == 1?'red':'green'}">{{item.urgent == 1 ? "急" : "普"}}</text>
  28. <button type="primary" size="mini" class="back" @click="back(item, msg.uuid)" v-if="options.t">
  29. 退回
  30. </button>
  31. </view>
  32. </view>
  33. </view>
  34. </view>
  35. <view class="page_item_cont">
  36. <view class="page_item_cont_T">
  37. <view class="page_item_cont_title">
  38. <view style="width: 10em;"> {{item.stype ? item.stype.name : '无'}} </view>
  39. <view class="text_big">{{ item.scode || "无" }}</view>
  40. </view>
  41. <view class="page_item_cont_title">
  42. <view class="text_big"> {{ item.patientName }}<text v-if="item.bedNum">({{item.bedNum}}床)</text> </view>
  43. <view class="text_big">{{ item.residenceNo }}</view>
  44. </view>
  45. <view class="page_item_cont_title">
  46. <view class="text_big"> 收取:{{item.receiverName||'无'}} </view>
  47. <view class="text_big">{{item.arriveTime||'无'}}</text></view>
  48. </view>
  49. <view class="page_item_cont_title">
  50. <view class="text_big">{{
  51. item.sickRoom ? item.sickRoom.dept : "无"
  52. }}</view>
  53. <text style="width: 4em;text-align: center;" class="icon_transport transport-arrow-right-full"></text>
  54. <view class="text_big">{{
  55. item.checkDept ? item.checkDept.dept : "无"
  56. }}</view>
  57. </view>
  58. </view>
  59. </view>
  60. <view class="L"></view>
  61. <view class="R"></view>
  62. </view>
  63. <view class="L-l"></view>
  64. <view class="R-l"></view>
  65. </view>
  66. <view class="foot_btn2">
  67. <view class="btn2" @click="showChangeSpe()">修改数量</view>
  68. <view class="btn2" @click="goto()">返回</view>
  69. </view>
  70. <!-- 修改标本数量弹窗 -->
  71. <changeSpeNum v-if="changeSpeModels.disjunctor" :title="changeSpeModels.title"
  72. :disjunctor="changeSpeModels.disjunctor" @ok="speOk" @cancel="speCancel" :num="speNum">
  73. </changeSpeNum>
  74. <!-- 退回弹窗 -->
  75. <backModel v-if="backModels.disjunctor" :title="backModels.title" :disjunctor="backModels.disjunctor" @ok="backOk"
  76. @cancel="backCancel"></backModel>
  77. <!-- 填写交接人工号弹窗 -->
  78. <selectAccount v-if="hosModels.disjunctor" :disjunctor="hosModels.disjunctor" @ok="hosOk"
  79. @cancel="hosCancel">
  80. </selectAccount>
  81. <!-- 弹窗 -->
  82. <showModel :title="models.title" :icon="models.icon" :disjunctor="models.disjunctor" :content="models.content"
  83. :operate="models.operate" @know="know"></showModel>
  84. </view>
  85. </template>
  86. <script>
  87. import {
  88. get,
  89. post,
  90. webHandle
  91. } from "../../http/http.js";
  92. export default {
  93. data() {
  94. return {
  95. res: {},
  96. backStatus: "",
  97. workOrderId: 0,
  98. backSpecimen: {},
  99. backParams: {},
  100. imgs: [],
  101. // --------------------
  102. speNum: 0,
  103. modifyReason: "",
  104. options: {},
  105. selectDeptId: null,
  106. msg: {}, //传递的信息
  107. list: [],
  108. targetDeptShow: [], //目标科室
  109. // 修改标本数量弹窗model
  110. changeSpeModels: {
  111. disjunctor: false,
  112. },
  113. // 退回弹窗model
  114. backModels: {
  115. disjunctor: false,
  116. },
  117. // 填写交接人工号弹窗model
  118. hosModels: {
  119. disjunctor: false,
  120. },
  121. // 弹窗model
  122. models: {
  123. disjunctor: false,
  124. },
  125. };
  126. },
  127. methods: {
  128. close(i) {
  129. this.imgs.splice(i, 1);
  130. },
  131. know() {
  132. this.models.disjunctor = false;
  133. this.backModels.disjunctor = false;
  134. if (this.models.icon === "success") {
  135. this.getList();
  136. }
  137. },
  138. // 退回
  139. back(specimen, workOrderId) {
  140. this.backSpecimen = specimen;
  141. this.backStatus = "back";
  142. this.workOrderId = workOrderId;
  143. this.showBack();
  144. },
  145. // 退回
  146. backHandler(specimen, workorderId, data) {
  147. console.log(specimen);
  148. const {
  149. reasonForReturn,
  150. remarks
  151. } = this.backParams;
  152. uni.showLoading({
  153. title: "加载中",
  154. mask: true,
  155. });
  156. let postData = {
  157. deptId: this.selectDeptId == "undefined" ?
  158. this.msg.startDept : this.selectDeptId,
  159. reasonForReturn: reasonForReturn.id,
  160. remarks,
  161. scode: specimen.scode,
  162. hosId: uni.getStorageSync("userData").user.currentHospital.id,
  163. speState: specimen.speState ? specimen.speState.id : undefined,
  164. handoverId: data ? data.accountId : undefined,
  165. handoverName: data ? data.accountName : undefined,
  166. gdId: workorderId || undefined,
  167. };
  168. post("/workerOrder/returnSpecimen", postData).then((res) => {
  169. uni.hideLoading();
  170. if (res.state == 200) {
  171. this.models = {
  172. disjunctor: true,
  173. title: "提示",
  174. content: `标本退回成功`,
  175. icon: "success",
  176. };
  177. } else {
  178. this.models = {
  179. disjunctor: true,
  180. title: "提示",
  181. content: `标本退回失败`,
  182. icon: "error",
  183. };
  184. }
  185. });
  186. },
  187. // 填写交接人工号-确认
  188. hosOk(data) {
  189. console.log(data);
  190. const {
  191. accountName,
  192. account,
  193. accountId
  194. } = data;
  195. if (!accountName && !account) {
  196. //没有填写交接人
  197. uni.showModal({
  198. title: "提示",
  199. content: "请填写交接人工号!",
  200. showCancel: false,
  201. success: function(res) {
  202. if (res.confirm) {
  203. console.log("用户点击确定");
  204. } else if (res.cancel) {
  205. console.log("用户点击取消");
  206. }
  207. },
  208. });
  209. return;
  210. } else if ((!accountName && account) || (accountName && !account)) {
  211. //没有填写交接人
  212. uni.showModal({
  213. title: "提示",
  214. content: "请填写正确的交接人工号!",
  215. showCancel: false,
  216. success: function(res) {
  217. if (res.confirm) {
  218. console.log("用户点击确定");
  219. } else if (res.cancel) {
  220. console.log("用户点击取消");
  221. }
  222. },
  223. });
  224. return;
  225. }
  226. this.hosModels.disjunctor = false;
  227. uni.showLoading({
  228. title: "加载中",
  229. mask: true,
  230. });
  231. console.log(this.backStatus, "this.backStatus");
  232. if ((this.backStatus = "back")) {
  233. // 退回
  234. this.backHandler(this.backSpecimen, this.msg.uuid, data);
  235. }
  236. },
  237. // 填写交接人工号-取消
  238. hosCancel() {
  239. this.hosModels.disjunctor = false;
  240. },
  241. // 填写交接人工号弹窗
  242. showSelectAccount() {
  243. this.hosModels = {
  244. disjunctor: true,
  245. };
  246. },
  247. // 退回-确认
  248. backOk(data) {
  249. console.log(data);
  250. this.backParams = data;
  251. this.hosModels.disjunctor = false;
  252. let postData = {
  253. idx: 0,
  254. sum: 1,
  255. hospitalConfig: {
  256. hosId: uni.getStorageSync("userData").user.currentHospital.id,
  257. key: "returnSpecimenWhetherHandover",
  258. },
  259. };
  260. uni.showLoading({
  261. title: "加载中",
  262. mask: true,
  263. });
  264. post("/simple/data/fetchDataList/hospitalConfig", postData).then(
  265. (result) => {
  266. uni.hideLoading();
  267. if (result.status == 200) {
  268. if (result.list[0].value == 1 && this.backParams.reasonForReturn.extra1 == 1) {
  269. this.backCancel();
  270. this.showSelectAccount();
  271. } else {
  272. this.backHandler(this.backSpecimen, this.workOrderId);
  273. }
  274. } else {
  275. uni.showToast({
  276. icon: "none",
  277. title: result.msg || "接口获取数据失败!",
  278. });
  279. }
  280. }
  281. );
  282. },
  283. // 退回-取消
  284. backCancel() {
  285. this.backModels.disjunctor = false;
  286. },
  287. // 退回弹窗
  288. showBack() {
  289. this.backModels = {
  290. title: "退回",
  291. disjunctor: true,
  292. };
  293. },
  294. previewImage(index) {
  295. //uniapp预览轮播图
  296. uni.previewImage({
  297. current: index, //预览图片的下标
  298. urls: this.imgs, //预览图片的地址,必须要数组形式,如果不是数组形式就转换成数组形式就可以
  299. });
  300. },
  301. // ---------------------------
  302. getInfo() {
  303. uni.showLoading({
  304. mask: true,
  305. title: "加载中",
  306. });
  307. let postData = {
  308. deptId: this.selectDeptId == "undefined" ?
  309. this.msg.startDept : this.selectDeptId,
  310. gdId: this.msg.uuid,
  311. };
  312. post(`/api/getStartDeptSpecimensNum`, postData).then((res) => {
  313. uni.hideLoading();
  314. if (res.status == 200) {
  315. this.speNum = res.data[0].deptSpecimensNum;
  316. this.modifyReason = res.data[0].modifyReason;
  317. get(
  318. `/common/common/listAttachment/specimenPhotos/${res.data[0].bindId}`
  319. ).then((result) => {
  320. if (result.status == 200) {
  321. this.imgs = result.data.map((v) => v.previewUrl);
  322. } else {
  323. this.imgs = [];
  324. }
  325. });
  326. } else {
  327. this.speNum = "";
  328. this.modifyReason = "";
  329. }
  330. });
  331. },
  332. getList() {
  333. uni.showLoading({
  334. mask: true,
  335. title: "加载中",
  336. });
  337. let postData = {
  338. checkDept: this.options.endDepts, //终点科室
  339. transDept: Number(this.msg.startDept), //起点科室id
  340. gdId: this.msg.uuid, //工单id或uuid
  341. };
  342. if (this.selectDeptId != "undefined") {
  343. if (Number(this.msg.startDept) != Number(this.selectDeptId)) {
  344. postData.checkDept = Number(this.selectDeptId); //签到的科室或者选择的科室
  345. if (this.options.t) {
  346. postData.sign = true; //待送达
  347. }
  348. }
  349. }
  350. post(`/api/getTransDeptSpecimens`, postData).then((res) => {
  351. uni.hideLoading();
  352. uni.stopPullDownRefresh();
  353. if (res.status == 200) {
  354. this.list = res.data;
  355. this.getInfo();
  356. } else {
  357. uni.showToast({
  358. icon: "none",
  359. title: res.msg || "接口获取数据失败!",
  360. });
  361. }
  362. });
  363. },
  364. // 返回
  365. goto() {
  366. if (this.options.t == "big") {
  367. uni.navigateBack();
  368. } else if (this.options.t == "small") {
  369. uni.navigateBack();
  370. } else {
  371. uni.navigateTo({
  372. url: `../../pages/specimenChecking/specimenChecking?infoDATA=${encodeURIComponent(
  373. JSON.stringify(this.msg)
  374. )}`,
  375. });
  376. }
  377. },
  378. // 修改标本数量-确认
  379. speOk(data) {
  380. console.log(data);
  381. const pathUrl = uni.getStorageSync("path");
  382. const {
  383. speNum,
  384. reason,
  385. imageValue
  386. } = data;
  387. this.changeSpeModels.disjunctor = false;
  388. uni.showLoading({
  389. mask: true,
  390. title: "加载中",
  391. });
  392. let postData = {
  393. checkDept: this.options.endDepts, //终点科室
  394. transDeptId: this.msg.startDept,
  395. gdId: this.msg.uuid,
  396. deptId: this.selectDeptId == "undefined" ?
  397. this.msg.startDept : this.selectDeptId,
  398. specimensNum: speNum,
  399. modifyReason: reason,
  400. };
  401. post("/api/updateCheckDeptSpecimensNum", postData).then((res) => {
  402. if (res.status == 200) {
  403. console.log(imageValue);
  404. if (!imageValue.length) {
  405. uni.hideLoading();
  406. if (this.options.t == "big") {
  407. if (this.options.gdState == 4) {
  408. // 待到达
  409. uni.navigateTo({
  410. url: `../../pages/receiptpage/receiptpage`,
  411. });
  412. } else if (this.options.gdState == 5) {
  413. // 待送达
  414. if (res.type1 === "plan-spe-ddd-2") {} else {
  415. let content = `本工单已签到<strong class="red">${
  416. res.scanSet ? res.scanSet.join("、") : ""
  417. }</strong>,剩余需签到科室<strong class="red">${
  418. res.notScanSet ? res.notScanSet.join("、") : ""
  419. }</strong>,您确定完成工单吗?`;
  420. uni.navigateTo({
  421. url: `../scanning/scanning?type=${res.type}&type1=${
  422. res.type1
  423. }&id=${encodeURIComponent(
  424. JSON.stringify([res.gdid])
  425. )}&content=${content}`,
  426. });
  427. }
  428. }
  429. } else if (this.options.t == "small") {
  430. if (this.selectDeptId == "undefined") {
  431. //快捷建单建单进入
  432. uni.navigateTo({
  433. url: `../../pages/receiptpage/receiptpage`,
  434. });
  435. } else {
  436. if (this.options.gdState == 4) {
  437. // 待到达
  438. uni.navigateTo({
  439. url: `../../pages/receiptpage/receiptpage`,
  440. });
  441. } else if (this.options.gdState == 5) {
  442. // 待送达
  443. if (res.type1 === "plan-spe-ddd-2") {} else {
  444. let content = `本工单已签到<strong class="red">${
  445. res.scanSet ? res.scanSet.join("、") : ""
  446. }</strong>,剩余需签到科室<strong class="red">${
  447. res.notScanSet ? res.notScanSet.join("、") : ""
  448. }</strong>,您确定完成工单吗?`;
  449. uni.navigateTo({
  450. url: `../scanning/scanning?type=${res.type}&type1=${
  451. res.type1
  452. }&id=${encodeURIComponent(
  453. JSON.stringify([res.gdid])
  454. )}&content=${content}`,
  455. });
  456. }
  457. }
  458. }
  459. } else {
  460. uni.navigateTo({
  461. url: `../../pages/specimenChecking/specimenChecking?infoDATA=${encodeURIComponent(
  462. JSON.stringify(this.msg)
  463. )}`,
  464. });
  465. }
  466. return;
  467. }
  468. let n = 0;
  469. imageValue.forEach((v) => {
  470. // 图片上传 start
  471. console.log("压缩前");
  472. let canvasWidth = v.image.width; //图片原始长宽
  473. let canvasHeight = v.image.height;
  474. let img = new Image();
  475. img.src = v.path;
  476. let canvas = document.createElement("canvas");
  477. let ctx = canvas.getContext("2d");
  478. canvas.width = canvasWidth;
  479. canvas.height = canvasHeight;
  480. ctx.drawImage(img, 0, 0, canvasWidth, canvasHeight);
  481. canvas.toBlob(
  482. (fileSrc) => {
  483. let tp = window.URL.createObjectURL(fileSrc);
  484. console.log("压缩后");
  485. n++;
  486. uni.uploadFile({
  487. url: pathUrl +
  488. "/common/common/uploadAttachment/specimenPhotos/" +
  489. res.deptSpecimensNumId +
  490. "/666",
  491. filePath: tp,
  492. name: "file",
  493. formData: {
  494. filename: v.name,
  495. },
  496. success: (uploadFileRes) => {
  497. console.log(uploadFileRes);
  498. if (--n === 0) {
  499. uni.hideLoading();
  500. uni.showModal({
  501. title: "提示",
  502. content: "修改成功!",
  503. showCancel: false,
  504. success: (result) => {
  505. if (result.confirm) {
  506. console.log("用户点击确定", this.options.t);
  507. if (this.options.t == "big") {
  508. if (this.options.gdState == 4) {
  509. // 待到达
  510. uni.navigateTo({
  511. url: `../../pages/receiptpage/receiptpage`,
  512. });
  513. } else if (this.options.gdState == 5) {
  514. // 待送达
  515. if (res.type1 === "plan-spe-ddd-2") {} else {
  516. let content = `本工单已签到<strong class="red">${
  517. res.scanSet ? res.scanSet.join("、") : ""
  518. }</strong>,剩余需签到科室<strong class="red">${
  519. res.notScanSet ? res.notScanSet.join("、") : ""
  520. }</strong>,您确定完成工单吗?`;
  521. uni.navigateTo({
  522. url: `../scanning/scanning?type=${res.type}&type1=${
  523. res.type1
  524. }&id=${encodeURIComponent(
  525. JSON.stringify([res.gdid])
  526. )}&content=${content}`,
  527. });
  528. }
  529. }
  530. } else if (this.options.t == "small") {
  531. if (this.selectDeptId == "undefined") {
  532. //快捷建单建单进入
  533. uni.navigateTo({
  534. url: `../../pages/receiptpage/receiptpage`,
  535. });
  536. } else {
  537. if (this.options.gdState == 4) {
  538. // 待到达
  539. uni.navigateTo({
  540. url: `../../pages/receiptpage/receiptpage`,
  541. });
  542. } else if (this.options.gdState == 5) {
  543. // 待送达
  544. if (res.type1 === "plan-spe-ddd-2") {} else {
  545. let content = `本工单已签到<strong class="red">${
  546. res.scanSet ? res.scanSet.join("、") : ""
  547. }</strong>,剩余需签到科室<strong class="red">${
  548. res.notScanSet ? res.notScanSet.join("、") : ""
  549. }</strong>,您确定完成工单吗?`;
  550. uni.navigateTo({
  551. url: `../scanning/scanning?type=${res.type}&type1=${
  552. res.type1
  553. }&id=${encodeURIComponent(
  554. JSON.stringify([res.gdid])
  555. )}&content=${content}`,
  556. });
  557. }
  558. }
  559. }
  560. } else {
  561. uni.navigateTo({
  562. url: `../../pages/specimenChecking/specimenChecking?infoDATA=${encodeURIComponent(
  563. JSON.stringify(this.msg)
  564. )}`,
  565. });
  566. }
  567. } else if (result.cancel) {
  568. console.log("用户点击取消");
  569. }
  570. },
  571. });
  572. }
  573. },
  574. fail: (err) => {
  575. n--;
  576. console.error(err);
  577. uni.hideLoading();
  578. uni.showToast({
  579. icon: "none",
  580. title: "上传失败",
  581. duration: 2000,
  582. });
  583. },
  584. });
  585. },
  586. "image/jpeg",
  587. 0.3
  588. );
  589. // 图片上传 end
  590. });
  591. } else {
  592. uni.hideLoading();
  593. uni.showToast({
  594. icon: "none",
  595. title: res.msg || "接口获取数据失败!",
  596. });
  597. }
  598. });
  599. },
  600. // 修改标本数量-取消
  601. speCancel() {
  602. this.changeSpeModels.disjunctor = false;
  603. },
  604. // 修改标本数量弹窗
  605. showChangeSpe() {
  606. this.changeSpeModels = {
  607. title: "修改标本数量",
  608. disjunctor: true,
  609. };
  610. },
  611. },
  612. onLoad(options) {
  613. console.log(options, "快捷建单");
  614. this.options = options;
  615. this.msg = JSON.parse(options.infoDATA);
  616. this.selectDeptId = options.id;
  617. // this.msg = JSON.parse(options.infoDATA);
  618. // this.targetDeptShow = this.msg.targetDeptShow.split(",");
  619. this.getList();
  620. // #ifdef APP-PLUS
  621. webHandle("no", "app");
  622. // #endif
  623. // #ifdef H5
  624. webHandle("no", "wx");
  625. // #endif
  626. },
  627. onPullDownRefresh() {
  628. this.getList();
  629. },
  630. };
  631. </script>
  632. <style lang="less" scoped>
  633. .specimenCheckingDetail {
  634. padding-bottom: 100rpx;
  635. .page_header {
  636. margin: 20rpx;
  637. padding: 16rpx;
  638. border: 2rpx solid #e5e9ed;
  639. background: #fff;
  640. border-radius: 8rpx;
  641. .page_header_item {
  642. margin-bottom: 16rpx;
  643. .page_header_title {
  644. margin-bottom: 8rpx;
  645. font-weight: bold;
  646. }
  647. .page_header_content {
  648. display: flex;
  649. image {
  650. height: 100rpx;
  651. width: 30%;
  652. margin: 0 8rpx;
  653. }
  654. }
  655. }
  656. }
  657. .page_item_wrap {
  658. width: 100%;
  659. height: auto;
  660. box-sizing: border-box;
  661. position: relative;
  662. margin-bottom: 16rpx;
  663. .page_item {
  664. margin-top: 16rpx;
  665. margin-bottom: 124rpx;
  666. background: #fff;
  667. border-radius: 8rpx;
  668. margin: 0 20rpx;
  669. border: 2rpx solid #e5e9ed;
  670. position: relative;
  671. overflow: hidden;
  672. padding: 0 16rpx;
  673. .L {
  674. width: 40rpx;
  675. height: 40rpx;
  676. border-radius: 50%;
  677. background: #f9fafb;
  678. position: absolute;
  679. left: -20rpx;
  680. top: 68rpx;
  681. border: 2rpx solid #e5e9ed;
  682. }
  683. .R {
  684. width: 40rpx;
  685. height: 40rpx;
  686. border-radius: 50%;
  687. background: #f9fafb;
  688. position: absolute;
  689. float: right;
  690. right: -20rpx;
  691. top: 68rpx;
  692. border: 2rpx solid #e5e9ed;
  693. }
  694. .starting {
  695. width: 50rpx;
  696. height: 50rpx;
  697. color: #fff;
  698. background: #49b856;
  699. display: inline-block;
  700. border-radius: 50%;
  701. text-align: center;
  702. line-height: 46rpx;
  703. font-size: 32rpx;
  704. margin-right: 6rpx;
  705. }
  706. .End {
  707. width: 50rpx;
  708. height: 50rpx;
  709. color: #fff;
  710. background: #39b199;
  711. display: inline-block;
  712. border-radius: 50%;
  713. text-align: center;
  714. line-height: 46rpx;
  715. font-size: 32rpx;
  716. margin-right: 6rpx;
  717. }
  718. .page_item_top {
  719. height: 88rpx;
  720. border-bottom: 2rpx dashed #e5e9ed;
  721. padding: 0 16rpx;
  722. .page_item_top-inner {
  723. display: flex;
  724. justify-content: space-between;
  725. align-items: center;
  726. height: 100%;
  727. .page_item_top_L {
  728. .serialNumber{
  729. width: 50rpx;
  730. height: 50rpx;
  731. border-radius: 50%;
  732. background-color: #49b856;
  733. display: flex;
  734. justify-content: center;
  735. align-items: center;
  736. color: #fff;
  737. line-height: 0;
  738. margin-right: 8rpx;
  739. }
  740. .emergencys {
  741. background: #ff3b53 !important;
  742. width: 124rpx !important;
  743. }
  744. .emergency {
  745. background: #ff3b53 !important;
  746. }
  747. .emergency1 {
  748. background: #49b856 !important;
  749. }
  750. .page_item_cont_start {
  751. text-align: center;
  752. height: 44rpx;
  753. width: 104rpx;
  754. line-height: 44rpx;
  755. border-radius: 8rpx;
  756. background: #49b856;
  757. color: #fff;
  758. display: inline-block;
  759. }
  760. .L_time {
  761. color: #6cc076;
  762. font-size: 32rpx;
  763. }
  764. .L_text {
  765. font-size: 32rpx;
  766. font-weight: 700;
  767. display: flex;
  768. align-items: center;
  769. }
  770. }
  771. .page_item_top_R {
  772. font-size: 32rpx;
  773. .back {
  774. color: rgb(7, 134, 60);
  775. background-color: #49b856;
  776. margin-left: 16rpx;
  777. }
  778. .L_iocn {
  779. display: flex;
  780. justify-content: space-between;
  781. align-items: center;
  782. font-size: 36rpx;
  783. font-weight: 700;
  784. }
  785. }
  786. }
  787. }
  788. .page_item_cont {
  789. min-height: 90rpx;
  790. padding: 0 16rpx;
  791. text-align: left;
  792. position: relative;
  793. .text_big {
  794. font-size: 32rpx;
  795. font-weight: 700;
  796. margin-top: 10rpx;
  797. p {
  798. font-weight: 700;
  799. line-height: 1.5;
  800. }
  801. }
  802. .page_item_cont_T {
  803. padding-top: 28rpx;
  804. padding-bottom: 28rpx;
  805. font-size: 28rpx;
  806. .page_item_cont_title {
  807. height: 100%;
  808. font-size: 32rpx;
  809. display: flex;
  810. justify-content: space-between;
  811. align-items: center;
  812. }
  813. }
  814. .page_item_cont_B {
  815. padding-top: 28rpx;
  816. margin-bottom: 28rpx;
  817. .page_item_cont_title {
  818. font-size: 32rpx;
  819. display: flex;
  820. justify-content: space-between;
  821. }
  822. .page_item_cont_title1 {
  823. height: 60rpx;
  824. line-height: 60rpx;
  825. font-size: 32rpx;
  826. padding-left: 64rpx;
  827. }
  828. }
  829. }
  830. .page_item_foot {
  831. border-top: 2rpx dashed #e5e9ed;
  832. border-bottom: 2rpx dashed #e5e9ed;
  833. padding: 28rpx 16rpx;
  834. text-align: left;
  835. .page_item_foot_text {
  836. font-size: 32rpx;
  837. margin-bottom: 20rpx;
  838. .text1 {
  839. color: rgb(102, 102, 102);
  840. }
  841. .text2 {
  842. float: right;
  843. font-weight: 700;
  844. }
  845. }
  846. }
  847. #infos {
  848. display: none;
  849. }
  850. .page_item_infos {
  851. padding-bottom: 20rpx;
  852. border-bottom: 2rpx dashed #e5e9ed;
  853. .page_item_info2 {
  854. text-align: left;
  855. line-height: 60rpx;
  856. font-size: 32rpx;
  857. padding-left: 16rpx;
  858. .page_item_foot_text {
  859. font-size: 32rpx;
  860. margin-bottom: 20rpx;
  861. .text1 {
  862. color: rgb(102, 102, 102);
  863. }
  864. .text2 {
  865. float: right;
  866. font-weight: 700;
  867. }
  868. }
  869. }
  870. }
  871. }
  872. .L-l {
  873. width: 2rpx;
  874. height: 40rpx;
  875. background: #f9fafb;
  876. position: absolute;
  877. left: 20rpx;
  878. top: 72rpx;
  879. }
  880. .R-l {
  881. width: 2rpx;
  882. height: 40rpx;
  883. background: #f9fafb;
  884. position: absolute;
  885. right: 20rpx;
  886. top: 72rpx;
  887. }
  888. }
  889. .foot_btn2 {
  890. position: fixed;
  891. bottom: 0;
  892. width: 100vw;
  893. padding: 0 20rpx;
  894. box-sizing: border-box;
  895. line-height: 66rpx;
  896. height: 100rpx;
  897. border-top: 2rpx solid #e5e9ed;
  898. background: #f9fafb;
  899. text-align: center;
  900. display: flex;
  901. justify-content: center;
  902. align-items: center;
  903. .btn2 {
  904. height: 66rpx;
  905. flex: 1;
  906. margin: 16rpx 16rpx 0;
  907. background-image: linear-gradient(to right, #72c172, #3bb197);
  908. color: #fff;
  909. border-radius: 8rpx;
  910. font-size: 32rpx;
  911. }
  912. }
  913. }
  914. </style>