goods.vue 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  1. <template>
  2. <!-- 物品信息 -->
  3. <view class="back">
  4. <view class="top">
  5. <view class="u-flex">
  6. <text class="title">{{i18n.item}}</text>
  7. <view class="mast">{{i18n.required}}</view>
  8. </view>
  9. <view v-if="goodname" class="" style="margin-top: 30rpx;">
  10. <view class="about u-flex"
  11. style="color: rgba(248, 50, 36, 1);border: 2rpx solid rgba(248, 50, 36, 1);justify-content: center;">
  12. <text style="margin-right: 18rpx;">{{goodname}}</text>
  13. <u-icon name="close" color="rgba(248, 50, 36, 1)" size="12" @click="goodname=''"></u-icon>
  14. </view>
  15. </view>
  16. <view class="">
  17. <view class="info">填写准确的寄送物品可帮助您推荐更合适的产品</view>
  18. <view class="input">
  19. <input disabled type="text" placeholder="请输入物品名称" style="width: 100%;" @click="tosearch" />
  20. </view>
  21. <view v-if="goodname==''" class="u-flex " style="margin-top: 28rpx;flex-wrap: wrap;column-gap: 10rpx;">
  22. <view class="about" v-for="(item,idx) in goods" @click="activename(item)" style="overflow: hidden;">
  23. <text v-if="language =='zh-CN'">{{item.name_cn}}</text>
  24. <text v-if="language =='en-US'">{{item.name_en}}</text>
  25. <text v-if="language =='es-ES'">{{item.name_es}}</text>
  26. <text v-if="language =='it-IT'">{{item.name_ita}}</text>
  27. </view>
  28. </view>
  29. </view>
  30. </view>
  31. <view class="type u-flex u-row-between">
  32. <view class="u-flex">
  33. <text class="title">{{i18n.shoptype}}</text>
  34. <image src="../static/express/explain.png" style="width: 32rpx;height: 32rpx;margin-left: 10rpx;"
  35. mode=""></image>
  36. </view>
  37. <view class="u-flex">
  38. <view class="u-flex" @click="type('normal')" style="margin-right: 24rpx;">
  39. <image v-if="goodtype=='normal'" style="width: 24rpx;height: 24rpx;margin-right: 6rpx;"
  40. src="../static/express/active.png" mode=""></image>
  41. <image v-if="goodtype=='special'" style="width: 24rpx;height: 24rpx;margin-right: 6rpx;"
  42. src="../static/express/noactive.png" mode=""></image>
  43. <text class='special'>{{i18n.Normal}}</text>
  44. </view>
  45. <view class="u-flex" @click="type('special')">
  46. <image v-if="goodtype=='special'" style="width: 24rpx;height: 24rpx;margin-right: 6rpx;"
  47. src="../static/express/active.png" mode=""></image>
  48. <image v-if="goodtype=='normal'" style="width: 24rpx;height: 24rpx;margin-right: 6rpx;"
  49. src="../static/express/noactive.png" mode=""></image>
  50. <text class='special'>{{i18n.special}}</text>
  51. </view>
  52. <!-- <text class="change">{{i18n.selection}}</text>
  53. <image src="../static/express/next1.png" style="width: 26rpx;height: 26rpx;" mode=""></image> -->
  54. </view>
  55. </view>
  56. <view class="abouta">
  57. <view class="u-flex u-row-between">
  58. <view class="title">{{i18n.estimated}}</view>
  59. <view class="">
  60. <u-number-box v-model="value">
  61. <view @click="changeweight" slot="minus" class="minus">
  62. <u-icon name="minus" size="12"></u-icon>
  63. </view>
  64. <!-- <text slot="input" style="width: 150rpx;text-align: center;" class="inpu">{{value}}kg</text> -->
  65. <view slot="input" class="u-flex"
  66. style="width: 150rpx;text-align: center;background: #f4f4f4;padding: 10rpx 20rpx;">
  67. <input type="text" v-model="weight" />
  68. <text>kg</text>
  69. <!-- <text class="inpu">{{value}}件</text> -->
  70. </view>
  71. <view @click="weight++" slot="plus" class="plus">
  72. <u-icon name="plus" color="#000000" size="12"></u-icon>
  73. </view>
  74. </u-number-box>
  75. </view>
  76. </view>
  77. <view class="u-flex u-row-between"
  78. style="border-top: 2rpx solid rgba(151, 151, 151, 0.1);padding-top: 30rpx;margin-top: 32rpx;">
  79. <view class="title">{{i18n.piece}}</view>
  80. <view class="">
  81. <u-number-box v-model="value">
  82. <view @click="changenumber" slot="minus" class="minus">
  83. <u-icon name="minus" size="12"></u-icon>
  84. </view>
  85. <view slot="input" class="u-flex"
  86. style="width: 150rpx;text-align: center;background: #f4f4f4;padding: 10rpx 20rpx;">
  87. <input type="text" v-model="number" />
  88. <text>件</text>
  89. <!-- <text class="inpu">{{value}}件</text> -->
  90. </view>
  91. <view @click="number++" slot="plus" class="plus">
  92. <u-icon name="plus" color="#000000" size="12"></u-icon>
  93. </view>
  94. </u-number-box>
  95. </view>
  96. </view>
  97. <view class="u-flex u-row-between" style="margin-top: 30rpx;">
  98. <text style="font-weight: 600;">总体积</text>
  99. <text style="font-size: 20rpx;
  100. color: rgba(34, 34, 34, 0.5);">补充体积预估费用更精确</text>
  101. </view>
  102. <view class="u-flex u-row-between" style="margin-top: 32rpx;">
  103. <view class="vite u-flex">
  104. <input type="text" placeholder="长" v-model="length" />
  105. <text>cm</text>
  106. </view>
  107. <view class="">*</view>
  108. <view class="vite u-flex">
  109. <input type="text" placeholder="宽" v-model="width" />
  110. <text>cm</text>
  111. </view>
  112. <view class="">*</view>
  113. <view class="vite u-flex">
  114. <input type="text" placeholder="高" v-model="height" />
  115. <text>cm</text>
  116. </view>
  117. </view>
  118. <view class="u-flex" style="margin-top: 28rpx;">
  119. <view class="zhu">
  120. 注:实际重量体积以收派员确定为准,物品在
  121. <text class="rule"> {{i18n.rule}}</text>
  122. </view>
  123. </view>
  124. </view>
  125. <view class="btn">
  126. <view class="button" @click="enter">{{i18n.enter}}</view>
  127. </view>
  128. </view>
  129. </template>
  130. <script>
  131. export default {
  132. data() {
  133. return {
  134. value: 1,
  135. goods: [],
  136. language: 'zh-CN',
  137. goodname: '',
  138. number: 1,
  139. weight: 1,
  140. goodid: '', //物品信息id
  141. goodtype: 'normal', //商品类型
  142. length: '',
  143. width: '',
  144. height: ''
  145. };
  146. },
  147. computed: {
  148. i18n() {
  149. return this.$t('index')
  150. }
  151. },
  152. onLoad() {
  153. this.getgoods()
  154. },
  155. onShow() {
  156. if (uni.getStorageSync('language') != '') {
  157. this.language = uni.getStorageSync('language')
  158. }
  159. uni.setNavigationBarTitle({
  160. title: this.i18n.item
  161. })
  162. },
  163. methods: {
  164. enter() {
  165. if (this.goodid == '') {
  166. this.$u.toast('请选择邮寄物品')
  167. return
  168. }
  169. if (this.goodtype == '') {
  170. this.$u.toast('请选择物品类型')
  171. return
  172. }
  173. const eventchannel = this.getOpenerEventChannel();
  174. eventchannel.emit('goodinfo', {
  175. goodid: this.goodid,
  176. goodtype: this.goodtype,
  177. goodname: this.goodname,
  178. number: this.number,
  179. weight: this.weight,
  180. length:this.length,
  181. width:this.width,
  182. height:this.height,
  183. })
  184. uni.navigateBack()
  185. },
  186. changeweight() {
  187. if (this.weight == 1) {
  188. this.$u.toast('重量不能小于1')
  189. } else {
  190. this.weight--
  191. }
  192. },
  193. changenumber() {
  194. if (this.number == 1) {
  195. this.$u.toast('数量不能小于1')
  196. } else {
  197. this.number--
  198. }
  199. },
  200. //商品类型
  201. type(type) {
  202. this.goodtype = type
  203. },
  204. //选中哪个物品
  205. activename(item) {
  206. if (this.language == 'zh-CN') {
  207. this.goodname = item.name_cn
  208. } else if (this.language == 'en-US') {
  209. this.goodname = item.name_en
  210. } else if (this.language == 'es-ES') {
  211. this.goodname = item.name_es
  212. } else if (this.language == 'it-IT') {
  213. this.goodname = item.name_ita
  214. }
  215. this.goodid = item.id
  216. },
  217. getgoods() {
  218. uni.$u.http.get('/api/express-goods-info', {
  219. params: {
  220. is_hot: 1
  221. }
  222. }).then((res) => {
  223. this.goods = res
  224. }).catch(() => {
  225. })
  226. },
  227. tosearch() {
  228. var that = this
  229. uni.navigateTo({
  230. url: "/pageB/search",
  231. events: {
  232. searchinfo: function(res) {
  233. if (that.language == 'zh-CN') {
  234. that.goodname = res.name_cn
  235. } else if (that.language == 'en-US') {
  236. that.goodname = res.name_en
  237. } else if (that.language == 'es-ES') {
  238. that.goodname = res.name_es
  239. } else if (that.language == 'it-IT') {
  240. that.goodname = res.name_ita
  241. }
  242. that.goodid = res.id
  243. }
  244. }
  245. })
  246. }
  247. }
  248. }
  249. </script>
  250. <style lang="scss" scoped>
  251. .vite {
  252. width: 198rpx;
  253. height: 60rpx;
  254. background: #F4F4F4;
  255. border-radius: 36rpx;
  256. padding: 12rpx 28rpx;
  257. box-sizing: border-box;
  258. }
  259. .special {
  260. font-family: PingFangSC, PingFang SC;
  261. font-weight: 400;
  262. font-size: 26rpx;
  263. color: #444444;
  264. line-height: 36rpx;
  265. text-align: left;
  266. font-style: normal;
  267. }
  268. .minus {
  269. width: 22px;
  270. height: 22px;
  271. border-width: 1px;
  272. border-color: rgba(0, 0, 0, 0);
  273. border-style: solid;
  274. border-top-left-radius: 100px;
  275. border-top-right-radius: 100px;
  276. border-bottom-left-radius: 100px;
  277. border-bottom-right-radius: 100px;
  278. @include flex;
  279. justify-content: center;
  280. align-items: center;
  281. }
  282. .inpu {
  283. padding: 0 20px;
  284. width: 150rpx;
  285. height: 52rpx;
  286. background: #F4F4F4;
  287. text-align: center;
  288. line-height: 52rpx;
  289. }
  290. .plus {
  291. width: 22px;
  292. height: 22px;
  293. // background-color: #FF0000;
  294. border-radius: 50%;
  295. /* #ifndef APP-NVUE */
  296. display: flex;
  297. /* #endif */
  298. justify-content: center;
  299. align-items: center;
  300. }
  301. .back {
  302. padding: 20rpx 24rpx;
  303. .btn {
  304. width: 750rpx;
  305. height: 166rpx;
  306. background: #FFFFFF;
  307. position: fixed;
  308. bottom: 0;
  309. left: 0;
  310. padding: 18rpx 32rpx;
  311. box-sizing: border-box;
  312. .button {
  313. width: 686rpx;
  314. height: 88rpx;
  315. background: #F83224;
  316. border-radius: 44rpx;
  317. font-family: PingFangSC, PingFang SC;
  318. font-weight: 500;
  319. font-size: 32rpx;
  320. color: #FFFFFF;
  321. line-height: 88rpx;
  322. text-align: center;
  323. font-style: normal;
  324. }
  325. }
  326. .abouta {
  327. padding: 38rpx 20rpx;
  328. box-sizing: border-box;
  329. width: 702rpx;
  330. // height: 352rpx;
  331. background: #FFFFFF;
  332. border-radius: 16rpx;
  333. margin-top: 20rpx;
  334. .zhu {
  335. font-family: PingFangSC, PingFang SC;
  336. font-weight: 400;
  337. font-size: 24rpx;
  338. color: #7D7D7D;
  339. line-height: 42rpx;
  340. text-align: left;
  341. font-style: normal;
  342. }
  343. .rule {
  344. font-family: PingFangSC, PingFang SC;
  345. font-weight: 400;
  346. font-size: 24rpx;
  347. color: #F83224;
  348. line-height: 34rpx;
  349. text-align: left;
  350. font-style: normal;
  351. }
  352. }
  353. .title {
  354. font-family: PingFangSC, PingFang SC;
  355. font-weight: 600;
  356. font-size: 28rpx;
  357. color: #222222;
  358. line-height: 40rpx;
  359. text-align: left;
  360. font-style: normal;
  361. }
  362. .type {
  363. width: 704rpx;
  364. height: 96rpx;
  365. background: #FFFFFF;
  366. border-radius: 16rpx;
  367. margin-top: 20rpx;
  368. padding: 28rpx 20rpx;
  369. box-sizing: border-box;
  370. .change {
  371. font-family: PingFangSC, PingFang SC;
  372. font-weight: 400;
  373. font-size: 28rpx;
  374. color: #666666;
  375. line-height: 40rpx;
  376. text-align: left;
  377. font-style: normal;
  378. }
  379. }
  380. .top {
  381. width: 702rpx;
  382. // height: 484rpx;
  383. background: #FFFFFF;
  384. border-radius: 16rpx;
  385. padding: 24rpx 28rpx;
  386. box-sizing: border-box;
  387. .mast {
  388. // width: 62rpx;
  389. height: 30rpx;
  390. border-radius: 16rpx;
  391. border: 1rpx solid #F83224;
  392. font-family: PingFangSC, PingFang SC;
  393. font-weight: 400;
  394. font-size: 20rpx;
  395. color: #FF1515;
  396. line-height: 30rpx;
  397. text-align: center;
  398. font-style: normal;
  399. margin-left: 8rpx;
  400. padding: 0 6rpx;
  401. box-sizing: border-box;
  402. }
  403. .about {
  404. width: 202rpx;
  405. height: 60rpx;
  406. border-radius: 36rpx;
  407. border: 1rpx solid rgba(151, 151, 151, 0.5);
  408. font-family: PingFangSC, PingFang SC;
  409. font-weight: 400;
  410. font-size: 26rpx;
  411. color: #444444;
  412. line-height: 60rpx;
  413. text-align: center;
  414. font-style: normal;
  415. margin-bottom: 20rpx;
  416. }
  417. }
  418. .info {
  419. font-family: PingFangSC, PingFang SC;
  420. font-weight: 400;
  421. font-size: 24rpx;
  422. color: #222222;
  423. line-height: 34rpx;
  424. text-align: left;
  425. font-style: normal;
  426. margin-top: 20rpx;
  427. }
  428. .input {
  429. width: 646rpx;
  430. height: 68rpx;
  431. background: #F5F5F5;
  432. border-radius: 44rpx;
  433. padding: 14rpx 32rpx;
  434. margin-top: 20rpx;
  435. box-sizing: border-box;
  436. }
  437. }
  438. </style>