fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2022-02-24 20:09:49
|
* @Date : 2022-02-24 20:09:49
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-03-29 13:40:16
|
* @LastEditTime : 2022-05-12 15:42:27
|
||||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\partner\\rebate-management\\components\\rebate-record\\rebate-record.component.html
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\partner\\rebate-management\\components\\rebate-record\\rebate-record.component.html
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
-->
|
-->
|
||||||
@ -33,7 +33,7 @@
|
|||||||
<!-- 数据列表 -->
|
<!-- 数据列表 -->
|
||||||
<st
|
<st
|
||||||
#st
|
#st
|
||||||
[data]="service.$api_get_getIncomeByBillpage"
|
[data]="service.$api_get_partnerIncomeHead"
|
||||||
[columns]="columns"
|
[columns]="columns"
|
||||||
[req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, params: reqParams }"
|
[req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, params: reqParams }"
|
||||||
[res]="{ reName: { list: 'data.records', total: 'data.total' } }"
|
[res]="{ reName: { list: 'data.records', total: 'data.total' } }"
|
||||||
@ -44,5 +44,8 @@
|
|||||||
<ng-template st-row='abnormalFeedback' let-item let-index='index'>
|
<ng-template st-row='abnormalFeedback' let-item let-index='index'>
|
||||||
<div style="color: #f59a23;" (click)="feedback()">123212{{item?.abnormalFeedback}}</div>
|
<div style="color: #f59a23;" (click)="feedback()">123212{{item?.abnormalFeedback}}</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
<ng-template st-row='profitAmountSum' let-item let-index='index'>
|
||||||
|
<div >{{item?.profitAmountSum | currency}}</div>
|
||||||
|
</ng-template>
|
||||||
</st>
|
</st>
|
||||||
</nz-card>
|
</nz-card>
|
||||||
|
|||||||
@ -72,7 +72,7 @@ export class ParterRebateManageMentRecordComponent implements OnInit {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '返佣金额(元)',
|
title: '返佣金额(元)',
|
||||||
index: 'name1'
|
render: 'profitAmountSum'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '合伙人名称',
|
title: '合伙人名称',
|
||||||
@ -80,15 +80,16 @@ export class ParterRebateManageMentRecordComponent implements OnInit {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '实际等级',
|
title: '实际等级',
|
||||||
index: 'name1'
|
index: 'partnerGrade'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '管理费比例',
|
title: '管理费比例',
|
||||||
index: 'rebateRatio'
|
index: 'manageFeeRatio',
|
||||||
|
format: (item) => {return item.manageFeeRatio + '%' }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '返佣时间',
|
title: '返佣时间',
|
||||||
index: 'name1'
|
index: 'returnCommissionTime'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '异常反馈',
|
title: '异常反馈',
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2022-03-10 11:19:00
|
* @Date : 2022-03-10 11:19:00
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-04-25 19:23:25
|
* @LastEditTime : 2022-05-12 15:36:23
|
||||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\partner\\rebate-management\\services\\rebate-management.service.ts
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\partner\\rebate-management\\services\\rebate-management.service.ts
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
*/
|
*/
|
||||||
@ -12,7 +12,7 @@ import { Injectable, Injector } from '@angular/core';
|
|||||||
import { BaseService } from '@shared';
|
import { BaseService } from '@shared';
|
||||||
|
|
||||||
@Injectable({
|
@Injectable({
|
||||||
providedIn: 'root',
|
providedIn: 'root'
|
||||||
})
|
})
|
||||||
export class RebateManagementService extends BaseService {
|
export class RebateManagementService extends BaseService {
|
||||||
// 查询规则抽查列表
|
// 查询规则抽查列表
|
||||||
@ -24,7 +24,6 @@ export class RebateManagementService extends BaseService {
|
|||||||
// 启用/禁用返佣配置
|
// 启用/禁用返佣配置
|
||||||
public $api_set_updateRebateConfig = '/api/mdc/rebateConfig/updateRebateConfig';
|
public $api_set_updateRebateConfig = '/api/mdc/rebateConfig/updateRebateConfig';
|
||||||
|
|
||||||
|
|
||||||
// 运营端查询合伙人返佣
|
// 运营端查询合伙人返佣
|
||||||
public $api_get_getIncomeByBillpage = '/api/bpc/partnerIncomeHead/getIncomeByBillpage';
|
public $api_get_getIncomeByBillpage = '/api/bpc/partnerIncomeHead/getIncomeByBillpage';
|
||||||
// 获取返佣模板信息
|
// 获取返佣模板信息
|
||||||
@ -32,9 +31,19 @@ export class RebateManagementService extends BaseService {
|
|||||||
// 合伙人管理/返佣管理/返佣明细
|
// 合伙人管理/返佣管理/返佣明细
|
||||||
public $api_get_searchPageList = '/api/fcc/billPaymentApplicationOBC/list/searchPageList';
|
public $api_get_searchPageList = '/api/fcc/billPaymentApplicationOBC/list/searchPageList';
|
||||||
// 合伙人管理/返佣管理/退款返佣明细
|
// 合伙人管理/返佣管理/退款返佣明细
|
||||||
public $api_get_searchRefundPageList= '/api/fcc/billPaymentApplicationOBC/list/searchRefundPageList';
|
public $api_get_searchRefundPageList = '/api/fcc/billPaymentApplicationOBC/list/searchRefundPageList'; // 查询合伙人信息-分页
|
||||||
// 查询合伙人信息-分页
|
public $api_get_partner_page = '/api/mdc/partner/list/page';
|
||||||
public $api_get_partner_page = '/api/mdc/partner/list/page';
|
|
||||||
|
// 查询查询返佣记录列表-分页
|
||||||
|
public $api_get_partnerIncomeHead = '/api/fcc/partnerIncomeHead/list/rebate';
|
||||||
|
// 查询返佣记录明细
|
||||||
|
public $api_get_partnerIncomeDetail = '/api/fcc/partnerIncomeDetail/rebate/detail';
|
||||||
|
// 导出返佣记录明细
|
||||||
|
public $api_get_partnerIncomeHead_export = '/api/fcc/partnerIncomeDetail/rebate/detail/export';
|
||||||
|
// 根据合伙人id、年、月 查询异常反馈信息(反馈异常查下)
|
||||||
|
public $api_get_getExceptionMessage = '/api/fcc/partnerIncomeDetailException/getExceptionMessage';
|
||||||
|
// 保存合伙人收益账单详情-异常反馈表(反馈异常提交)
|
||||||
|
public $api_get_partnerIncomeExceptionAdd = '/api/fcc/partnerIncomeDetailException/partnerIncomeExceptionAdd';
|
||||||
constructor(public injector: Injector) {
|
constructor(public injector: Injector) {
|
||||||
super(injector);
|
super(injector);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -148,6 +148,7 @@ export class FreightComponentsEnterpriseAuditComponent extends BasicTableCompone
|
|||||||
{
|
{
|
||||||
label: '通过',
|
label: '通过',
|
||||||
type: 'primary',
|
type: 'primary',
|
||||||
|
loading: this.service.http.loading,
|
||||||
onClick: () => {
|
onClick: () => {
|
||||||
this.adminAuditUser(
|
this.adminAuditUser(
|
||||||
{
|
{
|
||||||
@ -258,7 +259,7 @@ export class FreightComponentsEnterpriseAuditComponent extends BasicTableCompone
|
|||||||
className: 'text-center',
|
className: 'text-center',
|
||||||
index: 'province',
|
index: 'province',
|
||||||
width: 200,
|
width: 200,
|
||||||
format: item => `${item.provinceName}${item.cityName}${item.areaName}`
|
format: item => `${item.provinceName ? item.provinceName: ''}${item.cityName ? item.cityName: ''}${item.areaName ? item.areaName: ''}`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '企业类型',
|
title: '企业类型',
|
||||||
|
|||||||
Reference in New Issue
Block a user