order.vue 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666
  1. <template>
  2. <view class="safeAreas">
  3. <nav-bar title="预约考试"></nav-bar>
  4. <view class="appointment">
  5. <view class="appointmentItem">
  6. <view class="title">考试地点:</view>
  7. <view class="place" @click="showAddress">
  8. <view class="name">{{ addressName }}</view>
  9. <view
  10. ><u-icon name="arrow-right" color="#999999" size="28"></u-icon
  11. ></view>
  12. </view>
  13. </view>
  14. <view class="appointmentItem" v-if="activeList.length">
  15. <view class="title">考试时间:</view>
  16. <view class="main">
  17. <view
  18. v-for="(item, index) in activeList"
  19. class="item"
  20. :key="index"
  21. @click="choItem(index)"
  22. >
  23. <view class="checkbox"
  24. ><u-checkbox
  25. v-if="item.status === 0"
  26. v-model="item.checked"
  27. shape="circle"
  28. ></u-checkbox
  29. ></view>
  30. <view class="box">
  31. <view
  32. :class="[
  33. 'time',
  34. { active: item.checked },
  35. { no: item.status !== 0 },
  36. ]"
  37. >{{
  38. item.dataTime + " " + item.startTime + " ~ " + item.endTime
  39. }}</view
  40. >
  41. <view class="statusInfo" v-if="item.status !== 0">
  42. <template v-if="item.status === 2"> 预约名额已满 </template>
  43. <template v-if="item.status === 1">
  44. 此时段您已经有其他考试预约
  45. </template>
  46. </view>
  47. </view>
  48. <view class="num"
  49. >已报:{{ item.registration }}/{{ item.num }}</view
  50. >
  51. </view>
  52. </view>
  53. </view>
  54. <view v-else class="appointmentItem">
  55. <view class="title">
  56. <text v-if="addressName && addressName != '请选择'">
  57. 该考试地点暂无考试时间,建议重新选择考试地点
  58. </text>
  59. <!-- <text v-else>
  60. 当前考培地点无考前培训时间点
  61. </text> -->
  62. </view>
  63. </view>
  64. <!-- 考试疫情承诺书 -->
  65. <view class="appointmentItem">
  66. <view class="title"><text class="star_red">*</text> 考试疫情承诺书</view>
  67. <view class="commitment">
  68. 本人参加“住房和城乡建设领域施工现场专业人员岗位”考试,愿意遵守疫情防控各项管理的相关要求,秉承对自己、对他人负责的原则,承担疫情防控社会责任,郑重作出以下承诺:<br/>
  69. 一、充分理解并遵守考试期间考点各项防疫安全的要求。<br/>
  70. 二、在考试前14天内,没有到过国内疫情中风险、高风险地区,未出境,不存在自境外回国情形。<br/>
  71. 三、在考试前14天内,每日自觉监测体温,体温均未出现高于37.3度的情形,无发热和呼吸道门诊就诊史。<br/>
  72. 四、在考试前14天内,未和新冠肺炎病例或疑似病例密切接触或间接接触,没有发烧、干咳、乏力、咳痰、气短、肌肉痛或关节痛、咽喉痛、头痛、寒颤、恶心或呕吐、鼻塞、腹泻、咳血、结膜充血等疑似新冠肺炎症状。<br/>
  73. 五、如出现与前述第二、三、四项任何一项不符的情形之一的,本人将及时在考前向相关管理机构报告,自觉配合采取隔离或其他防疫措施,并根据情况,自愿放弃参加考试。<br/>
  74. 六、考试当日自行做好防护工作,佩戴防护口罩。提前抵达考点,配合查验健康码、测量体温等。<br/>
  75. 七、考试期间,将严格遵守应考人员考场守则及疫情防控相关管理要求,完成考试后立即离场,不扎堆,不聚集。<br/>
  76. 八、本人承诺遵守《应考人员安全承诺书》中所有承诺内容,若因有瞒报、谎报造成新冠肺炎疫情传播的,一经查实,由本人承担相应的法律和经济责任。
  77. </view>
  78. </view>
  79. <view class="appointmentItem">
  80. <view class="title"><text class="star_red">*</text>签名板</view>
  81. <view class="dis_stys">
  82. <text style="color: #999999">请在下方签名区进行签名</text>
  83. <text @click="retDraw" mode="">清空</text>
  84. </view>
  85. <view class="handCenter">
  86. <!-- v-if="!form[item.fieldKey]" -->
  87. <canvas
  88. class="handWriting"
  89. disable-scroll="true"
  90. :catchtouchmove="true"
  91. @touchstart="uploadScaleStart"
  92. @touchmove="uploadScaleMove"
  93. @touchend="uploadScaleEnd"
  94. canvas-id="handWriting"
  95. ></canvas>
  96. <!-- <view
  97. v-else
  98. style="width: 100%; height: 100%; position: relative"
  99. >
  100. <view class="ctoples">图片</view>
  101. <image
  102. style="width: 100%; height: 100%"
  103. :src="$method.splitImgHost(form[item.fieldKey])"
  104. mode=""
  105. ></image>
  106. </view> -->
  107. </view>
  108. </view>
  109. <view class="btnMain">
  110. <view class="return" @click="backPage">上一步</view>
  111. <view class="sure" @click="sureOppoint">{{
  112. dataId === 1 ? "下一步" : dataId === 2 ? "确定预约" : "异常"
  113. }}</view>
  114. </view>
  115. </view>
  116. <!-- 弹框-->
  117. <u-popup v-model="address_show" mode="bottom" class="addModel">
  118. <view class="tipBox safeArea">
  119. <view class="line"></view>
  120. <view class="title">温馨提示</view>
  121. <u-line color="#EEEEEE" />
  122. <scroll-view class="addressList" :scroll-y="true">
  123. <view
  124. class="item"
  125. v-for="(item, index) in listData"
  126. :key="index"
  127. @click="choAddress(item, index)"
  128. >
  129. <u-checkbox
  130. class="checkbox"
  131. v-model="item.checked"
  132. shape="circle"
  133. ></u-checkbox>
  134. <view :class="['address', { active: item.checked }]">{{
  135. item.siteAddress
  136. }}</view>
  137. </view>
  138. </scroll-view>
  139. <u-line color="#EEEEEE" />
  140. <view class="btn" @click="sureAddress">确认</view>
  141. </view>
  142. </u-popup>
  143. </view>
  144. </template>
  145. <script>
  146. import { mapGetters } from "vuex";
  147. import Handwriting from "@/common/signature.js";
  148. export default {
  149. data() {
  150. return {
  151. orderGoodsId: 0,
  152. address_show: false,
  153. addressName: "请选择",
  154. addressId: null, //当前选中考试点ID
  155. listData: [], //考试地点数据
  156. activeList: [], //选中考试地点列表
  157. applyId: null, //考试计划ID
  158. goodsId: null, //商品ID
  159. applyStatus: null, //学员状态ID
  160. sysTime: 0,
  161. dataId: null, //跳转拷贝
  162. handwriting: '',
  163. lineColor: "black",
  164. slideValue: 50,
  165. openVerify: false, // 控制是否手动验证
  166. commitment_electr_signature: '',
  167. isUploading: false,
  168. siteId: '', // 考试id
  169. };
  170. },
  171. async onLoad(option) {
  172. this.applyId = Number(option.applyId);
  173. this.goodsId = Number(option.goodsId);
  174. this.applyStatus = Number(option.applyStatus);
  175. this.dataId = Number(option.dataId);
  176. this.orderGoodsId = Number(option.orderGoodsId);
  177. await this.commonSystemTime();
  178. this.getInfo();
  179. },
  180. onReady(res) {
  181. this.handwriting = new Handwriting({
  182. lineColor: this.lineColor,
  183. slideValue: this.slideValue, // 0, 25, 50, 75, 100
  184. canvasName: "handWriting",
  185. });
  186. // this.$refs.uForm.setRules(this.rules);
  187. },
  188. methods: {
  189. commonSystemTime() {
  190. return new Promise((resolve) => {
  191. this.$api.commonSystemTime().then((res) => {
  192. this.sysTime = res.data.data;
  193. resolve();
  194. });
  195. });
  196. },
  197. //获取考试地点
  198. getInfo() {
  199. // apply/subscribeApplySite
  200. this.$api
  201. .getApplysubscribeApplySite({ applyId: this.applyId })
  202. .then((res) => {
  203. if (res.data.code === 200) {
  204. res.data.data.forEach((item, index) => {
  205. item.checked = false;
  206. });
  207. this.listData = res.data.data;
  208. console.log('this.listData:', this.listData)
  209. }
  210. });
  211. },
  212. showAddress() {
  213. this.address_show = true;
  214. },
  215. choAddress(item, index) {
  216. this.siteId = item.siteId
  217. this.listData.forEach((item, idx) => {
  218. this.$set(item, "checked", false);
  219. if (idx === index) {
  220. this.$set(item, "checked", true);
  221. }
  222. });
  223. },
  224. sureAddress() {
  225. var self = this;
  226. const index = this.listData.findIndex((item) => item.checked);
  227. if (index === -1) {
  228. uni.showToast({
  229. title: "请选择考试地点",
  230. icon: "none",
  231. });
  232. return;
  233. }
  234. this.siteId = this.listData[index].siteId
  235. if (this.addressId === this.listData[index].id) {
  236. this.address_show = false;
  237. return;
  238. }
  239. this.addressName = this.listData[index].siteAddress;
  240. this.addressId = this.listData[index].id;
  241. var arrays = [];
  242. this.listData[index].examUserApplySiteTime.forEach((item) => {
  243. item.examApplySiteTimeTwoVo.forEach((items) => {
  244. arrays.push({
  245. examTime: item.examTime,
  246. startTimeC: items.startTime,
  247. endTimeC: items.endTime,
  248. dataTime: self.$method
  249. .timestampToTime(item.examTime)
  250. .replace(/-/g, "/"),
  251. startTime: items.startTime,
  252. endTime: items.endTime,
  253. num: items.num,
  254. registration: items.registration,
  255. checked: false,
  256. status:
  257. items.status === 1
  258. ? items.status
  259. : items.registration >= items.num
  260. ? 2
  261. : items.status,
  262. });
  263. });
  264. });
  265. this.activeList = arrays.filter((item, index) => {
  266. console.log(item);
  267. // const newTime = parseInt(new Date().getTime() / 1000)
  268. console.log(
  269. item.dataTime.replace(/-/g, "/") + "" + item.startTime + ":00"
  270. );
  271. const liTime = parseInt(
  272. new Date(
  273. item.dataTime.replace(/-/g, "/") + "" + item.startTime + ":00"
  274. ).getTime() / 1000
  275. );
  276. console.log(liTime, "liTime");
  277. console.log(this.sysTime, "newTime");
  278. if (liTime > this.sysTime) {
  279. return item;
  280. }
  281. });
  282. console.log('----',this.activeList);
  283. this.address_show = false;
  284. },
  285. choItem(index) {
  286. const item = this.activeList[index];
  287. if (item.status !== 0) {
  288. return;
  289. }
  290. this.activeList.forEach((item, idx) => {
  291. item.checked = false;
  292. if (idx === index) {
  293. item.checked = true;
  294. }
  295. });
  296. },
  297. async sureOppoint() {
  298. if (this.isUploading) {
  299. return;
  300. }
  301. this.isUploading = true
  302. console.log('commitment_electr_signature', this.commitment_electr_signature)
  303. var self = this;
  304. if (self.addressId) {
  305. var ast = self.activeList.some((item) => {
  306. return item.checked === true;
  307. });
  308. console.log('ast', ast)
  309. if (ast) {
  310. await this.subCanvas()
  311. if (!this.commitment_electr_signature) {
  312. uni.showToast({
  313. title: "请签名",
  314. icon: "none",
  315. })
  316. return
  317. } else {
  318. await this.submitApi()
  319. }
  320. console.log('this.00000', this.commitment_electr_signature)
  321. // return
  322. var copyData = JSON.parse(JSON.stringify(self.activeList));
  323. const index = copyData.findIndex((item) => item.checked);
  324. var data = {
  325. applyId: self.applyId,
  326. goodsId: self.goodsId,
  327. studentType: self.applyStatus,
  328. applySiteAddress: self.addressName,
  329. applySiteExamTime: copyData[index].examTime,
  330. applySiteStartTime: copyData[index].startTimeC,
  331. applySiteEndTime: copyData[index].endTimeC,
  332. orderGoodsId: self.orderGoodsId,
  333. siteId: this.siteId, // 考场id
  334. reportFile: this.commitment_electr_signature,
  335. };
  336. console.log('-----data', data)
  337. // return
  338. if (self.dataId === 1) {
  339. self.$store.commit("updateApplyData", data);
  340. self.$navTo.togo("/pages2/appointment/kporder", {
  341. applyId: self.applyId,
  342. applyStatus: self.applyStatus,
  343. goodsId: self.goodsId,
  344. orderGoodsId: self.orderGoodsId,
  345. });
  346. }
  347. if (self.dataId === 2) {
  348. self.$api.addApply(data).then((res) => {
  349. if (res.data.code === 200) {
  350. uni.reLaunch({
  351. url: `/pages2/appointment/appointment_success?subscribeId=${res.data.data}`,
  352. });
  353. } else {
  354. uni.showToast({
  355. icon: "none",
  356. title: res.data.msg,
  357. });
  358. }
  359. });
  360. }
  361. this.isUploading = false
  362. } else {
  363. uni.showToast({
  364. title: "请选择考试时间",
  365. icon: "none",
  366. });
  367. this.isUploading = false
  368. }
  369. } else {
  370. uni.showToast({
  371. title: "请选择考试地点",
  372. icon: "none",
  373. });
  374. this.isUploading = false
  375. }
  376. },
  377. backPage() {
  378. uni.navigateBack({
  379. delta: 1,
  380. });
  381. },
  382. retDraw() {
  383. this.handwriting.retDraw()
  384. this.commitment_electr_signature = ''
  385. // this.$set(this.form, "commitment_electr_signature", "");
  386. this.openVerify = false;
  387. },
  388. uploadScaleStart(event) {
  389. this.handwriting.uploadScaleStart(event);
  390. },
  391. uploadScaleMove(event) {
  392. this.handwriting.uploadScaleMove(event);
  393. },
  394. uploadScaleEnd(event) {
  395. this.handwriting.uploadScaleEnd(event);
  396. },
  397. subCanvas() {
  398. console.log("签名-------");
  399. return new Promise((resolve, reject) => {
  400. if (this.commitment_electr_signature) {
  401. resolve();
  402. return;
  403. }
  404. this.handwriting.saveCanvas().then((res) => {
  405. if (this.handwriting.linePrack.length) {
  406. console.log('签名-----res', res)
  407. // this.$set(this.form, "commitment_electr_signature", res);
  408. this.commitment_electr_signature = res
  409. }
  410. resolve(res)
  411. })
  412. .catch((err) => {
  413. uni.showToast({
  414. title: "签名上传失败",
  415. icon: "error",
  416. });
  417. });
  418. this.isUploading = false
  419. });
  420. },
  421. // async submits() {
  422. // if (this.isUploading) {
  423. // return;
  424. // }
  425. // this.isUploading = true;
  426. // var ast = this.listData.some((item) => {
  427. // return item.fieldKey === "commitment_electr_signature";
  428. // });
  429. // if (ast) {
  430. // await this.subCanvas();
  431. // }
  432. // this.openVerify = true;
  433. // },
  434. //提交表单
  435. async submitApi() {
  436. if (this.commitment_electr_signature) {
  437. this.commitment_electr_signature = await this.$method.uploadFile(
  438. this.commitment_electr_signature,
  439. 0
  440. );
  441. console.log('----commitment_electr_signature', this.commitment_electr_signature)
  442. }
  443. // this.uploadDatas(data);
  444. },
  445. },
  446. };
  447. </script>
  448. <style>
  449. page {
  450. background-color: #eaeef1;
  451. }
  452. .addModel .u-drawer-bottom {
  453. box-shadow: 0px 0px 16px 4px rgba(145, 156, 178, 0.1);
  454. border-radius: 32rpx 32rpx 0px 0px;
  455. }
  456. </style>
  457. <style scoped lang="scss">
  458. .safeAreas {
  459. padding-bottom: 30rpx;
  460. }
  461. .appointment {
  462. padding: 0 8rpx;
  463. .appointmentItem {
  464. margin: 24rpx 0 40rpx;
  465. .title {
  466. font-size: 30rpx;
  467. font-family: PingFang SC;
  468. font-weight: 500;
  469. color: #333333;
  470. line-height: 1;
  471. margin-bottom: 16rpx;
  472. padding-left: 24rpx;
  473. .star_red {
  474. color: red;
  475. }
  476. }
  477. .place {
  478. height: 80rpx;
  479. background: #ffffff;
  480. border-radius: 16rpx;
  481. display: flex;
  482. justify-content: space-between;
  483. align-items: center;
  484. padding: 0 24rpx;
  485. }
  486. .commitment {
  487. padding: 12rpx;
  488. height: 300rpx;
  489. background: #ffffff;
  490. overflow-y: auto;
  491. }
  492. .handCenter, .dis_stys, .commitment {
  493. margin: 0rpx 24rpx;
  494. }
  495. .dis_stys {
  496. display: flex;
  497. justify-content: space-between;
  498. align-items: center;
  499. margin-bottom: 16rpx;
  500. }
  501. .handCenter {
  502. .handWriting {
  503. width: 100%;
  504. height: 400rpx;
  505. background: #fff;
  506. }
  507. }
  508. }
  509. .main {
  510. background: #ffffff;
  511. border-radius: 16rpx;
  512. padding: 32rpx 16rpx;
  513. .item {
  514. display: flex;
  515. align-items: center;
  516. margin-bottom: 16rpx;
  517. font-size: 28rpx;
  518. font-family: PingFang SC;
  519. font-weight: 500;
  520. color: #333333;
  521. .statusInfo {
  522. font-size: 24rpx;
  523. font-family: PingFang SC;
  524. font-weight: 500;
  525. color: #ff3b30;
  526. padding-left: 24rpx;
  527. }
  528. .checkbox {
  529. width: 32rpx;
  530. height: 32rpx;
  531. display: flex;
  532. align-items: center;
  533. }
  534. .time {
  535. width: 430rpx;
  536. height: 80rpx;
  537. line-height: 80rpx;
  538. background: #f5f5f5;
  539. border: 2rpx solid #f5f5f5;
  540. border-radius: 16rpx;
  541. font-size: 30rpx;
  542. font-family: PingFang SC;
  543. font-weight: bold;
  544. text-align: center;
  545. color: #333333;
  546. margin: 0 18rpx 0 8rpx;
  547. &.active {
  548. background: #ebf5ff;
  549. border: 2rpx solid #007aff;
  550. }
  551. &.no {
  552. background: #ffdddb;
  553. border: 2rpx solid #ffdddb;
  554. }
  555. }
  556. }
  557. }
  558. .btnMain {
  559. display: flex;
  560. justify-content: center;
  561. text-align: center;
  562. .return {
  563. width: 200rpx;
  564. height: 80rpx;
  565. line-height: 80rpx;
  566. background: #f5f5f5;
  567. border-radius: 40rpx;
  568. font-size: 30rpx;
  569. font-family: PingFang SC;
  570. font-weight: bold;
  571. color: #007aff;
  572. }
  573. .sure {
  574. width: 438rpx;
  575. height: 80rpx;
  576. line-height: 80rpx;
  577. background: #007aff;
  578. border-radius: 40rpx;
  579. font-size: 30rpx;
  580. font-family: PingFang SC;
  581. font-weight: bold;
  582. color: #ffffff;
  583. margin-left: 24rpx;
  584. }
  585. }
  586. }
  587. .tipBox {
  588. width: 100%;
  589. font-family: PingFang SC;
  590. .line {
  591. width: 80rpx;
  592. height: 8rpx;
  593. background: #999999;
  594. border-radius: 4rpx;
  595. margin: 8rpx auto;
  596. }
  597. .title {
  598. text-align: center;
  599. font-size: 24rpx;
  600. font-family: PingFang SC;
  601. font-weight: 500;
  602. color: #999999;
  603. margin: 15rpx 0;
  604. }
  605. .main {
  606. font-size: 30rpx;
  607. font-weight: 500;
  608. color: #666666;
  609. line-height: 48rpx;
  610. margin-bottom: 40rpx;
  611. }
  612. .addressList {
  613. height: 500rpx;
  614. padding-top: 24rpx;
  615. .item {
  616. display: flex;
  617. align-items: center;
  618. padding: 0 24rpx;
  619. margin-bottom: 24rpx;
  620. .checkbox {
  621. width: 32rpx;
  622. height: 32rpx;
  623. display: flex;
  624. align-items: center;
  625. margin-right: 8rpx;
  626. }
  627. .address {
  628. width: 654rpx;
  629. height: 80rpx;
  630. line-height: 80rpx;
  631. background: #f5f5f5;
  632. border-radius: 16rpx;
  633. font-size: 30rpx;
  634. font-family: PingFang SC;
  635. font-weight: bold;
  636. color: #333333;
  637. padding: 0 24rpx;
  638. &.active {
  639. background: #ebf5ff;
  640. border: 2rpx solid #007aff;
  641. }
  642. }
  643. }
  644. }
  645. .btn {
  646. width: 200rpx;
  647. height: 64rpx;
  648. line-height: 64rpx;
  649. background: linear-gradient(0deg, #015eea, #00c0fa);
  650. border-radius: 32rpx;
  651. margin: 17rpx auto;
  652. font-size: 30rpx;
  653. font-family: PingFang SC;
  654. font-weight: 500;
  655. text-align: center;
  656. color: #ffffff;
  657. }
  658. }
  659. </style>