goodsInformation.vue 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. <template>
  2. <view class="detail" @click="$emit('toDetail', itemInfo)" :style="isPadding">
  3. <view class="content">
  4. <image :src="itemInfo.image" mode="" class="content-img"></image>
  5. <view
  6. class="mask"
  7. v-if="
  8. productAndCommodity == 'product' &&
  9. (itemInfo.review_status != 1 || itemInfo.status != 'normal')
  10. "
  11. >
  12. <view class="text-1" v-if="itemInfo.review_status == 0"> 审核中 </view>
  13. <view class="text-1" v-else-if="itemInfo.review_status == 2">
  14. 审核失败
  15. </view>
  16. <view class="text-1" v-else-if="itemInfo.status == 'down'">
  17. 已下架
  18. </view>
  19. </view>
  20. <view class="content-right">
  21. <view class="goods-title">
  22. <view
  23. class="_label"
  24. v-if="!productAndCommodity && itemInfo.source == 2"
  25. >
  26. 供应商
  27. </view>
  28. <view
  29. class="_label"
  30. style="background-color: #f83224"
  31. v-if="!productAndCommodity && itemInfo.source == 1"
  32. >
  33. 自营
  34. </view>
  35. <view
  36. class="_label"
  37. v-if="!productAndCommodity && itemInfo.source == 0"
  38. >
  39. 团长
  40. </view>
  41. <view class="title" v-if="productAndCommodity == 'product'">
  42. {{ itemInfo.name_cn }}
  43. </view>
  44. <view class="title" v-else>{{ itemInfo.name_cn }}</view>
  45. </view>
  46. <view class="inventory" v-if="productAndCommodity">
  47. <text>库存:</text>
  48. <text>222</text>
  49. </view>
  50. <view class="inventory" v-else>
  51. <text>{{ itemInfo.labels.join(" | ") }} </text>
  52. </view>
  53. <view class="commodity-price" v-if="productAndCommodity == 'product'">
  54. <text style="font-size: 20rpx">¥</text>
  55. <text>{{ itemInfo.discount_price.split(".")[0] }}</text
  56. >.
  57. <text style="font-size: 20rpx">{{
  58. itemInfo.discount_price.split(".")[1]
  59. }}</text>
  60. <text
  61. style="
  62. font-size: 24rpx;
  63. color: #ccc;
  64. text-decoration-line: line-through;
  65. "
  66. >¥{{ itemInfo.price }}</text
  67. >
  68. </view>
  69. <view v-else class="commodity-price">
  70. <text style="font-size: 20rpx">¥</text>
  71. <text>{{ itemInfo.price.split(".")[0] }}</text
  72. >.
  73. <text style="font-size: 20rpx">{{
  74. itemInfo.price.split(".")[1]
  75. }}</text>
  76. </view>
  77. </view>
  78. </view>
  79. <view class="btn-list" v-if="!batch && productAndCommodity == 'product'">
  80. <button
  81. class="btn-1"
  82. @click.stop="$emit('goodsUpDown', 'down', itemInfo)"
  83. v-if="itemInfo.review_status == 1 && itemInfo.status == 'normal'"
  84. >
  85. 下架商品
  86. </button>
  87. <button class="btn-1" v-if="itemInfo.review_status == 0">查看详情</button>
  88. <!-- <button class="btn-2" v-if="itemInfo.review_status == 2">重新提交</button> -->
  89. <!-- <button class="btn-1" v-if="itemInfo.status == 'down'">编辑</button> -->
  90. <button
  91. class="btn-1"
  92. @click.stop="$emit('goodsUpDown', 'normal', itemInfo)"
  93. v-if="
  94. itemInfo.review_status != '0' &&
  95. itemInfo.review_status != '2' &&
  96. itemInfo.status == 'down'
  97. "
  98. >
  99. 上架商品
  100. </button>
  101. </view>
  102. <view class="btn-list" v-if="!batch && productAndCommodity == 'commodity'">
  103. <button
  104. class="btn-1"
  105. v-if="status == 1"
  106. @click.stop="$emit('openDiscountsPopup', obj)"
  107. >
  108. 我要打折
  109. </button>
  110. <button class="btn-1" v-if="status == 1">下架</button>
  111. <button class="btn-1" v-if="status == 4">删除</button>
  112. <button class="btn-1" v-if="status == 4">商家</button>
  113. <button class="btn-2" v-if="status == 3">编辑</button>
  114. </view>
  115. </view>
  116. </template>
  117. <script>
  118. export default {
  119. props: {
  120. status: {
  121. typeof: String,
  122. default: "",
  123. },
  124. itemInfo: {
  125. typeof: Object,
  126. default: () => {
  127. return {};
  128. },
  129. },
  130. productAndCommodity: {
  131. typeof: String,
  132. default: "",
  133. },
  134. batch: {
  135. typeof: Boolean,
  136. default: false,
  137. },
  138. },
  139. watch: {},
  140. data() {
  141. return {
  142. obj: {
  143. url: "https://img11.360buyimg.com/jdcms/s460x460_jfs/t1/136953/20/42322/162799/665e6a6cF32604c1e/b9586c7ae52dc284.jpg.avif",
  144. title: "La Chapelle Sport拉夏贝尔高…",
  145. price: "75.00",
  146. },
  147. lebelList: [],
  148. };
  149. },
  150. computed: {
  151. isPadding() {
  152. if (this.productAndCommodity == "product") {
  153. return "padding: 28rpx 20rpx 20rpx;";
  154. }
  155. },
  156. },
  157. };
  158. </script>
  159. <style lang="scss" scoped>
  160. .detail {
  161. background-color: #fff;
  162. border-radius: 16rpx;
  163. margin: 10rpx 0;
  164. width: 96%;
  165. .content {
  166. display: flex;
  167. position: relative;
  168. flex-shrink: 0;
  169. justify-content: flex-start;
  170. width: 100%;
  171. .content-img {
  172. width: 164rpx;
  173. height: 164rpx;
  174. border-radius: 12rpx;
  175. margin-right: 20rpx;
  176. flex-shrink: 0;
  177. }
  178. .mask {
  179. width: 164rpx;
  180. height: 164rpx;
  181. border-radius: 12rpx;
  182. position: absolute;
  183. background-color: rgba(255, 255, 255, 0.3);
  184. z-index: 100;
  185. display: flex;
  186. justify-content: center;
  187. align-items: center;
  188. .text-1 {
  189. width: 108rpx;
  190. height: 44rpx;
  191. text-align: center;
  192. line-height: 44rpx;
  193. color: #fff;
  194. background-color: rgba(0, 0, 0, 0.4);
  195. border-radius: 22rpx;
  196. font-size: 20rpx;
  197. }
  198. }
  199. .content-right {
  200. width: 80%;
  201. .goods-title {
  202. color: #333;
  203. margin-bottom: 20rpx;
  204. width: 88%;
  205. overflow: hidden;
  206. text-overflow: ellipsis;
  207. white-space: nowrap;
  208. word-break: break-word;
  209. display: flex;
  210. justify-content: flex-start;
  211. align-items: center;
  212. .title {
  213. width: 75%;
  214. overflow: hidden;
  215. text-overflow: ellipsis;
  216. white-space: nowrap;
  217. word-break: break-word;
  218. }
  219. ._label {
  220. color: #fff;
  221. background-color: #ffb111;
  222. width: 72rpx;
  223. height: 32rpx;
  224. text-align: center;
  225. line-height: 32rpx;
  226. height: 32rpx;
  227. border-radius: 4rpx;
  228. font-size: 20rpx;
  229. margin-right: 10rpx;
  230. }
  231. }
  232. .inventory {
  233. color: rgba(54, 54, 54, 0.5);
  234. font-size: 24rpx;
  235. margin-bottom: 30rpx;
  236. }
  237. .commodity-price {
  238. color: #f83224;
  239. font-size: 32rpx;
  240. font-weight: 600;
  241. }
  242. }
  243. }
  244. .btn-list {
  245. display: flex;
  246. justify-content: flex-end;
  247. .btn-1 {
  248. width: 152rpx;
  249. height: 60rpx;
  250. margin: 0;
  251. padding: 0;
  252. font-size: 26rpx;
  253. color: #333;
  254. border: 2rpx solid rgba(151, 151, 151, 0.3);
  255. border-radius: 30rpx;
  256. background-color: #fff;
  257. line-height: 60rpx;
  258. margin-left: 20rpx;
  259. }
  260. .btn-2 {
  261. width: 152rpx;
  262. height: 60rpx;
  263. margin: 0;
  264. padding: 0;
  265. font-size: 26rpx;
  266. color: #f83224;
  267. border: 2rpx solid #f83224;
  268. border-radius: 30rpx;
  269. background-color: #fff;
  270. line-height: 60rpx;
  271. }
  272. }
  273. }
  274. </style>