paint.vue 16 KB

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