|
|
|
@ -277,6 +277,7 @@ |
|
|
|
|
this.detailList = res.return_data.oilPriceList; |
|
|
|
|
this.oilType = res.return_data.oilPriceList[0].oilType; |
|
|
|
|
this.gasGunList = res.return_data.gasGunList; |
|
|
|
|
this.counId = res.return_data.goodsId; |
|
|
|
|
for (var i = 0; i < res.return_data.gasGunList.length; i++) { |
|
|
|
|
if (this.oilNo == res.return_data.gasGunList[i].oilNoName) { |
|
|
|
|
this.gunnumber.push(res.return_data.gasGunList[i]) |
|
|
|
|