feat(waterPv): 注水业绩字段变更

This commit is contained in:
woody 2025-05-24 13:24:01 +08:00
parent d2b9b86f2c
commit 2035f30228
2 changed files with 107 additions and 12 deletions

View File

@ -661,6 +661,18 @@ 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()})`,
@ -685,7 +697,90 @@ export default {
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

@ -42,21 +42,21 @@ module.exports = {
warnings: false,
errors: true
},
proxy: {
'/prod-api': {
target: 'http://192.168.0.104:8080',
changeOrigin: true,
pathRewrite: {
'^/prod-api': ''
}
}
}
// proxy: {
// '/prod-api': {
// target: 'http://t-mana.beida413.com/',
// changeOrigin: true
// target: 'http://localhost:8080/',
// changeOrigin: true,
// pathRewrite: {
// '^/prod-api': ''
// }
// }
// }
proxy: {
'/prod-api': {
target: 'http://t-mana.beida413.com/',
changeOrigin: true
}
}
// before: require('./mock/mock-server.js')
},
configureWebpack: {