scanning_all.vue 49 KB

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