This commit is contained in:
lixuan
2022-10-20 11:52:22 +08:00
parent f7f86e9b55
commit c15c690285
3 changed files with 14 additions and 6 deletions

View File

@@ -482,13 +482,17 @@
siteName: this.siteName,
...uni.getStorageSync('location'),
// ...this.filterData
siteBrand: this.siteName ? '' : this.filterDatas
// siteBrand: this.siteName ? '' : this.filterDatas
siteBrand: this.filterDatas
.siteBrand, // 备注:// 石油品牌 ( 1-中国石油 2-中国石化 3-壳牌 4-民营 5-中海油 6-京博 7-中化石油 8-其他 )
channelCode: this.siteName ? '' : this.filterDatas
// channelCode: this.siteName ? '' : this.filterDatas
channelCode: this.filterDatas
.channelCode, // 备注:// 渠道编码 ( OIL星油 WJY万金油 LV老吕找油网 TY团油 YDJY一点加油壳牌)
oilProductCode: this.siteName ? '' : this.filterDatas
// oilProductCode: this.siteName ? '' : this.filterDatas
oilProductCode:this.filterDatas
.oilProductCode ,// 备注:// 油号选择 ( 0# 92# 92#)
siteLevel: this.siteName ? '' : this.filterDatas
// siteLevel: this.siteName ? '' : this.filterDatas
siteLevel: this.filterDatas
.siteLevel ,
provinceCode:this.filterDatas.provinceCode,
cityCode:this.filterDatas.cityCode,