maintain.vue 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626
  1. <template>
  2. <view>
  3. <view class="top">
  4. <view class="topLeft">
  5. <image :src="maintainCarData.brandLogo" mode="aspectFit" class="brandLogo"></image>
  6. <view class="carName">{{maintainCarData.brand}}-{{maintainCarData.series}}</view>
  7. <image src="../../static/img/icon_edit.png" mode="" class="topEdit" @click="carEdit"></image>
  8. </view>
  9. <view class="topRight">
  10. <input type="number" v-model="maintainCarData.milage" @confirm="upMileage" value="" placeholder="请输入当前里程" class="topInput" placeholder-style="color:#ffffff;"/>
  11. <image src="../../static/img/icon_edit.png" mode="" class="topEdit" @click="milageEdit"></image>
  12. </view>
  13. </view>
  14. <!-- 保养推荐 -->
  15. <view class="maintainrecommend">
  16. <view class="recommendTxt">保养推荐</view>
  17. <view class="manual" @click="handbook()">保养手册</view>
  18. </view>
  19. <!--主体 -->
  20. <view class="main">
  21. <view class="mainLeft">
  22. <scroll-view scroll-y="true" class="mainscrollView">
  23. <view class="mainLeftLine" v-for="(item,index) in mealData" :class="{lineLeftActive:leftIndex==index}"
  24. @click="leftClick(item,index)">
  25. <span>{{item.name}}</span>
  26. <view class="lineNum" v-show="item.num!=0">{{item.num}}</view>
  27. </view>
  28. <view style="height: 100rpx;"></view>
  29. </scroll-view>
  30. </view>
  31. <view class="mainRight">
  32. <scroll-view scroll-y="true" class="mainscrollView">
  33. <view v-show="mealData[leftIndex].listPackage.length==0">
  34. <view class="nodataBox">
  35. <image src="../../static/img/nodata.png" mode="widthFix" class="nodataImg"></image>
  36. <view class="noTxt">暂无数据</view>
  37. </view>
  38. </view>
  39. <view class="mainRightLine" v-for="(item,index) in mealData[leftIndex].listPackage">
  40. <view class="contTop">
  41. <view class="contTopLeft">
  42. <view class="listPackgeName"> {{item.name}} </view>
  43. <view class="listPackgeMs">
  44. <span v-if="item.referenceDosageQty">{{item.referenceDosage}}</span>
  45. </view>
  46. </view>
  47. <view class="contTopRight" @click="listcheck(item,index)">
  48. <image src="../../static/img/login_icon_checked.png" mode="" class="imgPrivacy" v-show="item.planItem"></image>
  49. <image src="../../static/img/login_icon_uncheck.png" mode="" class="imgPrivacy" v-show="!item.planItem"></image>
  50. <!-- <view class="nock" v-show="!item.check"></view> -->
  51. </view>
  52. </view>
  53. <view class="contZk">
  54. <view class="contZkMain" v-show="item.planItem">
  55. <view v-for="(vf,findex) in item.listGoodsAll">
  56. <view class="goodsItemLIne" v-for="(v,i) in vf.goodsList" v-if="i==0" @click="goGoods(v)">
  57. <image :src="v.picUrl" mode="" class="goodsImg" v-if="v.picUrl"></image>
  58. <image src="../../static/img/noimg.png" mode="" class="goodsImg sm" v-else></image>
  59. <view class="goodsCont">
  60. <view class="goodsContTop">
  61. <view class="goodsItemName">{{v.showName}}</view>
  62. <view class="replaceBox" v-if="vf.goodsList.length>1" @click.stop="replace(vf,index,findex,i)">
  63. <!-- <view class="replace" v-if="vf.goodsList.length>1&&!v.gh">更换</view> -->
  64. <view class="replace" >更换</view>
  65. </view>
  66. </view>
  67. <view class="goodsCOntBOttom">
  68. <view class="salePrice">¥{{v.salePrice?v.salePrice:'-'}}</view>
  69. <view class="as">
  70. <view class="asa" @click.stop="reduce(v)">-</view>
  71. <view class="asNum">{{v.qty}}</view>
  72. <view class="asa" @click.stop="plus(v)">+</view>
  73. </view>
  74. </view>
  75. </view>
  76. </view>
  77. </view>
  78. <view class="goodsItemLIne" v-for="(v,i) in item.listItem" >
  79. <image :src="v.picUrl" mode="" class="goodsImg" v-if="v.picUrl"></image>
  80. <image src="../../static/img/icon_xiangmu.png" mode="" class="goodsImg sm" v-else></image>
  81. <view class="goodsCont">
  82. <view class="goodsContTop">
  83. <view class="goodsItemName">{{v.itemName}}</view>
  84. </view>
  85. <view class="goodsCOntBOttom">
  86. <view class="salePrice" >¥{{v.salePrice?v.salePrice:'-'}}</view>
  87. <view class="itemNum">x1</view>
  88. </view>
  89. </view>
  90. </view>
  91. </view>
  92. </view>
  93. </view>
  94. <view style="height: 120rpx;"></view>
  95. </scroll-view>
  96. </view>
  97. </view>
  98. <!-- 底部 -->
  99. <view class="bottom">
  100. <view class="bottomLeft">
  101. <view class="caidan" @click="caidanClick">
  102. <image src="../../static/img/caidan.png" mode="" class="caidanImg"></image>
  103. <view class="total" v-show="total>0">{{total}}</view>
  104. </view>
  105. <view>
  106. <view class="heji"> <span class="heji1">合计</span> <span class="hejiNum">¥{{totalhj}}</span> </view>
  107. <view class="hejiMs">商品¥{{goodsTotal}}+工时费¥{{salePriceTotal}}</view>
  108. </view>
  109. </view>
  110. <view class="settlement" @click="settlement">去选店</view>
  111. </view>
  112. <view class="caidanTk" v-show="qingdanShow" @click="qingdanShow=false">
  113. <view class="tkCont">
  114. <view class="caidanTkTop">
  115. <view class="tkTopTitle">清单</view>
  116. <view class="topTopright">
  117. <view class="empty" @click.stop="empty">清空</view>
  118. <view class="close" @click="qingdanShow=false">X</view>
  119. </view>
  120. </view>
  121. <view class="tkMain" @click.stop>
  122. <scroll-view scroll-y="true" class="tkMainSv">
  123. <view class="qingdanLine" v-for="(item,index) in orderData">
  124. <view class="mainTitle">{{item.name}}</view>
  125. <view class="goodsItem" v-for="(v,i) in item.listGoodsAll">
  126. <view >
  127. <image :src="v.picUrl" mode="" class="goodsImg" v-if="v.picUrl"></image>
  128. <image src="../../static/img/noimg.png" mode="" class="goodsImg " v-else></image>
  129. </view>
  130. <view class="goodsItemRight" >
  131. <view class="goodsItemName">{{v.showName}}</view>
  132. <view class="goodsItemBottom">
  133. <view class="goodssalePrice">¥{{v.salePrice?v.salePrice:'-'}}</view>
  134. <view class="goodsNum">x{{v.qty}}</view>
  135. </view>
  136. </view>
  137. </view>
  138. <view class="goodsItem" v-for="(v,i) in item.listItem">
  139. <view>
  140. <image :src="v.picUrl" mode="" class="goodsImg" v-if="v.picUrl"></image>
  141. <image src="../../static/img/icon_xiangmu.png" mode="" class="goodsImg " v-else></image>
  142. </view>
  143. <view class="goodsItemRight" >
  144. <view class="goodsItemName">{{v.itemName}}</view>
  145. <view class="goodsItemBottom">
  146. <view class="goodssalePrice">¥{{v.salePrice?v.salePrice:'-'}}</view>
  147. <view class="goodsNum">x{{v.qty}}</view>
  148. </view>
  149. </view>
  150. </view>
  151. </view>
  152. <view class="ckBottom"></view>
  153. </scroll-view>
  154. </view>
  155. </view>
  156. </view>
  157. </view>
  158. </template>
  159. <script>
  160. export default {
  161. data() {
  162. return {
  163. maintainCarData:'',
  164. shopData:'',
  165. mealData:'',
  166. leftIndex:0,
  167. total:0,
  168. qingdanShow:false,
  169. totalhj:0,
  170. goodsTotal:0,
  171. salePriceTotal:0,
  172. orderData:[],
  173. replaceIndex1:'',
  174. replaceIndex2:'',
  175. brand:'',
  176. isNull:true,
  177. csdata:'',
  178. }
  179. },
  180. onLoad(opt) {
  181. this.$common.isUserId()
  182. this.maintainCarData=uni.getStorageSync("maintainCarData");
  183. //console.log(this.maintainCarData)
  184. this.shopData=uni.getStorageSync("shopData");
  185. if(this.maintainCarData.milage==0){
  186. this.maintainCarData.milage='';
  187. }
  188. if (opt.brand) {
  189. this.brand = opt.brand
  190. }
  191. this.getData();
  192. },
  193. onShow() {
  194. var maintainCarData2=uni.getStorageSync("maintainCarData");
  195. if(this.maintainCarData.id!=maintainCarData2.id){
  196. this.maintainCarData=maintainCarData2;
  197. if(this.maintainCarData.milage==0){
  198. this.maintainCarData.milage='';
  199. }
  200. this.getData();
  201. }
  202. var replaceData=uni.getStorageSync("replaceData");
  203. if(replaceData){
  204. //replaceData.qty=1;
  205. console.log(replaceData)
  206. //this.mealData=JSON.parse(JSON.stringify(this.csdata))
  207. //console.log(this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll.goodsList[this.replaceIndex2])
  208. this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2].goodsList.unshift(replaceData)
  209. //console.log(this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll.goodsList[this.replaceIndex2])
  210. this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2].goodsList=this.unique(this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2].goodsList)
  211. this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2].goodsList[0].del=false;
  212. //this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2]=replaceData
  213. //this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2].goodsName='666'
  214. //console.log(this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2])
  215. this.$forceUpdate()
  216. this.newData()
  217. }
  218. },
  219. methods: {
  220. unique(arr1) {
  221. const res = new Map();
  222. return arr1.filter((a) => !res.has(a.goodsID) && res.set(a.goodsID, 1))
  223. },
  224. upMileage(){
  225. this.getData();
  226. this.$http('worldKeepCar/worldHome/updateTMemberCarByHome', {
  227. id: this.maintainCarData.id,
  228. milage: this.maintainCarData.milage?this.maintainCarData.milage:0,
  229. }, 'POST').then(res => {
  230. uni.hideLoading();
  231. console.log(res);
  232. if (res.code == 0) {
  233. var cardata = uni.getStorageSync("maintainCarData")
  234. if (cardata) {
  235. cardata.milage = this.maintainCarData.milage
  236. uni.setStorage({
  237. key: 'maintainCarData',
  238. data: cardata,
  239. success: function () {
  240. }
  241. });
  242. }
  243. }
  244. })
  245. },
  246. // milageEditconfirm(){
  247. // this.getData();
  248. // var that=this;
  249. // for(let k in this.maintainCarData){this.maintainCarData[k] = this.maintainCarData[k]==null?'':this.maintainCarData[k]}
  250. // this.$http('miniAppMyBMemberCar/updateMemberCar',this.maintainCarData,'POST').then(res => {
  251. // uni.hideLoading();
  252. // uni.setStorage({
  253. // key: 'maintainCarData',
  254. // data: that.maintainCarData,
  255. // success: function () {
  256. // /* uni.navigateBack({
  257. // delta:1
  258. // }) */
  259. // }
  260. // });
  261. // })
  262. // },
  263. leftClick(item,index){
  264. this.leftIndex=index
  265. },
  266. listcheck(item,index){
  267. item.planItem=!item.planItem;
  268. //var
  269. console.log(this.mealData[this.leftIndex].listPackage[index].name)
  270. if(this.mealData[this.leftIndex].listPackage[index].name=='小保养服务'){
  271. this.calculation('大保养服务');
  272. }else if(this.mealData[this.leftIndex].listPackage[index].name=='大保养服务'){
  273. this.calculation('小保养服务');
  274. }else{
  275. this.calculation();
  276. }
  277. /* if(this.mealData[this.leftIndex].name=='小保养'){
  278. this.calculation('大保养');
  279. }else if(this.mealData[this.leftIndex].name=='大保养'){
  280. this.calculation('小保养');
  281. }else{
  282. this.calculation();
  283. } */
  284. if(item.planItem){
  285. /* this.orderData.push(item) */
  286. }
  287. },
  288. goGoods(item){
  289. /* uni.navigateTo({
  290. url:'../module/goodsDetail?goodsId='+item.goodsID+'&type=1'+'&typeIndex=2&maintain=1'
  291. }) */
  292. },
  293. empty(){
  294. var that=this;
  295. uni.showModal({
  296. title: '提示',
  297. content: '确定要清空清单吗',
  298. success: function (res) {
  299. if (res.confirm) {
  300. that.orderData=[];
  301. that.mealData.forEach(item=>{
  302. item.num=0;
  303. if(item.listPackage){
  304. item.listPackage.forEach(v=>{
  305. v.planItem=false
  306. })
  307. }
  308. })
  309. console.log(that.mealData)
  310. that.calculation();
  311. that.qingdanShow=false;
  312. }
  313. }
  314. });
  315. },
  316. calculation(txt){
  317. this.isNull=true
  318. this.total=0;
  319. this.totalhj=0;
  320. this.goodsTotal=0;
  321. this.salePriceTotal=0;
  322. this.orderData=[]
  323. this.mealData.forEach(v=>{
  324. v.num=0;
  325. v.listPackage.forEach(i=>{
  326. if(txt == i.name){
  327. i.planItem=false
  328. }
  329. })
  330. if(txt == v.name){
  331. console.log(v.name)
  332. /* if(v.listPackage){
  333. v.listPackage.forEach(i=>{
  334. i.planItem=false
  335. })
  336. } */
  337. }else{
  338. if(v.listPackage){
  339. v.listPackage.forEach(i=>{
  340. if(i.planItem){
  341. var obj={
  342. listGoodsAll:[],
  343. listItem:'',
  344. id:i.id,
  345. name:i.name
  346. }
  347. if(i.listGoodsAll.length>0){
  348. i.listGoodsAll.forEach((goods,goodsIndex)=>{
  349. console.log(goods.goodsGroupDetail)
  350. /* goods.forEach(sp=>{
  351. this.goodsTotal=Number(this.goodsTotal)
  352. this.goodsTotal+=sp.salePrice*sp.qty
  353. this.goodsTotal=this.goodsTotal.toFixed(2)
  354. })
  355. //goods[0].salePrice=1;*/
  356. this.goodsTotal=Number(this.goodsTotal)
  357. if(!isNaN(goods.goodsList[0].salePrice)){
  358. this.goodsTotal+=goods.goodsList[0].salePrice*goods.goodsList[0].qty
  359. this.goodsTotal=this.goodsTotal.toFixed(2)
  360. }else{
  361. this.isNull=false
  362. }
  363. if(goods.goodsList[0].salePrice==null){
  364. this.isNull=false
  365. }
  366. obj.listGoodsAll.push(goods.goodsList[0])
  367. })
  368. }
  369. if(i.listItem.length>0){
  370. obj.listItem=i.listItem
  371. }
  372. this.orderData.push(obj)
  373. v.num++;
  374. this.total++;
  375. i.listItem.forEach(xm=>{
  376. xm.qty=1;
  377. if(!isNaN(xm.salePrice)){
  378. this.salePriceTotal=Number(this.salePriceTotal)
  379. this.salePriceTotal+=xm.salePrice
  380. this.salePriceTotal=this.salePriceTotal.toFixed(2)
  381. }else{
  382. this.isNull=false
  383. }
  384. if(xm.salePrice==null){
  385. this.isNull=false
  386. }
  387. //xm.salePrice=1;
  388. })
  389. //this.totalhj
  390. }
  391. })
  392. }
  393. }
  394. //if(v.listPackage)
  395. })
  396. this.totalhj=Number(this.goodsTotal)+Number(this.salePriceTotal)
  397. this.totalhj=this.totalhj.toFixed(2)
  398. console.log(this.orderData)
  399. },
  400. reduce(v){
  401. console.log(v)
  402. if(v.qty>1){
  403. v.qty--;
  404. this.calculation()
  405. }else if(v.del){
  406. if(v.qty>0){
  407. v.qty--;
  408. this.calculation()
  409. }
  410. }
  411. },
  412. plus(v){
  413. v.qty++;
  414. this.calculation()
  415. },
  416. getData(){
  417. uni.showLoading({
  418. title: '加载中'
  419. })
  420. var location = uni.getStorageSync("locationCity");
  421. var selectCity = uni.getStorageSync("selectCity");
  422. var cityCode=''
  423. if(selectCity){
  424. cityCode=selectCity.code
  425. }else{
  426. cityCode=location.cityCode
  427. }
  428. this.$http('miniApp/tPackageMiniAppController/queryPackageList', {
  429. mileage:this.maintainCarData.milage,
  430. liyangId:this.maintainCarData.nLevelID,
  431. cityCode:cityCode,
  432. guidePrice:this.maintainCarData.guidePrice?this.maintainCarData.guidePrice:0,
  433. },'GET').then(res => {
  434. console.log(res)
  435. // this.csdata=JSON.parse(JSON.stringify(res.data))
  436. uni.hideLoading();
  437. if(res.code==1){
  438. uni.showModal({
  439. title: '提示',
  440. content: res.msg,
  441. showCancel:false,
  442. success: function (res) {
  443. }
  444. });
  445. }
  446. res.data.forEach(item=>{
  447. //console.log(item)
  448. item.listPackage.forEach((list,i)=>{
  449. if(list.listGoodsAll.length>0){
  450. list.listGoodsAll.forEach((goods,index)=>{
  451. var brandName=goods.goodsList[0].brandName
  452. var newtp=[];
  453. goods.goodsGroupDetail.forEach(tgoods=>{
  454. if(brandName==tgoods.brandName){
  455. newtp.push(tgoods)
  456. }
  457. })
  458. goods.goodsGroupDetail=newtp
  459. /* console.log("同品组")
  460. console.log(goods.goodsGroupDetail) */
  461. if(goods.goodsGroupDetail.length==0){
  462. //同组品为空的情况
  463. var referenceDosageQty=Number(list.referenceDosageQty)
  464. referenceDosageQty=Math.ceil(referenceDosageQty)
  465. if(goods.goodsList[0].capacity&&!goods.goodsList[0].del){
  466. console.log(list.name+"??==="+referenceDosageQty/goods.goodsList[0].capacity)
  467. if(referenceDosageQty/goods.goodsList[0].capacity>1){
  468. var qtynum1=referenceDosageQty-goods.goodsList[0].capacity
  469. var qtynum2=Math.ceil(qtynum1/goods.goodsList[0].capacity)
  470. goods.goodsList.splice(300);
  471. var addArrnt=JSON.parse(JSON.stringify(goods.goodsList))
  472. //console.log(addArrnt[0])
  473. addArrnt[0].qty=qtynum2;
  474. addArrnt[0].gh=true
  475. var addDta={
  476. goodsGroupDetail:[],
  477. goodsList:addArrnt
  478. }
  479. addDta.goodsList.forEach(add=>{
  480. add.del=true;
  481. })
  482. //addDta.splice(1,0)
  483. console.log(addDta)
  484. var add=JSON.parse(JSON.stringify(addDta))
  485. list.listGoodsAll.splice(index+1, 0,add)
  486. }
  487. }
  488. }else{
  489. //同组品不为空的情况
  490. //console.log("同组品不为空的情况 ")
  491. //debugger;
  492. var remainder=0;
  493. var addNum=index
  494. console.log("list.referenceDosageQty - "+list.referenceDosageQty+list.name)
  495. var referenceDosageQty=Number(list.referenceDosageQty)
  496. //var addArr= goods.goodsList
  497. referenceDosageQty=Math.ceil(referenceDosageQty)
  498. goods.goodsList.splice(300);
  499. if(list.referenceDosageQty&&!goods.goodsList[0].del){
  500. goods.goodsGroupDetail.forEach((tgoods,tindex)=>{
  501. var addArr=JSON.parse(JSON.stringify(goods.goodsList))
  502. if(tindex==0){
  503. console.log(tgoods.brandName)
  504. if(tgoods.capacity){
  505. if(referenceDosageQty>tgoods.capacity||referenceDosageQty==tgoods.capacity){
  506. if(goods.goodsGroupDetail.length==1){
  507. //console.log("referenceDosageQty>tgoods.capacity")
  508. var parseIntNum=parseInt(referenceDosageQty/tgoods.capacity)
  509. //console.log("parseIntNum--"+parseIntNum)
  510. tgoods.qty=parseIntNum+1
  511. addArr.unshift(tgoods)
  512. var reduce= tgoods.capacity*parseIntNum
  513. referenceDosageQty=referenceDosageQty - reduce
  514. var addDta={
  515. //goodsGroupDetail:[],
  516. goodsGroupDetail:goods.goodsGroupDetail,
  517. goodsList:addArr,
  518. del:true,
  519. }
  520. addDta.goodsList.forEach(add=>{
  521. add.del=true;
  522. })
  523. list.listGoodsAll.splice(index, 1,addDta)
  524. }else{
  525. //console.log("referenceDosageQty>tgoods.capacity")
  526. var parseIntNum=parseInt(referenceDosageQty/tgoods.capacity)
  527. //console.log("parseIntNum--"+parseIntNum)
  528. tgoods.qty=parseIntNum
  529. addArr.unshift(tgoods)
  530. var reduce= tgoods.capacity*parseIntNum
  531. referenceDosageQty=referenceDosageQty - reduce
  532. var addDta={
  533. //goodsGroupDetail:[],
  534. goodsGroupDetail:goods.goodsGroupDetail,
  535. goodsList:addArr,
  536. del:true,
  537. }
  538. addDta.goodsList.forEach(add=>{
  539. add.del=true;
  540. })
  541. list.listGoodsAll.splice(index, 1,addDta)
  542. }
  543. }else{
  544. console.log("推荐大于容量")
  545. if(goods.goodsGroupDetail.length==1){
  546. console.log("同组品 一个")
  547. addArr.unshift(tgoods)
  548. referenceDosageQty=referenceDosageQty-tgoods.capacity
  549. var addDta={
  550. //goodsGroupDetail:[],
  551. goodsGroupDetail:goods.goodsGroupDetail,
  552. goodsList:addArr,
  553. del:true,
  554. }
  555. addDta.goodsList.forEach(add=>{
  556. add.del=true;
  557. })
  558. list.listGoodsAll.splice(index, 1,addDta)
  559. }else{
  560. list.listGoodsAll.splice(index, 1)
  561. }
  562. }
  563. }else{
  564. addArr.unshift(tgoods)
  565. var addDta={
  566. //goodsGroupDetail:[],
  567. goodsGroupDetail:goods.goodsGroupDetail,
  568. goodsList:addArr,
  569. del:true,
  570. }
  571. addDta.goodsList.forEach(add=>{
  572. add.del=true;
  573. })
  574. list.listGoodsAll.splice(index, 1,addDta)
  575. }
  576. }else{
  577. if(goods.goodsGroupDetail[0].capacity){
  578. if(referenceDosageQty>0){
  579. console.log('referenceDosageQty'+referenceDosageQty)
  580. console.log(tgoods)
  581. /* remainder=Number(referenceDosageQty)%tgoods.capacity
  582. if(remainder>1){
  583. addArr.unshift(tgoods)
  584. }
  585. referenceDosageQty=referenceDosageQty-tgoods.capacity */
  586. if(referenceDosageQty>tgoods.capacity){
  587. var parseIntNum=parseInt(referenceDosageQty/tgoods.capacity)
  588. var reduce= tgoods.capacity*parseIntNum
  589. if(goods.goodsGroupDetail.length==tindex+1){
  590. var a=referenceDosageQty - reduce
  591. if(a>0){
  592. parseIntNum++
  593. }
  594. }
  595. tgoods.qty=parseIntNum
  596. addArr.unshift(tgoods)
  597. //addArr[0].gh=true
  598. referenceDosageQty=referenceDosageQty - reduce
  599. var addDta={
  600. //goodsGroupDetail:[],
  601. goodsGroupDetail:goods.goodsGroupDetail,
  602. goodsList:addArr,
  603. del:true,
  604. tpn:true,
  605. }
  606. addDta.goodsList.forEach(add=>{
  607. add.del=true;
  608. })
  609. //console.log(addArr)
  610. if(tindex==0){
  611. // console.log(addDta.goodsList[0])
  612. //list.listGoodsAll.splice(index, 1,addDta)
  613. //console.log(list.listGoodsAll[index])
  614. }else{
  615. addNum++
  616. console.log('addNum=='+addNum)
  617. //console.log(addDta.goodsList[0])
  618. list.listGoodsAll.splice(addNum, 0,addDta)
  619. }
  620. }else{
  621. if(goods.goodsGroupDetail.length==tindex+1){
  622. addArr.unshift(tgoods)
  623. //addArr[0].gh=true
  624. referenceDosageQty=referenceDosageQty-tgoods.capacity
  625. var addDta={
  626. //goodsGroupDetail:[],
  627. goodsGroupDetail:goods.goodsGroupDetail,
  628. goodsList:addArr,
  629. del:true,
  630. tpn:true,
  631. //gh:true,
  632. }
  633. addDta.goodsList.forEach(add=>{
  634. add.del=true;
  635. })
  636. //console.log(addArr)
  637. if(tindex==0){
  638. // console.log(addDta.goodsList[0])
  639. //list.listGoodsAll.splice(index, 1,addDta)
  640. //console.log(list.listGoodsAll[index])
  641. }else{
  642. addNum++
  643. console.log('addNum=='+addNum)
  644. //console.log(addDta.goodsList[0])
  645. list.listGoodsAll.splice(addNum, 0,addDta)
  646. }
  647. }
  648. }
  649. }
  650. }
  651. }
  652. } )
  653. }
  654. }
  655. })
  656. }
  657. })
  658. })
  659. this.mealData=res.data;
  660. this.mealData.splice(1,0)
  661. //debugger;
  662. console.log("第一次的数据")
  663. console.log(this.mealData)
  664. this.calculation();
  665. })
  666. },
  667. newData(){
  668. var replaceData=uni.getStorageSync("replaceData");
  669. var location = uni.getStorageSync("locationCity");
  670. var selectCity = uni.getStorageSync("selectCity");
  671. var cityCode=''
  672. if(selectCity){
  673. cityCode=selectCity.code
  674. }else{
  675. cityCode=location.cityCode
  676. }
  677. var params={
  678. mileage:this.maintainCarData.milage,
  679. liyangId:this.maintainCarData.nLevelID,
  680. cityCode:cityCode,
  681. guidePrice:this.maintainCarData.guidePrice?this.maintainCarData.guidePrice:0,
  682. goodsID:replaceData.goodsID,
  683. itemID:replaceData.itemID,
  684. packageID:replaceData.packageID,
  685. packageGoodsGroupID:replaceData.packageGoodsGroupID,
  686. }
  687. uni.showLoading({ });
  688. var arr=[]
  689. this.$http('miniApp/tPackageMiniAppController/queryTGoodsGroupDetailForApp', params,'GET').then(res => {
  690. uni.hideLoading();
  691. if(res.data.length>0){
  692. res.data.forEach(item=>{
  693. if(item.brandName==replaceData.brandName){
  694. arr.push(item)
  695. }
  696. })
  697. arr.forEach((item,index)=>{
  698. if(item.goodsID==replaceData.goodsID){
  699. arr.splice(index, 1)
  700. }
  701. })
  702. arr.unshift(replaceData)
  703. }
  704. console.log("处理的同品组")
  705. console.log(arr)
  706. // debugger;
  707. var packageGoodsGroupID=this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2].goodsList[0].packageGoodsGroupID
  708. this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll.forEach(item=>{
  709. if(packageGoodsGroupID==item.goodsList[0].packageGoodsGroupID){
  710. item.tpn=true
  711. }
  712. })
  713. this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2].tpn=false;
  714. this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2].goodsGroupDetail=arr
  715. this.mealData.splice(1,0)
  716. console.log("this.leftIndex"+this.leftIndex+'--'+this.replaceIndex1+'--'+this.replaceIndex2)
  717. console.log(this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2])
  718. console.log(this.mealData)
  719. this.chulidata()
  720. })
  721. },
  722. chulidata(){
  723. //debugger;
  724. this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2].goodsList.forEach((item,index)=>{
  725. if(item.gh){
  726. this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2].goodsList.splice(index, 1)
  727. }
  728. })
  729. this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll.forEach((item,index)=>{
  730. if(item.tpn){
  731. this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll.splice(index, 1)
  732. }
  733. })
  734. this.mealData.forEach((item,index1)=>{
  735. item.listPackage.forEach((list,i)=>{
  736. list.listGoodsAll.forEach((goods,index)=>{
  737. goods.goodsGroupDetail.forEach(tgoods=>{
  738. tgoods.del=false;
  739. })
  740. goods.goodsList[0].del=false;
  741. if(goods.tpn){
  742. list.listGoodsAll.splice(index, 1)
  743. }
  744. })
  745. })
  746. })
  747. console.log("重新初始化数据")
  748. console.log(this.mealData)
  749. this.mealData.forEach(item=>{
  750. //console.log(item)
  751. item.listPackage.forEach((list,i)=>{
  752. if(list.listGoodsAll.length>0){
  753. console.log(list.name)
  754. list.listGoodsAll.forEach((goods,index)=>{
  755. var brandName=goods.goodsList[0].brandName
  756. var newtp=[];
  757. goods.goodsGroupDetail.forEach(tgoods=>{
  758. //tgoods.del=false;
  759. if(brandName==tgoods.brandName){
  760. newtp.push(tgoods)
  761. }
  762. })
  763. goods.goodsGroupDetail=newtp
  764. /* console.log("同品组")
  765. console.log(goods.goodsGroupDetail) */
  766. if(goods.goodsGroupDetail.length==0){
  767. //同组品为空的情况
  768. console.log("同组品为空的情况")
  769. var referenceDosageQty=Number(list.referenceDosageQty)
  770. referenceDosageQty=Math.ceil(referenceDosageQty)
  771. if(Number.isInteger(referenceDosageQty/goods.goodsList[0].capacity)){
  772. goods.goodsList[0].qty=referenceDosageQty/goods.goodsList[0].capacity
  773. }else
  774. if(goods.goodsList[0].capacity>0&&!goods.goodsList[0].del){
  775. goods.goodsList.forEach((newGoods,newindex)=>{
  776. var qtynum1=referenceDosageQty-newGoods.capacity
  777. var qtynum2=Math.ceil(qtynum1/newGoods.capacity)
  778. console.log("qtynum2=="+qtynum2)
  779. if(newindex==0&&!goods.goodsList[0].del){
  780. console.log("??sdsaf")
  781. goods.goodsList[0].qty=qtynum2;
  782. goods.goodsList[0].del=true;
  783. referenceDosageQty=referenceDosageQty-(qtynum2*newGoods.capacity)
  784. }else if(newindex!=0&&!newGoods.del){
  785. if(referenceDosageQty>0){
  786. //var qtynum4=referenceDosageQty-newGoods.capacity
  787. var qtynum3=Math.ceil(referenceDosageQty/newGoods.capacity)
  788. referenceDosageQty=referenceDosageQty-(qtynum3*newGoods.capacity)
  789. var addArrnt=JSON.parse(JSON.stringify(goods.goodsList))
  790. addArrnt[0].qty=qtynum3;
  791. var addDta={
  792. goodsGroupDetail:[],
  793. goodsList:addArrnt
  794. }
  795. addDta.goodsList.forEach(add=>{
  796. add.del=true;
  797. })
  798. console.log(addDta)
  799. var add=JSON.parse(JSON.stringify(addDta))
  800. list.listGoodsAll.splice(index+1, 0,add)
  801. //if(addArrnt[0].)
  802. }
  803. }
  804. })
  805. /* if(referenceDosageQty/goods.goodsList[0].capacity>1){
  806. var qtynum1=referenceDosageQty-goods.goodsList[0].capacity
  807. var qtynum2=Math.ceil(qtynum1/goods.goodsList[0].capacity)
  808. console.log("qtynum2=="+qtynum2)
  809. goods.goodsList.splice(300);
  810. var addArrnt=JSON.parse(JSON.stringify(goods.goodsList))
  811. addArrnt[0].qty=qtynum2;
  812. var addDta={
  813. goodsGroupDetail:[],
  814. goodsList:addArrnt
  815. }
  816. addDta.goodsList.forEach(add=>{
  817. add.del=true;
  818. })
  819. console.log(addDta)
  820. var add=JSON.parse(JSON.stringify(addDta))
  821. list.listGoodsAll.splice(index+1, 0,add)
  822. } */
  823. }
  824. }else{
  825. //同组品不为空的情况
  826. //console.log("同组品不为空的情况 ")
  827. var remainder=0;
  828. var addNum=index
  829. console.log("list.referenceDosageQty - "+list.referenceDosageQty+list.name)
  830. var referenceDosageQty=Number(list.referenceDosageQty)
  831. //var addArr= goods.goodsList
  832. referenceDosageQty=Math.ceil(referenceDosageQty)
  833. goods.goodsList.splice(300);
  834. console.log("referenceDosageQty---"+referenceDosageQty + "goods.goodsList[0].del---" +goods.goodsList[0].del)
  835. if(list.referenceDosageQty&&!goods.goodsList[0].del){
  836. goods.goodsGroupDetail.forEach((tgoods,tindex)=>{
  837. var addArr=JSON.parse(JSON.stringify(goods.goodsList))
  838. //debugger;
  839. if(tindex==0){
  840. console.log(tgoods.brandName)
  841. if(tgoods.capacity){
  842. if(referenceDosageQty>tgoods.capacity||referenceDosageQty==tgoods.capacity){
  843. if(goods.goodsGroupDetail.length==1){
  844. //console.log("referenceDosageQty>tgoods.capacity")
  845. var parseIntNum=parseInt(referenceDosageQty/tgoods.capacity)
  846. //console.log("parseIntNum--"+parseIntNum)
  847. tgoods.qty=parseIntNum+1
  848. addArr.unshift(tgoods)
  849. var reduce= tgoods.capacity*parseIntNum
  850. referenceDosageQty=referenceDosageQty - reduce
  851. var addDta={
  852. //goodsGroupDetail:[],
  853. goodsGroupDetail:goods.goodsGroupDetail,
  854. goodsList:addArr,
  855. del:true,
  856. }
  857. addDta.goodsList.forEach(add=>{
  858. add.del=true;
  859. })
  860. list.listGoodsAll.splice(index, 1,addDta)
  861. }else{
  862. //console.log("referenceDosageQty>tgoods.capacity")
  863. var parseIntNum=parseInt(referenceDosageQty/tgoods.capacity)
  864. //console.log("parseIntNum--"+parseIntNum)
  865. tgoods.qty=parseIntNum
  866. /* if(tgoods.capacity==1){
  867. tgoods.qty=tgoods.qty+1
  868. } */
  869. addArr.unshift(tgoods)
  870. var reduce= tgoods.capacity*parseIntNum
  871. referenceDosageQty=referenceDosageQty - reduce
  872. var addDta={
  873. //goodsGroupDetail:[],
  874. goodsGroupDetail:goods.goodsGroupDetail,
  875. goodsList:addArr,
  876. del:true,
  877. }
  878. addDta.goodsList.forEach(add=>{
  879. add.del=true;
  880. })
  881. list.listGoodsAll.splice(index, 1,addDta)
  882. }
  883. }else{
  884. console.log("推荐大于容量")
  885. if(goods.goodsGroupDetail.length==1){
  886. console.log("同组品 一个")
  887. addArr.unshift(tgoods)
  888. referenceDosageQty=referenceDosageQty-tgoods.capacity
  889. var addDta={
  890. //goodsGroupDetail:[],
  891. goodsGroupDetail:goods.goodsGroupDetail,
  892. goodsList:addArr,
  893. del:true,
  894. }
  895. addDta.goodsList.forEach(add=>{
  896. add.del=true;
  897. })
  898. list.listGoodsAll.splice(index, 1,addDta)
  899. }else{
  900. list.listGoodsAll.splice(index, 1)
  901. }
  902. }
  903. }else{
  904. addArr.unshift(tgoods)
  905. var addDta={
  906. //goodsGroupDetail:[],
  907. goodsGroupDetail:goods.goodsGroupDetail,
  908. goodsList:addArr,
  909. del:true,
  910. }
  911. addDta.goodsList.forEach(add=>{
  912. add.del=true;
  913. })
  914. list.listGoodsAll.splice(index, 1,addDta)
  915. }
  916. }else{
  917. if(goods.goodsGroupDetail[0].capacity){
  918. if(referenceDosageQty>1||referenceDosageQty==1){
  919. console.log('referenceDosageQty'+referenceDosageQty)
  920. console.log(tgoods)
  921. /* remainder=Number(referenceDosageQty)%tgoods.capacity
  922. if(remainder>1){
  923. addArr.unshift(tgoods)
  924. }
  925. referenceDosageQty=referenceDosageQty-tgoods.capacity */
  926. if(referenceDosageQty>tgoods.capacity){
  927. var parseIntNum=parseInt(referenceDosageQty/tgoods.capacity)
  928. var reduce= tgoods.capacity*parseIntNum
  929. if(goods.goodsGroupDetail.length==tindex+1){
  930. var a=referenceDosageQty - reduce
  931. if(a>0){
  932. parseIntNum++
  933. }
  934. }
  935. tgoods.qty=parseIntNum
  936. addArr.unshift(tgoods)
  937. referenceDosageQty=referenceDosageQty - reduce
  938. var addDta={
  939. //goodsGroupDetail:[],
  940. goodsGroupDetail:goods.goodsGroupDetail,
  941. goodsList:addArr,
  942. del:true,
  943. tpn:true,
  944. }
  945. addDta.goodsList.forEach(add=>{
  946. add.del=true;
  947. })
  948. //console.log(addArr)
  949. if(tindex==0){
  950. // console.log(addDta.goodsList[0])
  951. //list.listGoodsAll.splice(index, 1,addDta)
  952. //console.log(list.listGoodsAll[index])
  953. }else{
  954. addNum++
  955. console.log('addNum=='+addNum)
  956. //console.log(addDta.goodsList[0])
  957. list.listGoodsAll.splice(addNum, 0,addDta)
  958. }
  959. }else{
  960. if(goods.goodsGroupDetail.length==tindex+1){
  961. addArr.unshift(tgoods)
  962. referenceDosageQty=referenceDosageQty-tgoods.capacity
  963. var addDta={
  964. //goodsGroupDetail:[],
  965. goodsGroupDetail:goods.goodsGroupDetail,
  966. goodsList:addArr,
  967. del:true,
  968. tpn:true,
  969. }
  970. addDta.goodsList.forEach(add=>{
  971. add.del=true;
  972. })
  973. //console.log(addArr)
  974. if(tindex==0){
  975. // console.log(addDta.goodsList[0])
  976. //list.listGoodsAll.splice(index, 1,addDta)
  977. //console.log(list.listGoodsAll[index])
  978. }else{
  979. addNum++
  980. console.log('addNum=='+addNum)
  981. //console.log(addDta.goodsList[0])
  982. list.listGoodsAll.splice(addNum, 0,addDta)
  983. }
  984. }
  985. }
  986. }
  987. }
  988. }
  989. } )
  990. }
  991. }
  992. })
  993. }
  994. })
  995. })
  996. this.mealData.splice(1,0)
  997. console.log("处理数据")
  998. console.log(this.mealData)
  999. this.calculation();
  1000. },
  1001. handbook(){
  1002. uni.navigateTo({
  1003. url:'handbook?mileage'+this.maintainCarData.milage+'&liyangId='+this.maintainCarData.nLevelID
  1004. })
  1005. },
  1006. settlement(){
  1007. if(!this.isNull){
  1008. uni.showToast({
  1009. title: '您选择的有未设置价格的商品,请重新选择',
  1010. icon:'none',
  1011. duration: 5000
  1012. });
  1013. return false;
  1014. }
  1015. console.log(this.orderData)
  1016. //return false;
  1017. uni.removeStorageSync('couponData');
  1018. if(this.orderData.length>0){
  1019. /* uni.navigateTo({
  1020. url:'confirmOrder?orderData='+JSON.stringify(this.orderData)+'&currentMileage='+this.maintainCarData.milage
  1021. }) */
  1022. uni.navigateTo({
  1023. url:'orderShop?orderData='+JSON.stringify(this.orderData)+'&currentMileage='+this.maintainCarData.milage+'&brand='+this.brand
  1024. })
  1025. }
  1026. },
  1027. replace(v,index,i,replaceIndex){
  1028. //v.splice(replaceIndex, 1)
  1029. console.log(v)
  1030. console.log(replaceIndex)
  1031. v.goodsList.forEach((item,vindex)=>{
  1032. if(replaceIndex==vindex){
  1033. item.showr=false
  1034. }else{
  1035. item.showr=true
  1036. }
  1037. })
  1038. uni.removeStorageSync('replaceData');
  1039. this.replaceIndex1=index;
  1040. this.replaceIndex2=i;
  1041. uni.setStorage({
  1042. key: 'replaceDataList',
  1043. data: v,
  1044. success: function () {
  1045. uni.navigateTo({
  1046. url:'replaceGoods'
  1047. })
  1048. }
  1049. });
  1050. },
  1051. caidanClick(){
  1052. this.qingdanShow=!this.qingdanShow
  1053. },
  1054. milageEdit(){
  1055. this.maintainCarData.milage=''
  1056. },
  1057. carEdit(){
  1058. uni.navigateTo({
  1059. url:'../index/cailist?type=2'
  1060. })
  1061. }
  1062. }
  1063. }
  1064. </script>
  1065. <style scoped>
  1066. .caidanTk{
  1067. height: calc(100vh );
  1068. width: 100vw;
  1069. background: rgba(0,0,0,0.6);
  1070. position:fixed;
  1071. left: 0;
  1072. top: 0;
  1073. }
  1074. .tkCont{
  1075. height: 70vh;
  1076. /* margin-top: calc(40vh ); */
  1077. position: absolute;
  1078. left: 0;
  1079. bottom: 0;
  1080. }
  1081. .caidanTkTop{
  1082. width: 750rpx;
  1083. height: 90rpx;
  1084. background: #FFFFFF;
  1085. border-radius: 24rpx 24rpx 0px 0px;
  1086. }
  1087. .caidanTkTop{
  1088. display: flex;justify-content: space-between;
  1089. }
  1090. .topTopright{
  1091. display: flex;
  1092. padding-top: 29rpx;
  1093. }
  1094. .tkTopTitle{
  1095. line-height: 90rpx;
  1096. font-size: 30rpx;
  1097. font-weight: 600;
  1098. color: #3C3C3C;
  1099. padding-left: 24rpx;
  1100. }
  1101. .empty{
  1102. width: 86rpx;
  1103. height: 42rpx;
  1104. background: #EEEEEE;
  1105. border-radius: 21rpx;
  1106. text-align: center;
  1107. color: #666666;
  1108. font-size: 24rpx;
  1109. line-height: 42rpx;
  1110. }
  1111. .close{
  1112. color: #999999;
  1113. font-size: 30rpx;
  1114. padding-right: 30rpx;
  1115. padding-left: 24rpx;
  1116. }
  1117. .tkMain{
  1118. background: #F0F0F0;
  1119. height: calc(70vh - 90rpx);
  1120. }
  1121. .tkMainSv{
  1122. padding: 0 24rpx;
  1123. width: 702rpx;
  1124. height: calc(70vh - 150rpx);
  1125. }
  1126. .goodsItemRight{
  1127. width: 520rpx;
  1128. padding-left: 20rpx;
  1129. display: flex;
  1130. flex-direction:column;
  1131. justify-content: space-between;
  1132. }
  1133. .goodsItemBottom{
  1134. display: flex;
  1135. justify-content: space-between;
  1136. }
  1137. .goodssalePrice{
  1138. font-size: 32rpx;font-weight: 500;color: #FF4F00;
  1139. }
  1140. .goodsNum{
  1141. font-size: 24rpx;font-weight: 400;color: #999999;
  1142. }
  1143. .top{
  1144. background: #FF4F00;
  1145. display: flex;
  1146. justify-content: space-between;
  1147. padding: 30rpx 25rpx;
  1148. font-size: 28rpx;
  1149. color: #FFFFFF;
  1150. }
  1151. .goodsItem{
  1152. display: flex;
  1153. padding: 15rpx 0;
  1154. }
  1155. .qingdanLine{
  1156. background: #FFFFFF;
  1157. margin-top: 20rpx;
  1158. padding: 24rpx 20rpx;
  1159. border-radius: 10rpx;
  1160. }
  1161. .brandLogo{
  1162. width: 42rpx;
  1163. height: 42rpx;
  1164. padding: 0 10rpx;
  1165. }
  1166. .topLeft{
  1167. display: flex;
  1168. align-content: center;
  1169. }
  1170. .carName{
  1171. width: 61%;
  1172. }
  1173. .topEdit{
  1174. width: 22rpx;
  1175. height: 22rpx;
  1176. padding: 10rpx;
  1177. }
  1178. .topRight{
  1179. display: flex;
  1180. justify-content: flex-end;
  1181. align-items: center;
  1182. }
  1183. .topInput{
  1184. font-size: 28rpx;
  1185. color: #FFFFFF;
  1186. text-align: right;
  1187. padding-top: 3rpx;
  1188. width: 70%;
  1189. }
  1190. .maintainrecommend{
  1191. padding: 30rpx 24rpx;
  1192. display: flex;
  1193. justify-content: space-between;
  1194. border-bottom: 2rpx solid #EEEEEE;
  1195. }
  1196. .recommendTxt{
  1197. color: #3C3C3C;
  1198. font-size: 30rpx;
  1199. font-weight: 600;
  1200. }
  1201. .manual{
  1202. width: 119rpx;
  1203. height: 40rpx;
  1204. border-radius: 20rpx;
  1205. border: 2rpx solid #F19D01;
  1206. text-align: center;
  1207. line-height: 40rpx;
  1208. font-size: 22rpx;
  1209. color: #F19D01;
  1210. }
  1211. .bottom{
  1212. position: fixed;
  1213. left: 0;
  1214. bottom: 0;
  1215. width: 100vw;
  1216. height: 120rpx;
  1217. background: #FFFFFF;
  1218. box-shadow: 0px -2px 20px 0px rgba(153, 153, 153, 0.2);
  1219. padding-bottom: constant(safe-area-inset-bottom);
  1220. padding-bottom: env(safe-area-inset-bottom);
  1221. box-sizing: content-box;
  1222. z-index: 11;
  1223. }
  1224. .ckBottom{
  1225. width: 100vw;
  1226. height: 120rpx;
  1227. padding-bottom: constant(safe-area-inset-bottom);
  1228. padding-bottom: env(safe-area-inset-bottom);
  1229. box-sizing: content-box;
  1230. }
  1231. .main{
  1232. display: flex;
  1233. height: calc(100vh - 410rpx);
  1234. }
  1235. .mainscrollView{
  1236. height: calc(100vh - 410rpx);
  1237. padding-bottom: constant(safe-area-inset-bottom);
  1238. padding-bottom: env(safe-area-inset-bottom);
  1239. box-sizing: content-box;
  1240. margin-bottom: 120rpx;
  1241. }
  1242. /* #ifdef MP-WEIXIN */
  1243. .main{
  1244. display: flex;
  1245. height: calc(100vh - 310rpx);
  1246. }
  1247. .mainscrollView{
  1248. height: calc(100vh - 310rpx);
  1249. }
  1250. /* #endif */
  1251. .mainLeft{
  1252. width: 146rpx;
  1253. background: #F5F5F5;
  1254. }
  1255. .mainRight{
  1256. width: 604rpx;
  1257. }
  1258. .mainLeftLine{
  1259. color: #3C3C3C;
  1260. padding: 30rpx 20rpx;
  1261. font-size: 24rpx;
  1262. text-align: center;
  1263. position: relative;
  1264. }
  1265. .lineNum{
  1266. position: absolute;
  1267. background: #FF270A;
  1268. width: 40rpx;
  1269. height: 26rpx;
  1270. text-align: center;
  1271. line-height: 26rpx;
  1272. font-size: 20rpx;
  1273. color: #FFFFFF;
  1274. border-radius: 13rpx;
  1275. top: 10rpx;
  1276. right: 10rpx;
  1277. }
  1278. .lineLeftActive{
  1279. background: #FFFFFF;
  1280. }
  1281. .nock{
  1282. width: 22rpx;
  1283. height: 22rpx;
  1284. border-radius: 50%;
  1285. border:2px solid #AEAEAE;
  1286. margin-top: 2rpx;
  1287. margin-right: 10rpx;
  1288. }
  1289. .imgPrivacy{
  1290. width: 36rpx;
  1291. height: 36rpx;
  1292. /* margin-top: 2rpx; */
  1293. /* margin-right: 10rpx; */
  1294. }
  1295. .contTopRight{
  1296. display: flex;
  1297. align-items: center;
  1298. width: 38rpx;
  1299. height: 36rpx;
  1300. margin-right: 10rpx;
  1301. }
  1302. .mainRightLine{
  1303. padding: 20rpx 20rpx 0 20rpx;
  1304. }
  1305. .contTop{
  1306. display: flex;
  1307. justify-content: space-between;
  1308. }
  1309. .listPackgeName{
  1310. font-size: 26rpx;
  1311. font-family: PingFangSC-Regular, PingFang SC;
  1312. font-weight: 600;
  1313. color: #3C3C3C;
  1314. }
  1315. .listPackgeMs{
  1316. font-size: 22rpx;
  1317. font-family: PingFangSC-Regular, PingFang SC;
  1318. font-weight: 400;
  1319. color: #999999;
  1320. padding-top: 5rpx;
  1321. line-height: 30rpx;
  1322. }
  1323. .contZk{
  1324. border-bottom: 1px solid #EEEEEE;
  1325. padding-bottom: 20rpx;
  1326. }
  1327. .goodsImg{
  1328. width: 120rpx;
  1329. height: 120rpx;
  1330. border-radius: 11rpx;
  1331. }
  1332. .goodsItemLIne{
  1333. display: flex;
  1334. padding-top: 20rpx;
  1335. padding-bottom: 20rpx;
  1336. }
  1337. .goodsCont{
  1338. display: flex;
  1339. flex-direction:column;
  1340. justify-content: space-between;
  1341. padding-left: 20rpx;
  1342. }
  1343. .goodsContTop{
  1344. display: flex;
  1345. justify-content: space-between;
  1346. width: 400rpx;
  1347. }
  1348. .goodsItemName{
  1349. font-size: 26rpx;
  1350. font-weight: 400;
  1351. color: #3C3C3C;
  1352. width: 78%;
  1353. }
  1354. .salePrice{
  1355. font-size: 32rpx;
  1356. font-weight: 500;
  1357. color: #FF4F00;
  1358. }
  1359. .replaceBox{
  1360. width: 100rpx;
  1361. }
  1362. .replace{
  1363. width: 75rpx;
  1364. height: 37rpx;
  1365. border-radius: 19rpx;
  1366. border: 2rpx solid #B9B9B9;
  1367. text-align: center;
  1368. line-height: 35rpx;
  1369. color: #707070;
  1370. font-size: 22rpx;
  1371. margin-left: 25rpx;
  1372. }
  1373. .contZkMain{
  1374. padding-top: 20rpx;
  1375. }
  1376. .asa{
  1377. width: 44rpx;
  1378. height: 44rpx;
  1379. line-height: 44rpx;
  1380. text-align: center;
  1381. background: #F4F5F7;
  1382. font-size: 30rpx;
  1383. }
  1384. .goodsCOntBOttom{
  1385. display: flex;
  1386. justify-content: space-between;
  1387. }
  1388. .as{
  1389. display: flex;
  1390. }
  1391. .goodsPrice{
  1392. display: flex;justify-content: space-between;
  1393. padding-top: 10rpx;
  1394. }
  1395. .goodsPriceNum{
  1396. color: #F8F8F8;
  1397. font-size: 28rpx;
  1398. }
  1399. .asNum{
  1400. font-size: 24rpx;color: #333333;
  1401. padding: 0 18rpx;
  1402. height: 44rpx;
  1403. line-height: 44rpx;
  1404. background: #F4F5F7;
  1405. margin-left: 1px;
  1406. margin-right: 1px;
  1407. }
  1408. .itemNum{
  1409. font-size: 24rpx;
  1410. font-weight: 400;
  1411. color: #999999;
  1412. }
  1413. .bottom{
  1414. display: flex;
  1415. justify-content: space-between;
  1416. }
  1417. .caidanImg{
  1418. width: 50rpx;
  1419. height: 50rpx;
  1420. }
  1421. .bottomLeft{
  1422. display: flex;
  1423. }
  1424. .caidan{
  1425. padding-left: 33rpx;
  1426. padding-top: 35rpx;
  1427. padding-right: 33rpx;
  1428. position: relative;
  1429. }
  1430. .total{
  1431. position: absolute;
  1432. width: 40rpx;
  1433. height: 26rpx;
  1434. background: #FF270A;
  1435. line-height: 26rpx;
  1436. text-align: center;
  1437. color: #FFFFFF;
  1438. font-size: 20rpx;
  1439. top: 25rpx;
  1440. right: 15rpx;
  1441. border-radius: 13rpx;
  1442. }
  1443. .heji1{
  1444. font-size: 24rpx;
  1445. font-weight: 500;
  1446. color: #666666;
  1447. }
  1448. .hejiNum{
  1449. font-size: 32rpx;
  1450. font-family: PingFangSC-Medium, PingFang SC;
  1451. font-weight: 500;
  1452. color: #FF4F00;
  1453. }
  1454. .hejiMs{
  1455. font-size: 24rpx;
  1456. padding-top: 5rpx;
  1457. color: #999999;
  1458. }
  1459. .heji{
  1460. padding-top: 23rpx;
  1461. }
  1462. .settlement{
  1463. width: 203rpx;
  1464. height: 74rpx;
  1465. background: #FF4F00;
  1466. border-radius: 37rpx;
  1467. text-align: center;
  1468. line-height: 74rpx;
  1469. font-size: 30rpx;
  1470. font-family: PingFangSC-Medium, PingFang SC;
  1471. font-weight: 500;
  1472. color: #FEFFFE;
  1473. margin-top: 23rpx;
  1474. margin-right: 32rpx;
  1475. }
  1476. .nodataImg{
  1477. width: 400rpx;
  1478. padding-top: 100rpx;
  1479. }
  1480. .noTxt{
  1481. font-size: 36rpx;
  1482. color: #999999;
  1483. padding-top: 50rpx;
  1484. }
  1485. .nodataBox{
  1486. text-align: center;
  1487. }
  1488. </style>