调价管理,详情页面
This commit is contained in:
@@ -231,78 +231,108 @@ export default {
|
|||||||
value: 'id'
|
value: 'id'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '渠道id',
|
label: '油站ID',
|
||||||
value: 'id'
|
value: 'siteId'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '渠道编码',
|
label: '油品类型',
|
||||||
value: 'channelCode',
|
value: 'oilProductType'
|
||||||
remark: 'XOIL:星油 WJY:万金油 LV:老吕(找油网) TY:团油YDJY:一点加油(壳牌)',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: '三方油站编码',
|
|
||||||
value: 'otherSiteCode',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: '三方油品编码',
|
|
||||||
value: 'otherOilsCode'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: '油枪用逗号隔开',
|
|
||||||
value: 'oilsBar'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: '排放标准',
|
|
||||||
value: 'oilsGb'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: '发改委价格',
|
|
||||||
value: 'marketPrice'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: '个人加油价格',
|
|
||||||
value: this.$store.getters.user.userCompany == '1622767323771695104' ? 'personalPriceZp' : 'personalPrice',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: '底价加油价格',
|
|
||||||
value: 'floorPrice'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: '底价加油价格说明',
|
|
||||||
value: 'floorRemark'
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '启用禁用',
|
label: '启用禁用',
|
||||||
value: 'enableMark'
|
value:(data)=>{
|
||||||
|
if (data.enableMark == 1){
|
||||||
|
return ('启用');
|
||||||
|
}else {
|
||||||
|
return ('禁用');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: '基础个人价',
|
||||||
|
value: 'personalPriceBase'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '版本号',
|
label: '调价策略公式',
|
||||||
value: 'version'
|
value: 'appPriceStrategy'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '创建人',
|
label: '应用个人价',
|
||||||
|
value: 'personalPriceApp'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: '创建人ID',
|
||||||
value: 'createUser'
|
value: 'createUser'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: '创建人姓名',
|
||||||
|
value: 'createUserName'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: '更新人姓名',
|
||||||
|
value: 'updateUserName'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: '更新人ID',
|
||||||
|
value: 'updateUser'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: '创建时间',
|
label: '创建时间',
|
||||||
value: 'createTime'
|
value: 'createTime'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '创建来源',
|
label: '更新时间',
|
||||||
value: 'createSource'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: '修改人',
|
|
||||||
value: 'updateUser'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: '修改时间',
|
|
||||||
value: 'updateTime'
|
value: 'updateTime'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '调价策略',
|
label: '创建来源',
|
||||||
value: 'appPriceStrategy'
|
value: 'createSource'
|
||||||
},
|
},
|
||||||
|
// {
|
||||||
|
// label: '渠道id',
|
||||||
|
// value: 'id'
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// label: '渠道编码',
|
||||||
|
// value: 'channelCode',
|
||||||
|
// remark: 'XOIL:星油 WJY:万金油 LV:老吕(找油网) TY:团油YDJY:一点加油(壳牌)',
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// label: '三方油站编码',
|
||||||
|
// value: 'otherSiteCode',
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// label: '三方油品编码',
|
||||||
|
// value: 'otherOilsCode'
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// label: '油枪用逗号隔开',
|
||||||
|
// value: 'oilsBar'
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// label: '排放标准',
|
||||||
|
// value: 'oilsGb'
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// label: '发改委价格',
|
||||||
|
// value: 'marketPrice'
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// label: '个人加油价格',
|
||||||
|
// value: this.$store.getters.user.userCompany == '1622767323771695104' ? 'personalPriceZp' : 'personalPrice',
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// label: '底价加油价格',
|
||||||
|
// value: 'floorPrice'
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// label: '底价加油价格说明',
|
||||||
|
// value: 'floorRemark'
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// label: '版本号',
|
||||||
|
// value: 'version'
|
||||||
|
// },
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user