end.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676
  1. <template>
  2. <!-- 寄快递 -->
  3. <view class="" style="padding: 0 24rpx;">
  4. <view style="position: relative;padding-bottom: 20rpx;">
  5. <!-- 自定义导航栏 -->
  6. <image src="/static/images/index/back.png"
  7. style="width: 750rpx;height: 1200rpx;position: absolute;top: 0;z-index: -1;left:-24rpx;" mode="">
  8. </image>
  9. <u-navbar :autoBack='true' title='寄快递' bgColor="rgba(248, 50, 36, 0.2)" :placeholder='true'
  10. :safeAreaInsetTop="true" style="position: absolute;z-index: 110;background-color: rgba(0,0,0,0);">
  11. <view class="u-nav-slot" slot="left" style="display: flex;">
  12. <u-icon name="arrow-left" color="rgba(0, 0, 0, 1)" size="24" @click="uni.navigateBack()"></u-icon>
  13. </view>
  14. </u-navbar>
  15. <!-- 邮寄地址 -->
  16. <view class="mail">
  17. <view class="u-flex u-row-around" style="margin-top: 40rpx;padding: 0 80rpx;">
  18. <view class="flexc">
  19. <view class="entrepotname">{{topadd.full_address}}</view>
  20. <view class="adda">{{topadd.name}}</view>
  21. </view>
  22. <image src="/pageB/static/images/arrows.png" style="width: 130rpx;height: 10rpx;" mode=""></image>
  23. <view class="flexc">
  24. <view class="entrepotname">{{bottomadd.full_address}}</view>
  25. <view class="adda">{{bottomadd.name}}</view>
  26. </view>
  27. </view>
  28. <view class="boxinfo">
  29. <view class="">
  30. <text class="abouta">{{i18n.typeof}}:</text>
  31. <text class="abouta" style='color:rgba(34, 34, 34, 1)'>{{goodinfo.goodname}}</text>
  32. <text class="abouta" style='margin:0 16rpx'>|</text>
  33. <text class="abouta">{{i18n.weight}}:</text>
  34. <text class="abouta" style='color:rgba(34, 34, 34, 1)'>{{goodinfo.weight}}kg</text>
  35. <text class="abouta" style='margin:0 16rpx'>|</text>
  36. <text class="abouta">{{i18n.number}}:</text>
  37. <text class="abouta" style='color:rgba(34, 34, 34, 1)'>{{goodinfo.number}}件</text>
  38. </view>
  39. <view class="" style="margin-top: 20rpx;">
  40. <text class="abouta">{{i18n.flow}}:</text>
  41. <text class="abouta" style='color:rgba(34, 34, 34, 1)'>{{rightname}}</text>
  42. </view>
  43. </view>
  44. </view>
  45. <!-- 地址 -->
  46. <view class="address">
  47. <view class="left u-flex" style="display: flex;" @click="send">
  48. <view class="u-row-between left" style="display: flex;flex-direction: column;">
  49. <image src="/static/express/ji.png" style='width: 40rpx;;height:40rpx ;' mode=""></image>
  50. <image src="/static/express/change.png" style='width: 40rpx;;height:40rpx ;' mode=""></image>
  51. </view>
  52. <view class=" u-row-between left"
  53. style="flex: 1;margin-left: 28rpx;border-bottom:2rpx solid rgba(151, 151, 151, 0.08) ;display: flex;">
  54. <view v-if="JSON.stringify(topadd)==='{}'" class="u-row-between " style="">
  55. <view class="pople">{{i18n.sender}}</view>
  56. <view class="jiadd" style="margin-top: 14rpx;">{{i18n.informat}}</view>
  57. </view>
  58. <view v-else class="u-row-between " style="" @click="send">
  59. <view class="">
  60. <text class="topname">{{topadd.name}}</text>
  61. <text class="topaddress"
  62. style="margin-left: 8rpx;">{{replacePhoneToStar(topadd.mobile)}}</text>
  63. </view>
  64. <view class="topaddress" style="margin-top: 14rpx;">{{topadd.full_address}}</view>
  65. </view>
  66. <view class="u-flex" @click.stop="addbook(0)">
  67. <view class="" style="color: rgba(151, 151, 151, 1);">|</view>
  68. <text class="right">{{i18n.addressbook}}</text>
  69. </view>
  70. </view>
  71. </view>
  72. <view class="left u-flex"
  73. style="display: flex;margin-top: 26rpx;border-bottom:2rpx solid rgba(151, 151, 151, 0.08)"
  74. @click="recipe">
  75. <view class="u-row-between left" style="display: flex;flex-direction: column;">
  76. <image src="/static/express/shou.png" style='width: 40rpx;;height:40rpx ;' mode=""></image>
  77. <!-- <image src="../../static/express/change.png" style='width: 40rpx;;height:40rpx ;' mode=""> -->
  78. </image>
  79. </view>
  80. <view class=" u-row-between left" style="flex: 1;margin-left: 28rpx;display: flex;">
  81. <view v-if="JSON.stringify(bottomadd)==='{}'" class="u-row-between " style="">
  82. <view class="pople">{{i18n.recipient}}</view>
  83. <view class="jiadd" style="margin-top: 14rpx;">{{i18n.informat}}</view>
  84. </view>
  85. <view v-else class="u-row-between " style="" @click="send">
  86. <view class="">
  87. <text class="topname">{{bottomadd.name}}</text>
  88. <text class="topaddress"
  89. style="margin-left: 8rpx;">{{replacePhoneToStar(bottomadd.mobile)}}</text>
  90. </view>
  91. <view class="topaddress" style="margin-top: 14rpx;">{{bottomadd.full_address}}</view>
  92. </view>
  93. <view class="u-flex" @click.stop="addbook(1)">
  94. <view class="" style="color: rgba(151, 151, 151, 1);">|</view>
  95. <text class="right">{{i18n.addressbook}}</text>
  96. </view>
  97. </view>
  98. </view>
  99. </view>
  100. <!-- 快递服务 -->
  101. <view class="wup u-flex u-row-between">
  102. <view>{{i18n.Expressservice}}</view>
  103. <view class="u-flex" @click="toexpress">
  104. <view class="selection">{{expname||i18n.selection}}</view>
  105. <image src="../static/express/next1.png" style="width: 30rpx;height: 30rpx;" mode=""></image>
  106. </view>
  107. </view>
  108. <!-- 下一步 -->
  109. <view class="next u-flex-between" style="display: flex;">
  110. <!-- <view class="" style="flex: 1;">
  111. <view class="sum">
  112. <text>预估总价</text>
  113. <text style="color: rgba(248, 50, 36, 1);">¥ - -</text>
  114. </view>
  115. <view class="deal u-flex" style="margin-top: 16rpx;">
  116. <u-checkbox-group shape='circle' v-model="checkboxValue1" placement="column" @change="checkboxChange">
  117. <u-checkbox :customStyle="{marginBottom: '8px',marginTop:'5px'}" :name="deal" >
  118. </u-checkbox>
  119. </u-checkbox-group>
  120. <text>我阅读并同意</text>
  121. <text style="color: rgba(248, 50, 36, 1);">《国际快递服务协议》</text>
  122. </view>
  123. </view> -->
  124. <view class="tonext " style="" @click="payorder">
  125. {{i18n.Orderconfirmation}}
  126. </view>
  127. </view>
  128. </view>
  129. </view>
  130. </template>
  131. <script>
  132. export default {
  133. data() {
  134. return {
  135. deal: -1,
  136. checkboxValue1: [],
  137. expname: '',
  138. language: 'zh-CN',
  139. goodinfo: {},
  140. topadd: {},
  141. bottomadd: {},
  142. leftname: '',
  143. rightname: '',
  144. container_id: '',
  145. unit_price: '',
  146. number: '',
  147. sum: ""
  148. }
  149. },
  150. onLoad(options) {
  151. this.goodinfo = JSON.parse(decodeURIComponent(options.goodinfo))
  152. this.topadd = JSON.parse(decodeURIComponent(options.topadd))
  153. this.bottomadd = JSON.parse(decodeURIComponent(options.bottom))
  154. this.leftname = options.leftname
  155. this.rightname = options.rightname
  156. this.container_id = options.container_id
  157. this.unit_price = options.unit_price
  158. this.number = options.number
  159. this.sum = Number(this.goodinfo.number) * Number(this.goodinfo.weight) * Number(this.unit_price)
  160. console.log(this.goodinfo);
  161. },
  162. onShow() {
  163. if (uni.getStorageSync('language') != '') {
  164. this.language = uni.getStorageSync('language')
  165. }
  166. },
  167. computed: {
  168. i18n() {
  169. return this.$t('index')
  170. }
  171. },
  172. methods: {
  173. payorder() {
  174. uni.$u.http.post('/api/express-order/common-create', {
  175. from_address_id: this.topadd.id, //1 是 String 寄件地址ID
  176. to_address_id: this.bottomadd.id, //2 是 String 收件地址ID
  177. container_id: this.container_id, //1 是 String 货柜ID
  178. goods_name: this.goodinfo.name, //樱桃 是 String 商品信息名称
  179. goods_num: this.goodinfo.number, //100 是 String 商品数量
  180. goods_weight: this.goodinfo.weight, //20 是 String 商品重量
  181. goods_length: this.length, //30 是 String 商品体积: 长
  182. goods_width: this.width, // 40 是 String 商品体积: 宽
  183. goods_height: this.height, // 237 是 String 商品体积: 高
  184. goods_type: this.goodinfo.goodtype, //normal 是 String 商品类型: normal. 正常商品, special. 特殊商品
  185. }).then((res) => {
  186. uni.navigateTo({
  187. url: '/pageA/payorder?sum=' + this.sum
  188. })
  189. }).catch(() => {
  190. })
  191. },
  192. toexpress() {
  193. uni.navigateTo({
  194. url: '/pageB/expresstype',
  195. events: {
  196. todcp: (res) => {
  197. this.expname = res
  198. }
  199. }
  200. })
  201. },
  202. //正则匹配手机号
  203. replacePhoneToStar: function(phone) {
  204. if (phone) {
  205. return phone.replace(/(\d{3})\d{4}(\d{4})/, '$1****$2');
  206. }
  207. },
  208. //地址薄
  209. addbook(index) {
  210. var that = this
  211. uni.navigateTo({
  212. url: "/pageC/addressManagement/addressManagement?index=" + index,
  213. events: {
  214. getadd(res) {
  215. if (index == 0) {
  216. that.topadd = res
  217. console.log('topadd', that.topadd);
  218. } else {
  219. that.bottomadd = res
  220. console.log('bottom', that.bottomadd);
  221. that.province_id = that.bottomadd.province_id
  222. }
  223. }
  224. }
  225. })
  226. },
  227. send() {
  228. uni.navigateTo({
  229. url: '/pageB/Senderinfor'
  230. })
  231. },
  232. recipe() {
  233. uni.navigateTo({
  234. url: '/pageB/recipientinfo'
  235. })
  236. },
  237. checkboxChange(n) {
  238. console.log('change', n);
  239. },
  240. }
  241. }
  242. </script>
  243. <style lang="scss" scoped>
  244. .topname {
  245. font-family: PingFangSC, PingFang SC;
  246. font-weight: 500;
  247. font-size: 30rpx;
  248. color: #222222;
  249. line-height: 42rpx;
  250. text-align: left;
  251. font-style: normal;
  252. }
  253. .topaddress {
  254. font-family: PingFangSC, PingFang SC;
  255. font-weight: 400;
  256. font-size: 26rpx;
  257. color: #777777;
  258. line-height: 36rpx;
  259. text-align: left;
  260. font-style: normal;
  261. }
  262. .selection {
  263. font-family: PingFangSC, PingFang SC;
  264. font-weight: 400;
  265. font-size: 28rpx;
  266. color: #666666;
  267. line-height: 40rpx;
  268. text-align: left;
  269. font-style: normal;
  270. }
  271. .mail {
  272. width: 702rpx;
  273. height: 332rpx;
  274. background: #FFFFFF;
  275. border-radius: 16rpx;
  276. margin-top: 38rpx;
  277. padding: 1rpx 20rpx 28rpx;
  278. box-sizing: border-box;
  279. .abouta {
  280. font-family: PingFangSC, PingFang SC;
  281. font-weight: 400;
  282. font-size: 24rpx;
  283. color: #777777;
  284. line-height: 34rpx;
  285. text-align: left;
  286. font-style: normal;
  287. }
  288. .boxinfo {
  289. margin-top: 26rpx;
  290. width: 662rpx;
  291. height: 148rpx;
  292. background: #F4F4F4;
  293. border-radius: 12rpx;
  294. padding: 28rpx 20rpx;
  295. box-sizing: border-box;
  296. }
  297. .adda {
  298. margin-top: 8rpx;
  299. font-family: PingFangSC, PingFang SC;
  300. font-weight: 400;
  301. font-size: 24rpx;
  302. color: #222222;
  303. line-height: 34rpx;
  304. text-align: right;
  305. font-style: normal;
  306. }
  307. .entrepotname {
  308. font-family: PingFangSC, PingFang SC;
  309. font-weight: 500;
  310. font-size: 32rpx;
  311. color: #222222;
  312. line-height: 44rpx;
  313. text-align: left;
  314. font-style: normal;
  315. }
  316. }
  317. .sum {
  318. font-family: PingFangSC, PingFang SC;
  319. font-weight: 500;
  320. font-size: 24rpx;
  321. color: #222222;
  322. line-height: 34rpx;
  323. text-align: left;
  324. font-style: normal;
  325. }
  326. .deal {
  327. font-family: PingFangSC, PingFang SC;
  328. font-weight: 400;
  329. font-size: 20rpx;
  330. color: #666666;
  331. line-height: 28rpx;
  332. text-align: left;
  333. font-style: normal;
  334. }
  335. .tonext {
  336. width: 686rpx;
  337. height: 88rpx;
  338. background: #F83224;
  339. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
  340. border-radius: 44rpx;
  341. font-family: PingFangSC, PingFang SC;
  342. font-weight: 500;
  343. font-size: 32rpx;
  344. color: #FFFFFF;
  345. line-height: 88rpx;
  346. text-align: center;
  347. font-style: normal;
  348. }
  349. .next {
  350. width: 750rpx;
  351. height: 166rpx;
  352. background: #FFFFFF;
  353. position: fixed;
  354. bottom: 0;
  355. left: 0;
  356. padding: 12rpx 24rpx;
  357. box-sizing: border-box;
  358. }
  359. .wup {
  360. width: 704rpx;
  361. height: 76rpx;
  362. background: #FFFFFF;
  363. border-radius: 16rpx;
  364. margin-top: 20rpx;
  365. padding: 0rpx 20rpx;
  366. box-sizing: border-box;
  367. }
  368. .info {
  369. height: 100rpx;
  370. border-bottom: 2rpx solid rgba(151, 151, 151, 0.08);
  371. .wupin {
  372. font-family: PingFangSC, PingFang SC;
  373. font-weight: 400;
  374. font-size: 28rpx;
  375. color: #333333;
  376. line-height: 40rpx;
  377. text-align: left;
  378. font-style: normal;
  379. }
  380. .change {
  381. font-family: PingFangSC, PingFang SC;
  382. font-weight: 400;
  383. font-size: 28rpx;
  384. color: #666666;
  385. line-height: 40rpx;
  386. text-align: left;
  387. font-style: normal;
  388. }
  389. .mast {
  390. width: 62rpx;
  391. height: 30rpx;
  392. border-radius: 16rpx;
  393. border: 1rpx solid #F83224;
  394. font-family: PingFangSC, PingFang SC;
  395. font-weight: 400;
  396. font-size: 20rpx;
  397. color: #FF1515;
  398. line-height: 30rpx;
  399. text-align: center;
  400. font-style: normal;
  401. margin-left: 12rpx;
  402. }
  403. }
  404. .mon {
  405. font-family: HarmonyOS_Sans_Medium;
  406. font-size: 20rpx;
  407. color: #F83224;
  408. line-height: 26rpx;
  409. text-align: left;
  410. font-style: normal;
  411. }
  412. .bigtitle {
  413. font-family: PingFangSC, PingFang SC;
  414. font-weight: 600;
  415. font-size: 28rpx;
  416. color: #222222;
  417. line-height: 40rpx;
  418. text-align: left;
  419. font-style: normal;
  420. }
  421. .timeb {
  422. font-family: PingFangSC, PingFang SC;
  423. font-weight: 400;
  424. font-size: 22rpx;
  425. color: #666666;
  426. line-height: 32rpx;
  427. text-align: left;
  428. font-style: normal;
  429. }
  430. .timea {
  431. font-family: PingFangSC, PingFang SC;
  432. font-weight: 400;
  433. font-size: 22rpx;
  434. color: #555555;
  435. line-height: 32rpx;
  436. text-align: left;
  437. font-style: normal;
  438. }
  439. .pinb {
  440. width: 148rpx;
  441. height: 64rpx;
  442. background: #FF1515;
  443. border-radius: 42rpx;
  444. font-family: PingFangSC, PingFang SC;
  445. font-weight: 500;
  446. font-size: 28rpx;
  447. color: #FFFFFF;
  448. line-height: 64rpx;
  449. text-align: center;
  450. font-style: normal;
  451. }
  452. .label {
  453. margin-top: 20rpx;
  454. width: 702rpx;
  455. height: 288rpx;
  456. background: #FFFFFF;
  457. border-radius: 16rpx;
  458. padding: 32rpx 20rpx;
  459. box-sizing: border-box;
  460. .left {
  461. width: 144rpx;
  462. height: 144rpx;
  463. background: #F5F5F5;
  464. border-radius: 8rpx;
  465. .bourn {
  466. font-family: PingFangSC, PingFang SC;
  467. font-weight: 400;
  468. font-size: 20rpx;
  469. color: #222222;
  470. line-height: 28rpx;
  471. text-align: left;
  472. font-style: normal;
  473. }
  474. .addres {
  475. font-family: PingFangSC, PingFang SC;
  476. font-weight: 500;
  477. font-size: 28rpx;
  478. color: #222222;
  479. line-height: 40rpx;
  480. text-align: left;
  481. font-style: normal;
  482. }
  483. }
  484. }
  485. .flexc {
  486. display: flex;
  487. flex-direction: column;
  488. justify-content: center;
  489. align-items: center;
  490. }
  491. .hai {
  492. font-family: PingFangSC, PingFang SC;
  493. font-weight: 600;
  494. font-size: 32rpx;
  495. color: #222222;
  496. line-height: 44rpx;
  497. text-align: left;
  498. font-style: normal;
  499. margin-right: 10rpx;
  500. }
  501. .more {
  502. font-family: PingFangSC, PingFang SC;
  503. font-weight: 400;
  504. font-size: 24rpx;
  505. color: #F83224;
  506. line-height: 34rpx;
  507. text-align: left;
  508. font-style: normal;
  509. }
  510. .parcel {
  511. width: 702rpx;
  512. height: 260rpx;
  513. background: #FFFFFF;
  514. border-radius: 16rpx;
  515. margin-top: 20rpx;
  516. padding: 24rpx;
  517. box-sizing: border-box;
  518. .myparcel {
  519. font-family: PingFangSC, PingFang SC;
  520. font-weight: 600;
  521. font-size: 28rpx;
  522. color: #222222;
  523. line-height: 40rpx;
  524. text-align: left;
  525. font-style: normal;
  526. }
  527. .add {
  528. width: 240rpx;
  529. height: 48rpx;
  530. background: rgba(248, 50, 36, 0.06);
  531. border-radius: 24rpx;
  532. .addtext {
  533. font-family: PingFangSC, PingFang SC;
  534. font-weight: 600;
  535. font-size: 20rpx;
  536. color: #000000;
  537. line-height: 28rpx;
  538. text-align: left;
  539. font-style: normal;
  540. }
  541. }
  542. }
  543. .address {
  544. width: 702rpx;
  545. // height: 776rpx;
  546. background: #FFFFFF;
  547. border-radius: 20rpx;
  548. padding: 48rpx 24rpx 36rpx;
  549. box-sizing: border-box;
  550. margin-top: 20rpx;
  551. .bottom {
  552. padding: 0 76rpx;
  553. box-sizing: border-box;
  554. margin-top: 48rpx;
  555. .friend {
  556. font-family: PingFangSC, PingFang SC;
  557. font-weight: 400;
  558. font-size: 28rpx;
  559. color: #555555;
  560. line-height: 40rpx;
  561. text-align: left;
  562. font-style: normal;
  563. margin-left: 12rpx;
  564. }
  565. }
  566. .mail {
  567. width: 646rpx;
  568. height: 84rpx;
  569. background: #F83224;
  570. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
  571. border-radius: 44rpx;
  572. font-family: PingFangSC, PingFang SC;
  573. font-weight: 500;
  574. font-size: 32rpx;
  575. color: #FFFFFF;
  576. line-height: 84rpx;
  577. text-align: center;
  578. font-style: normal;
  579. }
  580. .left {
  581. height: 128rpx;
  582. .pople {
  583. font-family: PingFangSC, PingFang SC;
  584. font-weight: 500;
  585. font-size: 30rpx;
  586. color: #222222;
  587. line-height: 42rpx;
  588. text-align: left;
  589. font-style: normal;
  590. }
  591. .jiadd {
  592. font-family: PingFangSC, PingFang SC;
  593. font-weight: 400;
  594. font-size: 26rpx;
  595. color: #777777;
  596. line-height: 36rpx;
  597. text-align: left;
  598. font-style: normal;
  599. }
  600. .right {
  601. font-family: PingFangSC, PingFang SC;
  602. font-weight: 500;
  603. font-size: 26rpx;
  604. color: #222222;
  605. line-height: 36rpx;
  606. text-align: left;
  607. font-style: normal;
  608. margin-left: 18rpx;
  609. }
  610. }
  611. }
  612. ::v-deep .u-navbar__content.data-v-1194bf80 {
  613. background-color: rgba(0, 0, 0, 0) !important;
  614. }
  615. ::v-deep .u-status-bar.data-v-13f16680 {
  616. background-color: rgba(0, 0, 0, 0) !important;
  617. }
  618. ::v-deep .u-subsection--button.data-v-b14d3440 {
  619. /* padding: 6rpx 34rpx !important; */
  620. border-radius: 64rpx !important;
  621. }
  622. ::v-deep .u-subsection--button__bar.data-v-b14d3440 {
  623. border-radius: 32rpx !important;
  624. }
  625. </style>