paint.vue 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800
  1. <template>
  2. <view class="box">
  3. <view class="top">
  4. <view class="left">
  5. <image :src="carInfo.brandLogo" mode="widthFix" class="brandLogo" v-if="carInfo.brandLogo">
  6. <img src="../../static/timg/nocar.png" alt="" class="brandLogo" v-else>
  7. <view class="car" v-if="carInfo.carModel">{{carInfo.carModel}}</view>
  8. <view class="car" v-else>暂无</view>
  9. </image>
  10. </view>
  11. <image src="../../static/img/big_rightArrow.png" mode="" style="width: 30rpx;height: 30rpx;"></image>
  12. </view>
  13. <view class="main" v-if="itemList">
  14. <view class="mainLeft">
  15. <view class="mainLeftLine" v-for="(item,index) in itemList" :class="{lineLeftActive:leftIndex==index}"
  16. @click="leftClick(item,index)">
  17. <span class="leftTitle">{{item.name}}</span>
  18. <view class="lineNum" v-show="item.num!=0">{{item.num}}</view>
  19. </view>
  20. </view>
  21. <view class="mainRight">
  22. <view class="rightTop">{{itemList[leftIndex].name}}</view>
  23. <view class="mainRightLine" v-for="(item2,index) in itemList[leftIndex].list" :key="index">
  24. <view class="itemTop">
  25. <view class="itemName">{{item2.ItemName}}</view>
  26. <span class="rightState" v-if="item2.open==false" @click="changeState(item2)">展开<image
  27. src="../../static/img/icon_arrow_down.png" mode=""
  28. style="width: 20rpx;height: 11rpx; padding: 5rpx 8rpx;"></image>
  29. </span>
  30. <span class="rightState" v-else @click="changeState(item2)">收起<image
  31. src="../../static/img/icon_arrow_up.png" mode=""
  32. style="width: 20rpx;height: 11rpx; padding: 5rpx 8rpx;"></image>
  33. </span>
  34. </view>
  35. <!-- -->
  36. <view class="itemBox" v-if="item2.open==true">
  37. <view class="type" :class="{orangeLine:item2.type==1}" @click="select(item2)">
  38. <view class="typeName" :class="{orangeColor:item2.type==1}">喷漆</view>
  39. <view class="money"><span class="renminbi">¥</span>{{item2.PSalePrice?item2.PSalePrice:'0'}}
  40. </view>
  41. </view>
  42. <view class="type marginLeft" :class="{orangeLine:item2.type==2}" @click="select2(item2)">
  43. <view class="typeName" :class="{orangeColor:item2.type==2}">钣金喷漆</view>
  44. <view class="money"><span
  45. class="renminbi">¥</span>{{item2.BPSalePrice?item2.BPSalePrice:'0'}}</view>
  46. </view>
  47. </view>
  48. </view>
  49. </view>
  50. </view>
  51. <!-- 底部 -->
  52. <view class="bottom">
  53. <view class="bottomLeft">
  54. <view class="caidan" @click="caidanClick">
  55. <image src="../../static/timg/icon_qingdan@2x.png" mode="" class="caidanImg"></image>
  56. <view class="total" v-if="selectItemList.length>0">{{selectItemList.length}}</view>
  57. </view>
  58. <view>
  59. <view class="heji"> <span class="heji1">合计</span> <span class="hejiNum">¥{{sumMoney}}</span> </view>
  60. <view class="hejiMs">合计数量:{{selectItemList.length}}</view>
  61. </view>
  62. </view>
  63. <view class="settlement" @click="settlement">确定</view>
  64. </view>
  65. <view class="caidanTk" v-show="qingdanShow" @click="qingdanShow=false">
  66. <view class="tkCont">
  67. <view class="caidanTkTop">
  68. <view class="tkTopTitle">已选项目</view>
  69. <view class="topTopright">
  70. <view class="empty" @click.stop="empty">清空</view>
  71. </view>
  72. </view>
  73. <view class="tkMain" @click.stop>
  74. <view class="selectItem" v-for="(item,index) in selectItemList" :key="index">
  75. <view class="name">{{item.name}}</view>
  76. <view class="priceRight">
  77. <view class="price">¥ {{item.money?item.money:0}}</view>
  78. <image @click="deleteItem(index)" src="../../static/img/icon_delete.png" mode="" style="width: 26rpx;height: 26rpx;margin-left: 10rpx;"></image>
  79. </view>
  80. </view>
  81. </view>
  82. </view>
  83. </view>
  84. </view>
  85. </template>
  86. <script>
  87. export default {
  88. data() {
  89. return {
  90. carInfo: '',
  91. itemList: [],
  92. leftIndex: 0,
  93. selectItemList: [],
  94. sumMoney: 0,
  95. qingdanShow: false,
  96. }
  97. },
  98. onShow() {
  99. this.carInfo = this.$store.state.carInfo
  100. console.log("车=", this.carInfo);
  101. },
  102. onLoad() {
  103. this.getData();
  104. },
  105. methods: {
  106. empty(){
  107. var that=this;
  108. uni.showModal({
  109. title: '提示',
  110. content: '确定要清空已选项目吗',
  111. success: function (res) {
  112. that.selectItemList = [];
  113. that.qingdanShow=false;
  114. }
  115. });
  116. },
  117. deleteItem(index){
  118. this.selectItemList.splice(index);
  119. },
  120. caidanClick() {
  121. this.qingdanShow = !this.qingdanShow
  122. },
  123. select(item) {
  124. if (item.type != 1) {
  125. item.type = 1;
  126. } else {
  127. item.type = 0;
  128. }
  129. console.log('type==', item.type);
  130. this.sumNum();
  131. },
  132. select2(item) {
  133. if (item.type != 2) {
  134. item.type = 2;
  135. } else {
  136. item.type = 0;
  137. }
  138. console.log('type2==', item.type);
  139. this.sumNum();
  140. },
  141. sumNum() {
  142. let item = this.itemList[this.leftIndex];
  143. if (this.sumCount) {
  144. this.sumCount = this.sumCount - item.num;
  145. }
  146. var count = 0;
  147. item.list.forEach((v, index) => {
  148. if (v.type != 0) {
  149. count += 1;
  150. }
  151. })
  152. item.num = count;
  153. //组合选中的
  154. if (this.selectItemList.length) {
  155. this.selectItemList = [];
  156. }
  157. this.sumMoney = 0;
  158. for (var i = 0; i < this.itemList.length; i++) {
  159. this.itemList[i].list.forEach((item, index) => {
  160. if (item.type == 1) {
  161. let dic = {
  162. "id": item.ID,
  163. "name": item.ItemName + "(喷漆)",
  164. "money": item.PSalePrice
  165. }
  166. this.selectItemList.push(dic);
  167. this.sumMoney += item.PSalePrice;
  168. } else if (item.type == 2) {
  169. let dic = {
  170. "id": item.ID,
  171. "name": item.ItemName + "(钣金喷漆)",
  172. "money": item.BPSalePrice
  173. }
  174. this.selectItemList.push(dic);
  175. this.sumMoney += item.BPSalePrice;
  176. }
  177. })
  178. }
  179. console.log('selectItemList==', this.selectItemList);
  180. },
  181. changeState(item) {
  182. item.open = !item.open
  183. },
  184. leftClick(item, index) {
  185. this.leftIndex = index
  186. },
  187. getData() {
  188. uni.showLoading({
  189. title: '加载中'
  190. });
  191. this.$http('openSheetMetalSprayPaint/queryPackageList', {
  192. // id: this.id,
  193. }, 'GET').then(res => {
  194. uni.hideLoading();
  195. let List = res.data;
  196. List.forEach((item, index) => {
  197. for (const key in item) {
  198. item['num'] = 0
  199. }
  200. })
  201. for (var i = 0; i < List.length; i++) {
  202. List[i].list.forEach((item, index) => {
  203. for (const key in item) {
  204. item['open'] = false
  205. }
  206. })
  207. }
  208. this.itemList = List;
  209. console.log('列表=', this.itemList);
  210. })
  211. },
  212. }
  213. }
  214. </script>
  215. <style>
  216. .box {
  217. min-height: 100vh;
  218. background-color: #f4f5f7;
  219. }
  220. .top {
  221. background-color: #FFFFFF;
  222. padding: 30rpx 20rpx;
  223. display: flex;
  224. justify-content: space-between;
  225. align-items: center;
  226. }
  227. .left {
  228. display: flex;
  229. align-items: center;
  230. }
  231. .car {
  232. font-size: 28rpx;
  233. color: #333333;
  234. line-height: 40rpx;
  235. margin-left: 10rpx;
  236. /* 隐藏文字显示 ...不换行 */
  237. overflow: hidden;
  238. text-overflow: ellipsis;
  239. white-space: nowrap;
  240. }
  241. .brandLogo {
  242. width: 42rpx;
  243. height: 42rpx;
  244. }
  245. .main {
  246. display: flex;
  247. height: calc(100vh - 310rpx);
  248. }
  249. .mainLeft {
  250. width: 154rpx;
  251. background: #F4F5F7;
  252. }
  253. .mainLeftLine {
  254. color: #3C3C3C;
  255. padding: 30rpx 20rpx;
  256. font-size: 26rpx;
  257. text-align: center;
  258. position: relative;
  259. }
  260. .leftTitle {
  261. color: #333333;
  262. font-weight: bold;
  263. font-size: 26rpx;
  264. }
  265. .lineNum {
  266. position: absolute;
  267. background: #FF270A;
  268. width: 40rpx;
  269. height: 26rpx;
  270. text-align: center;
  271. line-height: 26rpx;
  272. font-size: 20rpx;
  273. color: #FFFFFF;
  274. border-radius: 13rpx;
  275. top: 10rpx;
  276. right: 10rpx;
  277. }
  278. .lineLeftActive {
  279. background: #FFFFFF;
  280. }
  281. .mainRight {
  282. width: 596rpx;
  283. background-color: #FFFFFF;
  284. }
  285. .rightTop {
  286. padding: 13rpx 24rpx;
  287. background-color: #F9F9F9;
  288. font-size: 26rpx;
  289. color: #959595;
  290. line-height: 37rpx;
  291. }
  292. .mainRightLine {
  293. padding: 30rpx 0;
  294. margin: 0 24rpx;
  295. background-color: #FFFFFF;
  296. border-bottom: 1rpx solid #EEEEEE;
  297. }
  298. .itemTop {
  299. display: flex;
  300. justify-content: space-between;
  301. align-items: center;
  302. }
  303. .itemName {
  304. font-size: 28rpx;
  305. font-weight: bold;
  306. color: #333333;
  307. }
  308. .rightState {
  309. font-size: 24rpx;
  310. color: #6666666;
  311. }
  312. .itemBox {
  313. display: flex;
  314. justify-content: space-around;
  315. /* border-bottom: 1rpx solid #EEEEEE; */
  316. padding-top: 30rpx;
  317. }
  318. .type {
  319. border-radius: 10rpx;
  320. border: 2rpx solid #CCCCCC;
  321. width: 50%;
  322. text-align: center;
  323. }
  324. .marginLeft {
  325. margin-left: 20rpx;
  326. }
  327. .typeName {
  328. height: 57rpx;
  329. color: #666666;
  330. font-size: 26rpx;
  331. line-height: 57rpx;
  332. border-bottom: 2rpx solid #EEEEEE;
  333. }
  334. .orangeLine {
  335. border: 2rpx solid #FF0000;
  336. }
  337. .orangeColor {
  338. color: #FF0000;
  339. }
  340. .renminbi {
  341. font-size: 22rpx;
  342. }
  343. .money {
  344. height: 76rpx;
  345. line-height: 76rpx;
  346. font-size: 32rpx;
  347. color: #FF0000;
  348. }
  349. .main {
  350. display: flex;
  351. height: calc(100vh - 410rpx);
  352. }
  353. .mainscrollView {
  354. height: calc(100vh - 410rpx);
  355. padding-bottom: constant(safe-area-inset-bottom);
  356. padding-bottom: env(safe-area-inset-bottom);
  357. box-sizing: content-box;
  358. margin-bottom: 120rpx;
  359. }
  360. /* #ifdef MP-WEIXIN */
  361. .main {
  362. display: flex;
  363. height: calc(100vh - 310rpx);
  364. }
  365. .mainscrollView {
  366. height: calc(100vh - 310rpx);
  367. }
  368. /* #endif */
  369. .mainLeft {
  370. width: 146rpx;
  371. background: #F5F5F5;
  372. }
  373. .mainRight {
  374. width: 604rpx;
  375. }
  376. .mainLeftLine {
  377. color: #3C3C3C;
  378. padding: 30rpx 20rpx;
  379. font-size: 24rpx;
  380. text-align: center;
  381. position: relative;
  382. }
  383. .lineNum {
  384. position: absolute;
  385. background: #FF270A;
  386. width: 40rpx;
  387. height: 26rpx;
  388. text-align: center;
  389. line-height: 26rpx;
  390. font-size: 20rpx;
  391. color: #FFFFFF;
  392. border-radius: 13rpx;
  393. top: 10rpx;
  394. right: 10rpx;
  395. }
  396. .lineLeftActive {
  397. background: #FFFFFF;
  398. }
  399. .nock {
  400. width: 22rpx;
  401. height: 22rpx;
  402. border-radius: 50%;
  403. border: 2px solid #AEAEAE;
  404. margin-top: 2rpx;
  405. margin-right: 10rpx;
  406. }
  407. .imgPrivacy {
  408. width: 36rpx;
  409. height: 36rpx;
  410. /* margin-top: 2rpx; */
  411. /* margin-right: 10rpx; */
  412. }
  413. .contTopRight {
  414. display: flex;
  415. align-items: center;
  416. width: 38rpx;
  417. height: 36rpx;
  418. margin-right: 10rpx;
  419. }
  420. .contTop {
  421. display: flex;
  422. justify-content: space-between;
  423. }
  424. .listPackgeName {
  425. font-size: 26rpx;
  426. font-family: PingFangSC-Regular, PingFang SC;
  427. font-weight: 600;
  428. color: #3C3C3C;
  429. }
  430. .listPackgeMs {
  431. font-size: 22rpx;
  432. font-family: PingFangSC-Regular, PingFang SC;
  433. font-weight: 400;
  434. color: #999999;
  435. padding-top: 5rpx;
  436. line-height: 30rpx;
  437. }
  438. .contZk {
  439. border-bottom: 1px solid #EEEEEE;
  440. padding-bottom: 20rpx;
  441. }
  442. .goodsImg {
  443. width: 120rpx;
  444. height: 120rpx;
  445. border-radius: 11rpx;
  446. }
  447. .goodsItemLIne {
  448. display: flex;
  449. padding-top: 20rpx;
  450. padding-bottom: 20rpx;
  451. }
  452. .goodsCont {
  453. display: flex;
  454. flex-direction: column;
  455. justify-content: space-between;
  456. padding-left: 20rpx;
  457. }
  458. .goodsContTop {
  459. display: flex;
  460. justify-content: space-between;
  461. width: 400rpx;
  462. }
  463. .goodsItemName {
  464. font-size: 26rpx;
  465. font-weight: 400;
  466. color: #3C3C3C;
  467. width: 78%;
  468. }
  469. .salePrice {
  470. font-size: 32rpx;
  471. font-weight: 500;
  472. color: #FF4F00;
  473. }
  474. .replaceBox {
  475. width: 100rpx;
  476. }
  477. .replace {
  478. width: 75rpx;
  479. height: 37rpx;
  480. border-radius: 19rpx;
  481. border: 2rpx solid #B9B9B9;
  482. text-align: center;
  483. line-height: 35rpx;
  484. color: #707070;
  485. font-size: 22rpx;
  486. margin-left: 25rpx;
  487. }
  488. .contZkMain {
  489. padding-top: 20rpx;
  490. }
  491. .asa {
  492. width: 44rpx;
  493. height: 44rpx;
  494. line-height: 44rpx;
  495. text-align: center;
  496. background: #F4F5F7;
  497. font-size: 30rpx;
  498. }
  499. .goodsCOntBOttom {
  500. display: flex;
  501. justify-content: space-between;
  502. }
  503. .as {
  504. display: flex;
  505. }
  506. .goodsPrice {
  507. display: flex;
  508. justify-content: space-between;
  509. padding-top: 10rpx;
  510. }
  511. .goodsPriceNum {
  512. color: #F8F8F8;
  513. font-size: 28rpx;
  514. }
  515. .asNum {
  516. font-size: 24rpx;
  517. color: #333333;
  518. padding: 0 18rpx;
  519. height: 44rpx;
  520. line-height: 44rpx;
  521. background: #F4F5F7;
  522. margin-left: 1px;
  523. margin-right: 1px;
  524. }
  525. .itemNum {
  526. font-size: 24rpx;
  527. font-weight: 400;
  528. color: #999999;
  529. }
  530. .bottom {
  531. position: fixed;
  532. left: 0;
  533. bottom: 0;
  534. width: 100vw;
  535. height: 120rpx; background: #FFFFFF;
  536. box-shadow: 0px -2px 20px 0px rgba(153, 153, 153, 0.2);
  537. padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom);
  538. box-sizing: content-box; z-index: 11;
  539. display: flex;
  540. justify-content: space-between;
  541. }
  542. .caidanImg {
  543. width: 50rpx;
  544. height: 50rpx;
  545. }
  546. .bottomLeft {
  547. display: flex;
  548. }
  549. .caidan {
  550. padding-left: 33rpx;
  551. padding-top: 35rpx;
  552. padding-right: 33rpx;
  553. position: relative;
  554. }
  555. .total {
  556. position: absolute;
  557. width: 40rpx;
  558. height: 26rpx;
  559. background: #FF270A;
  560. line-height: 26rpx;
  561. text-align: center;
  562. color: #FFFFFF;
  563. font-size: 20rpx;
  564. top: 25rpx;
  565. right: 15rpx;
  566. border-radius: 13rpx;
  567. }
  568. .heji1 {
  569. font-size: 24rpx;
  570. font-weight: 500;
  571. color: #666666;
  572. }
  573. .hejiNum {
  574. font-size: 32rpx;
  575. font-family: PingFangSC-Medium, PingFang SC;
  576. font-weight: 500;
  577. color: #FF4F00;
  578. }
  579. .hejiMs {
  580. font-size: 24rpx;
  581. padding-top: 5rpx;
  582. color: #999999;
  583. }
  584. .heji {
  585. padding-top: 23rpx;
  586. }
  587. .settlement {
  588. width: 203rpx;
  589. height: 74rpx;
  590. background: #D53533;
  591. border-radius: 37rpx;
  592. text-align: center;
  593. line-height: 74rpx;
  594. font-size: 30rpx;
  595. font-family: PingFangSC-Medium, PingFang SC;
  596. font-weight: 500;
  597. color: #FEFFFE;
  598. margin-top: 23rpx;
  599. margin-right: 32rpx;
  600. }
  601. .caidanTk {
  602. height: calc(100vh);
  603. width: 100vw;
  604. background: rgba(0, 0, 0, 0.6);
  605. position: fixed;
  606. left: 0;
  607. top: 0;
  608. }
  609. .tkCont {
  610. height: 70vh;
  611. /* margin-top: calc(40vh ); */
  612. position: absolute;
  613. left: 0;
  614. bottom: 0;
  615. }
  616. .caidanTkTop {
  617. width: 750rpx;
  618. height: 90rpx;
  619. background: #FFFFFF;
  620. border-radius: 24rpx 24rpx 0px 0px;
  621. display: flex;
  622. justify-content: space-between;
  623. }
  624. .topTopright {
  625. /* display: flex; */
  626. padding-top: 29rpx;
  627. margin-right: 24rpx;
  628. }
  629. .tkTopTitle {
  630. line-height: 90rpx;
  631. font-size: 30rpx;
  632. font-weight: 600;
  633. color: #3C3C3C;
  634. padding-left: 24rpx;
  635. }
  636. .empty {
  637. width: 86rpx;
  638. height: 42rpx;
  639. background: #EEEEEE;
  640. border-radius: 21rpx;
  641. text-align: center;
  642. color: #666666;
  643. font-size: 24rpx;
  644. line-height: 42rpx;
  645. }
  646. .tkMain {
  647. background: #FFFFFF;
  648. height: calc(70vh - 90rpx);
  649. }
  650. .selectItem {
  651. background-color: #FFFFFFF;
  652. padding: 30rpx 24rpx 0;
  653. display: flex;
  654. justify-content: space-between;
  655. color: #333333;
  656. font-size: 26rpx;
  657. align-items: center;
  658. }
  659. .priceRight{
  660. display: flex;
  661. align-items: center;
  662. }
  663. </style>