end.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682
  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.province_name + topadd.city_name}}</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.province_name + bottomadd.city_name}}</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. },
  160. onShow() {
  161. if (uni.getStorageSync('language') != '') {
  162. this.language = uni.getStorageSync('language')
  163. }
  164. },
  165. computed: {
  166. i18n() {
  167. return this.$t('index')
  168. }
  169. },
  170. methods: {
  171. payorder() {
  172. uni.$u.http.post('/api/express-order/common-create', {
  173. from_address_id: this.topadd.id, //1 是 String 寄件地址ID
  174. to_address_id: this.bottomadd.id, //2 是 String 收件地址ID
  175. container_id: this.container_id, //1 是 String 货柜ID
  176. goods_name: this.goodinfo.goodname, //樱桃 是 String 商品信息名称
  177. goods_num: this.goodinfo.number, //100 是 String 商品数量
  178. goods_weight: this.goodinfo.weight, //20 是 String 商品重量
  179. goods_length: Number(this.goodinfo.height), //30 是 String 商品体积: 长
  180. goods_width: Number(this.goodinfo.width), // 40 是 String 商品体积: 宽
  181. goods_height: Number(this.goodinfo.height), // 237 是 String 商品体积: 高
  182. goods_type: this.goodinfo.goodtype, //normal 是 String 商品类型: normal. 正常商品, special. 特殊商品
  183. }).then((res) => {
  184. console.log(res)
  185. this.$u.toast('下单成功')
  186. setTimeout(() => {
  187. uni.navigateTo({
  188. url: '/pageB/orderinfo?orderinfo=' + encodeURIComponent(JSON.stringify(res))
  189. })
  190. })
  191. // uni.navigateTo({
  192. // url: '/pageA/payorder?sum=' + res.estimated_price +'&type=' + 'express_order'+'&orderid='+res.id
  193. // })
  194. }).catch(() => {
  195. })
  196. },
  197. toexpress() {
  198. uni.navigateTo({
  199. url: '/pageB/expresstype',
  200. events: {
  201. todcp: (res) => {
  202. this.expname = res
  203. }
  204. }
  205. })
  206. },
  207. //正则匹配手机号
  208. replacePhoneToStar: function(phone) {
  209. if (phone) {
  210. return phone.replace(/(\d{3})\d{4}(\d{4})/, '$1****$2');
  211. }
  212. },
  213. //地址薄
  214. addbook(index) {
  215. var that = this
  216. uni.navigateTo({
  217. url: "/pageC/addressManagement/addressManagement?index=" + index,
  218. events: {
  219. getadd(res) {
  220. if (index == 0) {
  221. that.topadd = res
  222. console.log('topadd', that.topadd);
  223. } else {
  224. that.bottomadd = res
  225. console.log('bottom', that.bottomadd);
  226. that.province_id = that.bottomadd.province_id
  227. }
  228. }
  229. }
  230. })
  231. },
  232. send() {
  233. uni.navigateTo({
  234. url: '/pageB/Senderinfor'
  235. })
  236. },
  237. recipe() {
  238. uni.navigateTo({
  239. url: '/pageB/recipientinfo'
  240. })
  241. },
  242. checkboxChange(n) {
  243. console.log('change', n);
  244. },
  245. }
  246. }
  247. </script>
  248. <style lang="scss" scoped>
  249. .topname {
  250. font-family: PingFangSC, PingFang SC;
  251. font-weight: 600;
  252. font-size: 30rpx;
  253. color: #222222;
  254. line-height: 42rpx;
  255. text-align: left;
  256. font-style: normal;
  257. }
  258. .topaddress {
  259. font-family: PingFangSC, PingFang SC;
  260. font-weight: 400;
  261. font-size: 26rpx;
  262. color: #777777;
  263. line-height: 36rpx;
  264. text-align: left;
  265. font-style: normal;
  266. }
  267. .selection {
  268. font-family: PingFangSC, PingFang SC;
  269. font-weight: 400;
  270. font-size: 28rpx;
  271. color: #666666;
  272. line-height: 40rpx;
  273. text-align: left;
  274. font-style: normal;
  275. }
  276. .mail {
  277. width: 702rpx;
  278. // height: 332rpx;
  279. background: #FFFFFF;
  280. border-radius: 16rpx;
  281. margin-top: 38rpx;
  282. padding: 1rpx 20rpx 28rpx;
  283. box-sizing: border-box;
  284. .abouta {
  285. font-family: PingFangSC, PingFang SC;
  286. font-weight: 400;
  287. font-size: 24rpx;
  288. color: #777777;
  289. line-height: 34rpx;
  290. text-align: left;
  291. font-style: normal;
  292. }
  293. .boxinfo {
  294. margin-top: 26rpx;
  295. width: 662rpx;
  296. height: 148rpx;
  297. background: #F4F4F4;
  298. border-radius: 12rpx;
  299. padding: 28rpx 20rpx;
  300. box-sizing: border-box;
  301. }
  302. .adda {
  303. margin-top: 8rpx;
  304. font-family: PingFangSC, PingFang SC;
  305. font-weight: 400;
  306. font-size: 24rpx;
  307. color: #222222;
  308. line-height: 34rpx;
  309. text-align: right;
  310. font-style: normal;
  311. }
  312. .entrepotname {
  313. font-family: PingFangSC, PingFang SC;
  314. font-weight: 600;
  315. font-size: 32rpx;
  316. color: #222222;
  317. line-height: 44rpx;
  318. text-align: left;
  319. font-style: normal;
  320. }
  321. }
  322. .sum {
  323. font-family: PingFangSC, PingFang SC;
  324. font-weight: 500;
  325. font-size: 24rpx;
  326. color: #222222;
  327. line-height: 34rpx;
  328. text-align: left;
  329. font-style: normal;
  330. }
  331. .deal {
  332. font-family: PingFangSC, PingFang SC;
  333. font-weight: 400;
  334. font-size: 20rpx;
  335. color: #666666;
  336. line-height: 28rpx;
  337. text-align: left;
  338. font-style: normal;
  339. }
  340. .tonext {
  341. width: 686rpx;
  342. height: 88rpx;
  343. background: #F83224;
  344. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
  345. border-radius: 44rpx;
  346. font-family: PingFangSC, PingFang SC;
  347. font-weight: 500;
  348. font-size: 32rpx;
  349. color: #FFFFFF;
  350. line-height: 88rpx;
  351. text-align: center;
  352. font-style: normal;
  353. }
  354. .next {
  355. width: 750rpx;
  356. height: 166rpx;
  357. background: #FFFFFF;
  358. position: fixed;
  359. bottom: 0;
  360. left: 0;
  361. padding: 12rpx 24rpx;
  362. box-sizing: border-box;
  363. }
  364. .wup {
  365. width: 704rpx;
  366. height: 76rpx;
  367. background: #FFFFFF;
  368. border-radius: 16rpx;
  369. margin-top: 20rpx;
  370. padding: 0rpx 20rpx;
  371. box-sizing: border-box;
  372. }
  373. .info {
  374. height: 100rpx;
  375. border-bottom: 2rpx solid rgba(151, 151, 151, 0.08);
  376. .wupin {
  377. font-family: PingFangSC, PingFang SC;
  378. font-weight: 400;
  379. font-size: 28rpx;
  380. color: #333333;
  381. line-height: 40rpx;
  382. text-align: left;
  383. font-style: normal;
  384. }
  385. .change {
  386. font-family: PingFangSC, PingFang SC;
  387. font-weight: 400;
  388. font-size: 28rpx;
  389. color: #666666;
  390. line-height: 40rpx;
  391. text-align: left;
  392. font-style: normal;
  393. }
  394. .mast {
  395. width: 62rpx;
  396. height: 30rpx;
  397. border-radius: 16rpx;
  398. border: 1rpx solid #F83224;
  399. font-family: PingFangSC, PingFang SC;
  400. font-weight: 400;
  401. font-size: 20rpx;
  402. color: #FF1515;
  403. line-height: 30rpx;
  404. text-align: center;
  405. font-style: normal;
  406. margin-left: 12rpx;
  407. }
  408. }
  409. .mon {
  410. font-family: HarmonyOS_Sans_Medium;
  411. font-size: 20rpx;
  412. color: #F83224;
  413. line-height: 26rpx;
  414. text-align: left;
  415. font-style: normal;
  416. }
  417. .bigtitle {
  418. font-family: PingFangSC, PingFang SC;
  419. font-weight: 600;
  420. font-size: 28rpx;
  421. color: #222222;
  422. line-height: 40rpx;
  423. text-align: left;
  424. font-style: normal;
  425. }
  426. .timeb {
  427. font-family: PingFangSC, PingFang SC;
  428. font-weight: 400;
  429. font-size: 22rpx;
  430. color: #666666;
  431. line-height: 32rpx;
  432. text-align: left;
  433. font-style: normal;
  434. }
  435. .timea {
  436. font-family: PingFangSC, PingFang SC;
  437. font-weight: 400;
  438. font-size: 22rpx;
  439. color: #555555;
  440. line-height: 32rpx;
  441. text-align: left;
  442. font-style: normal;
  443. }
  444. .pinb {
  445. width: 148rpx;
  446. height: 64rpx;
  447. background: #FF1515;
  448. border-radius: 42rpx;
  449. font-family: PingFangSC, PingFang SC;
  450. font-weight: 500;
  451. font-size: 28rpx;
  452. color: #FFFFFF;
  453. line-height: 64rpx;
  454. text-align: center;
  455. font-style: normal;
  456. }
  457. .label {
  458. margin-top: 20rpx;
  459. width: 702rpx;
  460. height: 288rpx;
  461. background: #FFFFFF;
  462. border-radius: 16rpx;
  463. padding: 32rpx 20rpx;
  464. box-sizing: border-box;
  465. .left {
  466. width: 144rpx;
  467. height: 144rpx;
  468. background: #F5F5F5;
  469. border-radius: 8rpx;
  470. .bourn {
  471. font-family: PingFangSC, PingFang SC;
  472. font-weight: 400;
  473. font-size: 20rpx;
  474. color: #222222;
  475. line-height: 28rpx;
  476. text-align: left;
  477. font-style: normal;
  478. }
  479. .addres {
  480. font-family: PingFangSC, PingFang SC;
  481. font-weight: 500;
  482. font-size: 28rpx;
  483. color: #222222;
  484. line-height: 40rpx;
  485. text-align: left;
  486. font-style: normal;
  487. }
  488. }
  489. }
  490. .flexc {
  491. width: 300rpx;
  492. display: flex;
  493. flex-direction: column;
  494. justify-content: center;
  495. align-items: center;
  496. }
  497. .hai {
  498. font-family: PingFangSC, PingFang SC;
  499. font-weight: 600;
  500. font-size: 32rpx;
  501. color: #222222;
  502. line-height: 44rpx;
  503. text-align: left;
  504. font-style: normal;
  505. margin-right: 10rpx;
  506. }
  507. .more {
  508. font-family: PingFangSC, PingFang SC;
  509. font-weight: 400;
  510. font-size: 24rpx;
  511. color: #F83224;
  512. line-height: 34rpx;
  513. text-align: left;
  514. font-style: normal;
  515. }
  516. .parcel {
  517. width: 702rpx;
  518. height: 260rpx;
  519. background: #FFFFFF;
  520. border-radius: 16rpx;
  521. margin-top: 20rpx;
  522. padding: 24rpx;
  523. box-sizing: border-box;
  524. .myparcel {
  525. font-family: PingFangSC, PingFang SC;
  526. font-weight: 600;
  527. font-size: 28rpx;
  528. color: #222222;
  529. line-height: 40rpx;
  530. text-align: left;
  531. font-style: normal;
  532. }
  533. .add {
  534. width: 240rpx;
  535. height: 48rpx;
  536. background: rgba(248, 50, 36, 0.06);
  537. border-radius: 24rpx;
  538. .addtext {
  539. font-family: PingFangSC, PingFang SC;
  540. font-weight: 600;
  541. font-size: 20rpx;
  542. color: #000000;
  543. line-height: 28rpx;
  544. text-align: left;
  545. font-style: normal;
  546. }
  547. }
  548. }
  549. .address {
  550. width: 702rpx;
  551. // height: 776rpx;
  552. background: #FFFFFF;
  553. border-radius: 20rpx;
  554. padding: 48rpx 24rpx 36rpx;
  555. box-sizing: border-box;
  556. margin-top: 20rpx;
  557. .bottom {
  558. padding: 0 76rpx;
  559. box-sizing: border-box;
  560. margin-top: 48rpx;
  561. .friend {
  562. font-family: PingFangSC, PingFang SC;
  563. font-weight: 400;
  564. font-size: 28rpx;
  565. color: #555555;
  566. line-height: 40rpx;
  567. text-align: left;
  568. font-style: normal;
  569. margin-left: 12rpx;
  570. }
  571. }
  572. .mail {
  573. width: 646rpx;
  574. height: 84rpx;
  575. background: #F83224;
  576. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
  577. border-radius: 44rpx;
  578. font-family: PingFangSC, PingFang SC;
  579. font-weight: 500;
  580. font-size: 32rpx;
  581. color: #FFFFFF;
  582. line-height: 84rpx;
  583. text-align: center;
  584. font-style: normal;
  585. }
  586. .left {
  587. height: 128rpx;
  588. .pople {
  589. font-family: PingFangSC, PingFang SC;
  590. font-weight: 500;
  591. font-size: 30rpx;
  592. color: #222222;
  593. line-height: 42rpx;
  594. text-align: left;
  595. font-style: normal;
  596. }
  597. .jiadd {
  598. font-family: PingFangSC, PingFang SC;
  599. font-weight: 400;
  600. font-size: 26rpx;
  601. color: #777777;
  602. line-height: 36rpx;
  603. text-align: left;
  604. font-style: normal;
  605. }
  606. .right {
  607. font-family: PingFangSC, PingFang SC;
  608. font-weight: 500;
  609. font-size: 26rpx;
  610. color: #222222;
  611. line-height: 36rpx;
  612. text-align: left;
  613. font-style: normal;
  614. margin-left: 18rpx;
  615. }
  616. }
  617. }
  618. ::v-deep .u-navbar__content.data-v-1194bf80 {
  619. background-color: rgba(0, 0, 0, 0) !important;
  620. }
  621. ::v-deep .u-status-bar.data-v-13f16680 {
  622. background-color: rgba(0, 0, 0, 0) !important;
  623. }
  624. ::v-deep .u-subsection--button.data-v-b14d3440 {
  625. /* padding: 6rpx 34rpx !important; */
  626. border-radius: 64rpx !important;
  627. }
  628. ::v-deep .u-subsection--button__bar.data-v-b14d3440 {
  629. border-radius: 32rpx !important;
  630. }
  631. </style>