feat(waterPv): 注水业绩只保留变更后左右区业绩结余字段

This commit is contained in:
woody 2025-05-15 16:21:40 +08:00 committed by woody
parent 6b21d022a7
commit 191ca7d774
2 changed files with 6 additions and 101 deletions

View File

@ -660,126 +660,31 @@ export default {
text: '全选',
checked: true
},
{
id: 21,
text: `${'变更后左区真实业绩'}(${isOther()})`,
checked: true,
prop: 'asumRealModifyPv'
},
{
id: 22,
text: `${'变更后右区真实业绩'}(${isOther()})`,
checked: true,
prop: 'bsumRealModifyPv'
},
{
id: 23,
text: `${'变更后左区首购业绩'}(${isOther()})`,
text: `${'变更后左区业绩'}(${isOther()})`,
checked: true,
prop: 'afirstModifyPv'
},
{
id: 24,
text: `${'变更后右区首购业绩'}(${isOther()})`,
text: `${'变更后右区业绩'}(${isOther()})`,
checked: true,
prop: 'bfirstModifyPv'
},
{
id: 25,
text: `${'变更后左区首购结余'}`,
text: `${'变更后左区结余'}`,
checked: true,
prop: 'repAFirstModifyBalance'
},
{
id: 26,
text: `${'变更后右区首购结余'}`,
text: `${'变更后右区结余'}`,
checked: true,
prop: 'repBFirstModifyBalance'
},
{
id: 27,
text: `${'变更后左区复购业绩'}(${isOther()})`,
checked: true,
prop: 'repAModifySumPv'
},
{
id: 28,
text: `${'变更后右区复购业绩'}(${isOther()})`,
checked: true,
prop: 'repBModifySumPv'
},
{
id: 29,
text: `${'变更后左区复购结余'}`,
checked: false,
prop: 'repAModifyBalance'
},
{
id: 30,
text: `${'变更后右区复购结余'}`,
checked: false,
prop: 'repBModifyBalance'
},
{
id: 31,
text: `${'变更前左区真实业绩'}(${isOther()})`,
checked: false,
prop: 'asumRealPv'
},
{
id: 32,
text: `${'变更前右区真实业绩'}(${isOther()})`,
checked: false,
prop: 'bsumRealPv'
},
{
id: 33,
text: `${'变更前左区首购业绩'}(${isOther()})`,
checked: false,
prop: 'asumPv'
},
{
id: 34,
text: `${'变更前右区首购业绩'}(${isOther()})`,
checked: false,
prop: 'bsumPv'
},
{
id: 35,
text: `${'变更前左区首购结余'}`,
checked: false,
prop: 'abalance'
},
{
id: 36,
text: `${'变更前右区首购结余'}`,
checked: false,
prop: 'bbalance'
},
{
id: 37,
text: `${'变更前左区复购业绩'}(${isOther()})`,
checked: false,
prop: 'repASumPv'
},
{
id: 38,
text: `${'变更前右区复购业绩'}(${isOther()})`,
checked: false,
prop: 'repBSumPv'
},
{
id: 39,
text: `${'变更前左区复购结余'}`,
checked: false,
prop: 'repABalance'
},
{
id: 40,
text: `${'变更前右区复购结余'}`,
checked: false,
prop: 'repBBalance'
}
], //
headerList: [],
errorData: [],

View File

@ -44,7 +44,7 @@ module.exports = {
},
proxy: {
'/prod-api': {
target: 'http://localhost:8080/',
target: 'http://192.168.0.104:8080',
changeOrigin: true,
pathRewrite: {
'^/prod-api': ''