feat(bouns): 奖金字段调整
This commit is contained in:
parent
3b39f8c108
commit
6d84cebbdf
|
@ -276,7 +276,7 @@
|
|||
<td align="left">{{ item.realIncomeTotalOri }}</td>
|
||||
</tr>
|
||||
|
||||
<tr v-if="menuList[17].checked == true && allTxt.realIncomeTotal">
|
||||
<tr v-if="allTxt.realIncomeTotal">
|
||||
<td align="right">{{ '实发收益总计' }}($)</td>
|
||||
<td align="left">{{ item.realIncomeTotal }}</td>
|
||||
</tr>
|
||||
|
@ -447,66 +447,6 @@
|
|||
text: '全选',
|
||||
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,
|
||||
text: '复购券',
|
||||
|
@ -514,42 +454,6 @@
|
|||
prop: 'repurCoupon',
|
||||
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: {},
|
||||
vertexList: [],
|
||||
|
|
|
@ -465,30 +465,24 @@
|
|||
checked: true,
|
||||
prop: 'expandNoCappingOri',
|
||||
},
|
||||
|
||||
{
|
||||
id: 2,
|
||||
text: `${'拓展封顶'}(${isLocalSymbol()})`,
|
||||
checked: true,
|
||||
prop: 'expandCapping',
|
||||
prop: 'expandCappingOri',
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
text: `${'拓展正常减半'}(${isLocalSymbol()})`,
|
||||
checked: true,
|
||||
prop: 'expandNormalHalf',
|
||||
prop: 'expandNormalHalfOri',
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
text: `${'拓展实际减半'}(${isLocalSymbol()})`,
|
||||
checked: true,
|
||||
prop: 'expanndNormalReal',
|
||||
},
|
||||
|
||||
{
|
||||
id: 6,
|
||||
text: '拓展封顶' + `(${isLocals()})`,
|
||||
checked: true,
|
||||
prop: 'expandCappingDollar',
|
||||
prop: 'expandNormalRealOri',
|
||||
},
|
||||
|
||||
{
|
||||
|
|
|
@ -18,7 +18,7 @@ module.exports = {
|
|||
// }
|
||||
// },
|
||||
'/prod-api': {
|
||||
target: 'http://t-mana.beida666.com',
|
||||
target: 'http://t-mana.beida413.com',
|
||||
changeOrigin: true,
|
||||
// pathRewrite: {
|
||||
// '^/prod-api': ''
|
||||
|
|
Loading…
Reference in New Issue