feat(bouns): 奖金字段调整

This commit is contained in:
woody 2025-06-26 16:58:52 +08:00
parent 3b39f8c108
commit 6d84cebbdf
3 changed files with 6 additions and 108 deletions

View File

@ -276,7 +276,7 @@
<td align="left">{{ item.realIncomeTotalOri }}</td> <td align="left">{{ item.realIncomeTotalOri }}</td>
</tr> </tr>
<tr v-if="menuList[17].checked == true && allTxt.realIncomeTotal"> <tr v-if="allTxt.realIncomeTotal">
<td align="right">{{ '实发收益总计' }}($)</td> <td align="right">{{ '实发收益总计' }}($)</td>
<td align="left">{{ item.realIncomeTotal }}</td> <td align="left">{{ item.realIncomeTotal }}</td>
</tr> </tr>
@ -447,66 +447,6 @@
text: '全选', text: '全选',
checked: true, checked: true,
}, },
{
id: 21,
text: '直推收益' + '($)',
checked: true,
prop: 'firstBuyAmountDollar',
},
{
id: 22,
text: '拓展收益' + '($)',
checked: true,
prop: 'expandIncome',
},
{
id: 23,
text: '辅导收益' + '($)',
checked: true,
prop: 'coachIncome',
},
{
id: 24,
text: '分红收益' + '($)',
checked: true,
prop: 'shareIncome',
},
{
id: 25,
text: '报单收益' + '($)',
checked: true,
prop: 'serviceIncome',
},
{
id: 26,
text: '云代直推收益' + '($)',
checked: true,
prop: 'cloudDirectIncome',
},
{
id: 27,
text: '云代首购收益' + '($)',
checked: true,
prop: 'cloudPurIncome',
},
{
id: 28,
text: '云代复购收益' + '($)',
checked: true,
prop: 'cloudRepurIncome',
},
{
id: 39,
text: '复购级差收益' + '($)',
checked: true,
prop: 'repurRangeIncome',
},
{
id: 30,
text: '复购拓展收益' + '($)',
checked: true,
prop: 'repurExpandIncome',
},
{ {
id: 31, id: 31,
text: '复购券', text: '复购券',
@ -514,42 +454,6 @@
prop: 'repurCoupon', prop: 'repurCoupon',
flag: 1, flag: 1,
}, },
{
id: 32,
text: '商城重消' + '($)',
checked: true,
prop: 'backPoints',
},
{
id: 35,
text: '平台服务费' + '($)',
checked: true,
prop: 'backPoints',
},
{
id: 44,
text: '首购实发小计' + '($)',
checked: true,
prop: 'purRealSubtotal',
},
{
id: 45,
text: '云代实发小计' + '($)',
checked: true,
prop: 'cloudRealSubtotal',
},
{
id: 46,
text: '复购实发小计' + '($)',
checked: true,
prop: 'repurRealSubtotal',
},
{
id: 47,
text: '实发收益总计' + '($)',
checked: true,
prop: 'realIncomeTotal',
},
], ],
allTxt: {}, allTxt: {},
vertexList: [], vertexList: [],

View File

@ -465,30 +465,24 @@
checked: true, checked: true,
prop: 'expandNoCappingOri', prop: 'expandNoCappingOri',
}, },
{ {
id: 2, id: 2,
text: `${'拓展封顶'}(${isLocalSymbol()})`, text: `${'拓展封顶'}(${isLocalSymbol()})`,
checked: true, checked: true,
prop: 'expandCapping', prop: 'expandCappingOri',
}, },
{ {
id: 3, id: 3,
text: `${'拓展正常减半'}(${isLocalSymbol()})`, text: `${'拓展正常减半'}(${isLocalSymbol()})`,
checked: true, checked: true,
prop: 'expandNormalHalf', prop: 'expandNormalHalfOri',
}, },
{ {
id: 4, id: 4,
text: `${'拓展实际减半'}(${isLocalSymbol()})`, text: `${'拓展实际减半'}(${isLocalSymbol()})`,
checked: true, checked: true,
prop: 'expanndNormalReal', prop: 'expandNormalRealOri',
},
{
id: 6,
text: '拓展封顶' + `(${isLocals()})`,
checked: true,
prop: 'expandCappingDollar',
}, },
{ {

View File

@ -18,7 +18,7 @@ module.exports = {
// } // }
// }, // },
'/prod-api': { '/prod-api': {
target: 'http://t-mana.beida666.com', target: 'http://t-mana.beida413.com',
changeOrigin: true, changeOrigin: true,
// pathRewrite: { // pathRewrite: {
// '^/prod-api': '' // '^/prod-api': ''