gearboxOil.vue 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  1. <template>
  2. <view class="content">
  3. <homenav :iStatusBarHeight="iStatusBarHeight" :title="'变速箱油'"></homenav>
  4. <view class="box">
  5. <view class="historyLine">
  6. <view class="historyLineCar">
  7. <image :src="optdata.logo" mode="" class="historylinecarImg"></image>
  8. <view class="historylinecar">{{optdata.value}}</view>
  9. </view>
  10. <view class="historyLineVin" v-if="optdata.isVin==1">
  11. <view class="vinms">vin</view>
  12. <view class="vinNum">{{optdata.vin}}</view>
  13. </view>
  14. </view>
  15. </view>
  16. <view class="cont">
  17. <view class="jiyouBox" v-if="loading">
  18. <view class="jiyouTop">
  19. <view class="jiyoutopTitle">变速箱油</view>
  20. </view>
  21. <view class="jylineBox">
  22. <view class="jyline" v-for="(item,index) in MaintainPartList" @click="godetail(item)">
  23. <view class="jyimgBox">
  24. <image v-if="item.imgs.split(',')[0]" :src="item.imgs.split(',')[0]" mode="aspectFit" class="jyimg"></image>
  25. <image v-else src="../../static/img/noimg.png" mode="aspectFit" class="jyimg"></image>
  26. </view>
  27. <view class="jyName">
  28. <!-- <span class="best">最佳</span> -->
  29. <span class="jyNametxt">{{item.name}} | {{item.specificationModel}} | {{item.partsCode}} </span>
  30. </view>
  31. </view>
  32. </view>
  33. <nodata v-if="MaintainPartList.length==0"></nodata>
  34. </view>
  35. <!-- 养护信息 -->
  36. <view class="jiyouBox">
  37. <view class="jiyouTop">
  38. <view class="jiyoutopTitle">养护信息</view>
  39. </view>
  40. <view class="yhxxline">
  41. <view class="yhxxlineLeft">型号/厂家</view>
  42. <view class="yhxxlineRight">
  43. {{ detail.carmodelGroupGearbox&&detail.carmodelGroupGearbox.model ||'--' }}
  44. </view>
  45. </view>
  46. <view class="yhxxline">
  47. <view class="yhxxlineLeft">原厂加注量</view>
  48. <view class="yhxxlineRight">
  49. {{ detail.carmodelGroupGearbox&&detail.carmodelGroupGearbox.fillingcapacity ||'--' }}
  50. </view>
  51. </view>
  52. <view class="yhxxline">
  53. <view class="yhxxlineLeft">换油量(L)</view>
  54. <view class="yhxxlineRight">
  55. 重力:{{ detail.carmodelGroupGearbox&&detail.carmodelGroupGearbox.gravity ||'--' }} 机器:{{ detail.carmodelGroupGearbox&&detail.carmodelGroupGearbox.machine ||'--' }}
  56. </view>
  57. </view>
  58. <view class="yhxxline">
  59. <view class="yhxxlineLeft">换油接头</view>
  60. <view class="yhxxlineRight">
  61. {{ detail.carmodelGroupGearbox&&detail.carmodelGroupGearbox.oilchangeConnector ||'--' }}
  62. </view>
  63. </view>
  64. <view class="yhxxline">
  65. <view class="yhxxlineLeft">养护指导</view>
  66. <view class="yhxxlineRight">{{detail.carmodelGroupGearbox.guidance}}</view>
  67. </view>
  68. <view class="yhxxImgBox">
  69. <view class="yhxxImglineBox" v-if="detail.oilchangeConnectorPhoto.length>0">
  70. <view class="yhxxImgBorder" @click="showImgList(detail.oilchangeConnectorPhoto)">
  71. <image :src="detail.oilchangeConnectorPhoto[0]" mode="" class="yhxxImg"></image>
  72. <view class="yhxxCkdt">
  73. <image src="../../static/img/icon_pic.png" mode="" class="iconpic"></image>
  74. <view class="yhxxCkdtNum">{{detail.oilchangeConnectorPhoto.length}}</view>
  75. </view>
  76. </view>
  77. <view class="yhxximgName">接头位置</view>
  78. </view>
  79. <view class="yhxxImglineBox" v-if="detail.guidancePhoto.length>0">
  80. <view class="yhxxImgBorder" @click="showImgList(detail.guidancePhoto)">
  81. <image :src="detail.guidancePhoto[0]" mode="" class="yhxxImg"></image>
  82. <view class="yhxxCkdt">
  83. <image src="../../static/img/icon_pic.png" mode="" class="iconpic"></image>
  84. <view class="yhxxCkdtNum">{{detail.guidancePhoto.length}}</view>
  85. </view>
  86. </view>
  87. <view class="yhxximgName">养护指导</view>
  88. </view>
  89. <view class="yhxxImglineBox" v-if="detail.inspectionPhoto.length>0">
  90. <view class="yhxxImgBorder" @click="showImgList(detail.inspectionPhoto)">
  91. <image :src="detail.inspectionPhoto[0]" mode="" class="yhxxImg"></image>
  92. <view class="yhxxCkdt">
  93. <image src="../../static/img/icon_pic.png" mode="" class="iconpic"></image>
  94. <view class="yhxxCkdtNum">{{detail.inspectionPhoto.length}}</view>
  95. </view>
  96. </view>
  97. <view class="yhxximgName">检查口/加注/放油口</view>
  98. </view>
  99. <view class="yhxxImglineBox" v-if="detail.boxPhoto.length>0">
  100. <view class="yhxxImgBorder" @click="showImgList(detail.boxPhoto)">
  101. <image :src="detail.boxPhoto[0]" mode="" class="yhxxImg"></image>
  102. <view class="yhxxCkdt">
  103. <image src="../../static/img/icon_pic.png" mode="" class="iconpic"></image>
  104. <view class="yhxxCkdtNum">{{detail.boxPhoto.length}}</view>
  105. </view>
  106. </view>
  107. <view class="yhxximgName">变速箱图片</view>
  108. </view>
  109. </view>
  110. </view>
  111. </view>
  112. </view>
  113. </template>
  114. <script>
  115. import nodata from '../../components/nodata/nodata.vue'
  116. import homenav from "../../components/homenav/nav.vue"
  117. export default {
  118. components: {
  119. nodata,homenav
  120. },
  121. data() {
  122. return {
  123. optdata:'',
  124. MaintainPartList:[],
  125. detail:'',
  126. iStatusBarHeight:'',
  127. loading:false,
  128. }
  129. },
  130. onLoad(opt) {
  131. this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight;
  132. this.optdata=opt;
  133. this.queryMaintainPartList();
  134. this.queryGearbox()
  135. },
  136. methods: {
  137. showImgList(arr){
  138. uni.previewImage({
  139. urls: arr,
  140. longPressActions: {
  141. itemList: ['发送给朋友', '保存图片'],
  142. success: function(data) {
  143. console.log('选中了第' + (data.tapIndex + 1) + '个按钮,第' + (data.index + 1) + '张图片');
  144. },
  145. fail: function(err) {
  146. console.log(err.errMsg);
  147. }
  148. }
  149. });
  150. },
  151. queryMaintainPartList(){
  152. uni.showLoading({ title: '加载中'});
  153. this.loading=false;
  154. this.$http('partsByOpen/queryMaintainPartList', {
  155. groupId:this.optdata.id,
  156. componentCode:'007005',
  157. },'POST').then(res => {
  158. this.loading=true;
  159. uni.hideLoading();
  160. this.MaintainPartList=res.data
  161. })
  162. },
  163. queryGearbox(){
  164. this.$http('partsByOpen/queryGearbox', {
  165. groupId:this.optdata.id,
  166. },'POST').then(res => {
  167. this.detail=res.data
  168. })
  169. },
  170. godetail(e){
  171. uni.navigateTo({
  172. url:'/pages/index/goodsDetail?id='+e.id
  173. })
  174. }
  175. }
  176. }
  177. </script>
  178. <style scoped>
  179. .content {
  180. min-height: 100vh;
  181. background: #F4F5F7;
  182. }
  183. .jyimgBox{
  184. border: 1px solid #EEEEEE; width: 302rpx;
  185. }
  186. .box {
  187. padding: 0 24rpx;
  188. background: #ffffff;
  189. }
  190. .historylinecarImg {
  191. width: 46rpx;
  192. height: 46rpx;
  193. }
  194. .historylinecar {
  195. font-weight: 500;
  196. font-size: 26rpx;
  197. color: #1A1A1A;
  198. line-height: 46rpx;
  199. width: 636rpx;
  200. }
  201. .historyLine {
  202. padding: 30rpx 0;
  203. /* border-top: 1rpx solid #EEEEEE; */
  204. }
  205. .cont {
  206. padding:0 24rpx 30rpx 24rpx;
  207. }
  208. .toplineImg{
  209. width: 35rpx;
  210. height: 34rpx;
  211. }
  212. .topName{
  213. line-height: 34rpx;font-weight: 400;
  214. color: #FFFFFF;font-size: 28rpx;padding-left: 16rpx;
  215. }
  216. .topBox{
  217. width: 702rpx;
  218. height: 98rpx;
  219. background: #FFFFFF linear-gradient(132deg, #FF8635 0%, #FF4828 100%);
  220. border-radius: 16rpx;
  221. display: flex;justify-content: space-around;
  222. }
  223. .topsx{
  224. width: 2rpx;background: #ffffff;
  225. height: 54rpx;margin-top: 22rpx;
  226. }
  227. .topLine{
  228. display: flex;padding-top: 32rpx;
  229. }
  230. .jiyouTop{
  231. display: flex;justify-content: space-between;
  232. }
  233. .jiyouBox{
  234. margin-top: 30rpx;border-radius: 16rpx;
  235. background: #ffffff;padding: 30rpx;
  236. }
  237. .jiyoutopTitle{
  238. font-weight: 500;font-size: 28rpx;
  239. color: #1A1A1A;
  240. line-height: 40rpx;
  241. }
  242. .jyzl{
  243. font-weight: 400;line-height: 40rpx;
  244. color: #666666;font-size: 24rpx;
  245. }
  246. .jyimg{
  247. width: 302rpx;
  248. height: 302rpx;
  249. border-radius: 10rpx;
  250. }
  251. .jyline{
  252. width: 302rpx;padding-top: 30rpx;
  253. }
  254. .jyName{
  255. font-weight: 400;font-size: 22rpx;
  256. color: #1A1A1A;
  257. line-height:36rpx ;
  258. overflow: hidden;
  259. text-overflow: ellipsis;
  260. display: -webkit-box;
  261. -webkit-box-orient: vertical;
  262. -webkit-line-clamp: 2;
  263. padding-top: 10rpx;
  264. }
  265. .best{
  266. color: #FF4F00;border-radius: 6rpx;
  267. padding: 0 8rpx;border: 1px solid #FF4F00;
  268. }
  269. .jylineBox{
  270. display: flex;justify-content: space-between;flex-wrap: wrap;
  271. }
  272. .yhxxline{
  273. display: flex;font-size: 26rpx;line-height: 36rpx;padding: 20rpx 0;
  274. }
  275. .yhxxlineLeft{
  276. color: #999999;width: 174rpx;
  277. }
  278. .yhxxlineRight{
  279. color: #3C3C3C;width: 458rpx;
  280. }
  281. .yhxxImg{
  282. width: 138rpx;
  283. height: 138rpx;
  284. }
  285. .yhxxImgBorder{
  286. width: 138rpx;
  287. height: 138rpx;
  288. border-radius: 7rpx;
  289. border: 1rpx solid #EEEEEE;
  290. overflow: hidden;
  291. position: relative;
  292. }
  293. .yhxximgName{
  294. width: 138rpx;font-weight: 400;
  295. color: #3C3C3C;font-size: 24rpx;
  296. line-height: 34rpx;padding-top: 16rpx;
  297. }
  298. .iconpic{
  299. width: 18rpx;
  300. height: 15rpx;
  301. }
  302. .yhxxCkdt{
  303. width: 62rpx;
  304. height: 30rpx;
  305. border-radius: 15rpx;
  306. background: rgba(0, 0, 0, 0.6);
  307. position: absolute;
  308. bottom: 10rpx;right: 10rpx;
  309. display: flex;
  310. justify-content: center;
  311. align-items: center;
  312. }
  313. .yhxxCkdtNum{
  314. color: #ffffff;font-weight: 500;font-size: 20rpx;padding-left: 5rpx; padding-bottom: 6rpx;
  315. }
  316. .yhxxImgBox{
  317. display: flex;
  318. }
  319. .yhxxImglineBox{
  320. margin-right: 30rpx;
  321. }
  322. .yhxxImglineBox:nth-child(4){
  323. margin-right: 0rpx;
  324. }
  325. .historyLineVin{
  326. display: flex;background: #ffffff;
  327. }
  328. .historyLineCar{
  329. display: flex;justify-content: space-between;
  330. }
  331. .vinNum{
  332. font-weight: 400;font-size: 22rpx;padding-left: 10rpx;
  333. color: #999999;line-height: 30rpx;
  334. }
  335. .vinms{
  336. width: 38rpx;
  337. height: 26rpx;
  338. background: linear-gradient(224deg, #FFDA28 0%, #FFBF35 100%);
  339. border-radius: 4rpx;
  340. text-align: center;
  341. line-height: 26rpx;
  342. font-weight: 600;
  343. color: #FFFFFF;
  344. font-size: 18rpx;
  345. margin-top: 2rpx;
  346. }
  347. </style>