maintain.vue 44 KB

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