Merge branch 'master' into zyj
# Conflicts: # api/sy.js # salesRanking/page/enterpriseDetails/enterpriseDetails.vue
This commit is contained in:
244
api/sy.js
244
api/sy.js
@@ -2,123 +2,129 @@ import request from '@/utils/request'
|
||||
const service_name = "oil-user"
|
||||
const group_name = "sysCustomerInfo"
|
||||
export default {
|
||||
findOilSiteDesc (data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilOrderInfo/findOilSiteDesc`,
|
||||
method: 'post',
|
||||
data:data
|
||||
})
|
||||
},
|
||||
findCustomerName (data) {
|
||||
return request({
|
||||
url: `/oil-user/sysCustomerInfo/findCustomerName`,
|
||||
method: 'post',
|
||||
data:data
|
||||
})
|
||||
},
|
||||
findSiteMovingPinVo (data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilOrderInfo/findSiteMovingPinVo`,
|
||||
method: 'get',
|
||||
params:data
|
||||
})
|
||||
},
|
||||
findEnterpriSemovingPinVo (data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilOrderInfo/findEnterpriSemovingPinVo`,
|
||||
method: 'get',
|
||||
params:data
|
||||
})
|
||||
},
|
||||
queryRechargeCompanyFiveDays (data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilCompanyAccountReverse/queryRechargeCompanyFiveDays`,
|
||||
method: 'get',
|
||||
params:data
|
||||
})
|
||||
},
|
||||
queryTheRevenueContributionOfGasStations (data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilOrderInfo/queryTheRevenueContributionOfGasStations`,
|
||||
method: 'post',
|
||||
data:data
|
||||
})
|
||||
},
|
||||
queryEnterpriseIncome (data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilOrderInfo/queryEnterpriseIncome`,
|
||||
method: 'get',
|
||||
params:data
|
||||
})
|
||||
},
|
||||
checkTheFiveDayRechargeAmount (data) {
|
||||
return request({
|
||||
url: `/oil-finance/siteChannelAccountReverse/checkTheFiveDayRechargeAmount`,
|
||||
method: 'get',
|
||||
params:data
|
||||
})
|
||||
},
|
||||
queryTheOrderOfTheEnterpriseGasStation (data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilOrderInfo/queryTheOrderOfTheEnterpriseGasStation`,
|
||||
method: 'post',
|
||||
data:data
|
||||
})
|
||||
},
|
||||
queryBusinessIncome (data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilOrderInfo/queryBusinessIncome`,
|
||||
method: 'get',
|
||||
params:data
|
||||
})
|
||||
},
|
||||
inquireAboutCorporateContributions (data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilOrderInfo/inquireAboutCorporateContributions`,
|
||||
method: 'post',
|
||||
data:data
|
||||
})
|
||||
},
|
||||
queryGasStationRechargeRecords (data) {
|
||||
return request({
|
||||
url: `/oil-finance/siteChannelAccountReverse/queryGasStationRechargeRecords`,
|
||||
method: 'post',
|
||||
data:data
|
||||
})
|
||||
},
|
||||
findEnterpriseRechargeRecord (data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilCompanyAccountReverse/findEnterpriseRechargeRecord`,
|
||||
method: 'post',
|
||||
data:data
|
||||
})
|
||||
},
|
||||
queryGasStationBusinessOrders (data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilOrderInfo/queryGasStationBusinessOrders`,
|
||||
method: 'post',
|
||||
data:data
|
||||
})
|
||||
},
|
||||
findEnterpriseDesc (data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilOrderInfo/findEnterpriseDesc`,
|
||||
method: 'post',
|
||||
data:data
|
||||
})
|
||||
},
|
||||
getDistributeCount (data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilCompanyAccountReverse/getDistributeCount`,
|
||||
method: 'post',
|
||||
data:data
|
||||
})
|
||||
},
|
||||
distributeGetByPage(data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilCompanyDistributeReverse/getByPage`,
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
findOilSiteDesc(data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilOrderInfo/findOilSiteDesc`,
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
},
|
||||
findCustomerName(data) {
|
||||
return request({
|
||||
url: `/oil-user/sysCustomerInfo/findCustomerName`,
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
},
|
||||
findSiteMovingPinVo(data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilOrderInfo/findSiteMovingPinVo`,
|
||||
method: 'get',
|
||||
params: data
|
||||
})
|
||||
},
|
||||
findEnterpriSemovingPinVo(data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilOrderInfo/findEnterpriSemovingPinVo`,
|
||||
method: 'get',
|
||||
params: data
|
||||
})
|
||||
},
|
||||
queryRechargeCompanyFiveDays(data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilCompanyAccountReverse/queryRechargeCompanyFiveDays`,
|
||||
method: 'get',
|
||||
params: data
|
||||
})
|
||||
},
|
||||
queryTheRevenueContributionOfGasStations(data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilOrderInfo/queryTheRevenueContributionOfGasStations`,
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
},
|
||||
queryEnterpriseIncome(data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilOrderInfo/queryEnterpriseIncome`,
|
||||
method: 'get',
|
||||
params: data
|
||||
})
|
||||
},
|
||||
checkTheFiveDayRechargeAmount(data) {
|
||||
return request({
|
||||
url: `/oil-finance/siteChannelAccountReverse/checkTheFiveDayRechargeAmount`,
|
||||
method: 'get',
|
||||
params: data
|
||||
})
|
||||
},
|
||||
queryTheOrderOfTheEnterpriseGasStation(data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilOrderInfo/queryTheOrderOfTheEnterpriseGasStation`,
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
},
|
||||
queryBusinessIncome(data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilOrderInfo/queryBusinessIncome`,
|
||||
method: 'get',
|
||||
params: data
|
||||
})
|
||||
},
|
||||
inquireAboutCorporateContributions(data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilOrderInfo/inquireAboutCorporateContributions`,
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
},
|
||||
queryGasStationRechargeRecords(data) {
|
||||
return request({
|
||||
url: `/oil-finance/siteChannelAccountReverse/queryGasStationRechargeRecords`,
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
},
|
||||
findEnterpriseRechargeRecord(data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilCompanyAccountReverse/findEnterpriseRechargeRecord`,
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
},
|
||||
queryGasStationBusinessOrders(data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilOrderInfo/queryGasStationBusinessOrders`,
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
},
|
||||
findEnterpriseDesc(data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilOrderInfo/findEnterpriseDesc`,
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
},
|
||||
findMonthlySiteMovingPinVo(id) {
|
||||
return request({
|
||||
url: `/oil-finance/oilOrderInfo/findMonthlySiteMovingPinVo?siteId=${id}`,
|
||||
method: 'get'
|
||||
})
|
||||
},
|
||||
getDistributeCount (data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilCompanyAccountReverse/getDistributeCount`,
|
||||
method: 'post',
|
||||
data:data
|
||||
})
|
||||
},
|
||||
distributeGetByPage(data) {
|
||||
return request({
|
||||
url: `/oil-finance/oilCompanyDistributeReverse/getByPage`,
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user