counter.vue 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534
  1. <template>
  2. <!-- 物流报价器 -->
  3. <view class="back">
  4. <!-- 城市 -->
  5. <view class="add u-flex u-row-around">
  6. <text class='address' @click="change(0)">{{original||i18n.Starting}}</text>
  7. <image src="static/images/arrows.png" mode="" style="width: 130rpx;height: 10rpx;"></image>
  8. <text class='address' @click="change(1)">{{bourn||i18n.destination}}</text>
  9. </view>
  10. <!-- 商品类型 -->
  11. <view class="type">
  12. <view class="title u-flex">
  13. <text>{{i18n.shoptype}}</text>
  14. <image src="" mode="" style="width: 12rpx;height: 12rpx;"></image>
  15. </view>
  16. <view class="u-flex" style="margin-top: 24rpx;">
  17. <view :class="index==idx?'left':'right'" @click="good(item,idx)" style="margin-right: 20rpx;"
  18. v-for="(item,idx) in goods" :key="idx">{{item.label}}</view>
  19. <!-- <view class="right" style="margin-left: 20rpx;">特殊商品</view> -->
  20. </view>
  21. </view>
  22. <!-- 跨境物流 -->
  23. <view class="logistics u-flex u-row-between">
  24. <text style="font-weight: 600;">{{i18n.flow}}</text>
  25. <view class="u-flex" @click="changewu">
  26. <text class="change">{{leftname?leftname+' | '+rightname : i18n.selection}}</text>
  27. <u-icon name="arrow-right" size='16'></u-icon>
  28. </view>
  29. </view>
  30. <!-- 商品重量 -->
  31. <view class="weight ">
  32. <view class="u-flex u-row-between">
  33. <text style="font-weight: 600;">{{i18n.Commodity}}</text>
  34. <u-number-box v-model="value">
  35. <view slot="minus" class="minus">
  36. <u-icon name="minus" size="12"></u-icon>
  37. </view>
  38. <view slot="input"
  39. style="width: 50px;text-align: center;height: 30px;line-height: 30px;background: #f5f5f5;"
  40. class="input u-flex">
  41. <input type="text" v-model="value" />
  42. <text>kg</text>
  43. </view>
  44. <view slot="plus" class="plus">
  45. <u-icon name="plus" size="12"></u-icon>
  46. </view>
  47. </u-number-box>
  48. </view>
  49. <view class="u-flex u-row-between" style="margin-top: 30rpx;">
  50. <text style="font-weight: 600;">总体积</text>
  51. <text style="font-size: 20rpx;
  52. color: rgba(34, 34, 34, 0.5);">补充体积预估费用更精确</text>
  53. </view>
  54. <view class="u-flex u-row-between" style="margin-top: 32rpx;">
  55. <view class="vite u-flex">
  56. <input type="text" placeholder="长" v-model="length" />
  57. <text>cm</text>
  58. </view>
  59. <view class="">*</view>
  60. <view class="vite u-flex">
  61. <input type="text" placeholder="宽" v-model="width" />
  62. <text>cm</text>
  63. </view>
  64. <view class="">*</view>
  65. <view class="vite u-flex">
  66. <input type="text" placeholder="高" v-model="height" />
  67. <text>cm</text>
  68. </view>
  69. </view>
  70. </view>
  71. <!-- 获取价格 -->
  72. <view @click="gain" :class="gat==1?'yuan':'price'">
  73. {{i18n.Acquisition}}
  74. </view>
  75. <view class="gain" v-if="gatShow">
  76. <view class="">
  77. <text class='weigh'>{{i18n.Calculated}}:</text>
  78. <text class='weigh' style="color: rgba(34, 34, 34, 1);">{{value}}kg</text>
  79. </view>
  80. <view class="u-flex u-row-between"
  81. style="border-top: 2rpx solid #979797;margin-top: 32rpx;padding-top: 20rpx;">
  82. <view class="">
  83. <text class='weigh'>{{i18n.Estimated}}</text>
  84. <text style="margin-left: 6rpx;" class='red'>¥</text>
  85. <text class='red' style="font-size: 32rpx;">{{money}}</text>
  86. <text class='red'>起</text>
  87. </view>
  88. <view class="info" @click="logistics">{{i18n.details}}</view>
  89. </view>
  90. </view>
  91. <!-- 地址选择 -->
  92. <u-picker :show="show" ref="uPicker" keyName="name" :columns="columns" @confirm="confirm"
  93. @change="changeHandler"></u-picker>
  94. <!-- 跨境物流 -->
  95. <u-popup round='28' :show="logshow" @close="close">
  96. <view class="pop">
  97. <kj-flow :goodstype='goodstype' :province_id='province_id' ref="child" @success='success'
  98. @close='logshow=false'></kj-flow>
  99. </view>
  100. </u-popup>
  101. </view>
  102. </template>
  103. <script>
  104. export default {
  105. data() {
  106. return {
  107. logshow: false, //物流选择
  108. value: 1,
  109. show: false,
  110. original: '', //起始地
  111. bourn: '', //目的地
  112. type: 0,
  113. gat: 0,
  114. gatShow: false,
  115. columns: [
  116. ],
  117. columnData: [
  118. ],
  119. goods: [],
  120. index: 0,
  121. domestic: 1,
  122. province_id: '',
  123. goodstype: 'normal',
  124. container_id: '', //货柜id
  125. leftname: '',
  126. rightname: '',
  127. money: '',
  128. length: '',
  129. width: '',
  130. height: ''
  131. };
  132. },
  133. onLoad() {
  134. // this.goods = [{
  135. // name: this.i18n.Normal
  136. // },
  137. // {
  138. // name: this.i18n.special
  139. // }
  140. // ]
  141. },
  142. onShow() {
  143. uni.setNavigationBarTitle({
  144. title: this.i18n.compute
  145. })
  146. // this.getarea()
  147. this.goodtype()
  148. },
  149. computed: {
  150. i18n() {
  151. return this.$t('index')
  152. }
  153. },
  154. methods: {
  155. //商品类型
  156. goodtype() {
  157. uni.$u.http.get('/api/express-goods-type', ).then((res) => {
  158. this.goods = res
  159. }).catch(() => {
  160. })
  161. },
  162. //物流选择
  163. changewu() {
  164. if (this.province_id) {
  165. this.logshow = true
  166. setTimeout(() => {
  167. this.$refs.child.transport();
  168. }, 800)
  169. } else {
  170. this.$u.toast('请先选择城市')
  171. }
  172. },
  173. //物流计算器
  174. calculate() {
  175. if (this.container_id == '') {
  176. this.$u.toast('请选择货柜')
  177. return
  178. }
  179. uni.$u.http.get('/api/express-order/calculate', {
  180. params: {
  181. container_id: this.container_id, // 是 String 货柜ID
  182. weight: this.value, // 是 String 重量(kg)
  183. length: this.length, // 是 String 长(m)
  184. width: this.width, // 是 String 宽(m)
  185. height: this.height, // 是 String 高(m)
  186. type: this.goodstype, // 是 String 商品类型: normal. 普通商品, special.特殊商品
  187. }
  188. }).then((res) => {
  189. this.money = res
  190. }).catch(() => {
  191. })
  192. },
  193. //地区列表
  194. getarea() {
  195. this.columns = []
  196. this.columnData = []
  197. uni.$u.http.get('/api/area/tree', {
  198. params: {
  199. is_domestic: this.domestic,
  200. pid: 0
  201. }
  202. }).then((res) => {
  203. console.log(res)
  204. // this.columns.splice(0,1, [{name:res[0].name}])
  205. this.columns = [res]
  206. this.columns[1] = res[0].children
  207. // this.columnData[0] = res[0].children
  208. res.forEach(item => {
  209. this.columnData.push(item.children)
  210. })
  211. }).catch(() => {
  212. })
  213. },
  214. success(msg) {
  215. this.logshow = false
  216. console.log(msg);
  217. this.leftname = msg.leftname
  218. this.container_id = msg.dateid
  219. this.rightname = msg.rightname
  220. },
  221. close() {
  222. this.logshow = false
  223. },
  224. //切换商品类型
  225. good(item, idx) {
  226. this.goodstype = item.value
  227. this.index = idx
  228. },
  229. //物流详情
  230. logistics() {
  231. uni.navigateTo({
  232. url: '/pageA/logisticsinfo?weight=' + this.value + '$money=' + this.money
  233. })
  234. },
  235. //获取价格
  236. gain() {
  237. if (this.container_id == '') {
  238. this.$u.toast('请选择货柜')
  239. } else {
  240. this.gat = 1
  241. this.gatShow = true
  242. this.calculate()
  243. }
  244. },
  245. //开启地址选择器
  246. change(type) {
  247. this.type = type
  248. this.show = true
  249. if (type == 0) {
  250. this.domestic = 1
  251. this.getarea()
  252. } else {
  253. this.domestic = 0
  254. this.getarea()
  255. }
  256. },
  257. changeHandler(e) {
  258. const {
  259. columnIndex,
  260. value,
  261. values, // values为当前变化列的数组内容
  262. index,
  263. // 微信小程序无法将picker实例传出来,只能通过ref操作
  264. picker = this.$refs.uPicker
  265. } = e
  266. // 当第一列值发生变化时,变化第二列(后一列)对应的选项
  267. if (columnIndex === 0) {
  268. // picker为选择器this实例,变化第二列对应的选项
  269. picker.setColumnValues(1, this.columnData[index])
  270. }
  271. },
  272. // 回调参数为包含columnIndex、value、values
  273. confirm(e) {
  274. console.log('confirm', e)
  275. this.show = false
  276. if (this.type == 0) {
  277. this.original = e.value[0].name + '-' + e.value[1].name
  278. // console.log(e.value[0]);
  279. } else {
  280. this.bourn = e.value[0].name + '-' + e.value[1].name
  281. this.province_id = e.value[1].id
  282. }
  283. }
  284. }
  285. }
  286. </script>
  287. <style lang="scss" scoped>
  288. .vite {
  289. width: 198rpx;
  290. height: 60rpx;
  291. background: #F4F4F4;
  292. border-radius: 36rpx;
  293. padding: 12rpx 28rpx;
  294. box-sizing: border-box;
  295. }
  296. .pop {
  297. font-family: PingFangSC, PingFang SC;
  298. font-weight: 500;
  299. font-size: 36rpx;
  300. color: #333333;
  301. line-height: 50rpx;
  302. text-align: left;
  303. font-style: normal;
  304. padding: 32rpx 28rpx 0 0;
  305. box-sizing: border-box;
  306. }
  307. .back {
  308. background-color: rgba(244, 244, 244, 1);
  309. padding: 20rpx 24rpx;
  310. box-sizing: border-box;
  311. .yuan {
  312. width: 702rpx;
  313. height: 96rpx;
  314. background: #F83224;
  315. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
  316. border-radius: 48rpx;
  317. margin-top: 62rpx;
  318. font-family: PingFangSC, PingFang SC;
  319. font-weight: 500;
  320. font-size: 32rpx;
  321. color: #FFFFFF;
  322. line-height: 96rpx;
  323. text-align: center;
  324. font-style: normal;
  325. }
  326. .gain {
  327. width: 702rpx;
  328. height: 208rpx;
  329. background: #FFFFFF;
  330. border-radius: 16rpx;
  331. margin-top: 68rpx;
  332. padding: 40rpx 24rpx 34rpx 24rpx;
  333. box-sizing: border-box;
  334. .weigh {
  335. font-family: PingFangSC, PingFang SC;
  336. font-weight: 400;
  337. font-size: 28rpx;
  338. color: #777777;
  339. line-height: 40rpx;
  340. text-align: left;
  341. font-style: normal;
  342. }
  343. .info {
  344. font-family: PingFangSC, PingFang SC;
  345. font-weight: 400;
  346. font-size: 24rpx;
  347. color: #333333;
  348. line-height: 34rpx;
  349. text-align: left;
  350. font-style: normal;
  351. }
  352. .red {
  353. font-family: HarmonyOS_Sans_Medium;
  354. font-size: 20rpx;
  355. color: #F83224;
  356. line-height: 26rpx;
  357. text-align: left;
  358. font-style: normal;
  359. }
  360. }
  361. //步进器
  362. .minus {
  363. width: 22px;
  364. height: 22px;
  365. // border-width: 1px;
  366. // border-color: #E6E6E6;
  367. // border-style: solid;
  368. border-top-left-radius: 100px;
  369. border-top-right-radius: 100px;
  370. border-bottom-left-radius: 100px;
  371. border-bottom-right-radius: 100px;
  372. @include flex;
  373. justify-content: center;
  374. align-items: center;
  375. }
  376. .input {
  377. padding: 0 10px;
  378. }
  379. .plus {
  380. width: 22px;
  381. height: 22px;
  382. // background-color: #FF0000;
  383. border-radius: 50%;
  384. /* #ifndef APP-NVUE */
  385. display: flex;
  386. /* #endif */
  387. justify-content: center;
  388. align-items: center;
  389. }
  390. //商品重量
  391. .weight {
  392. padding: 34rpx 20rpx;
  393. box-sizing: border-box;
  394. width: 702rpx;
  395. // height: 108rpx;
  396. background: #FFFFFF;
  397. border-radius: 16rpx;
  398. margin-top: 20rpx;
  399. }
  400. //获取价格
  401. .price {
  402. width: 702rpx;
  403. height: 96rpx;
  404. background: #F83224;
  405. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
  406. border-radius: 48rpx;
  407. position: fixed;
  408. bottom: 72rpx;
  409. left: 24rpx;
  410. font-family: PingFangSC, PingFang SC;
  411. font-weight: 500;
  412. font-size: 32rpx;
  413. color: #FFFFFF;
  414. line-height: 96rpx;
  415. text-align: center;
  416. font-style: normal;
  417. }
  418. //跨境物流
  419. .logistics {
  420. width: 702rpx;
  421. height: 96rpx;
  422. background: #FFFFFF;
  423. border-radius: 16rpx;
  424. padding: 28rpx 22rpx;
  425. box-sizing: border-box;
  426. margin-top: 20rpx;
  427. .change {
  428. font-family: PingFangSC, PingFang SC;
  429. font-weight: 400;
  430. font-size: 28rpx;
  431. color: #F83224;
  432. line-height: 40rpx;
  433. text-align: left;
  434. font-style: normal;
  435. margin-right: 8rpx;
  436. }
  437. }
  438. // 商品类型
  439. .type {
  440. padding: 28rpx 20rpx;
  441. box-sizing: border-box;
  442. width: 702rpx;
  443. height: 190rpx;
  444. background: #FFFFFF;
  445. border-radius: 16rpx;
  446. margin-top: 20rpx;
  447. .title {
  448. font-family: PingFangSC, PingFang SC;
  449. font-weight: 600;
  450. font-size: 28rpx;
  451. color: #222222;
  452. line-height: 40rpx;
  453. text-align: left;
  454. font-style: normal;
  455. }
  456. .left {
  457. // width: 202rpx;
  458. padding: 0 30rpx;
  459. height: 60rpx;
  460. border-radius: 36rpx;
  461. border: 1rpx solid #F83224;
  462. font-family: PingFangSC, PingFang SC;
  463. font-weight: 400;
  464. font-size: 26rpx;
  465. color: #F83224;
  466. line-height: 60rpx;
  467. text-align: center;
  468. font-style: normal;
  469. box-sizing: border-box;
  470. }
  471. .right {
  472. // width: 202rpx;
  473. height: 60rpx;
  474. padding: 0 30rpx;
  475. border-radius: 36rpx;
  476. border: 1rpx solid #979797;
  477. font-family: PingFangSC, PingFang SC;
  478. font-weight: 400;
  479. font-size: 26rpx;
  480. color: #979797;
  481. line-height: 60rpx;
  482. box-sizing: border-box;
  483. text-align: center;
  484. font-style: normal;
  485. }
  486. }
  487. //城市
  488. .add {
  489. width: 702rpx;
  490. height: 144rpx;
  491. background: #FFFFFF;
  492. border-radius: 16rpx;
  493. padding: 50rpx 8rpx;
  494. box-sizing: border-box;
  495. .address {
  496. font-family: PingFangSC, PingFang SC;
  497. font-weight: 600;
  498. font-size: 32rpx;
  499. color: #222222;
  500. line-height: 44rpx;
  501. text-align: right;
  502. font-style: normal;
  503. }
  504. }
  505. }
  506. </style>