This commit is contained in:
xiaozhiyong
2024-07-17 16:20:43 +08:00
parent abf4716820
commit d1af8b7ecb
12 changed files with 132 additions and 63 deletions

View File

@@ -945,7 +945,10 @@
// 获取渠道下价格等信息
getNewSitePrice(channelId) {
this.oilSitePriceDetailsVo = []
oilSiteApi.getNewSitePrice(channelId).then(res => {
oilSiteApi.getSitePriceKAByBelong({
channelId: channelId,
clientBelong: "BAICHUAN"
}).then(res => {
if (res.code == 20000) {
this.plateNumbers = res.data.plateNumbers
this.oilSitePriceDetailsVo = res.data.oilSitePriceDetailsVo;