kj-express.vue 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177
  1. <template>
  2. <!-- 商城 -->
  3. <scroll-view
  4. class=""
  5. scroll-y="true"
  6. style="height: calc(100vh - 300rpx); padding: 0 24rpx"
  7. >
  8. <view style="position: relative; padding-bottom: 20rpx">
  9. <!-- 自定义导航栏 -->
  10. <image
  11. src="../../static/images/index/back.png"
  12. style="
  13. width: 750rpx;
  14. height: 1200rpx;
  15. position: absolute;
  16. top: 0;
  17. z-index: -1;
  18. left: -24rpx;
  19. "
  20. mode=""
  21. >
  22. </image>
  23. <!-- 地址 -->
  24. <view class="address">
  25. <view class="left u-flex" style="display: flex">
  26. <view
  27. class="u-row-between left"
  28. style="display: flex; flex-direction: column"
  29. >
  30. <image
  31. src="../../static/express/ji.png"
  32. style="width: 40rpx; height: 40rpx"
  33. mode=""
  34. ></image>
  35. <image
  36. @click="changeadd"
  37. src="../../static/express/change.png"
  38. style="width: 40rpx; height: 40rpx"
  39. mode=""
  40. >
  41. </image>
  42. </view>
  43. <view
  44. class="u-row-between left"
  45. style="
  46. flex: 1;
  47. margin-left: 28rpx;
  48. border-bottom: 2rpx solid rgba(151, 151, 151, 0.08);
  49. display: flex;
  50. "
  51. >
  52. <view
  53. v-if="JSON.stringify(topadd) == '{}'"
  54. class="u-row-between"
  55. style=""
  56. @click="send"
  57. >
  58. <view class="pople">{{ i18n.sender }}</view>
  59. <view class="jiadd" style="margin-top: 14rpx">{{
  60. i18n.informat
  61. }}</view>
  62. </view>
  63. <view v-else class="u-row-between" style="" @click="send">
  64. <view class="">
  65. <text class="topname">{{ topadd.name }}</text>
  66. <text class="topaddress" style="margin-left: 8rpx">{{
  67. replacePhoneToStar(topadd.mobile)
  68. }}</text>
  69. </view>
  70. <view class="topaddress" style="margin-top: 14rpx">{{
  71. topadd.full_address
  72. }}</view>
  73. </view>
  74. <view class="u-flex" @click.stop="addbook(1)">
  75. <view class="" style="color: rgba(151, 151, 151, 1)">|</view>
  76. <text class="right">{{ i18n.addressbook }}</text>
  77. </view>
  78. </view>
  79. </view>
  80. <view
  81. class="left u-flex"
  82. style="
  83. display: flex;
  84. margin-top: 26rpx;
  85. border-bottom: 2rpx solid rgba(151, 151, 151, 0.08);
  86. "
  87. >
  88. <view
  89. class="u-row-between left"
  90. style="display: flex; flex-direction: column"
  91. >
  92. <image
  93. src="../../static/express/shou.png"
  94. style="width: 40rpx; height: 40rpx"
  95. mode=""
  96. ></image>
  97. <!-- <image src="../../static/express/change.png" style='width: 40rpx;;height:40rpx ;' mode=""> -->
  98. <!-- </image> -->
  99. </view>
  100. <view
  101. class="u-row-between left"
  102. style="flex: 1; margin-left: 28rpx; display: flex"
  103. >
  104. <view
  105. v-if="JSON.stringify(bottomadd) == '{}'"
  106. class="u-row-between"
  107. style=""
  108. @click="recipirnt"
  109. >
  110. <view class="pople">{{ i18n.recipient }}</view>
  111. <view class="jiadd" style="margin-top: 14rpx">{{
  112. i18n.informate
  113. }}</view>
  114. </view>
  115. <view v-else class="u-row-between" style="" @click="recipirnt">
  116. <view class="">
  117. <text class="topname">{{ bottomadd.name }}</text>
  118. <text class="topaddress" style="margin-left: 8rpx">{{
  119. replacePhoneToStar(bottomadd.mobile)
  120. }}</text>
  121. </view>
  122. <view class="topaddress" style="margin-top: 14rpx">{{
  123. bottomadd.full_address
  124. }}</view>
  125. </view>
  126. <view class="u-flex" @click.stop="addbook(0)">
  127. <view class="" style="color: rgba(151, 151, 151, 1)">|</view>
  128. <text class="right">{{ i18n.addressbook }}</text>
  129. </view>
  130. </view>
  131. </view>
  132. <!-- 物品信息 -->
  133. <view class="info u-flex u-row-between">
  134. <view class="u-flex">
  135. <text class="wupin">{{ i18n.item }}</text>
  136. <view class="mast">{{ i18n.required }}</view>
  137. </view>
  138. <view
  139. v-if="JSON.stringify(goodinfo) === '{}'"
  140. class="u-flex"
  141. @click="goods"
  142. >
  143. <view class="change">{{ i18n.selection }}</view>
  144. <image
  145. src="../../static/express/next1.png"
  146. style="width: 28rpx; height: 28rpx; margin-left: 6rpx"
  147. mode=""
  148. ></image>
  149. </view>
  150. <view v-else class="goodname" @click="goods">
  151. {{ goodinfo.goodname }},{{ goodinfo.weight }}kg
  152. </view>
  153. </view>
  154. <!-- 跨境物流 -->
  155. <view class="info u-flex u-row-between">
  156. <view class="u-flex">
  157. <text class="wupin">{{ i18n.flow }}</text>
  158. </view>
  159. <view class="u-flex" @click="changewu">
  160. <!-- <text class="change" style="color: rgba(248, 50, 36, 1);">{{i18n.selection}}</text> -->
  161. <text class="change" style="color: rgba(248, 50, 36, 1)">{{
  162. leftname ? leftname + " | " + rightname : i18n.selection
  163. }}</text>
  164. <image
  165. v-if="leftname == ''"
  166. src="../../static/express/next1.png"
  167. style="width: 28rpx; height: 28rpx; margin-left: 6rpx"
  168. mode=""
  169. ></image>
  170. </view>
  171. </view>
  172. <!-- 去寄件 -->
  173. <view class="" style="margin-top: 34rpx">
  174. <view class="mail" @click="todev">
  175. {{ i18n.mail }}
  176. </view>
  177. </view>
  178. <view class="bottom u-flex u-row-between">
  179. <button
  180. style="
  181. background-color: transparent;
  182. padding-left: 0 !important;
  183. padding-right: 0 !important;
  184. margin: 0 !important;
  185. "
  186. open-type="share"
  187. class="u-flex"
  188. >
  189. <image
  190. src="../../static/express/share.png"
  191. style="width: 36rpx; height: 36rpx"
  192. mode=""
  193. ></image>
  194. <text class="friend">{{ i18n.share }}</text>
  195. </button>
  196. <view class="friend">|</view>
  197. <view class="u-flex" @click="counter">
  198. <image
  199. src="/static/images/index/compile.png"
  200. style="width: 36rpx; height: 36rpx"
  201. mode=""
  202. >
  203. </image>
  204. <text class="friend">{{ i18n.compute }}</text>
  205. </view>
  206. </view>
  207. </view>
  208. <!-- 我的包裹 -->
  209. <view class="parcel">
  210. <view class="u-flex u-row-between">
  211. <view class="myparcel">
  212. <text>{{ i18n.mine }}</text>
  213. <text style="color: rgba(248, 50, 36, 1)">{{ i18n.parcel }}</text>
  214. </view>
  215. <view class="add u-flex">
  216. <image
  217. src="../../static/express/add.png"
  218. mode=""
  219. style="width: 44rpx; height: 44rpx"
  220. ></image>
  221. <text class="addtext" @click="toparcel">{{ i18n.addsign }}</text>
  222. </view>
  223. </view>
  224. <view class="u-flex u-row-around" style="margin-top: 44rpx">
  225. <view class="flexc" @click="pack('to_transit')">
  226. <view
  227. class=""
  228. style="position: relative; width: 68rpx; height: 68rpx"
  229. >
  230. <u-badge
  231. :absolute="true"
  232. :offset="[0, -15]"
  233. :type="type"
  234. max="99"
  235. :value="transit"
  236. ></u-badge>
  237. <image
  238. src="/static/express/address.png"
  239. style="width: 68rpx; height: 68rpx"
  240. mode=""
  241. >
  242. </image>
  243. </view>
  244. <text style="margin-top: 16rpx" class="bao">{{
  245. i18n.deliver
  246. }}</text>
  247. </view>
  248. <view
  249. class="flexc"
  250. style="position: relative"
  251. @click="pack('transit_receipt')"
  252. >
  253. <view
  254. class=""
  255. style="position: relative; width: 68rpx; height: 68rpx"
  256. >
  257. <u-badge
  258. :absolute="true"
  259. :offset="[0, -15]"
  260. :type="type"
  261. max="99"
  262. :value="receipt"
  263. ></u-badge>
  264. <image
  265. src="/static/express/sign.png"
  266. style="width: 68rpx; height: 68rpx"
  267. mode=""
  268. ></image>
  269. </view>
  270. <text style="margin-top: 16rpx" class="bao">{{ i18n.Sign }}</text>
  271. </view>
  272. <view
  273. class="flexc"
  274. style="position: relative"
  275. @click="pack('to_overseas')"
  276. >
  277. <view
  278. class=""
  279. style="position: relative; width: 68rpx; height: 68rpx"
  280. >
  281. <u-badge
  282. :absolute="true"
  283. :offset="[0, -15]"
  284. :type="type"
  285. max="99"
  286. :value="overseas"
  287. ></u-badge>
  288. <image
  289. src="../../static/express/send.png"
  290. style="width: 68rpx; height: 68rpx"
  291. mode=""
  292. ></image>
  293. </view>
  294. <text style="margin-top: 16rpx" class="bao">{{
  295. i18n.overseas
  296. }}</text>
  297. </view>
  298. </view>
  299. </view>
  300. <!-- 拼包 -->
  301. <view
  302. class="u-flex u-row-between"
  303. style="margin-top: 32rpx; width: 702rpx"
  304. >
  305. <view class="u-flex">
  306. <text class="hai">{{ i18n.parceling }}</text>
  307. <image
  308. v-if="language == 'zh-CN'"
  309. style="width: 180rpx; height: 32rpx"
  310. src="/static/express/label.png"
  311. mode=""
  312. ></image>
  313. <image
  314. v-if="language == 'en-US'"
  315. style="width: 300rpx; height: 32rpx"
  316. src="/static/express/label1.png"
  317. mode=""
  318. ></image>
  319. <image
  320. v-if="language == 'es-ES'"
  321. style="width: 334rpx; height: 32rpx"
  322. src="/static/express/label2.png"
  323. mode=""
  324. ></image>
  325. <image
  326. v-if="language == 'it-IT'"
  327. style="width: 366rpx; height: 32rpx"
  328. src="/static/express/label3.png"
  329. mode=""
  330. ></image>
  331. </view>
  332. <view class="u-flex">
  333. <text class="more" @click="more">{{ i18n.more }}</text>
  334. <image
  335. src="../../static/express/next2.png"
  336. style="width: 30rpx; height: 30rpx"
  337. mode=""
  338. ></image>
  339. </view>
  340. </view>
  341. <!-- 拼包数据 -->
  342. <view class="label" v-for="(item, idx) in expressList" :key="idx">
  343. <view class="" style="display: flex">
  344. <view class="left flexc">
  345. <text class="bourn">{{ i18n.destination }}</text>
  346. <view class="addres">{{ item.containerBase.country_name }}</view>
  347. <view class="addres">{{ item.containerBase.province_name }}</view>
  348. </view>
  349. <view class="" style="flex: 1; margin-left: 20rpx">
  350. <view class="u-flex u-row-between">
  351. <view class="">
  352. <text class="bigtitle" v-if="item.type == 'normal'">{{
  353. i18n.Ordinary
  354. }}</text>
  355. <text class="bigtitle" v-else>{{ i18n.Special }}</text>
  356. <text style="margin: 0 8rpx">|</text>
  357. <text v-if="language == 'zh-CN'" class="bigtitle">{{
  358. item.transportType.name_cn
  359. }}</text>
  360. <text v-if="language == 'en-US'" class="bigtitle">{{
  361. item.transportType.name_en
  362. }}</text>
  363. <text v-if="language == 'es-ES'" class="bigtitle">{{
  364. item.transportType.name_es
  365. }}</text>
  366. <text v-if="language == 'it-IT'" class="bigtitle">{{
  367. item.transportType.name_ita
  368. }}</text>
  369. </view>
  370. <view class="mon">
  371. <text class="timeb">{{ i18n.price }}</text>
  372. <text>¥</text>
  373. <text v-if="item.price" style="font-size: 32rpx">{{
  374. item.price.slice(0, -3)
  375. }}</text>
  376. <text v-if="item.price">{{ item.price.slice(-3) }}</text>
  377. </view>
  378. </view>
  379. <view class="" style="margin-top: 34rpx">
  380. <u-line-progress
  381. activeColor="rgba(255, 21, 21, 1)"
  382. :percentage="item.progress"
  383. height="6"
  384. :showText="false"
  385. ></u-line-progress>
  386. </view>
  387. <view class="u-flex u-row-between" style="margin-top: 20rpx">
  388. <view class="u-flex">
  389. <view class="">
  390. <text class="timeb">{{ i18n.already }} </text>
  391. <text class="timeb" style="color: rgba(255, 21, 21, 1)"
  392. >{{ item.used_weight }}kg</text
  393. >
  394. </view>
  395. <text style="margin: 0 8rpx">|</text>
  396. <view class="">
  397. <text class="timeb">{{ i18n.residue }} </text>
  398. <text class="timeb" style="color: rgba(255, 21, 21, 1)"
  399. >{{ item.residual_weight }}kg</text
  400. >
  401. </view>
  402. </view>
  403. <view class="">
  404. <text class="timeb">{{ i18n.plan }}{{ item.progress }}%</text>
  405. </view>
  406. </view>
  407. </view>
  408. </view>
  409. <view class="u-flex u-row-between" style="margin-top: 32rpx">
  410. <text class="timea"
  411. >{{ i18n.start }}:{{ item.begin_date }}/{{ i18n.cut }}:{{
  412. item.end_date
  413. }}</text
  414. >
  415. <view class="pinb" @click="toaccount(item)">{{
  416. i18n.goparceling
  417. }}</view>
  418. </view>
  419. </view>
  420. </view>
  421. <u-popup round="28" :show="logshow" @close="close">
  422. <view class="pop">
  423. <kj-flow
  424. :language="language"
  425. :goodstype="goodinfo.goodtype"
  426. ref="child"
  427. :province_id="province_id"
  428. @success="success"
  429. @close="close()"
  430. :leftchangea="leftchange"
  431. :rightchangea="rightchange"
  432. :typeida="typeid"
  433. :country_id='country_id'
  434. ></kj-flow>
  435. </view>
  436. </u-popup>
  437. <!-- <u-button @click="show = true">打开</u-button> -->
  438. <!-- <view class="" style="height: 160rpx;"></view> -->
  439. </scroll-view>
  440. </template>
  441. <script>
  442. import { conn } from "@/utils/WebIM";
  443. export default {
  444. props:{
  445. language:''
  446. },
  447. data() {
  448. return {
  449. //顶部分段器
  450. list: [],
  451. current: 0,
  452. type: "error",
  453. percentage: 50, //进度条
  454. logshow: false, //物流选择
  455. status_collection: "", //我的包裹选择值
  456. transit: 0, //发往中转点
  457. receipt: 0, //中转已签收
  458. overseas: 0, //正发往海外
  459. topadd: {}, //新建寄件人
  460. bottomadd: {}, //新建收件人
  461. province_id: "",
  462. country_id:'',
  463. leftname: "",
  464. rightname: "",
  465. container_id: "", //货柜列表
  466. // language: "zh-CN",
  467. goodinfo: {}, //物品信息
  468. unit_price: "",
  469. expressList: [],
  470. leftchange: "",
  471. rightchange: "",
  472. typeid: "",
  473. unReadCount: 0,
  474. };
  475. },
  476. created(options) {
  477. this.list = [this.i18n.border, this.i18n.shop];
  478. // if (options.current) {
  479. // this.current = options.current
  480. // }
  481. this.topadd = {}; //新建寄件人
  482. this.bottomadd = {}; //新建收件人
  483. },
  484. mounted() {
  485. this.list[0] = this.i18n.border;
  486. this.list[1] = this.i18n.shop;
  487. // uni.setNavigationBarTitle({
  488. // title: this.i18n.setup
  489. // })
  490. this.express(); //获取包裹数量
  491. // if (uni.getStorageSync("language") != "") {
  492. // this.language = uni.getStorageSync("language");
  493. // }
  494. this.getexpress();
  495. this.getlist();
  496. },
  497. computed: {
  498. i18n() {
  499. return this.$t("index");
  500. },
  501. },
  502. methods: {
  503. getlist() {
  504. this.unReadCount = 0;
  505. conn
  506. .getServerConversations({
  507. pageSize: 50,
  508. cursor: "",
  509. })
  510. .then((res) => {
  511. console.log(res);
  512. res.data.conversations.forEach((item) => {
  513. this.unReadCount += item.unReadCount;
  514. });
  515. });
  516. },
  517. onShareAppMessage(res) {
  518. if (res.from === "button") {
  519. // 来自页面内分享按钮
  520. console.log(res.target);
  521. }
  522. return {
  523. title: this.i18n.border,
  524. path: "/pages/express/express",
  525. };
  526. },
  527. callphone() {
  528. uni.$u.http
  529. .get("/api/config", {
  530. params: {
  531. module: "basic",
  532. },
  533. })
  534. .then((res) => {
  535. console.log(res);
  536. uni.makePhoneCall({
  537. phoneNumber: res.service_mobile,
  538. });
  539. })
  540. .catch(() => {});
  541. },
  542. //价格计算
  543. calculate() {
  544. uni.$u.http
  545. .get("/api/express-order/calculate", {
  546. params: {
  547. container_id: this.container_id, // 是 String 货柜ID
  548. weight: this.goodinfo.weight, //是 String 重量(kg)
  549. length: this.goodinfo.length, //是 String 长(m)
  550. width: this.goodinfo.width, //是 String 宽(m)
  551. height: this.goodinfo.height, //是 String 高(m)
  552. type: this.goodinfo.goodtype, //是 String 商品类型: normal.普通商品,
  553. },
  554. })
  555. .then((res) => {
  556. console.log(res);
  557. uni.navigateTo({
  558. url:
  559. "/pageB/delivery?goodinfo=" +
  560. encodeURIComponent(JSON.stringify(this.goodinfo)) +
  561. "&topadd=" +
  562. encodeURIComponent(JSON.stringify(this.topadd)) +
  563. "&bottom=" +
  564. encodeURIComponent(JSON.stringify(this.bottomadd)) +
  565. "&leftname=" +
  566. this.leftname +
  567. "&rightname=" +
  568. this.rightname +
  569. "&container_id=" +
  570. this.container_id +
  571. "&unit_price=" +
  572. this.unit_price +
  573. "&all=" +
  574. res,
  575. });
  576. })
  577. .catch(() => {});
  578. },
  579. //拼包列表
  580. getexpress() {
  581. uni.$u.http
  582. .get("/api/express-group-package", {
  583. params: {
  584. is_page: 0,
  585. page: 1,
  586. limit: 3,
  587. transport_type_id: "",
  588. container_base_id: "",
  589. type: "",
  590. },
  591. })
  592. .then((res) => {
  593. this.expressList = res;
  594. })
  595. .catch(() => {});
  596. },
  597. //跨境物流选择
  598. success(msg) {
  599. this.logshow = false;
  600. this.leftname = msg.leftname;
  601. this.container_id = msg.dateid;
  602. this.rightname = msg.rightname;
  603. this.unit_price = msg.unit_price;
  604. this.leftchange = msg.leftchange;
  605. this.rightchange = msg.rightchange;
  606. this.typeid = msg.typeid;
  607. },
  608. //物流选择
  609. changewu() {
  610. var that = this;
  611. if (this.province_id) {
  612. this.logshow = true;
  613. setTimeout(() => {
  614. console.log("2222222", this.$refs.child);
  615. that.$refs.child.transport();
  616. }, 800);
  617. } else {
  618. this.$u.toast(this.i18n.selectcity);
  619. }
  620. },
  621. //改变地址
  622. changeadd() {
  623. var a = {};
  624. a = this.topadd;
  625. this.topadd = this.bottomadd;
  626. this.bottomadd = a;
  627. this.province_id = this.bottomadd.province_id;
  628. this.country_id = this.bottomadd.country_id;
  629. },
  630. //正则匹配手机号
  631. replacePhoneToStar: function (phone) {
  632. if (phone) {
  633. return phone.replace(/(\d{3})\d{4}(\d{4})/, "$1****$2");
  634. }
  635. },
  636. //地址薄
  637. addbook(index) {
  638. var that = this;
  639. uni.navigateTo({
  640. url: "/pageC/addressManagement/addressManagement?tabs=" + index,
  641. events: {
  642. getadd(res) {
  643. if (index == 1) {
  644. that.topadd = res;
  645. console.log("topadd", that.topadd);
  646. } else {
  647. that.bottomadd = res;
  648. console.log("bottom", that.bottomadd);
  649. that.province_id = that.bottomadd.province_id;
  650. that.country_id = that.bottomadd.country_id;
  651. }
  652. },
  653. },
  654. });
  655. },
  656. //我的包裹
  657. express() {
  658. uni.$u.http
  659. .get("/api/express-order/status-count", {})
  660. .then((res) => {
  661. console.log(res);
  662. this.overseas = res.to_overseas;
  663. this.receipt = res.transit_receipt;
  664. this.transit = res.to_transit;
  665. })
  666. .catch(() => {});
  667. },
  668. todev() {
  669. if (JSON.stringify(this.topadd) === "{}") {
  670. this.$u.toast("请填写寄件人地址");
  671. } else if (JSON.stringify(this.bottomadd) === "{}") {
  672. this.$u.toast("请填写收件人地址");
  673. } else if (JSON.stringify(this.goodinfo) === "{}") {
  674. this.$u.toast("请填写物品信息");
  675. } else if (this.leftname == "") {
  676. this.$u.toast("请选择物流方式");
  677. } else {
  678. this.calculate();
  679. }
  680. },
  681. count() {
  682. uni.navigateTo({
  683. url: "/pageB/account",
  684. });
  685. },
  686. pack(index) {
  687. uni.navigateTo({
  688. // url: '/pageB/myPackage?index=' + index
  689. url: "/pageC/myPackage/myPackage?type=" + index,
  690. });
  691. },
  692. more() {
  693. uni.navigateTo({
  694. url: "/pageB/list/list",
  695. });
  696. },
  697. //拼包快递
  698. toaccount(info) {
  699. uni.navigateTo({
  700. url:
  701. "/pageB/ParcelExpress?expressinfo=" +
  702. encodeURIComponent(JSON.stringify(info)) +
  703. "&type=" +
  704. "pin",
  705. });
  706. },
  707. //物流计算器
  708. counter() {
  709. uni.navigateTo({
  710. url: "/pageA/counter",
  711. });
  712. },
  713. //消息
  714. tochat() {
  715. uni.navigateTo({
  716. url: "/pageA/chat/news",
  717. });
  718. },
  719. //物品信息
  720. goods() {
  721. var that = this;
  722. if (JSON.stringify(this.goodinfo) == "{}") {
  723. uni.navigateTo({
  724. url: "/pageB/goods",
  725. events: {
  726. goodinfo: function (res) {
  727. console.log("goodinfo", res);
  728. that.goodinfo = res;
  729. },
  730. },
  731. });
  732. } else {
  733. uni.navigateTo({
  734. url:
  735. "/pageB/goods?goodinfo=" +
  736. encodeURIComponent(JSON.stringify(this.goodinfo)),
  737. events: {
  738. goodinfo: function (res) {
  739. that.goodinfo = res;
  740. console.log(res);
  741. },
  742. },
  743. });
  744. }
  745. },
  746. //寄件人信息
  747. send() {
  748. var that = this;
  749. if (JSON.stringify(that.topadd) == "{}") {
  750. uni.navigateTo({
  751. url: "/pageC/addEditAddress/addEditAddress",
  752. events: {
  753. topadd: function (res) {
  754. // console.log(res);
  755. that.topadd = res;
  756. },
  757. },
  758. });
  759. } else {
  760. var that = this;
  761. uni.navigateTo({
  762. url: "/pageC/addEditAddress/addEditAddress?id=" + that.topadd.id,
  763. events: {
  764. topadd: function (res) {
  765. // console.log(res);
  766. that.topadd = res;
  767. },
  768. },
  769. });
  770. }
  771. },
  772. recipirnt() {
  773. var that = this;
  774. if (JSON.stringify(that.bottomadd) == "{}") {
  775. uni.navigateTo({
  776. url: "/pageB/recipientinfo",
  777. events: {
  778. bottomadd: function (res) {
  779. console.log(res);
  780. that.bottomadd = res;
  781. that.province_id = res.province_id;
  782. that.country_id = res.country_id;
  783. },
  784. },
  785. });
  786. } else {
  787. uni.navigateTo({
  788. url: "/pageB/recipientinfo?id=" + that.bottomadd.id,
  789. events: {
  790. bottomadd: function (res) {
  791. console.log(res);
  792. that.bottomadd = res;
  793. that.province_id = res.province_id;
  794. that.country_id = res.country_id;
  795. },
  796. },
  797. });
  798. }
  799. },
  800. close() {
  801. this.logshow = false;
  802. },
  803. //分段器切换
  804. sectionChange(index) {
  805. this.current = index;
  806. console.log(index);
  807. if (this.current == 1) {
  808. uni.switchTab({
  809. url: "/pages/index/index?current=1",
  810. });
  811. this.current = 0;
  812. }
  813. },
  814. toparcel() {
  815. uni.navigateTo({
  816. url: "/pageB/parcel",
  817. });
  818. },
  819. },
  820. };
  821. </script>
  822. <style lang="scss" scoped>
  823. button {
  824. border: 0rpx solid rgba(0, 0, 0, 1) !important;
  825. }
  826. page {
  827. background-color: rgba(0, 0, 0, 0);
  828. }
  829. .bao {
  830. font-family: PingFangSC, PingFang SC;
  831. font-weight: 400;
  832. font-size: 26rpx;
  833. color: #222222;
  834. line-height: 36rpx;
  835. text-align: center;
  836. font-style: normal;
  837. }
  838. .goodname {
  839. font-family: SFPro, SFPro;
  840. font-weight: 400;
  841. font-size: 28rpx;
  842. color: #222222;
  843. line-height: 32rpx;
  844. text-align: left;
  845. font-style: normal;
  846. }
  847. .topname {
  848. font-family: PingFangSC, PingFang SC;
  849. font-weight: 500;
  850. font-size: 30rpx;
  851. color: #222222;
  852. line-height: 42rpx;
  853. text-align: left;
  854. font-style: normal;
  855. }
  856. .topaddress {
  857. font-family: PingFangSC, PingFang SC;
  858. font-weight: 400;
  859. font-size: 26rpx;
  860. color: #777777;
  861. line-height: 36rpx;
  862. text-align: left;
  863. font-style: normal;
  864. }
  865. .pop {
  866. font-family: PingFangSC, PingFang SC;
  867. font-weight: 500;
  868. font-size: 36rpx;
  869. color: #333333;
  870. line-height: 50rpx;
  871. text-align: left;
  872. font-style: normal;
  873. padding: 32rpx 28rpx 0 0;
  874. box-sizing: border-box;
  875. }
  876. .mon {
  877. font-family: HarmonyOS_Sans_Medium;
  878. font-size: 20rpx;
  879. color: #f83224;
  880. line-height: 26rpx;
  881. text-align: left;
  882. font-style: normal;
  883. font-weight: 600;
  884. }
  885. .bigtitle {
  886. font-family: PingFangSC, PingFang SC;
  887. font-weight: 600;
  888. font-size: 28rpx;
  889. color: #222222;
  890. line-height: 40rpx;
  891. text-align: left;
  892. font-style: normal;
  893. }
  894. .timeb {
  895. font-family: PingFangSC, PingFang SC;
  896. font-weight: 400;
  897. font-size: 22rpx;
  898. color: #666666;
  899. line-height: 32rpx;
  900. text-align: left;
  901. font-style: normal;
  902. }
  903. .timea {
  904. font-family: PingFangSC, PingFang SC;
  905. font-weight: 400;
  906. font-size: 22rpx;
  907. color: #555555;
  908. line-height: 32rpx;
  909. text-align: left;
  910. font-style: normal;
  911. }
  912. .pinb {
  913. width: 148rpx;
  914. height: 64rpx;
  915. background: #ff1515;
  916. border-radius: 42rpx;
  917. font-family: PingFangSC, PingFang SC;
  918. font-weight: 500;
  919. font-size: 28rpx;
  920. color: #ffffff;
  921. line-height: 64rpx;
  922. text-align: center;
  923. font-style: normal;
  924. }
  925. .label {
  926. margin-top: 20rpx;
  927. width: 702rpx;
  928. // height: 288rpx;
  929. background: #ffffff;
  930. border-radius: 16rpx;
  931. padding: 32rpx 20rpx;
  932. box-sizing: border-box;
  933. .left {
  934. width: 144rpx;
  935. height: 144rpx;
  936. background: #f5f5f5;
  937. border-radius: 8rpx;
  938. .bourn {
  939. font-family: PingFangSC, PingFang SC;
  940. font-weight: 400;
  941. font-size: 20rpx;
  942. color: #222222;
  943. line-height: 28rpx;
  944. text-align: left;
  945. font-style: normal;
  946. }
  947. .addres {
  948. font-family: PingFangSC, PingFang SC;
  949. font-weight: 500;
  950. font-size: 28rpx;
  951. color: #222222;
  952. line-height: 40rpx;
  953. text-align: left;
  954. font-style: normal;
  955. }
  956. }
  957. }
  958. .flexc {
  959. display: flex;
  960. flex-direction: column;
  961. justify-content: center;
  962. align-items: center;
  963. }
  964. .hai {
  965. font-family: PingFangSC, PingFang SC;
  966. font-weight: 600;
  967. font-size: 32rpx;
  968. color: #222222;
  969. line-height: 44rpx;
  970. text-align: left;
  971. font-style: normal;
  972. margin-right: 10rpx;
  973. }
  974. .more {
  975. font-family: PingFangSC, PingFang SC;
  976. font-weight: 400;
  977. font-size: 24rpx;
  978. color: #f83224;
  979. line-height: 34rpx;
  980. text-align: left;
  981. font-style: normal;
  982. }
  983. .parcel {
  984. width: 702rpx;
  985. // height: 260rpx;
  986. background: #ffffff;
  987. border-radius: 16rpx;
  988. margin-top: 20rpx;
  989. padding: 24rpx;
  990. box-sizing: border-box;
  991. .myparcel {
  992. font-family: PingFangSC, PingFang SC;
  993. font-weight: 600;
  994. font-size: 28rpx;
  995. color: #222222;
  996. line-height: 40rpx;
  997. text-align: left;
  998. font-style: normal;
  999. }
  1000. .add {
  1001. // width: 240rpx;
  1002. height: 48rpx;
  1003. background: rgba(248, 50, 36, 0.06);
  1004. border-radius: 24rpx;
  1005. .addtext {
  1006. font-family: PingFangSC, PingFang SC;
  1007. font-weight: 600;
  1008. font-size: 20rpx;
  1009. color: #000000;
  1010. line-height: 28rpx;
  1011. text-align: left;
  1012. font-style: normal;
  1013. }
  1014. }
  1015. }
  1016. .address {
  1017. width: 702rpx;
  1018. // height: 776rpx;
  1019. background: #ffffff;
  1020. border-radius: 20rpx;
  1021. padding: 48rpx 24rpx 36rpx;
  1022. box-sizing: border-box;
  1023. margin-top: 38rpx;
  1024. .bottom {
  1025. padding: 0 76rpx;
  1026. box-sizing: border-box;
  1027. margin-top: 48rpx;
  1028. .friend {
  1029. font-family: PingFangSC, PingFang SC;
  1030. font-weight: 400;
  1031. font-size: 28rpx;
  1032. color: #555555;
  1033. line-height: 40rpx;
  1034. text-align: left;
  1035. font-style: normal;
  1036. margin-left: 12rpx;
  1037. }
  1038. }
  1039. .mail {
  1040. width: 646rpx;
  1041. height: 84rpx;
  1042. background: #f83224;
  1043. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
  1044. border-radius: 44rpx;
  1045. font-family: PingFangSC, PingFang SC;
  1046. font-weight: 500;
  1047. font-size: 32rpx;
  1048. color: #ffffff;
  1049. line-height: 84rpx;
  1050. text-align: center;
  1051. font-style: normal;
  1052. }
  1053. .info {
  1054. height: 100rpx;
  1055. border-bottom: 2rpx solid rgba(151, 151, 151, 0.08);
  1056. .wupin {
  1057. font-family: PingFangSC, PingFang SC;
  1058. font-weight: 400;
  1059. font-size: 28rpx;
  1060. color: #333333;
  1061. line-height: 40rpx;
  1062. text-align: left;
  1063. font-style: normal;
  1064. }
  1065. .change {
  1066. font-family: PingFangSC, PingFang SC;
  1067. font-weight: 400;
  1068. font-size: 28rpx;
  1069. color: #666666;
  1070. line-height: 40rpx;
  1071. text-align: left;
  1072. font-style: normal;
  1073. }
  1074. .mast {
  1075. // width: 62rpx;
  1076. height: 30rpx;
  1077. border-radius: 16rpx;
  1078. border: 1rpx solid #f83224;
  1079. font-family: PingFangSC, PingFang SC;
  1080. font-weight: 400;
  1081. font-size: 20rpx;
  1082. color: #ff1515;
  1083. line-height: 30rpx;
  1084. text-align: center;
  1085. font-style: normal;
  1086. margin-left: 12rpx;
  1087. padding: 0 4rpx;
  1088. box-sizing: border-box;
  1089. }
  1090. }
  1091. .left {
  1092. height: 128rpx;
  1093. .pople {
  1094. font-family: PingFangSC, PingFang SC;
  1095. font-weight: 500;
  1096. font-size: 30rpx;
  1097. color: #222222;
  1098. line-height: 42rpx;
  1099. text-align: left;
  1100. font-style: normal;
  1101. }
  1102. .jiadd {
  1103. font-family: PingFangSC, PingFang SC;
  1104. font-weight: 400;
  1105. font-size: 26rpx;
  1106. color: #777777;
  1107. line-height: 36rpx;
  1108. text-align: left;
  1109. font-style: normal;
  1110. }
  1111. .right {
  1112. font-family: PingFangSC, PingFang SC;
  1113. font-weight: 600;
  1114. font-size: 26rpx;
  1115. color: #222222;
  1116. line-height: 36rpx;
  1117. text-align: left;
  1118. font-style: normal;
  1119. margin-left: 18rpx;
  1120. }
  1121. }
  1122. }
  1123. // ::v-deep .u-navbar__content.data-v-1194bf80 {
  1124. // background-color: rgba(0, 0, 0, 0) !important;
  1125. // }
  1126. // ::v-deep .u-status-bar.data-v-13f16680 {
  1127. // background-color: rgba(0, 0, 0, 0) !important;
  1128. // }
  1129. ::v-deep .u-subsection--button.data-v-b14d3440 {
  1130. /* padding: 6rpx 34rpx !important; */
  1131. border-radius: 64rpx !important;
  1132. }
  1133. ::v-deep .u-subsection--button__bar.data-v-b14d3440 {
  1134. border-radius: 32rpx !important;
  1135. }
  1136. </style>