paint.vue 16 KB

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