counter.vue 15 KB

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