scanning_all.vue 48 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400
  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 icon_transport transport-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 icon_transport transport-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 icon_transport transport-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 icon_transport transport-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 icon_transport transport-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. }&msg=${res.msg}&deptCode=${this.code}&dept=${
  364. res.dept
  365. }&ids=${encodeURIComponent(
  366. JSON.stringify(this.userId.ids)
  367. )}&model=${encodeURIComponent(JSON.stringify(res))}`,
  368. });
  369. } else if (this.tabType == 'specimenPlan') {
  370. // -----------------------------
  371. console.log(this.selectArr, '选中工单')
  372. let gd = this.infoDATA.specimenPlan.find(v => v.id == this.selectArr[0]);
  373. let startDeptId = gd.startDept.id; //起点科室id
  374. let isDigitalHandover = gd.taskType.isDigitalHandover; //是否数字交接开关
  375. let signDeptId = res.deptId; //签到的科室id
  376. let gdId = gd.id;
  377. let gdState = gd.gdState.value;
  378. let endDepts = gd.endDepts.map(v => v.id).toString();
  379. uni.navigateTo({
  380. url: `../scanning_djEnd/scanning_djEnd?type=${
  381. this.tabType
  382. }&type1=${res.type}&code=${this.code}&dept=${
  383. res.dept
  384. }&ids=${encodeURIComponent(
  385. JSON.stringify(this.userId.ids)
  386. )}&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}`,
  387. });
  388. } else if (this.tabType == 'specimen') {
  389. if (res.deptType && res.deptType.value === 'middleRoom') {
  390. // 如果是中转科室
  391. uni.navigateTo({
  392. url: `../checkAfterBigScreen/checkAfterBigScreen?type=${
  393. this.tabType
  394. }&type1=${res.type}&code=${this.code}&dept=${
  395. res.dept
  396. }&ids=${encodeURIComponent(
  397. JSON.stringify(this.userId.ids)
  398. )}&model=${encodeURIComponent(JSON.stringify(res))}&accountObj=${encodeURIComponent(JSON.stringify(accountObj))}&deptId=${res.deptId}`,
  399. });
  400. } else if(res.type === 'spe-dsd-4'){
  401. // 检验方式是标本数字交接
  402. uni.navigateTo({
  403. url: `/pages/specimenHandoverNew/specimenHandoverNew?type=${
  404. this.tabType
  405. }&type1=${res.type}&code=${this.code}&dept=${
  406. res.dept
  407. }&ids=${encodeURIComponent(
  408. JSON.stringify(this.userId.ids)
  409. )}&model=${encodeURIComponent(JSON.stringify(res))}&accountObj=${encodeURIComponent(JSON.stringify(accountObj))}&deptId=${res.deptId}`,
  410. });
  411. } else {
  412. uni.navigateTo({
  413. url: `../scanning_djEnd/scanning_djEnd?type=${
  414. this.tabType
  415. }&type1=${res.type}&code=${this.code}&dept=${
  416. res.dept
  417. }&ids=${encodeURIComponent(
  418. JSON.stringify(this.userId.ids)
  419. )}&model=${encodeURIComponent(JSON.stringify(res))}&accountObj=${encodeURIComponent(JSON.stringify(accountObj))}&deptId=${res.deptId}`,
  420. });
  421. }
  422. } else {
  423. uni.navigateTo({
  424. url: `../scanning_djEnd/scanning_djEnd?type=${
  425. this.tabType
  426. }&type1=${res.type}&code=${this.code}&dept=${
  427. res.dept
  428. }&ids=${encodeURIComponent(
  429. JSON.stringify(this.userId.ids)
  430. )}&model=${encodeURIComponent(JSON.stringify(res))}&accountObj=${encodeURIComponent(JSON.stringify(accountObj))}&deptId=${res.deptId}`,
  431. });
  432. }
  433. } else if (res.status == "0000") {
  434. this.showSelectAccount();
  435. } else {
  436. this.flag = true;
  437. uni.navigateTo({
  438. url: `../scanning_djEnd/scanning_djEnd?type=${this.tabType}&type1=${
  439. res.type
  440. }&code=${this.code}&dept=${res.dept}&ids=${encodeURIComponent(
  441. JSON.stringify(this.userId.ids)
  442. )}&model=${encodeURIComponent(JSON.stringify(res))}&deptId=${res.deptId}`,
  443. });
  444. }
  445. });
  446. },
  447. //一键操作
  448. allStart() {
  449. console.log(this.tabType)
  450. clearTimeout(this.flagTimer);
  451. this.flagTimer = setTimeout(() => {
  452. this.flag = false;
  453. let list = {};
  454. let type = "";
  455. console.log(this.userId)
  456. if (this.userId.ids.length > 0) {
  457. if (this.tabType == "blood") {
  458. uni.showLoading({
  459. title: "加载中",
  460. mask: true,
  461. });
  462. // 判断是否签到批量核对
  463. post('/simple/data/fetchDataList/taskTypeConfig', {
  464. idx: 0,
  465. sum: 1,
  466. taskTypeConfig: {
  467. "taskTypeDTO": {
  468. "hosId": {
  469. "id": this.hosId
  470. },
  471. "ordinaryField": {
  472. "key": "ordinary_field",
  473. "value": "blood"
  474. }
  475. }
  476. },
  477. }).then(res => {
  478. if(res.status == 200){
  479. let list = res.list || [];
  480. if(list.length > 0){
  481. let signTypeList = list[0].signTypeList || [];
  482. let signType = signTypeList.find( v => v.value == 4 );
  483. if(signType){
  484. uni.hideLoading();
  485. uni.navigateTo({
  486. url: `/pages/newBlood/endOrderSignBlood/endOrderSignBlood?orderIds=${this.userId.ids.toString()}&deptName=${this.deptName}&deptId=${this.deptId}`,
  487. });
  488. }else{
  489. // 万能交接服务的血制品
  490. let postData = {
  491. "idx": 0,
  492. "sum": 1,
  493. "taskTypeConfig": {
  494. "taskTypeDTO": {
  495. "hosId": {
  496. "id": this.hosId
  497. },
  498. "ordinaryField": {
  499. "key": "ordinary_field",
  500. "value": "blood"
  501. }
  502. }
  503. }
  504. };
  505. post("/simple/data/fetchDataList/taskTypeConfig", postData).then((result) => {
  506. uni.hideLoading();
  507. if(result.status == 200){
  508. if(result.list && result.list[0] && result.list[0].checkType){
  509. if(result.list[0].checkType.value == 1){
  510. // 起点终点科室按照血制品类型进行核对
  511. uni.navigateTo({
  512. url: `../signIn_blood/signIn_blood?deptName=${this.deptName}&orderId=${this.userId.ids[0]}`,
  513. });
  514. }else if(result.list[0].checkType.value == 2){
  515. // 终点科室无需扫码进行核对
  516. uni.navigateTo({
  517. url: `../check_blood/check_blood?orderId=${this.userId.ids[0]}`,
  518. });
  519. }
  520. }else{
  521. uni.showToast({
  522. icon: "none",
  523. title: "请前往血制品配置页面配置核对方式!",
  524. });
  525. }
  526. }else{
  527. uni.showToast({
  528. icon: "none",
  529. title: result.msg || "接口获取数据失败!",
  530. });
  531. }
  532. })
  533. }
  534. }else{
  535. uni.showToast({
  536. icon: "none",
  537. title: "请配置血制品任务类型!",
  538. });
  539. }
  540. }else{
  541. uni.hideLoading();
  542. uni.showToast({
  543. icon: "none",
  544. title: res.msg || "接口获取数据失败!",
  545. });
  546. }
  547. })
  548. }else if (this.tabType == "clothingGet") {
  549. uni.navigateTo({
  550. url: `../quiltWashing/quiltWashingGetEndCheck/quiltWashingGetEndCheck?orderIds=${this.userId.ids.toString()}&endDeptName=${this.deptName}`
  551. })
  552. } else if (this.tabType == "clothingSend") {
  553. let postData = {
  554. ids: this.userId.ids,
  555. type: 'clothingSend',
  556. };
  557. uni.showLoading({
  558. title: "加载中",
  559. mask: true,
  560. });
  561. post("/transflow/bigScan", postData).then((res) => {
  562. uni.hideLoading();
  563. if (res.status == 200) {
  564. uni.navigateTo({
  565. url: "../receiptpage/receiptpage",
  566. });
  567. } else {
  568. uni.showToast({
  569. icon: "none",
  570. title: res.msg || "接口获取数据失败!",
  571. });
  572. }
  573. });
  574. } else if (
  575. this.tabType == "drugsBag" ||
  576. this.tabType == "jPBag" ||
  577. this.tabType == "other" ||
  578. this.tabType == "specimen" ||
  579. this.tabType == "specimenPlan"
  580. ) {
  581. this.orderDeptHandler(true);
  582. } else {
  583. if (!this.SMFlag) {
  584. return;
  585. }
  586. this.SMFlag = false;
  587. SM()
  588. .then((ress1) => {
  589. uni.showLoading({
  590. title: "加载中",
  591. mask: true,
  592. });
  593. //检验二维码的有效性
  594. post("/dept/scanning", {
  595. content: ress1,
  596. }).then((result) => {
  597. this.SMFlag = true;
  598. this.currentCode = result.code;
  599. if (result.state == 200 || result.state == 201) {
  600. let ress = result.code;
  601. if (ress) {
  602. if (this.tabType == "patientTransport") {
  603. type = "handleTrans";
  604. let data = {
  605. ids: this.userId.ids,
  606. deptCode: this.code,
  607. code: ress,
  608. };
  609. list = data;
  610. }
  611. if (this.tabType == "inspect") {
  612. type = "handleIns";
  613. let data = {
  614. ids: this.userId.ids,
  615. deptCode: this.code,
  616. code: ress,
  617. };
  618. list = data;
  619. }
  620. post("/workerOrder/" + type, list).then((res) => {
  621. uni.hideLoading();
  622. if (res.status == 200) {
  623. if (
  624. this.tabType == "inspect" ||
  625. this.tabType == "patientTransport"
  626. ) {
  627. if(this.tabType === 'patientTransport' && this.infoDATA.patientTransport && this.infoDATA.patientTransport[0].gdState.value == 5){
  628. // 门诊服务点
  629. if(res.orderList){
  630. uni.navigateTo({
  631. url: `/pages/outpatient/outpatientEndSignIn/outpatientEndSignIn?model=${encodeURIComponent(JSON.stringify(res))}`,
  632. });
  633. }else{
  634. if (res.ids) {
  635. for (var i = 0; i < this.userId.ids.length; i++) {
  636. if (this.userId.ids[i] == res.ids[0]) {
  637. this.userId.ids.splice(i, 1);
  638. }
  639. }
  640. }
  641. uni.navigateTo({
  642. url: `../scanning_djInfo/scanning_djInfo?type=${
  643. this.tabType
  644. }&type1=${res.type}&infoData=${res.data}&status=${
  645. res.status
  646. }&msg=${res.msg}&deptCode=${this.code}&dept=${
  647. res.dept
  648. }&ids=${encodeURIComponent(
  649. JSON.stringify(this.userId.ids)
  650. )}&model=${encodeURIComponent(
  651. JSON.stringify(res)
  652. )}`,
  653. });
  654. }
  655. }else{
  656. if (res.ids) {
  657. for (var i = 0; i < this.userId.ids.length; i++) {
  658. if (this.userId.ids[i] == res.ids[0]) {
  659. this.userId.ids.splice(i, 1);
  660. }
  661. }
  662. }
  663. uni.navigateTo({
  664. url: `../scanning_djInfo/scanning_djInfo?type=${
  665. this.tabType
  666. }&type1=${res.type}&infoData=${res.data}&status=${
  667. res.status
  668. }&msg=${res.msg}&deptCode=${this.code}&dept=${
  669. res.dept
  670. }&ids=${encodeURIComponent(
  671. JSON.stringify(this.userId.ids)
  672. )}&model=${encodeURIComponent(
  673. JSON.stringify(res)
  674. )}`,
  675. });
  676. }
  677. } else {
  678. uni.navigateTo({
  679. url: `../scanning_djEnd/scanning_djEnd?type=${
  680. this.tabType
  681. }&type1=${res.type}&dept=${
  682. res.dept
  683. }&ids=${encodeURIComponent(
  684. JSON.stringify(this.userId.ids)
  685. )}&model=${encodeURIComponent(
  686. JSON.stringify(res)
  687. )}&code=${this.code}`,
  688. });
  689. }
  690. } else {
  691. uni.navigateTo({
  692. url: `../scanning_djEnd/scanning_djEnd?type=${
  693. this.tabType
  694. }&type1=${res.type}&dept=${
  695. res.dept
  696. }&ids=${encodeURIComponent(
  697. JSON.stringify(this.userId.ids)
  698. )}&model=${encodeURIComponent(
  699. JSON.stringify(res)
  700. )}&code=${this.code}&qrcode=${this.currentCode}`,
  701. });
  702. }
  703. });
  704. }
  705. } else {
  706. this.flag = true;
  707. uni.hideLoading();
  708. uni.showToast({
  709. icon: "none",
  710. title: result.info || "接口获取数据失败!",
  711. });
  712. }
  713. });
  714. })
  715. .catch((err) => {
  716. this.SMFlag = true;
  717. });
  718. }
  719. } else {
  720. this.flag = true;
  721. this.models = {
  722. disjunctor: true,
  723. title: "提示",
  724. content: "请选择工单!",
  725. icon: "warn",
  726. operate: {
  727. know: "知道了",
  728. },
  729. };
  730. }
  731. }, 500);
  732. },
  733. typePD(data, list) {
  734. if (list) {
  735. if (data.length >= 2) {
  736. for (var i = 0; i < data.length; i++) {
  737. if (data[i].gdState.value != list.gdState.value) {
  738. this.typeData.splice(i, 1);
  739. this.types = true;
  740. }
  741. }
  742. } else {
  743. this.types = false;
  744. }
  745. } else if (data.length == 1) {
  746. this.types = false;
  747. } else {
  748. this.types = false;
  749. for (var i = 0; i < data.length; i++) {
  750. if (data[0].gdState.value != data[i].gdState.value) {
  751. this.typeData.splice(i, 1);
  752. this.types = true;
  753. }
  754. }
  755. }
  756. },
  757. act(type) {
  758. this.Dall();
  759. this.tabType = type;
  760. this.workData = this.infoDATA[type] || [];
  761. this.all();
  762. },
  763. // 已选择的项中是否包含该id
  764. hasSelect(id) {
  765. return this.selectArr.includes(id);
  766. },
  767. //取消
  768. ac(data, i) {
  769. console.log(data, i, this.selectArr, this.userId.ids, this.typeData);
  770. // id放入数组
  771. this.selectArr = this.selectArr.filter((item) => item != data.id);
  772. for (var i = 0; i < this.userId.ids.length; i++) {
  773. if (this.userId.ids[i] == data.id) {
  774. this.typeData.splice(i, 1);
  775. this.userId.ids.splice(i, 1);
  776. }
  777. }
  778. },
  779. //选中
  780. ac1(data, i) {
  781. console.log(data, i, this.userId.ids, '选中');
  782. if (this.tabType == 'specimenPlan' && this.typeData.length > 0) {
  783. this.typeData = [data];
  784. } else {
  785. this.typeData.push(data);
  786. }
  787. this.types = false;
  788. for (var i = 0; i < this.typeData.length; i++) {
  789. if (this.typeData[0].gdState.value != this.typeData[i].gdState.value) {
  790. this.models = {
  791. disjunctor: true,
  792. title: "提示",
  793. content: "请选择不同状态的工单!",
  794. icon: "warn",
  795. operate: {
  796. know: "知道了",
  797. },
  798. };
  799. this.typeData.splice(i, 1);
  800. this.types = true;
  801. }
  802. }
  803. if (!this.types) {
  804. if (this.tabType == 'specimenPlan' && this.typeData.length > 0) {
  805. this.userId.ids = [data.id];
  806. this.selectArr = [data.id];
  807. } else {
  808. this.userId.ids.push(data.id);
  809. this.selectArr.push(data.id);
  810. }
  811. }
  812. },
  813. //全选
  814. all() {
  815. let id = [];
  816. this.typeData = JSON.parse(JSON.stringify(this.workData));
  817. this.typePD(this.workData);
  818. if (this.types) {
  819. this.models = {
  820. disjunctor: true,
  821. title: "提示",
  822. content: "请选择不同状态的工单!",
  823. icon: "warn",
  824. operate: {
  825. know: "知道了",
  826. },
  827. };
  828. this.typeData = [];
  829. } else {
  830. for (var i = 0; i < this.workData.length; i++) {
  831. id.push(this.workData[i].id);
  832. this.selectArr.push(this.workData[i].id);
  833. }
  834. this.userId.ids = id;
  835. }
  836. },
  837. //全不选
  838. Dall() {
  839. this.selectArr = [];
  840. this.typeData = [];
  841. this.userId.ids = [];
  842. },
  843. texiao() {
  844. setTimeout(() => {
  845. this.animation.height(0).opacity(0).step();
  846. this.animationData = this.animation.export();
  847. }, 15000);
  848. },
  849. // 知道了
  850. know() {
  851. this.models.disjunctor = false;
  852. },
  853. },
  854. onLoad(options) {
  855. console.log(options, 'options');
  856. this.infoDATA = JSON.parse(options.infoDATA); //扫描科室码返回的信息
  857. console.log(this.infoDATA);
  858. this.code = options.code; //扫描科室码返回的二维码信息
  859. this.deptName = options.deptName; //扫描科室码返回的科室名称
  860. this.deptId = options.deptId; //扫描科室码返回的科室ID
  861. let arr = [];
  862. for (let key in this.infoDATA) {
  863. if(key === 'ordinary'){
  864. // 如果是万能交接服务,key值要从关联业务区分
  865. this.infoDATA['ordinary'].forEach(v => {
  866. arr.push(v.taskType.ordinaryField.value);
  867. if(this.infoDATA[v.taskType.ordinaryField.value]){
  868. this.infoDATA[v.taskType.ordinaryField.value].push(v);
  869. }else{
  870. this.infoDATA[v.taskType.ordinaryField.value] = [v];
  871. }
  872. })
  873. delete this.infoDATA['ordinary'];
  874. }else{
  875. arr.push(key);
  876. }
  877. }
  878. console.log(this.infoDATA);
  879. this.workData = this.infoDATA[arr[0]] || [];
  880. this.tabType = arr[0];
  881. this.all();
  882. // #ifdef APP-PLUS
  883. webHandle("no", "app");
  884. // #endif
  885. // #ifdef H5
  886. webHandle("no", "wx");
  887. // #endif
  888. },
  889. onShow() {
  890. this.SMFlag = true;
  891. this.flag = true;
  892. // 创建动画
  893. this.animation = uni.createAnimation({
  894. duration: 500,
  895. timingFunction: "ease",
  896. delay: 2000,
  897. });
  898. setTimeout(() => {
  899. this.texiao();
  900. }, 500);
  901. },
  902. onHide() {
  903. this.animationData = {};
  904. },
  905. onUnload() {
  906. // 页面关闭后清空数据
  907. this.animationData = {};
  908. },
  909. created(){
  910. this.hosId = uni.getStorageSync('userData').user.currentHospital.id;
  911. }
  912. };
  913. </script>
  914. <style lang="less">
  915. ::-webkit-scrollbar {
  916. width: 0;
  917. }
  918. ::-webkit-scrollbar-track {
  919. background-color: none;
  920. }
  921. ::-webkit-scrollbar-thumb {
  922. background-color: none;
  923. }
  924. ::-webkit-scrollbar-thumb:hover {
  925. background-color: none;
  926. }
  927. ::-webkit-scrollbar-thumb:active {
  928. background-color: none;
  929. }
  930. .Scanning_all {
  931. .title {
  932. font-size: 36rpx;
  933. margin-top: 20rpx;
  934. margin-bottom: 20rpx;
  935. font-weight: 700;
  936. position: relative;
  937. height: 40rpx;
  938. .span1 {
  939. position: absolute;
  940. left: 0;
  941. font-weight: 700;
  942. }
  943. .span2 {
  944. position: absolute;
  945. right: 20%;
  946. color: rgb(73, 184, 86);
  947. }
  948. .span3 {
  949. position: absolute;
  950. right: 0;
  951. color: rgb(73, 184, 86);
  952. }
  953. }
  954. .tabs {
  955. height: 90rpx;
  956. width: 100%;
  957. overflow-x: auto;
  958. overflow-y: hidden;
  959. position: relative;
  960. background: #fff;
  961. .acts {
  962. background: #ccc;
  963. height: 50rpx !important;
  964. width: 80% !important;
  965. border-radius: 20rpx;
  966. }
  967. .tab {
  968. display: flex;
  969. align-items: center;
  970. flex-wrap: nowrap;
  971. height: 90rpx;
  972. position: absolute;
  973. width: auto;
  974. padding-top: 6rpx;
  975. view {
  976. display: inline-block;
  977. width: 300rpx;
  978. line-height: 48rpx;
  979. font-size: 32rpx;
  980. height: 100%;
  981. text-align: center;
  982. }
  983. }
  984. }
  985. .Scanning {
  986. padding: 0 20rpx;
  987. height: calc(100% - 100rpx);
  988. // seimin
  989. .Scanning_top {
  990. height: 400rpx;
  991. opacity: 1;
  992. .Scanning_top_icon {
  993. width: 140rpx;
  994. height: 140rpx;
  995. margin: 0 auto;
  996. margin-top: 36rpx;
  997. border-radius: 50%;
  998. line-height: 140rpx;
  999. .cubeic-ok {
  1000. font-size: 140rpx;
  1001. color: #35b34a;
  1002. }
  1003. .cubeic-close {
  1004. font-size: 140rpx;
  1005. color: #ff3b53;
  1006. }
  1007. }
  1008. .Scanning_top_text {
  1009. .text1 {
  1010. margin-top: 40rpx;
  1011. font-size: 48rpx;
  1012. text-align: center;
  1013. }
  1014. }
  1015. .Scanning_cont {
  1016. font-size: 32rpx;
  1017. margin-top: 30rpx;
  1018. text-align: center;
  1019. .text1 {
  1020. margin-top: 24rpx;
  1021. color: #ff3b53;
  1022. }
  1023. }
  1024. }
  1025. .page_items {
  1026. margin-bottom: 110rpx;
  1027. .zwsj {
  1028. margin-top: 180rpx;
  1029. text-align: center;
  1030. .zwsj-img {
  1031. width: 560rpx;
  1032. }
  1033. .zwsj_txt {
  1034. font-size: 36rpx;
  1035. font-weight: 700;
  1036. margin-top: 20rpx;
  1037. text-align: center;
  1038. }
  1039. }
  1040. .page_item {
  1041. margin-top: 16rpx;
  1042. min-height: 356rpx;
  1043. background: #fff;
  1044. border-radius: 8rpx;
  1045. overflow: hidden;
  1046. padding: 0 16rpx;
  1047. border: 2rpx solid #e5e9ed;
  1048. .L {
  1049. width: 40rpx;
  1050. height: 40rpx;
  1051. border-radius: 50%;
  1052. background: #f9fafb;
  1053. position: relative;
  1054. left: -50rpx;
  1055. top: 66rpx;
  1056. }
  1057. .R {
  1058. width: 40rpx;
  1059. height: 40rpx;
  1060. border-radius: 50%;
  1061. background: #f9fafb;
  1062. position: relative;
  1063. float: right;
  1064. right: -50rpx;
  1065. top: 26rpx;
  1066. }
  1067. .starting {
  1068. width: 50rpx;
  1069. height: 50rpx;
  1070. color: #fff;
  1071. background: #49b856;
  1072. display: inline-block;
  1073. border-radius: 50%;
  1074. text-align: center;
  1075. line-height: 46rpx;
  1076. font-size: 32rpx;
  1077. margin-right: 6rpx;
  1078. }
  1079. .End {
  1080. width: 50rpx;
  1081. height: 50rpx;
  1082. color: #fff;
  1083. background: #39b199;
  1084. display: inline-block;
  1085. border-radius: 50%;
  1086. text-align: center;
  1087. line-height: 46rpx;
  1088. font-size: 32rpx;
  1089. margin-right: 6rpx;
  1090. }
  1091. .page_item_top {
  1092. height: 86rpx;
  1093. border-bottom: 2rpx dashed #e5e9ed;
  1094. padding: 0 16rpx;
  1095. .page_item_top_L {
  1096. height: 100%;
  1097. float: left;
  1098. line-height: 88rpx;
  1099. display: flex;
  1100. align-items: center;
  1101. .ac {
  1102. width: 32rpx;
  1103. height: 32rpx;
  1104. border: 2rpx solid #ccc;
  1105. display: inline-block;
  1106. position: relative;
  1107. .ac-span {
  1108. position: absolute;
  1109. left: 50%;
  1110. top: 50%;
  1111. width: 24rpx;
  1112. height: 24rpx;
  1113. background: #39b199;
  1114. transform: translate(-50%, -50%);
  1115. }
  1116. }
  1117. .ac1 {
  1118. width: 32rpx;
  1119. height: 32rpx;
  1120. border: 2rpx solid #ccc;
  1121. display: inline-block;
  1122. position: relative;
  1123. }
  1124. .emergencys {
  1125. background: #ff3b53 !important;
  1126. width: 124rpx !important;
  1127. }
  1128. .emergency {
  1129. background: #ff3b53 !important;
  1130. }
  1131. .emergency1 {
  1132. background: #49b856 !important;
  1133. }
  1134. .page_item_cont_start {
  1135. text-align: center;
  1136. height: 44rpx;
  1137. width: 104rpx;
  1138. line-height: 44rpx;
  1139. border-radius: 8rpx;
  1140. background: #49b856;
  1141. color: #fff;
  1142. display: inline-block;
  1143. .page_item_cont_start_txt {
  1144. font-size: 28rpx;
  1145. display: flex;
  1146. align-items: center;
  1147. justify-content: center;
  1148. .cubeic-star {
  1149. font-size: 28rpx;
  1150. }
  1151. }
  1152. }
  1153. .L_time {
  1154. color: #6cc076;
  1155. font-size: 32rpx;
  1156. }
  1157. .L_text {
  1158. font-size: 32rpx;
  1159. display: inline-block;
  1160. font-weight: 700;
  1161. margin-right: 8rpx;
  1162. }
  1163. }
  1164. .page_item_top_R {
  1165. height: 60rpx;
  1166. float: right;
  1167. padding-top: 20rpx;
  1168. font-size: 32rpx;
  1169. position: absolute;
  1170. right: 50rpx;
  1171. .L_iocn {
  1172. display: inline-block;
  1173. height: 52rpx;
  1174. line-height: 48rpx;
  1175. color: rgb(7, 134, 60);
  1176. font-size: 36rpx;
  1177. font-weight: 700;
  1178. }
  1179. }
  1180. }
  1181. .page_item_cont {
  1182. min-height: 180rpx;
  1183. padding: 0 16rpx;
  1184. text-align: left;
  1185. position: relative;
  1186. .text_big {
  1187. font-size: 32rpx;
  1188. position: absolute;
  1189. right: 16rpx;
  1190. font-weight: 700;
  1191. margin-top: 10rpx;
  1192. }
  1193. .text_big2 {
  1194. font-size: 32rpx;
  1195. position: absolute;
  1196. right: 16rpx;
  1197. font-weight: 700;
  1198. }
  1199. .line {
  1200. height: 20rpx;
  1201. width: 2rpx;
  1202. border-left: 2rpx solid #e5e9ed;
  1203. position: absolute;
  1204. top: 82rpx;
  1205. left: 40rpx;
  1206. }
  1207. .lines {
  1208. height: 40%;
  1209. width: 2rpx;
  1210. border-left: 2rpx solid #e5e9ed;
  1211. position: absolute;
  1212. top: 23%;
  1213. left: 36rpx;
  1214. }
  1215. .page_item_cont_T {
  1216. padding-top: 28rpx;
  1217. font-size: 28rpx;
  1218. .page_item_cont_title {
  1219. height: 100%;
  1220. font-size: 32rpx;
  1221. }
  1222. }
  1223. .page_item_cont_B {
  1224. padding-top: 28rpx;
  1225. margin-bottom: 28rpx;
  1226. .page_item_cont_title {
  1227. height: 60rpx;
  1228. font-size: 32rpx;
  1229. }
  1230. .page_item_cont_title1 {
  1231. height: 60rpx;
  1232. line-height: 60rpx;
  1233. font-size: 32rpx;
  1234. padding-left: 64rpx;
  1235. }
  1236. }
  1237. }
  1238. .page_item_foot {
  1239. border-top: 2rpx dashed #e5e9ed;
  1240. border-bottom: 2rpx dashed #e5e9ed;
  1241. padding: 28rpx 16rpx;
  1242. text-align: left;
  1243. .page_item_foot_text {
  1244. height: 48rpx;
  1245. font-size: 32rpx;
  1246. line-height: 48rpx;
  1247. margin-bottom: 20rpx;
  1248. .text1 {
  1249. color: rgb(102, 102, 102);
  1250. }
  1251. .text2 {
  1252. float: right;
  1253. font-weight: 700;
  1254. }
  1255. }
  1256. }
  1257. #infos {
  1258. display: none;
  1259. }
  1260. .page_item_infos {
  1261. padding-bottom: 20rpx;
  1262. border-bottom: 2rpx dashed #e5e9ed;
  1263. .page_item_info2 {
  1264. text-align: left;
  1265. line-height: 60rpx;
  1266. font-size: 32rpx;
  1267. padding-left: 16rpx;
  1268. .page_item_foot_text {
  1269. height: 48rpx;
  1270. font-size: 32rpx;
  1271. line-height: 48rpx;
  1272. margin-bottom: 20rpx;
  1273. .text1 {
  1274. color: rgb(102, 102, 102);
  1275. }
  1276. .text2 {
  1277. float: right;
  1278. font-weight: 700;
  1279. }
  1280. }
  1281. }
  1282. }
  1283. }
  1284. }
  1285. .foot_btn2 {
  1286. position: fixed;
  1287. bottom: 0;
  1288. right: 20rpx;
  1289. left: 20rpx;
  1290. line-height: 66rpx;
  1291. height: 100rpx;
  1292. border-top: 2rpx solid #e5e9ed;
  1293. background: #f9fafb;
  1294. display: flex;
  1295. .btn1,
  1296. .btn2 {
  1297. height: 66rpx;
  1298. flex: 1;
  1299. margin: 0 2%;
  1300. background-image: linear-gradient(to right, #72c172, #3bb197);
  1301. color: #fff;
  1302. border-radius: 8rpx;
  1303. font-size: 32rpx;
  1304. margin-top: 16rpx;
  1305. text-align: center;
  1306. }
  1307. }
  1308. .foot_btn1 {
  1309. position: fixed;
  1310. bottom: 0;
  1311. right: 20rpx;
  1312. left: 20rpx;
  1313. line-height: 66rpx;
  1314. height: 100rpx;
  1315. border-top: 2rpx solid #e5e9ed;
  1316. background: #f9fafb;
  1317. text-align: center;
  1318. .btn3 {
  1319. height: 66rpx;
  1320. width: 100%;
  1321. background-image: linear-gradient(to right, #72c172, #3bb197);
  1322. color: #fff;
  1323. border-radius: 8rpx;
  1324. font-size: 32rpx;
  1325. margin-top: 16rpx;
  1326. }
  1327. }
  1328. }
  1329. }
  1330. </style>