order.vue 36 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324
  1. <template>
  2. <view class="back">
  3. <!-- 地址 -->
  4. <view class="address" @click="toadd">
  5. <view class="u-flex u-row-between">
  6. <view class="add" v-if="addinfo">{{ addinfo.full_address }}</view>
  7. <view class="" v-else>{{ i18n.shippingaddress }}</view>
  8. <u-icon name="arrow-right" size="16"></u-icon>
  9. </view>
  10. <view class="info" v-if="addinfo">
  11. <text>{{ addinfo.name }}</text>
  12. <text style="margin-left: 20rpx">{{
  13. replacePhoneToStar(addinfo.mobile)
  14. }}</text>
  15. </view>
  16. </view>
  17. <!-- 商品 -->
  18. <view class="shop">
  19. <view class="" v-if="typea == 'shop'">
  20. <view
  21. class="u-flex"
  22. style="margin-top: 32rpx"
  23. v-for="(item, idx) in selelist"
  24. :key="idx"
  25. >
  26. <image
  27. :src="item.sku_item[0].image"
  28. style="width: 184rpx; height: 184rpx"
  29. mode=""
  30. ></image>
  31. <view
  32. class=" "
  33. style="
  34. margin-left: 20rpx;
  35. flex-direction: column;
  36. justify-content: space-between;
  37. height: 184rpx;
  38. display: flex;
  39. flex: 1;
  40. "
  41. >
  42. <view class="">
  43. <text class="toptitle" v-if="language == 'zh-CN'">{{
  44. item.name_cn
  45. }}</text>
  46. <text class="toptitle" v-if="language == 'en-US'">{{
  47. item.name_en
  48. }}</text>
  49. <text class="toptitle" v-if="language == 'es-ES'">{{
  50. item.name_es
  51. }}</text>
  52. <text class="toptitle" v-if="language == 'it-IT'">{{
  53. item.name_ita
  54. }}</text>
  55. <view class="weight">{{ item.sku_item[0].item }} </view>
  56. </view>
  57. <view class="u-flex u-row-between">
  58. <view class="">
  59. <text class="money">¥</text>
  60. <text class="money" style="font-size: 34rpx">{{
  61. item.sku_item[0].discount_price
  62. }}</text>
  63. </view>
  64. <view class=""> x {{ item.cart.goods_num }}</view>
  65. </view>
  66. </view>
  67. </view>
  68. </view>
  69. <view class="" v-else>
  70. <view class="">
  71. <image
  72. :src="goodinfo.merchant.image"
  73. style="width: 38rpx; height: 38rpx"
  74. mode=""
  75. ></image>
  76. <text class="name">{{ goodinfo.merchant.merchant_name }}</text>
  77. </view>
  78. <view class="u-flex" style="margin-top: 32rpx">
  79. <image
  80. :src="sku_info.image"
  81. style="width: 184rpx; height: 184rpx"
  82. mode=""
  83. ></image>
  84. <view
  85. class=" "
  86. style="
  87. margin-left: 20rpx;
  88. flex-direction: column;
  89. justify-content: space-between;
  90. height: 184rpx;
  91. display: flex;
  92. flex: 1;
  93. "
  94. >
  95. <view class="">
  96. <text class="toptitle" v-if="language == 'zh-CN'">{{
  97. goodinfo.name_cn
  98. }}</text>
  99. <text class="toptitle" v-if="language == 'en-US'">{{
  100. goodinfo.name_en
  101. }}</text>
  102. <text class="toptitle" v-if="language == 'es-ES'">{{
  103. goodinfo.name_es
  104. }}</text>
  105. <text class="toptitle" v-if="language == 'it-IT'">{{
  106. goodinfo.name_ita
  107. }}</text>
  108. <view class="weight">{{ sku_info.item }} </view>
  109. <!-- <view class="">{{Number(sku_info.weight)*value}}kg</view> -->
  110. </view>
  111. <view class="u-flex u-row-between">
  112. <view class="">
  113. <text class="money">¥</text>
  114. <text class="money" style="font-size: 34rpx">{{
  115. goodinfo.is_discount == 1
  116. ? (Number(sku_info.price * 1000) * Number(value * 1000)) /
  117. 1000000
  118. : (Number(sku_info.discount_price * 1000) *
  119. Number(value) *
  120. 1000) /
  121. 1000000
  122. }}</text>
  123. </view>
  124. <!-- <u-number-box @change="valChange" v-model="value">
  125. <view slot="minus" class="">
  126. <u-icon name="minus" size="12"></u-icon>
  127. </view>
  128. <input slot="input" v-model="value" style="width: 40px; text-align: center"
  129. class="input" />
  130. <view slot="plus" class="">
  131. <u-icon name="plus" size="12"></u-icon>
  132. </view>
  133. </u-number-box> -->
  134. <view class="">x{{ value }}</view>
  135. </view>
  136. </view>
  137. </view>
  138. </view>
  139. </view>
  140. <!-- 物流 -->
  141. <view class="logistics u-flex u-row-between">
  142. <text style="font-weight: 600; width: 320rpx">{{ i18n.flow }}</text>
  143. <view class="u-flex" @click="changwu">
  144. <text class="change">{{
  145. containname1 ? type1 + " | " + containname1 : i18n.selection
  146. }}</text>
  147. <u-icon name="arrow-right" size="16"></u-icon>
  148. </view>
  149. </view>
  150. <!-- 推荐 -->
  151. <view class="recommend">
  152. <view class="top">
  153. <image
  154. v-if="language == 'zh-CN'"
  155. src="static/images/recommend.png"
  156. style="width: 124rpx; height: 30rpx"
  157. mode=""
  158. ></image>
  159. <image
  160. v-if="language == 'en-US'"
  161. src="static/images/recommend1.png"
  162. style="width: 378rpx; height: 30rpx"
  163. mode=""
  164. >
  165. </image>
  166. <image
  167. v-if="language == 'es-ES'"
  168. src="static/images/recommend2.png"
  169. style="width: 550rpx; height: 30rpx"
  170. mode=""
  171. >
  172. </image>
  173. <image
  174. v-if="language == 'it-IT'"
  175. src="static/images/recommend3.png"
  176. style="width: 460rpx; height: 30rpx"
  177. mode=""
  178. >
  179. </image>
  180. </view>
  181. <view class="bottom">
  182. <scroll-view
  183. scroll-x
  184. class="u-flex"
  185. style="column: gap 28rpx; display: flex"
  186. >
  187. <view class="u-flex" style="column-gap: 16rpx">
  188. <view
  189. class=""
  190. v-for="(item, idx) in swiptlist"
  191. :key="idx"
  192. @click="todetail(item.id)"
  193. >
  194. <image
  195. :src="item.image"
  196. style="width: 156rpx; height: 156rpx"
  197. mode=""
  198. >
  199. </image>
  200. <view class="title" v-if="language == 'zh-CN'">
  201. {{ item.name_cn }}
  202. </view>
  203. <view class="title" v-if="language == 'en-US'">
  204. {{ item.name_en }}
  205. </view>
  206. <view class="title" v-if="language == 'es-ES'">
  207. {{ item.name_es }}
  208. </view>
  209. <view class="title" v-if="language == 'it-IT'">
  210. {{ item.name_ita }}
  211. </view>
  212. <view class="money" style="color: #f83224; font-size: 20rpx">
  213. <text>¥</text>
  214. <text style="font-size: 28rpx">{{
  215. item.is_discount == 0
  216. ? item.discount_price.slice(0, -3)
  217. : item.price.slice(0, -3)
  218. }}</text>
  219. <text>{{
  220. item.is_discount == 0
  221. ? item.discount_price.slice(-3)
  222. : item.price.slice(-3)
  223. }}</text>
  224. </view>
  225. </view>
  226. </view>
  227. </scroll-view>
  228. </view>
  229. </view>
  230. <!-- 商品相关 -->
  231. <view class="abount" style="margin-top: 20rpx">
  232. <view class="u-flex u-row-between" style="margin-bottom: 40rpx">
  233. <view class="name">{{ i18n.Commodityamount }}</view>
  234. <view class="" v-if="typea == 'shop'">{{ goodsPrice }}</view>
  235. <view class="money" v-else>
  236. ¥{{
  237. goodinfo.is_discount == 1
  238. ? (Number(sku_info.price * 100) * Number(value * 100)) / 10000
  239. : (Number(sku_info.discount_price * 100) * Number(value * 100)) /
  240. 10000
  241. }}
  242. </view>
  243. </view>
  244. <view class="u-flex u-row-between" v-show="containname1">
  245. <view class="name">{{ i18n.Grosscommodityweight }}</view>
  246. <!-- <view class="money" v-if="typea=='shop'">{{
  247. goodsWeight
  248. }}kg</view> -->
  249. <!-- <view class="money" v-else>{{Number(sku_info.weight)*value}}kg</view> -->
  250. <view class="money">{{ weight_total }}</view>
  251. </view>
  252. <view class="back u-flex" v-if="containname1">
  253. <image
  254. src="static/images/warning.png"
  255. style="width: 32rpx; height: 32rpx"
  256. mode=""
  257. ></image>
  258. <text style="margin-left: 12rpx; font-size: 24rpx"
  259. >{{ i18n.buy }}{{ recommend_weight }}kg{{ i18n.price }}¥{{
  260. unit_fee
  261. }},{{ i18n.morefavorable }}</text
  262. >
  263. </view>
  264. <view
  265. class="u-flex u-row-between"
  266. style="margin-bottom: 40rpx; margin-top: 20rpx"
  267. >
  268. <view class="name">{{ i18n.Costperkilogram }}</view>
  269. <view class="money">{{
  270. containname1 ? unit_price : i18n.shippingmethod
  271. }}</view>
  272. </view>
  273. <view class="u-flex u-row-between">
  274. <view class="name">{{ i18n.freight }}</view>
  275. <view class="money">{{
  276. containname1 ? sum : i18n.shippingmethod
  277. }}</view>
  278. </view>
  279. <view class="zong u-flex u-row-right">
  280. <view class="">
  281. <text class="small">{{ i18n.subtotal }}</text>
  282. <text class="mon">¥</text>
  283. <text class="mon" v-if="typea == 'shop'">{{ goodsPrice }}</text>
  284. <text class="mon" v-else style="font-size: 40rpx">{{
  285. goodinfo.is_discount == 1
  286. ? (Number(sku_info.price * 100) * Number(value * 100)) / 10000
  287. : (Number(sku_info.discount_price * 100) * Number(value * 100)) /
  288. 10000
  289. }}</text>
  290. </view>
  291. </view>
  292. </view>
  293. <view class="" style="height: 166rpx"></view>
  294. <view class="btn u-flex u-row-right">
  295. <view class="u-flex">
  296. <!-- <text v-if="typea == 'shop'">{{i18n.Atotalof}}{{goodsWeight}}kg,</text>
  297. <text v-else class="kg">{{i18n.Atotalof}}{{Number(sku_info.weight) * value}}kg,</text> -->
  298. <text class="kg" v-show="containname1"
  299. >{{ i18n.Atotalof }}{{ weight_total }}kg,</text
  300. >
  301. <text>{{ i18n.total }}:</text>
  302. <text class="money" style="font-size: 28rpx">¥</text>
  303. <text style="font-weight: bold" class="money" v-if="typea == 'shop'">{{
  304. Number(sum * 10000 + Number(goodsPrice) * 10000) / 10000
  305. }}</text>
  306. <view class="" v-else>
  307. <text
  308. class="money"
  309. v-if="goodinfo.is_discount == 1"
  310. style="font-weight: bold"
  311. >{{
  312. Number(
  313. sum * 10000 + Number(sku_info.price) * Number(value) * 10000
  314. ) / 10000
  315. }}</text
  316. >
  317. <text
  318. class="money"
  319. v-if="goodinfo.is_discount == 0"
  320. style="font-weight: bold"
  321. >{{
  322. Number(
  323. sum * 10000 +
  324. Number(sku_info.discount_price) * Number(value) * 10000
  325. ) / 10000
  326. }}</text
  327. >
  328. </view>
  329. </view>
  330. <view class="order" @click="topay">
  331. {{ i18n.Submitorder }}
  332. </view>
  333. </view>
  334. <!-- 跨境物流 -->
  335. <u-popup
  336. :show="show"
  337. @close="close"
  338. mode="bottom"
  339. closeIconPos="top-right"
  340. round="28"
  341. >
  342. <view style="padding: 40rpx 28rpx; box-sizing: border-box">
  343. <view class="u-flex u-row-between">
  344. <view class="" style="width: 28px; height: 28px"></view>
  345. <view class="poptitle">
  346. {{ i18n.flow }}
  347. </view>
  348. <u-icon
  349. name="close"
  350. @click="close"
  351. color="background: #333333;"
  352. size="28"
  353. ></u-icon>
  354. </view>
  355. <view
  356. class="u-flex"
  357. style="margin-top: 60rpx; flex-wrap: wrap; column-gap: 16rpx"
  358. >
  359. <view
  360. :class="index == idx ? 'active' : 'unactive'"
  361. v-for="(item, idx) in containerList"
  362. @click="change(item, idx)"
  363. style="
  364. display: flex;
  365. flex-direction: column;
  366. align-items: center;
  367. justify-content: center;
  368. margin-bottom: 28rpx;
  369. position: relative;
  370. "
  371. >
  372. <image
  373. v-if="index == idx"
  374. src="static/images/change.png"
  375. style="
  376. width: 36rpx;
  377. height: 32rpx;
  378. position: absolute;
  379. top: 0;
  380. right: 0;
  381. "
  382. mode=""
  383. ></image>
  384. <view class="logname" v-if="language == 'zh-CN'">{{
  385. item.name_cn
  386. }}</view>
  387. <view class="logname" v-if="language == 'en-US'">{{
  388. item.name_en
  389. }}</view>
  390. <view class="logname" v-if="language == 'es-ES'">{{
  391. item.name_es
  392. }}</view>
  393. <view class="logname" v-if="language == 'it-IT'">{{
  394. item.name_ita
  395. }}</view>
  396. <!-- <view class="wei">¥{{goodinfo.cate==0?item.normal_delivery_fee:item.special_delivery_fee}}/kg</view> -->
  397. <view class="wei" style="font-size: 32rpx; font-weight: 600"
  398. >¥{{ item.unit_price }}/kg</view
  399. >
  400. </view>
  401. </view>
  402. <view class="nextto" @click="next">{{ i18n.next }}</view>
  403. </view>
  404. </u-popup>
  405. <!-- 跨境物流下一步 -->
  406. <u-popup
  407. :safeAreaInsetTop="true"
  408. :show="show1"
  409. @close="close"
  410. mode="bottom"
  411. closeIconPos="top-right"
  412. round="28"
  413. bgColor="#F4F4F4"
  414. >
  415. <view
  416. style="padding: 40rpx 28rpx; box-sizing: border-box; position: relative"
  417. >
  418. <view class="u-flex u-row-between">
  419. <view class="" style="width: 28px; height: 28px"></view>
  420. <view class="poptitle">
  421. {{ i18n.flow }}
  422. </view>
  423. <u-icon
  424. name="close"
  425. @click="close"
  426. color="background: #333333;"
  427. size="28"
  428. ></u-icon>
  429. </view>
  430. <scroll-view :scroll-y="true" style="500rpx">
  431. <view
  432. class="transport"
  433. style="margin-top: 32rpx"
  434. @click="activea(item, idx)"
  435. v-for="(item, idx) in containlist"
  436. v-if="item.sum != 0"
  437. >
  438. <view class="u-flex u-row-between">
  439. <text class="yundate"
  440. >{{ i18n.Shipmentdate }} {{ item.end_date }}</text
  441. >
  442. <image
  443. v-if="datechan == idx"
  444. src="/pageA/static/images/active.png"
  445. style="width: 36rpx; height: 36rpx"
  446. mode=""
  447. ></image>
  448. <image
  449. v-else
  450. src="/pageA/static/images/unactive.png"
  451. style="width: 36rpx; height: 36rpx"
  452. mode=""
  453. ></image>
  454. </view>
  455. <view class="u-flex u-row-between" style="margin-top: 28rpx">
  456. <view class="chest">
  457. <text v-if="language == 'zh-CN'">{{ item.name_cn }}</text>
  458. <text v-if="language == 'en-US'">{{ item.name_en }}</text>
  459. <text v-if="language == 'es-ES'">{{ item.name_es }}</text>
  460. <text v-if="language == 'it-IT'">{{ item.name_ita }}</text>
  461. <text style="margin: 0 16rpx">|</text>
  462. <text
  463. >{{ i18n.Estimatedtimeofarrival }}{{ item.transport_days
  464. }}{{ i18n.Workingday }}</text
  465. >
  466. </view>
  467. <view class="mone">
  468. <text>¥</text>
  469. <text style="font-size: 48rpx; font-weight: 600">{{
  470. item.sum
  471. }}</text>
  472. </view>
  473. </view>
  474. </view>
  475. </scroll-view>
  476. <view class="" style="height: 166rpx"></view>
  477. <view class="enbottom u-flex u-row-between">
  478. <view class="cancel" @click="close">{{ i18n.Cancel }}</view>
  479. <view class="confirm" @click="confirm">{{ i18n.enter }}</view>
  480. </view>
  481. </view>
  482. </u-popup>
  483. </view>
  484. </template>
  485. <script>
  486. export default {
  487. data() {
  488. return {
  489. value: 1,
  490. show: false,
  491. index: "",
  492. show1: false,
  493. datechan: "",
  494. sku_info: {},
  495. goodinfo: {},
  496. swiptlist: [], //推荐列表
  497. language: "zh-CN",
  498. containerList: [], //列表
  499. province_id: "",
  500. transport_type_id: "",
  501. containlist: [],
  502. containid: "", //货柜id
  503. containname: "", //货柜名称
  504. type: "", //货运方式名称
  505. containname1: "",
  506. type1: "",
  507. sum: "",
  508. unit_price: "",
  509. recommend_weight: "",
  510. sum1: "",
  511. unit_price1: "",
  512. recommend_weight1: "",
  513. max_weight: "",
  514. min_weight: "",
  515. unit_fee: "",
  516. addinfo: "",
  517. huoid: "",
  518. selelist: [],
  519. typea: "",
  520. goodsPrice: "",
  521. goodsWeight: "",
  522. stringcheck: "",
  523. cartid: "",
  524. weight_total: "",
  525. valuenum: false,
  526. };
  527. },
  528. computed: {
  529. i18n() {
  530. return this.$t("index");
  531. },
  532. },
  533. onLoad(options) {
  534. // url: '/pageA/order?sku=' + this.sku_info + '&value=' + this.value+'&goodinfo='+this.goodinfo
  535. if (options.typea) {
  536. this.typea = options.typea;
  537. this.selelist = JSON.parse(decodeURIComponent(options.selelist));
  538. console.log(this.selelist);
  539. this.goodsPrice = options.goodsPrice;
  540. this.goodsWeight = options.goodsWeight;
  541. this.stringcheck = options.stringcheck;
  542. this.cartid = options.cartid;
  543. } else if (options) {
  544. this.value = options.value;
  545. this.sku_info = JSON.parse(decodeURIComponent(options.sku));
  546. this.goodinfo = JSON.parse(decodeURIComponent(options.goodinfo));
  547. if (options.share_merchant_id) {
  548. this.share_merchant_id = options.share_merchant_id;
  549. }
  550. }
  551. },
  552. onShow() {
  553. if (uni.getStorageSync("language") != "") {
  554. this.language = uni.getStorageSync("language");
  555. }
  556. this.recommend();
  557. // this.container()
  558. },
  559. methods: {
  560. changwu() {
  561. if (this.addinfo) {
  562. this.show = true;
  563. } else {
  564. this.$u.toast(this.i18n.shippingaddress);
  565. }
  566. },
  567. valChange() {
  568. this.valuenum = true;
  569. },
  570. todetail(id) {
  571. uni.navigateTo({
  572. url: "/pageA/productdetails?id=" + id,
  573. });
  574. },
  575. //正则匹配手机号
  576. replacePhoneToStar: function (phone) {
  577. if (phone) {
  578. return phone.replace(/(\d{3})\d{4}(\d{4})/, "$1****$2");
  579. }
  580. },
  581. //推荐重量
  582. recommendweight() {
  583. uni.$u.http
  584. .get("/api/express-order/recommend-container", {
  585. params: {
  586. container_id: this.containid,
  587. type: this.goodinfo.cate == 0 ? "normal" : "special",
  588. },
  589. })
  590. .then((res) => {
  591. console.log(res);
  592. this.max_weight = res.max_weight;
  593. this.min_weight = res.min_weight;
  594. this.unit_fee = res.unit_fee;
  595. })
  596. .catch(() => {});
  597. },
  598. //货运类型列表
  599. transport() {
  600. uni.$u.http
  601. .get("/api/transport-type", {
  602. params: {
  603. province_id: this.province_id,
  604. },
  605. })
  606. .then((res) => {
  607. this.containerList = res;
  608. this.transport_type_id = res[0].id;
  609. if (this.language == "zh-CN") {
  610. this.type = res[0].name_cn;
  611. }
  612. if (this.language == "en-US") {
  613. this.type = res[0].name_en;
  614. }
  615. if (this.language == "es-ES") {
  616. this.type = res[0].name_es;
  617. }
  618. if (this.language == "it-IT") {
  619. this.type = res[0].name_ita;
  620. }
  621. })
  622. .catch(() => {});
  623. },
  624. //跳转到填写地址
  625. toadd() {
  626. var that = this;
  627. uni.navigateTo({
  628. url: "/pageC/addressManagement/addressManagement?tabs=" + Number(0),
  629. events: {
  630. getadd(res) {
  631. that.addinfo = res;
  632. that.province_id = res.province_id;
  633. that.transport();
  634. },
  635. },
  636. });
  637. },
  638. //货柜列表
  639. container() {
  640. this.containlist = [];
  641. uni.$u.http
  642. .get("/api/container-base", {
  643. params: {
  644. is_page: 0,
  645. province_id: this.province_id,
  646. transport_type_id: this.transport_type_id,
  647. weight:
  648. this.typea == "shop"
  649. ? ""
  650. : Number(this.sku_info.weight) * this.value,
  651. type:
  652. this.typea == "shop"
  653. ? ""
  654. : this.goodinfo.cate == 0
  655. ? "normal"
  656. : "special",
  657. length:
  658. this.typea == "shop"
  659. ? ""
  660. : Number(this.sku_info.length) * this.value, // 是 String 长
  661. width: this.sku_info.width, // 是 String 宽
  662. height: this.sku_info.height, // 是 String 高
  663. cart_id: this.cartid,
  664. // cart_id: '147,148'
  665. },
  666. })
  667. .then((res) => {
  668. res.forEach((item) => {
  669. if (item.sum != 0) {
  670. this.containlist.push(item);
  671. }
  672. console.log(this.containlist);
  673. });
  674. if (this.cartid.length == 0 && this.typea == "shop") {
  675. console.log("his.cartid.length", this.cartid.length);
  676. this.sum = 0;
  677. }
  678. // this.sum = this.containlist[0].sum
  679. // this.unit_price = this.containlist[0].unit_price
  680. if (this.goodinfo.is_shipping == 0) {
  681. this.sum = 0;
  682. } else {
  683. this.sum = this.containlist[0].sum;
  684. }
  685. if (this.goodinfo.is_shipping == 0) {
  686. this.unit_price = 0;
  687. } else {
  688. this.unit_price = this.containlist[0].unit_price;
  689. }
  690. this.recommend_weight = this.containlist[0].recommend_weight;
  691. this.weight_total = this.containlist[0].weight_total;
  692. this.containid = this.containlist[0].id;
  693. if (this.language == "zh-CN") {
  694. this.containname = this.containlist[0].name_cn;
  695. }
  696. if (this.language == "en-US") {
  697. this.containname = this.containlist[0].name_en;
  698. }
  699. if (this.language == "es-ES") {
  700. this.containname = this.containlist[0].name_es;
  701. }
  702. if (this.language == "it-IT") {
  703. this.containname = this.containlist[0].name_ita;
  704. }
  705. })
  706. .catch(() => {});
  707. },
  708. //运费满减
  709. config() {
  710. var that = this;
  711. uni.$u.http
  712. .get("/api/config", {
  713. params: {
  714. module: "free_shipping",
  715. },
  716. })
  717. .then((res) => {
  718. if (
  719. Number(that.goodsPrice) > res.free_shipping &&
  720. that.typea == "shop"
  721. ) {
  722. console.log("goodsPrice", that.goodsPrice);
  723. console.log("res.free_shipping", res.free_shipping);
  724. that.sum = 0;
  725. that.unit_price = 0;
  726. }
  727. let goodsum = "";
  728. if (that.goodinfo.is_discount == 1) {
  729. goodsum =
  730. (Number(that.sku_info.price * 100) * Number(that.value * 100)) /
  731. 10000;
  732. console.log("that.sum", that.sum);
  733. console.log("that.goodsum", goodsum);
  734. if (goodsum > res.free_shipping) {
  735. that.sum = 0;
  736. that.unit_price = 0;
  737. }
  738. } else {
  739. goodsum =
  740. (Number(that.sku_info.discount_price * 100) *
  741. Number(that.value * 100)) /
  742. 10000;
  743. if (goodsum > res.free_shipping) {
  744. that.sum = 0;
  745. that.unit_price = 0;
  746. }
  747. }
  748. })
  749. .catch(() => {});
  750. },
  751. //商品推荐
  752. recommend() {
  753. uni.$u.http
  754. .post("/api/goods/recommend", {
  755. keyword: "",
  756. })
  757. .then((res) => {
  758. this.swiptlist = res;
  759. })
  760. .catch(() => {});
  761. },
  762. change(item, index) {
  763. this.transport_type_id = item.id;
  764. this.index = index;
  765. if (this.language == "zh-CN") {
  766. this.type = item.name_cn;
  767. }
  768. if (this.language == "en-US") {
  769. this.type = item.name_en;
  770. }
  771. if (this.language == "es-ES") {
  772. this.type = item.name_es;
  773. }
  774. if (this.language == "it-IT") {
  775. this.type = item.name_ita;
  776. }
  777. },
  778. next() {
  779. this.show = false;
  780. this.show1 = true;
  781. this.type1 = this.type;
  782. this.container();
  783. },
  784. activea(item, idx) {
  785. this.datechan = idx;
  786. this.sum = item.sum;
  787. this.unit_price = item.unit_price;
  788. this.recommend_weight = item.recommend_weight;
  789. this.containid = item.id;
  790. this.weight_total = item.weight_total;
  791. if (this.language == "zh-CN") {
  792. this.containname = item.name_cn;
  793. }
  794. if (this.language == "en-US") {
  795. this.containname = item.name_en;
  796. }
  797. if (this.language == "es-ES") {
  798. this.containname = item.name_es;
  799. }
  800. if (this.language == "it-IT") {
  801. this.containname = item.name_ita;
  802. }
  803. },
  804. //确定
  805. confirm() {
  806. this.valuenum = false;
  807. this.show1 = false;
  808. this.containname1 = this.containname;
  809. this.recommendweight();
  810. this.config();
  811. },
  812. // 取消
  813. close() {
  814. this.show = false;
  815. this.show1 = false;
  816. },
  817. //提交订单
  818. topay() {
  819. if (this.valuenum) {
  820. this.$u.toast(this.i18n.newcontainer);
  821. } else {
  822. uni.$u.http
  823. .post("/api/order", {
  824. address_id: this.addinfo.id, //3 是 String 地址ID
  825. goods_id: this.goodinfo.id, //65 是 String 商品id
  826. goods_num: this.value, //2 是 String 商品数量
  827. sku_item_id: this.sku_info.id, //60 是 String 规格id
  828. cart_ids: this.stringcheck, //8,9 是 String 购物车id
  829. remark: "", //备注 是 String 备注
  830. merchant_goods_id: this.goodinfo.merchant_goods_id || "", //39 是 String 团长商品id
  831. container_id: this.containid, //1 是 String 货柜id
  832. share_member_id: this.share_merchant_id, // 是 String 分享团长id 分享商品的时候传
  833. belong: this.goodinfo.source || "", //0 是 String 商品归属 0团长 1平台自营 2团长发布或者分享的平台自营商品、供应链商品
  834. })
  835. .then((res) => {
  836. console.log("share_merchant_id", this.share_merchant_id);
  837. console.log(res);
  838. uni.navigateTo({
  839. // url: '/pageA/payorder?sum=' + (Number(this.sum*10000+ Number(this.sku_info.discount_price)*Number(this.value)*10000))/10000 +'&orderid=' + res.id
  840. url: "/pageA/payorder?orderid=" + res.id + "&sum=" + res.amount,
  841. });
  842. })
  843. .catch(() => {});
  844. }
  845. },
  846. },
  847. };
  848. </script>
  849. <style lang="scss" scoped>
  850. .toptitle {
  851. font-family: PingFangSC, PingFang SC;
  852. font-weight: 400;
  853. // font-size: 22rpx;
  854. color: #222222;
  855. line-height: 32rpx;
  856. text-align: left;
  857. font-style: normal;
  858. // width: 148rpx;
  859. width: 100%;
  860. overflow: hidden;
  861. text-overflow: ellipsis;
  862. -webkit-line-clamp: 1;
  863. display: -webkit-box;
  864. -webkit-box-orient: vertical;
  865. word-break: break-all;
  866. }
  867. ::v-deep .u-status-bar {
  868. height: 0 !important;
  869. }
  870. .confirm {
  871. width: 398rpx;
  872. height: 84rpx;
  873. background: #f83224;
  874. border-radius: 42rpx;
  875. text-align: center;
  876. font-family: PingFangSC, PingFang SC;
  877. font-weight: 500;
  878. font-size: 32rpx;
  879. color: #ffffff;
  880. line-height: 84rpx;
  881. text-align: center;
  882. font-style: normal;
  883. }
  884. .cancel {
  885. width: 280rpx;
  886. height: 84rpx;
  887. border-radius: 42rpx;
  888. border: 2rpx solid rgba(151, 151, 151, 0.3);
  889. font-family: PingFangSC, PingFang SC;
  890. font-weight: 400;
  891. font-size: 32rpx;
  892. color: #444444;
  893. line-height: 84rpx;
  894. text-align: center;
  895. font-style: normal;
  896. }
  897. .enbottom {
  898. width: 750rpx;
  899. height: 166rpx;
  900. background: #ffffff;
  901. position: absolute;
  902. left: 0rpx;
  903. bottom: 0;
  904. padding: 0 24rpx;
  905. box-sizing: border-box;
  906. }
  907. .mone {
  908. font-family: JDZhengHT, JDZhengHT;
  909. font-weight: 400;
  910. font-size: 26rpx;
  911. color: #f83224;
  912. line-height: 32rpx;
  913. text-align: left;
  914. font-style: normal;
  915. }
  916. .yundate {
  917. font-family: PingFangSC, PingFang SC;
  918. font-weight: 550;
  919. font-size: 32rpx;
  920. color: #333333;
  921. line-height: 44rpx;
  922. text-align: left;
  923. font-style: normal;
  924. }
  925. .chest {
  926. font-family: SFPro, SFPro;
  927. font-weight: 400;
  928. font-size: 24rpx;
  929. color: #555555;
  930. line-height: 28rpx;
  931. text-align: left;
  932. font-style: normal;
  933. }
  934. .act {
  935. width: 702rpx;
  936. height: 164rpx;
  937. background: #ffffff;
  938. border-radius: 12rpx;
  939. padding: 24rpx 20rpx;
  940. box-sizing: border-box;
  941. border: 1rpx solid #f83224;
  942. }
  943. .transport {
  944. width: 702rpx;
  945. height: 164rpx;
  946. background: #ffffff;
  947. border-radius: 12rpx;
  948. padding: 24rpx 20rpx;
  949. box-sizing: border-box;
  950. }
  951. .nextto {
  952. width: 702rpx;
  953. height: 84rpx;
  954. background: #f83224;
  955. border-radius: 44rpx;
  956. font-family: PingFangSC, PingFang SC;
  957. font-weight: 500;
  958. font-size: 32rpx;
  959. color: #ffffff;
  960. line-height: 84rpx;
  961. text-align: center;
  962. font-style: normal;
  963. margin-top: 108rpx;
  964. }
  965. .logname {
  966. font-family: PingFangSC, PingFang SC;
  967. font-weight: 400;
  968. font-size: 28rpx;
  969. color: #333333;
  970. line-height: 40rpx;
  971. text-align: right;
  972. font-style: normal;
  973. overflow: hidden;
  974. width: 220rpx;
  975. white-space: nowrap;
  976. text-overflow: ellipsis;
  977. text-align: center;
  978. word-break: break-all;
  979. }
  980. .wei {
  981. font-family: JDZhengHT, JDZhengHT;
  982. font-weight: 400;
  983. font-size: 32rpx;
  984. color: #f83224;
  985. line-height: 40rpx;
  986. text-align: right;
  987. font-style: normal;
  988. margin-top: 8rpx;
  989. }
  990. .active {
  991. width: 218rpx;
  992. height: 148rpx;
  993. background: rgba(247, 50, 36, 0.05);
  994. border-radius: 8rpx;
  995. border: 1rpx solid #f83224;
  996. }
  997. .unactive {
  998. width: 218rpx;
  999. height: 148rpx;
  1000. border-radius: 12rpx;
  1001. border: 1rpx solid #c3c3c3;
  1002. }
  1003. .poptitle {
  1004. width: 142rpx;
  1005. height: 50rpx;
  1006. font-family: PingFangSC, PingFang SC;
  1007. font-weight: 600;
  1008. font-size: 36rpx;
  1009. color: #333333;
  1010. text-align: center;
  1011. width: 100%;
  1012. }
  1013. .back {
  1014. background: rgba(244, 244, 244, 1);
  1015. padding: 20rpx 24rpx;
  1016. box-sizing: border-box;
  1017. .btn {
  1018. width: 750rpx;
  1019. height: 166rpx;
  1020. background: #ffffff;
  1021. box-shadow: 0rpx -1rpx 0rpx 0rpx rgba(0, 0, 0, 0.05);
  1022. position: fixed;
  1023. bottom: 0;
  1024. left: 0;
  1025. padding: 0 24rpx 5rpx 5rpx;
  1026. box-sizing: border-box;
  1027. .money {
  1028. font-family: HarmonyOS_Sans_Medium;
  1029. font-size: 48rpx;
  1030. color: #f83224;
  1031. line-height: 38rpx;
  1032. text-align: left;
  1033. font-style: normal;
  1034. // font-weight: 500;
  1035. font-weight: bold;
  1036. }
  1037. .kg {
  1038. font-family: PingFangSC, PingFang SC;
  1039. font-weight: 400;
  1040. font-size: 24rpx;
  1041. color: #333333;
  1042. line-height: 34rpx;
  1043. text-align: left;
  1044. font-style: normal;
  1045. }
  1046. .order {
  1047. width: 232rpx;
  1048. height: 80rpx;
  1049. background: #f83224;
  1050. border-radius: 40rpx;
  1051. font-family: PingFangTC, PingFangTC;
  1052. font-weight: 500;
  1053. font-size: 32rpx;
  1054. color: #ffffff;
  1055. line-height: 80rpx;
  1056. text-align: center;
  1057. font-style: normal;
  1058. margin-left: 20rpx;
  1059. }
  1060. }
  1061. //商品相关
  1062. .abount {
  1063. padding: 28rpx 24rpx;
  1064. box-sizing: border-box;
  1065. background: #ffffff;
  1066. border-radius: 16rpx;
  1067. width: 702rpx;
  1068. .zong {
  1069. width: 654rpx;
  1070. padding: 22rpx 0 0 0;
  1071. border-top: 2rpx solid rgba(151, 151, 151, 0.1);
  1072. margin-top: 32rpx;
  1073. .small {
  1074. font-family: PingFangTC, PingFangTC;
  1075. font-weight: 400;
  1076. font-size: 24rpx;
  1077. color: #444444;
  1078. line-height: 34rpx;
  1079. text-align: left;
  1080. font-style: normal;
  1081. }
  1082. .mon {
  1083. font-family: HarmonyOS_Sans_Medium;
  1084. font-size: 28rpx;
  1085. color: #f83224;
  1086. line-height: 38rpx;
  1087. text-align: left;
  1088. font-style: normal;
  1089. margin-left: 12rpx;
  1090. font-weight: bold;
  1091. }
  1092. }
  1093. .back {
  1094. background: rgba(244, 244, 244, 1);
  1095. padding: 22rpx 16rpx;
  1096. box-sizing: border-box;
  1097. margin-top: 10rpx;
  1098. // margin-bottom: 20rpx;
  1099. }
  1100. .name {
  1101. font-family: PingFangSC, PingFang SC;
  1102. font-weight: 400;
  1103. font-size: 28rpx;
  1104. color: #333333;
  1105. line-height: 40rpx;
  1106. text-align: left;
  1107. font-style: normal;
  1108. }
  1109. .money {
  1110. font-family: HarmonyOS_Sans_Medium;
  1111. font-size: 28rpx;
  1112. color: #222222;
  1113. line-height: 38rpx;
  1114. text-align: left;
  1115. font-style: normal;
  1116. font-weight: 600;
  1117. }
  1118. }
  1119. .recommend {
  1120. margin-top: 20rpx;
  1121. .title {
  1122. font-family: PingFangSC, PingFang SC;
  1123. font-weight: 400;
  1124. font-size: 22rpx;
  1125. color: #222222;
  1126. line-height: 32rpx;
  1127. text-align: left;
  1128. font-style: normal;
  1129. width: 148rpx;
  1130. height: 64rpx;
  1131. overflow: hidden;
  1132. text-overflow: ellipsis;
  1133. -webkit-line-clamp: 2;
  1134. display: -webkit-box;
  1135. -webkit-box-orient: vertical;
  1136. word-break: break-all;
  1137. }
  1138. .top {
  1139. width: 702rpx;
  1140. height: 64rpx;
  1141. background: linear-gradient(
  1142. 180deg,
  1143. #ffe7e3 0%,
  1144. rgba(255, 255, 255, 1) 100%
  1145. );
  1146. border-radius: 16rpx 16rpx 0 0;
  1147. padding: 24rpx 22rpx;
  1148. box-sizing: border-box;
  1149. }
  1150. .bottom {
  1151. padding: 0 20rpx 22rpx;
  1152. box-sizing: border-box;
  1153. background: #fff;
  1154. }
  1155. }
  1156. //物流
  1157. .logistics {
  1158. width: 702rpx;
  1159. // height: 96rpx;
  1160. background: #ffffff;
  1161. border-radius: 16rpx;
  1162. padding: 28rpx 22rpx;
  1163. box-sizing: border-box;
  1164. margin-top: 20rpx;
  1165. .change {
  1166. font-family: PingFangSC, PingFang SC;
  1167. font-weight: 400;
  1168. font-size: 28rpx;
  1169. color: #f83224;
  1170. line-height: 40rpx;
  1171. text-align: left;
  1172. font-style: normal;
  1173. margin-right: 8rpx;
  1174. }
  1175. }
  1176. //商城
  1177. .shop {
  1178. width: 702rpx;
  1179. // height: 322rpx;
  1180. background: #ffffff;
  1181. border-radius: 16rpx;
  1182. padding: 30rpx 24rpx;
  1183. margin-top: 20rpx;
  1184. box-sizing: border-box;
  1185. .bu {
  1186. width: 120rpx;
  1187. height: 40rpx;
  1188. border-radius: 20rpx;
  1189. border: 1rpx solid rgba(151, 151, 151, 0.3);
  1190. }
  1191. .money {
  1192. font-family: HarmonyOS_Sans_Medium;
  1193. font-size: 24rpx;
  1194. color: #f83224;
  1195. line-height: 34rpx;
  1196. text-align: left;
  1197. font-style: normal;
  1198. font-weight: 600;
  1199. }
  1200. .name {
  1201. font-family: PingFangSC, PingFang SC;
  1202. font-weight: 400;
  1203. font-size: 30rpx;
  1204. color: #222222;
  1205. line-height: 42rpx;
  1206. text-align: left;
  1207. font-style: normal;
  1208. margin-left: 10rpx;
  1209. }
  1210. .weight {
  1211. font-family: PingFangSC, PingFang SC;
  1212. font-weight: 400;
  1213. font-size: 24rpx;
  1214. color: rgba(34, 34, 34, 0.6);
  1215. line-height: 34rpx;
  1216. text-align: left;
  1217. font-style: normal;
  1218. margin-top: 16rpx;
  1219. }
  1220. }
  1221. // 地址
  1222. .address {
  1223. width: 702rpx;
  1224. // height: 182rpx;
  1225. background: #ffffff;
  1226. border-radius: 16rpx;
  1227. padding: 32rpx 24rpx;
  1228. box-sizing: border-box;
  1229. .add {
  1230. font-family: SFPro, SFPro;
  1231. font-weight: 500;
  1232. font-size: 32rpx;
  1233. color: #222222;
  1234. line-height: 36rpx;
  1235. text-align: left;
  1236. font-style: normal;
  1237. }
  1238. .info {
  1239. font-family: SFPro, SFPro;
  1240. font-weight: 400;
  1241. font-size: 24rpx;
  1242. color: #555555;
  1243. line-height: 28rpx;
  1244. text-align: left;
  1245. font-style: normal;
  1246. margin-top: 20rpx;
  1247. }
  1248. }
  1249. }
  1250. .minus {
  1251. width: 22px;
  1252. height: 22px;
  1253. border-width: 1px;
  1254. border-color: #e6e6e6;
  1255. border-style: solid;
  1256. border-top-left-radius: 100px;
  1257. border-top-right-radius: 100px;
  1258. border-bottom-left-radius: 100px;
  1259. border-bottom-right-radius: 100px;
  1260. @include flex;
  1261. justify-content: center;
  1262. align-items: center;
  1263. }
  1264. .input {
  1265. padding: 0 10px;
  1266. }
  1267. .plus {
  1268. width: 22px;
  1269. height: 22px;
  1270. background-color: #ff0000;
  1271. border-radius: 50%;
  1272. /* #ifndef APP-NVUE */
  1273. display: flex;
  1274. /* #endif */
  1275. justify-content: center;
  1276. align-items: center;
  1277. }
  1278. </style>