goods.vue 12 KB

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