edit
This commit is contained in:
@ -9,20 +9,21 @@
|
|||||||
<nz-card>
|
<nz-card>
|
||||||
<nz-row [nzGutter]="16">
|
<nz-row [nzGutter]="16">
|
||||||
<nz-col [nzXl]="9" [nzLg]="8" [nzSm]="12">
|
<nz-col [nzXl]="9" [nzLg]="8" [nzSm]="12">
|
||||||
<nz-statistic nzValue="证件号码:49040012345678903" [nzTitle]="'张三(13812345678'"
|
<nz-statistic nzValue="天津怡亚通物流科技有限公司(平安)" [nzTitle]="'张三(13812345678'"
|
||||||
[nzValueStyle]="{'font-size':'21px'}">
|
[nzValueStyle]="{'font-size':'16px','font-weight':'bold'}" class="bold">
|
||||||
</nz-statistic>
|
</nz-statistic>
|
||||||
</nz-col>
|
</nz-col>
|
||||||
<nz-col [nzXl]="5" [nzLg]="8" [nzSm]="12">
|
<nz-col [nzXl]="5" [nzLg]="8" [nzSm]="12">
|
||||||
<nz-statistic nzValue="100,000,000.00 元" [nzTitle]="'账户余额'" [nzValueStyle]="{'font-size':'21px'}">
|
<nz-statistic nzValue="100,000,000.00 元" [nzTitle]="'账户余额'"
|
||||||
|
[nzValueStyle]="{'font-size':'16px',color:'red'}">
|
||||||
</nz-statistic>
|
</nz-statistic>
|
||||||
</nz-col>
|
</nz-col>
|
||||||
<nz-col [nzXl]="5" [nzLg]="8" [nzSm]="12">
|
<nz-col [nzXl]="5" [nzLg]="8" [nzSm]="12">
|
||||||
<nz-statistic nzValue="100,000.00 元" [nzTitle]="'收入金额'" [nzValueStyle]="{'font-size':'21px'}">
|
<nz-statistic nzValue="100,000.00 元" [nzTitle]="'收入金额'" [nzValueStyle]="{'font-size':'16px',color:'red'}">
|
||||||
</nz-statistic>
|
</nz-statistic>
|
||||||
</nz-col>
|
</nz-col>
|
||||||
<nz-col [nzXl]="5" [nzLg]="8" [nzSm]="12">
|
<nz-col [nzXl]="5" [nzLg]="8" [nzSm]="12">
|
||||||
<nz-statistic nzValue="100,000.00 元" [nzTitle]="'支出金额'" [nzValueStyle]="{'font-size':'21px'}">
|
<nz-statistic nzValue="100,000.00 元" [nzTitle]="'支出金额'" [nzValueStyle]="{'font-size':'16px',color:'red'}">
|
||||||
</nz-statistic>
|
</nz-statistic>
|
||||||
</nz-col>
|
</nz-col>
|
||||||
</nz-row>
|
</nz-row>
|
||||||
@ -39,7 +40,7 @@
|
|||||||
class="text-right">
|
class="text-right">
|
||||||
<button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
|
<button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
|
||||||
<button nz-button (click)="resetSF()">重置</button>
|
<button nz-button (click)="resetSF()">重置</button>
|
||||||
<button nz-button> 导出</button>
|
<button nz-button (click)="exportList()"> 导出</button>
|
||||||
<button nz-button nzType="link" (click)="expandToggle()">
|
<button nz-button nzType="link" (click)="expandToggle()">
|
||||||
{{ !_$expand ? '展开' : '收起' }}
|
{{ !_$expand ? '展开' : '收起' }}
|
||||||
<i nz-icon [nzType]="!_$expand ? 'down' : 'up'"></i>
|
<i nz-icon [nzType]="!_$expand ? 'down' : 'up'"></i>
|
||||||
@ -49,9 +50,9 @@
|
|||||||
</nz-card>
|
</nz-card>
|
||||||
|
|
||||||
<nz-card class="content-box" nzBordered>
|
<nz-card class="content-box" nzBordered>
|
||||||
<st #st [data]="url" [columns]="columns"
|
<st #st [data]="service.$mock_url" [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, process: beforeReq }"
|
||||||
[res]="{ reName: { list: 'data.records', total: 'data.total' } }"
|
[res]="{ reName: { list: 'data.records', total: 'data.total' } }"
|
||||||
[page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
|
[page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
|
||||||
[loading]="service.http.loading" [scroll]="{ x:'1200px',y: '300px' }" (change)="stChange($event)"></st>
|
[loading]="service.http.loading" [scroll]="{ x:'1200px',y: '300px' }"></st>
|
||||||
</nz-card>
|
</nz-card>
|
||||||
@ -14,6 +14,14 @@
|
|||||||
nz-range-picker {
|
nz-range-picker {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bold {
|
||||||
|
.ant-statistic-title {
|
||||||
|
font-weight: 600;
|
||||||
|
color : #000;
|
||||||
|
font-size : 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.expend-options {
|
.expend-options {
|
||||||
@ -26,7 +34,7 @@
|
|||||||
max-width : 400px;
|
max-width : 400px;
|
||||||
position : absolute;
|
position : absolute;
|
||||||
right : 0;
|
right : 0;
|
||||||
bottom : 30px;
|
bottom : 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -1,9 +1,10 @@
|
|||||||
import { Component, OnInit, ViewChild } from '@angular/core';
|
import { Component, OnInit, ViewChild } from '@angular/core';
|
||||||
import { Router } from '@angular/router';
|
import { Router } from '@angular/router';
|
||||||
import { STComponent, STColumn, STChange } from '@delon/abc/st';
|
import { STComponent, STColumn, STChange, STRequestOptions } from '@delon/abc/st';
|
||||||
import { SFComponent, SFSchema, SFDateWidgetSchema } from '@delon/form';
|
import { SFComponent, SFSchema, SFDateWidgetSchema } from '@delon/form';
|
||||||
import { NzModalService } from 'ng-zorro-antd/modal';
|
import { NzModalService } from 'ng-zorro-antd/modal';
|
||||||
import { TicketService } from 'src/app/routes/ticket-management/services/system.service';
|
import { TicketService } from 'src/app/routes/ticket-management/services/system.service';
|
||||||
|
import { FreightAccountService } from '../../../services/freight-account.service';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-driver-account-detail',
|
selector: 'app-driver-account-detail',
|
||||||
@ -16,130 +17,24 @@ export class DriverAccountDetailComponent implements OnInit {
|
|||||||
st!: STComponent;
|
st!: STComponent;
|
||||||
@ViewChild('sf', { static: false })
|
@ViewChild('sf', { static: false })
|
||||||
sf!: SFComponent;
|
sf!: SFComponent;
|
||||||
columns: STColumn[] = [
|
columns: STColumn[] = this.initST();
|
||||||
{ title: '交易时间', index: 'updatedAt', type: 'date' },
|
searchSchema: SFSchema = this.initSF();
|
||||||
{ title: '流水号', index: 'callNo' },
|
|
||||||
{ title: '交易类型', index: 'callNo' },
|
|
||||||
{ title: '订单号', index: 'callNo' },
|
|
||||||
{ title: '所属项目', index: 'callNo' },
|
|
||||||
{ title: '收支类型', index: 'callNo' },
|
|
||||||
{ title: '交易金额', index: 'callNo' },
|
|
||||||
{ title: '账户余额', index: 'callNo' },
|
|
||||||
{ title: '无车承运人', index: 'callNo' }
|
|
||||||
];
|
|
||||||
searchSchema: SFSchema = {
|
|
||||||
properties: {
|
|
||||||
expand: {
|
|
||||||
type: 'boolean',
|
|
||||||
ui: {
|
|
||||||
hidden: true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
createTime: {
|
|
||||||
title: '交易时间',
|
|
||||||
type: 'string',
|
|
||||||
ui: {
|
|
||||||
widget: 'date',
|
|
||||||
mode: 'range',
|
|
||||||
format: 'yyyy-MM-dd',
|
|
||||||
visibleIf: {
|
|
||||||
expand: (value: boolean) => value
|
|
||||||
}
|
|
||||||
} as SFDateWidgetSchema
|
|
||||||
},
|
|
||||||
orderSn2: {
|
|
||||||
type: 'string',
|
|
||||||
title: '流水号',
|
|
||||||
ui: {
|
|
||||||
placeholder: '请输入',
|
|
||||||
autocomplete: 'off'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
orderSn3: {
|
|
||||||
type: 'string',
|
|
||||||
title: '订单号',
|
|
||||||
ui: {
|
|
||||||
placeholder: '请输入',
|
|
||||||
autocomplete: 'off'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
receiveName: {
|
|
||||||
type: 'string',
|
|
||||||
title: '交易类型',
|
|
||||||
enum: [
|
|
||||||
{ label: '全部', value: '' },
|
|
||||||
{ label: '订单支付', value: '订单支付' },
|
|
||||||
{ label: '余额充值', value: '余额充值' },
|
|
||||||
{ label: '余额提现', value: '余额提现' },
|
|
||||||
{ label: '资金分配', value: '资金分配' },
|
|
||||||
{ label: '资金回收', value: '资金回收' }
|
|
||||||
],
|
|
||||||
ui: {
|
|
||||||
widget: 'select',
|
|
||||||
placeholder: '请选择',
|
|
||||||
change: (i: any) => {
|
|
||||||
this.sf.value.receiveName = i;
|
|
||||||
this.sf?.setValue('/receiveName', i);
|
|
||||||
},
|
|
||||||
visibleIf: {
|
|
||||||
expand: (value: boolean) => value
|
|
||||||
}
|
|
||||||
},
|
|
||||||
default: ''
|
|
||||||
},
|
|
||||||
receiveName2: {
|
|
||||||
type: 'string',
|
|
||||||
title: '收支类型',
|
|
||||||
enum: [
|
|
||||||
{ label: '全部', value: '' },
|
|
||||||
{ label: '收入', value: '收入' },
|
|
||||||
{ label: '支出', value: '支出' }
|
|
||||||
],
|
|
||||||
ui: {
|
|
||||||
widget: 'select',
|
|
||||||
placeholder: '请选择',
|
|
||||||
change: (i: any) => {
|
|
||||||
this.sf.value.receiveName2 = i;
|
|
||||||
this.sf?.setValue('/receiveName2', i);
|
|
||||||
},
|
|
||||||
visibleIf: {
|
|
||||||
expand: (value: boolean) => value
|
|
||||||
}
|
|
||||||
},
|
|
||||||
default: ''
|
|
||||||
},
|
|
||||||
receiveName4: {
|
|
||||||
type: 'string',
|
|
||||||
title: '无车承运人',
|
|
||||||
enum: [{ label: '全部', value: '' }],
|
|
||||||
ui: {
|
|
||||||
widget: 'select',
|
|
||||||
placeholder: '请选择',
|
|
||||||
change: (i: any) => {
|
|
||||||
this.sf.value.receiveName4 = i;
|
|
||||||
this.sf?.setValue('/receiveName4', i);
|
|
||||||
},
|
|
||||||
visibleIf: {
|
|
||||||
expand: (value: boolean) => value
|
|
||||||
}
|
|
||||||
},
|
|
||||||
default: ''
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
reqParams = {};
|
reqParams = {};
|
||||||
_$expand = false;
|
_$expand = false;
|
||||||
constructor(public service: TicketService) {}
|
constructor(public service: FreightAccountService) {}
|
||||||
|
|
||||||
ngOnInit(): void {}
|
ngOnInit(): void {}
|
||||||
|
|
||||||
stChange(e: STChange): void {
|
beforeReq = (requestOptions: STRequestOptions) => {
|
||||||
switch (e.type) {
|
if (this.sf) {
|
||||||
case 'filter':
|
this.reqParams = { ...this.sf.value };
|
||||||
this.st.load();
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
return requestOptions;
|
||||||
|
};
|
||||||
|
|
||||||
|
exportList() {
|
||||||
|
this.service.downloadFile(this.service.$mock_url, { ...this.sf.value, pageIndex: this.st.pi, pageSize: this.st.ps });
|
||||||
}
|
}
|
||||||
|
|
||||||
goBack() {
|
goBack() {
|
||||||
@ -161,4 +56,97 @@ export class DriverAccountDetailComponent implements OnInit {
|
|||||||
this._$expand = !this._$expand;
|
this._$expand = !this._$expand;
|
||||||
this.sf?.setValue('/expand', this._$expand);
|
this.sf?.setValue('/expand', this._$expand);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private initSF(): SFSchema {
|
||||||
|
return {
|
||||||
|
properties: {
|
||||||
|
expand: {
|
||||||
|
type: 'boolean',
|
||||||
|
ui: {
|
||||||
|
hidden: true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
createTime: {
|
||||||
|
title: '交易时间',
|
||||||
|
type: 'string',
|
||||||
|
ui: {
|
||||||
|
widget: 'date',
|
||||||
|
mode: 'range',
|
||||||
|
format: 'yyyy-MM-dd'
|
||||||
|
} as SFDateWidgetSchema
|
||||||
|
},
|
||||||
|
orderSn2: {
|
||||||
|
type: 'string',
|
||||||
|
title: '流水号',
|
||||||
|
ui: {
|
||||||
|
placeholder: '请输入'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
orderSn3: {
|
||||||
|
type: 'string',
|
||||||
|
title: '关联单号',
|
||||||
|
ui: {
|
||||||
|
placeholder: '请输入'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
receiveName: {
|
||||||
|
type: 'string',
|
||||||
|
title: '交易类型',
|
||||||
|
enum: [
|
||||||
|
{ label: '全部', value: '' },
|
||||||
|
{ label: '订单支付', value: '订单支付' },
|
||||||
|
{ label: '余额充值', value: '余额充值' },
|
||||||
|
{ label: '余额提现', value: '余额提现' },
|
||||||
|
{ label: '资金分配', value: '资金分配' },
|
||||||
|
{ label: '资金回收', value: '资金回收' }
|
||||||
|
],
|
||||||
|
ui: {
|
||||||
|
widget: 'select',
|
||||||
|
placeholder: '请选择',
|
||||||
|
change: (i: any) => {
|
||||||
|
this.sf.value.receiveName = i;
|
||||||
|
this.sf?.setValue('/receiveName', i);
|
||||||
|
},
|
||||||
|
visibleIf: {
|
||||||
|
expand: (value: boolean) => value
|
||||||
|
}
|
||||||
|
},
|
||||||
|
default: ''
|
||||||
|
},
|
||||||
|
receiveName2: {
|
||||||
|
type: 'string',
|
||||||
|
title: '收支类型',
|
||||||
|
enum: [
|
||||||
|
{ label: '全部', value: '' },
|
||||||
|
{ label: '收入', value: '收入' },
|
||||||
|
{ label: '支出', value: '支出' }
|
||||||
|
],
|
||||||
|
ui: {
|
||||||
|
widget: 'select',
|
||||||
|
placeholder: '请选择',
|
||||||
|
change: (i: any) => {
|
||||||
|
this.sf.value.receiveName2 = i;
|
||||||
|
this.sf?.setValue('/receiveName2', i);
|
||||||
|
},
|
||||||
|
visibleIf: {
|
||||||
|
expand: (value: boolean) => value
|
||||||
|
}
|
||||||
|
},
|
||||||
|
default: ''
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
private initST(): STColumn[] {
|
||||||
|
return [
|
||||||
|
{ title: '交易时间', index: 'updatedAt', type: 'date' },
|
||||||
|
{ title: '流水号', index: 'callNo' },
|
||||||
|
{ title: '交易类型', index: 'callNo' },
|
||||||
|
{ title: '关联单号', index: 'callNo' },
|
||||||
|
{ title: '收支类型', index: 'callNo' },
|
||||||
|
{ title: '交易金额', index: 'callNo' },
|
||||||
|
{ title: '账户余额', index: 'callNo' }
|
||||||
|
];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
class="text-right">
|
class="text-right">
|
||||||
<button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
|
<button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
|
||||||
<button nz-button (click)="resetSF()">重置</button>
|
<button nz-button (click)="resetSF()">重置</button>
|
||||||
<button nz-button> 导出</button>
|
<button nz-button (click)="exportList()"> 导出</button>
|
||||||
<button nz-button nzType="link" (click)="expandToggle()">
|
<button nz-button nzType="link" (click)="expandToggle()">
|
||||||
{{ !_$expand ? '展开' : '收起' }}
|
{{ !_$expand ? '展开' : '收起' }}
|
||||||
<i nz-icon [nzType]="!_$expand ? 'down' : 'up'"></i>
|
<i nz-icon [nzType]="!_$expand ? 'down' : 'up'"></i>
|
||||||
@ -22,10 +22,10 @@
|
|||||||
</nz-card>
|
</nz-card>
|
||||||
|
|
||||||
<nz-card class="content-box">
|
<nz-card class="content-box">
|
||||||
<st #st [data]="url" [columns]="columns"
|
<st #st [data]="service.$mock_url" [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, process: beforeReq }"
|
||||||
[res]="{ reName: { list: 'data.records', total: 'data.total' } }"
|
[res]="{ reName: { list: 'data.records', total: 'data.total' } }"
|
||||||
[page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
|
[page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
|
||||||
[loading]="service.http.loading" [scroll]="{ y: '370px' }" (change)="stChange($event)">
|
[loading]="service.http.loading" [scroll]="{ y: '370px' }">
|
||||||
</st>
|
</st>
|
||||||
</nz-card>
|
</nz-card>
|
||||||
@ -23,11 +23,10 @@
|
|||||||
|
|
||||||
@media (min-width: 1200px) {
|
@media (min-width: 1200px) {
|
||||||
.expend-options {
|
.expend-options {
|
||||||
margin-top: -40px;
|
|
||||||
max-width : 400px;
|
max-width : 400px;
|
||||||
position : absolute;
|
position : absolute;
|
||||||
right : 0;
|
right : 0;
|
||||||
bottom : 30px;
|
bottom : 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -1,9 +1,8 @@
|
|||||||
import { Component, OnInit, ViewChild } from '@angular/core';
|
import { Component, OnInit, ViewChild } from '@angular/core';
|
||||||
import { Router } from '@angular/router';
|
import { Router } from '@angular/router';
|
||||||
import { STComponent, STColumn, STChange } from '@delon/abc/st';
|
import { STComponent, STColumn, STChange, STRequestOptions } from '@delon/abc/st';
|
||||||
import { SFComponent, SFSchema, SFDateWidgetSchema } from '@delon/form';
|
import { SFComponent, SFSchema, SFDateWidgetSchema } from '@delon/form';
|
||||||
import { NzModalService } from 'ng-zorro-antd/modal';
|
import { FreightAccountService } from '../../services/freight-account.service';
|
||||||
import { SystemService } from 'src/app/routes/sys-setting/services/system.service';
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-driver-account',
|
selector: 'app-driver-account',
|
||||||
@ -16,83 +15,21 @@ export class DriverAccountComponent implements OnInit {
|
|||||||
@ViewChild('sf', { static: false })
|
@ViewChild('sf', { static: false })
|
||||||
sf!: SFComponent;
|
sf!: SFComponent;
|
||||||
|
|
||||||
url = `/rule?_allow_anonymous=true`;
|
searchSchema: SFSchema = this.initSF();
|
||||||
|
columns: STColumn[] = this.initST();
|
||||||
searchSchema: SFSchema = {
|
reqParams = {};
|
||||||
properties: {
|
|
||||||
expand: {
|
|
||||||
type: 'boolean',
|
|
||||||
ui: {
|
|
||||||
hidden: true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
receiveName: {
|
|
||||||
type: 'string',
|
|
||||||
title: '司机姓名',
|
|
||||||
ui: { placeholder: '请输入' }
|
|
||||||
},
|
|
||||||
phone: {
|
|
||||||
type: 'string',
|
|
||||||
title: '证件号码',
|
|
||||||
ui: { placeholder: '请输入' }
|
|
||||||
},
|
|
||||||
page: {
|
|
||||||
type: 'string',
|
|
||||||
title: '手机号',
|
|
||||||
ui: {
|
|
||||||
placeholder: '请输入'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
createTime: {
|
|
||||||
title: '创建时间',
|
|
||||||
type: 'string',
|
|
||||||
ui: {
|
|
||||||
widget: 'date',
|
|
||||||
mode: 'range',
|
|
||||||
format: 'yyyy-MM-dd',
|
|
||||||
visibleIf: {
|
|
||||||
expand: (value: boolean) => value
|
|
||||||
}
|
|
||||||
} as SFDateWidgetSchema
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
columns: STColumn[] = [
|
|
||||||
{ title: '司机姓名', index: 'description' },
|
|
||||||
{ title: '证件号码', index: 'description' },
|
|
||||||
{ title: '手机号', index: 'description' },
|
|
||||||
{ title: '账户余额', index: 'description' },
|
|
||||||
{ title: '油卡余额', index: 'description' },
|
|
||||||
{ title: '创建时间', index: 'updatedAt', type: 'date' },
|
|
||||||
{
|
|
||||||
title: '操作',
|
|
||||||
buttons: [
|
|
||||||
{
|
|
||||||
text: '查看明细',
|
|
||||||
click: item => this.routeTo(item)
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
];
|
|
||||||
reqParams = { pageIndex: 1, pageSize: 10 };
|
|
||||||
_$expand = false;
|
_$expand = false;
|
||||||
|
|
||||||
constructor(public service: SystemService, private router: Router) {}
|
constructor(public service: FreightAccountService, private router: Router) {}
|
||||||
|
|
||||||
ngOnInit(): void {}
|
ngOnInit(): void {}
|
||||||
|
|
||||||
stChange(e: STChange): void {
|
beforeReq = (requestOptions: STRequestOptions) => {
|
||||||
switch (e.type) {
|
if (this.sf) {
|
||||||
case 'filter':
|
this.reqParams = { ...this.sf.value };
|
||||||
this.st.load();
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
return requestOptions;
|
||||||
|
};
|
||||||
routeTo(item?: any) {
|
|
||||||
this.router.navigate(['/financial-management/driver-account-detail/1']);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 重置表单
|
* 重置表单
|
||||||
@ -109,4 +46,109 @@ export class DriverAccountComponent implements OnInit {
|
|||||||
this._$expand = !this._$expand;
|
this._$expand = !this._$expand;
|
||||||
this.sf?.setValue('/expand', this._$expand);
|
this.sf?.setValue('/expand', this._$expand);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
exportList() {
|
||||||
|
this.service.downloadFile(this.service.$mock_url, { ...this.sf.value, pageIndex: this.st.pi, pageSize: this.st.ps });
|
||||||
|
}
|
||||||
|
|
||||||
|
private initSF(): SFSchema {
|
||||||
|
return {
|
||||||
|
properties: {
|
||||||
|
expand: {
|
||||||
|
type: 'boolean',
|
||||||
|
ui: {
|
||||||
|
hidden: true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
receiveName: {
|
||||||
|
type: 'string',
|
||||||
|
title: '司机姓名',
|
||||||
|
ui: { placeholder: '请输入' }
|
||||||
|
},
|
||||||
|
phone: {
|
||||||
|
type: 'string',
|
||||||
|
title: '证件号码',
|
||||||
|
ui: { placeholder: '请输入' }
|
||||||
|
},
|
||||||
|
page: {
|
||||||
|
type: 'string',
|
||||||
|
title: '手机号',
|
||||||
|
ui: {
|
||||||
|
placeholder: '请输入'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
page2: {
|
||||||
|
type: 'string',
|
||||||
|
title: '网络货运人',
|
||||||
|
enum: [{ label: '全部', value: '全部' }],
|
||||||
|
ui: {
|
||||||
|
widget: 'select',
|
||||||
|
placeholder: '请选择',
|
||||||
|
visibleIf: {
|
||||||
|
expand: (value: boolean) => value
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
page22: {
|
||||||
|
type: 'string',
|
||||||
|
title: '银行类型',
|
||||||
|
enum: [{ label: '全部', value: '全部' }],
|
||||||
|
ui: {
|
||||||
|
widget: 'select',
|
||||||
|
placeholder: '请选择',
|
||||||
|
visibleIf: {
|
||||||
|
expand: (value: boolean) => value
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
page3: {
|
||||||
|
type: 'string',
|
||||||
|
title: '虚拟账户',
|
||||||
|
ui: {
|
||||||
|
placeholder: '请输入',
|
||||||
|
visibleIf: {
|
||||||
|
expand: (value: boolean) => value
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
createTime: {
|
||||||
|
title: '创建时间',
|
||||||
|
type: 'string',
|
||||||
|
ui: {
|
||||||
|
widget: 'date',
|
||||||
|
mode: 'range',
|
||||||
|
format: 'yyyy-MM-dd',
|
||||||
|
visibleIf: {
|
||||||
|
expand: (value: boolean) => value
|
||||||
|
}
|
||||||
|
} as SFDateWidgetSchema
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
private initST(): STColumn[] {
|
||||||
|
return [
|
||||||
|
{ title: '司机姓名', index: 'description' },
|
||||||
|
{ title: '证件号码', index: 'description' },
|
||||||
|
{ title: '手机号', index: 'description' },
|
||||||
|
{ title: '网络货运人', index: 'description' },
|
||||||
|
{ title: '银行类型', index: 'description' },
|
||||||
|
{ title: '虚拟账户', index: 'description' },
|
||||||
|
{ title: '可用余额', index: 'description' },
|
||||||
|
{ title: '冻结余额', index: 'description' },
|
||||||
|
{ title: '本月累计提现金额', index: 'description', width: 150 },
|
||||||
|
{ title: '账户总余额', index: 'description' },
|
||||||
|
{ title: '创建时间', index: 'updatedAt', type: 'date', width: 150 },
|
||||||
|
{
|
||||||
|
title: '操作',
|
||||||
|
buttons: [
|
||||||
|
{
|
||||||
|
text: '查看明细',
|
||||||
|
click: item => this.router.navigate(['/financial-management/driver-account/detail/1'])
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -9,18 +9,22 @@
|
|||||||
<nz-card>
|
<nz-card>
|
||||||
<nz-row [nzGutter]="16">
|
<nz-row [nzGutter]="16">
|
||||||
<nz-col [nzXl]="9" [nzLg]="8" [nzSm]="12">
|
<nz-col [nzXl]="9" [nzLg]="8" [nzSm]="12">
|
||||||
<nz-statistic nzValue="统一社会信用代码:904001234567890H" [nzTitle]="'天津怡亚通物流科技有限公司'" [nzValueStyle]="{'font-size':'21px'}">
|
<nz-statistic nzValue="天津怡亚通物流科技有限公司(浦发)" [nzTitle]="'茅台集团股份有限公司'"
|
||||||
|
[nzValueStyle]="{'font-size':'16px','font-weight':'bold'}" class="bold">
|
||||||
</nz-statistic>
|
</nz-statistic>
|
||||||
</nz-col>
|
</nz-col>
|
||||||
<nz-col [nzXl]="5" [nzLg]="8" [nzSm]="12">
|
<nz-col [nzXl]="5" [nzLg]="8" [nzSm]="12">
|
||||||
<nz-statistic nzValue="100,000,000.00 元" [nzTitle]="'账户余额'" [nzValueStyle]="{'font-size':'21px'}">
|
<nz-statistic nzValue="100,000,000.00 元" [nzTitle]="'账户余额'"
|
||||||
|
[nzValueStyle]="{'font-size':'16px',color:'red'}">
|
||||||
</nz-statistic>
|
</nz-statistic>
|
||||||
</nz-col>
|
</nz-col>
|
||||||
<nz-col [nzXl]="5" [nzLg]="8" [nzSm]="12">
|
<nz-col [nzXl]="5" [nzLg]="8" [nzSm]="12">
|
||||||
<nz-statistic nzValue="100,000.00 元" [nzTitle]="'收入金额'" [nzValueStyle]="{'font-size':'21px'}"></nz-statistic>
|
<nz-statistic nzValue="100,000.00 元" [nzTitle]="'收入金额'" [nzValueStyle]="{'font-size':'16px',color:'red'}">
|
||||||
|
</nz-statistic>
|
||||||
</nz-col>
|
</nz-col>
|
||||||
<nz-col [nzXl]="5" [nzLg]="8" [nzSm]="12">
|
<nz-col [nzXl]="5" [nzLg]="8" [nzSm]="12">
|
||||||
<nz-statistic nzValue="100,000.00 元" [nzTitle]="'支出金额'" [nzValueStyle]="{'font-size':'21px'}"></nz-statistic>
|
<nz-statistic nzValue="100,000.00 元" [nzTitle]="'支出金额'" [nzValueStyle]="{'font-size':'16px',color:'red'}">
|
||||||
|
</nz-statistic>
|
||||||
</nz-col>
|
</nz-col>
|
||||||
</nz-row>
|
</nz-row>
|
||||||
</nz-card>
|
</nz-card>
|
||||||
@ -32,11 +36,10 @@
|
|||||||
[ui]="{ '*': { spanLabelFixed: 90,grid: { lg: 8, md: 12, sm: 12, xs: 24 } }}" [compact]="true"
|
[ui]="{ '*': { spanLabelFixed: 90,grid: { lg: 8, md: 12, sm: 12, xs: 24 } }}" [compact]="true"
|
||||||
[button]="'none'"></sf>
|
[button]="'none'"></sf>
|
||||||
</div>
|
</div>
|
||||||
<div nz-col [nzXl]="_$expand ? 24 : 6" [nzLg]="24" [nzSm]="24" [nzXs]="24" [class.expend-options]="_$expand"
|
<div nz-col [nzXl]="_$expand ? 24 : 6" [nzLg]="24" [nzSm]="24" [nzXs]="24" class="text-right">
|
||||||
class="text-right">
|
|
||||||
<button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
|
<button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
|
||||||
<button nz-button (click)="resetSF()">重置</button>
|
<button nz-button (click)="resetSF()">重置</button>
|
||||||
<button nz-button> 导出</button>
|
<button nz-button (click)="exportList()"> 导出</button>
|
||||||
<button nz-button nzType="link" (click)="expandToggle()">
|
<button nz-button nzType="link" (click)="expandToggle()">
|
||||||
{{ !_$expand ? '展开' : '收起' }}
|
{{ !_$expand ? '展开' : '收起' }}
|
||||||
<i nz-icon [nzType]="!_$expand ? 'down' : 'up'"></i>
|
<i nz-icon [nzType]="!_$expand ? 'down' : 'up'"></i>
|
||||||
@ -46,9 +49,9 @@
|
|||||||
</nz-card>
|
</nz-card>
|
||||||
|
|
||||||
<nz-card class="content-box" nzBordered>
|
<nz-card class="content-box" nzBordered>
|
||||||
<st #st [data]="url" [columns]="columns"
|
<st #st [data]="service.$mock_url" [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, process: beforeReq }"
|
||||||
[res]="{ reName: { list: 'data.records', total: 'data.total' } }"
|
[res]="{ reName: { list: 'data.records', total: 'data.total' } }"
|
||||||
[page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
|
[page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
|
||||||
[loading]="service.http.loading" [scroll]="{ x:'1200px',y: '300px' }" (change)="stChange($event)"></st>
|
[loading]="service.http.loading" [scroll]="{ x:'1200px',y: '300px' }"></st>
|
||||||
</nz-card>
|
</nz-card>
|
||||||
@ -14,18 +14,12 @@
|
|||||||
nz-range-picker {
|
nz-range-picker {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.expend-options {
|
.bold {
|
||||||
margin-top: 0px;
|
.ant-statistic-title {
|
||||||
}
|
font-weight: 600;
|
||||||
|
color : #000;
|
||||||
@media (min-width: 990px) {
|
font-size : 16px;
|
||||||
.expend-options {
|
}
|
||||||
margin-top: -40px;
|
|
||||||
max-width : 400px;
|
|
||||||
position : absolute;
|
|
||||||
right : 0;
|
|
||||||
bottom : 30px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1,9 +1,10 @@
|
|||||||
import { Component, OnInit, ViewChild } from '@angular/core';
|
import { Component, OnInit, ViewChild } from '@angular/core';
|
||||||
import { Router } from '@angular/router';
|
import { Router } from '@angular/router';
|
||||||
import { STComponent, STColumn, STChange } from '@delon/abc/st';
|
import { STComponent, STColumn, STChange, STRequestOptions } from '@delon/abc/st';
|
||||||
import { SFComponent, SFDateWidgetSchema, SFSchema } from '@delon/form';
|
import { SFComponent, SFDateWidgetSchema, SFSchema } from '@delon/form';
|
||||||
import { NzModalService } from 'ng-zorro-antd/modal';
|
import { NzModalService } from 'ng-zorro-antd/modal';
|
||||||
import { TicketService } from 'src/app/routes/ticket-management/services/system.service';
|
import { TicketService } from 'src/app/routes/ticket-management/services/system.service';
|
||||||
|
import { FreightAccountService } from '../../../services/freight-account.service';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-freight-account-detail',
|
selector: 'app-freight-account-detail',
|
||||||
@ -11,152 +12,28 @@ import { TicketService } from 'src/app/routes/ticket-management/services/system.
|
|||||||
styleUrls: ['./freight-account-detail.component.less']
|
styleUrls: ['./freight-account-detail.component.less']
|
||||||
})
|
})
|
||||||
export class FreightAccountDetailComponent implements OnInit {
|
export class FreightAccountDetailComponent implements OnInit {
|
||||||
url = `/rule?_allow_anonymous=true`;
|
|
||||||
@ViewChild('st', { static: true })
|
@ViewChild('st', { static: true })
|
||||||
st!: STComponent;
|
st!: STComponent;
|
||||||
@ViewChild('sf', { static: false })
|
@ViewChild('sf', { static: false })
|
||||||
sf!: SFComponent;
|
sf!: SFComponent;
|
||||||
columns: STColumn[] = [
|
columns: STColumn[] = this.initST();
|
||||||
{ title: '交易时间', index: 'updatedAt', type: 'date' },
|
searchSchema: SFSchema = this.initSF();
|
||||||
{ title: '流水号', index: 'callNo' },
|
|
||||||
{ title: '交易类型', index: 'callNo' },
|
|
||||||
{ title: '订单号', index: 'callNo' },
|
|
||||||
{ title: '所属项目', index: 'callNo' },
|
|
||||||
{ title: '收支类型', index: 'callNo' },
|
|
||||||
{ title: '交易金额', index: 'callNo' },
|
|
||||||
{ title: '账户余额', index: 'callNo' },
|
|
||||||
{ title: '无车承运人', index: 'callNo' }
|
|
||||||
];
|
|
||||||
searchSchema: SFSchema = {
|
|
||||||
properties: {
|
|
||||||
expand: {
|
|
||||||
type: 'boolean',
|
|
||||||
ui: {
|
|
||||||
hidden: true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
createTime: {
|
|
||||||
title: '交易时间',
|
|
||||||
type: 'string',
|
|
||||||
ui: {
|
|
||||||
widget: 'date',
|
|
||||||
mode: 'range',
|
|
||||||
format: 'yyyy-MM-dd',
|
|
||||||
visibleIf: {
|
|
||||||
expand: (value: boolean) => value
|
|
||||||
}
|
|
||||||
} as SFDateWidgetSchema
|
|
||||||
},
|
|
||||||
orderSn2: {
|
|
||||||
type: 'string',
|
|
||||||
title: '流水号',
|
|
||||||
ui: {
|
|
||||||
placeholder: '请输入',
|
|
||||||
autocomplete: 'off'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
orderSn3: {
|
|
||||||
type: 'string',
|
|
||||||
title: '订单号',
|
|
||||||
ui: {
|
|
||||||
placeholder: '请输入',
|
|
||||||
autocomplete: 'off'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
receiveName: {
|
|
||||||
type: 'string',
|
|
||||||
title: '交易类型',
|
|
||||||
enum: [
|
|
||||||
{ label: '全部', value: '' },
|
|
||||||
{ label: '订单支付', value: '订单支付' },
|
|
||||||
{ label: '余额充值', value: '余额充值' },
|
|
||||||
{ label: '余额提现', value: '余额提现' },
|
|
||||||
{ label: '资金分配', value: '资金分配' },
|
|
||||||
{ label: '资金回收', value: '资金回收' }
|
|
||||||
],
|
|
||||||
ui: {
|
|
||||||
widget: 'select',
|
|
||||||
placeholder: '请选择',
|
|
||||||
change: (i: any) => {
|
|
||||||
this.sf.value.receiveName = i;
|
|
||||||
this.sf?.setValue('/receiveName', i);
|
|
||||||
},
|
|
||||||
visibleIf: {
|
|
||||||
expand: (value: boolean) => value
|
|
||||||
}
|
|
||||||
},
|
|
||||||
default: ''
|
|
||||||
},
|
|
||||||
receiveName2: {
|
|
||||||
type: 'string',
|
|
||||||
title: '收支类型',
|
|
||||||
enum: [
|
|
||||||
{ label: '全部', value: '' },
|
|
||||||
{ label: '收入', value: '收入' },
|
|
||||||
{ label: '支出', value: '支出' }
|
|
||||||
],
|
|
||||||
ui: {
|
|
||||||
widget: 'select',
|
|
||||||
placeholder: '请选择',
|
|
||||||
change: (i: any) => {
|
|
||||||
this.sf.value.receiveName2 = i;
|
|
||||||
this.sf?.setValue('/receiveName2', i);
|
|
||||||
},
|
|
||||||
visibleIf: {
|
|
||||||
expand: (value: boolean) => value
|
|
||||||
}
|
|
||||||
},
|
|
||||||
default: ''
|
|
||||||
},
|
|
||||||
receiveName3: {
|
|
||||||
type: 'string',
|
|
||||||
title: '所属项目',
|
|
||||||
enum: [{ label: '全部', value: '' }],
|
|
||||||
ui: {
|
|
||||||
widget: 'select',
|
|
||||||
placeholder: '请选择',
|
|
||||||
change: (i: any) => {
|
|
||||||
this.sf.value.receiveName3 = i;
|
|
||||||
this.sf?.setValue('/receiveName3', i);
|
|
||||||
},
|
|
||||||
visibleIf: {
|
|
||||||
expand: (value: boolean) => value
|
|
||||||
}
|
|
||||||
},
|
|
||||||
default: ''
|
|
||||||
},
|
|
||||||
receiveName4: {
|
|
||||||
type: 'string',
|
|
||||||
title: '无车承运人',
|
|
||||||
enum: [{ label: '全部', value: '' }],
|
|
||||||
ui: {
|
|
||||||
widget: 'select',
|
|
||||||
placeholder: '请选择',
|
|
||||||
change: (i: any) => {
|
|
||||||
this.sf.value.receiveName4 = i;
|
|
||||||
this.sf?.setValue('/receiveName4', i);
|
|
||||||
},
|
|
||||||
visibleIf: {
|
|
||||||
expand: (value: boolean) => value
|
|
||||||
}
|
|
||||||
},
|
|
||||||
default: ''
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
reqParams = {};
|
reqParams = {};
|
||||||
_$expand = false;
|
_$expand = false;
|
||||||
constructor(public service: TicketService, private nzModalService: NzModalService, private router: Router) {}
|
constructor(public service: FreightAccountService, private nzModalService: NzModalService, private router: Router) {}
|
||||||
|
|
||||||
ngOnInit(): void {}
|
ngOnInit(): void {}
|
||||||
|
|
||||||
stChange(e: STChange): void {
|
beforeReq = (requestOptions: STRequestOptions) => {
|
||||||
switch (e.type) {
|
if (this.sf) {
|
||||||
case 'filter':
|
this.reqParams = { ...this.sf.value };
|
||||||
this.st.load();
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
return requestOptions;
|
||||||
|
};
|
||||||
|
|
||||||
|
exportList() {
|
||||||
|
this.service.downloadFile(this.service.$mock_url, { ...this.sf.value, pageIndex: this.st.pi, pageSize: this.st.ps });
|
||||||
}
|
}
|
||||||
|
|
||||||
goBack() {
|
goBack() {
|
||||||
@ -178,4 +55,115 @@ export class FreightAccountDetailComponent implements OnInit {
|
|||||||
this._$expand = !this._$expand;
|
this._$expand = !this._$expand;
|
||||||
this.sf?.setValue('/expand', this._$expand);
|
this.sf?.setValue('/expand', this._$expand);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private initSF(): SFSchema {
|
||||||
|
return {
|
||||||
|
properties: {
|
||||||
|
expand: {
|
||||||
|
type: 'boolean',
|
||||||
|
ui: {
|
||||||
|
hidden: true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
createTime: {
|
||||||
|
title: '交易时间',
|
||||||
|
type: 'string',
|
||||||
|
ui: {
|
||||||
|
widget: 'date',
|
||||||
|
mode: 'range',
|
||||||
|
format: 'yyyy-MM-dd'
|
||||||
|
} as SFDateWidgetSchema
|
||||||
|
},
|
||||||
|
orderSn2: {
|
||||||
|
type: 'string',
|
||||||
|
title: '流水号',
|
||||||
|
ui: {
|
||||||
|
placeholder: '请输入'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
orderSn3: {
|
||||||
|
type: 'string',
|
||||||
|
title: '关联单号',
|
||||||
|
ui: {
|
||||||
|
placeholder: '请输入'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
receiveName: {
|
||||||
|
type: 'string',
|
||||||
|
title: '交易类型',
|
||||||
|
enum: [
|
||||||
|
{ label: '全部', value: '' },
|
||||||
|
{ label: '订单支付', value: '订单支付' },
|
||||||
|
{ label: '余额充值', value: '余额充值' },
|
||||||
|
{ label: '余额提现', value: '余额提现' },
|
||||||
|
{ label: '资金分配', value: '资金分配' },
|
||||||
|
{ label: '资金回收', value: '资金回收' }
|
||||||
|
],
|
||||||
|
ui: {
|
||||||
|
widget: 'select',
|
||||||
|
placeholder: '请选择',
|
||||||
|
change: (i: any) => {
|
||||||
|
this.sf.value.receiveName = i;
|
||||||
|
this.sf?.setValue('/receiveName', i);
|
||||||
|
},
|
||||||
|
visibleIf: {
|
||||||
|
expand: (value: boolean) => value
|
||||||
|
}
|
||||||
|
},
|
||||||
|
default: ''
|
||||||
|
},
|
||||||
|
receiveName2: {
|
||||||
|
type: 'string',
|
||||||
|
title: '收支类型',
|
||||||
|
enum: [
|
||||||
|
{ label: '全部', value: '' },
|
||||||
|
{ label: '收入', value: '收入' },
|
||||||
|
{ label: '支出', value: '支出' }
|
||||||
|
],
|
||||||
|
ui: {
|
||||||
|
widget: 'select',
|
||||||
|
placeholder: '请选择',
|
||||||
|
change: (i: any) => {
|
||||||
|
this.sf.value.receiveName2 = i;
|
||||||
|
this.sf?.setValue('/receiveName2', i);
|
||||||
|
},
|
||||||
|
visibleIf: {
|
||||||
|
expand: (value: boolean) => value
|
||||||
|
}
|
||||||
|
},
|
||||||
|
default: ''
|
||||||
|
},
|
||||||
|
receiveName3: {
|
||||||
|
type: 'string',
|
||||||
|
title: '所属项目',
|
||||||
|
enum: [{ label: '全部', value: '' }],
|
||||||
|
ui: {
|
||||||
|
widget: 'select',
|
||||||
|
placeholder: '请选择',
|
||||||
|
change: (i: any) => {
|
||||||
|
this.sf.value.receiveName3 = i;
|
||||||
|
this.sf?.setValue('/receiveName3', i);
|
||||||
|
},
|
||||||
|
visibleIf: {
|
||||||
|
expand: (value: boolean) => value
|
||||||
|
}
|
||||||
|
},
|
||||||
|
default: ''
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
private initST(): STColumn[] {
|
||||||
|
return [
|
||||||
|
{ title: '交易时间', index: 'updatedAt', type: 'date' },
|
||||||
|
{ title: '流水号', index: 'callNo' },
|
||||||
|
{ title: '交易类型', index: 'callNo' },
|
||||||
|
{ title: '关联单号', index: 'callNo' },
|
||||||
|
{ title: '所属项目', index: 'callNo' },
|
||||||
|
{ title: '收支类型', index: 'callNo' },
|
||||||
|
{ title: '交易金额', index: 'callNo' },
|
||||||
|
{ title: '账户余额', index: 'callNo' }
|
||||||
|
];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
class="text-right">
|
class="text-right">
|
||||||
<button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
|
<button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
|
||||||
<button nz-button (click)="resetSF()">重置</button>
|
<button nz-button (click)="resetSF()">重置</button>
|
||||||
<button nz-button> 导出</button>
|
<button nz-button (click)="exportList()"> 导出</button>
|
||||||
<button nz-button nzType="link" (click)="expandToggle()">
|
<button nz-button nzType="link" (click)="expandToggle()">
|
||||||
{{ !_$expand ? '展开' : '收起' }}
|
{{ !_$expand ? '展开' : '收起' }}
|
||||||
<i nz-icon [nzType]="!_$expand ? 'down' : 'up'"></i>
|
<i nz-icon [nzType]="!_$expand ? 'down' : 'up'"></i>
|
||||||
@ -22,25 +22,10 @@
|
|||||||
</nz-card>
|
</nz-card>
|
||||||
|
|
||||||
<nz-card class="content-box">
|
<nz-card class="content-box">
|
||||||
<st #st [data]="url" [columns]="columns"
|
<st #st [data]="service.$mock_url" [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, process: beforeReq }"
|
||||||
[res]="{ reName: { list: 'data.records', total: 'data.total' } }"
|
[res]="{ reName: { list: 'data.records', total: 'data.total' } }"
|
||||||
[page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
|
[page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
|
||||||
[loading]="service.http.loading" [scroll]="{ y: '370px' }" (change)="stChange($event)">
|
[loading]="service.http.loading" [scroll]="{ y: '370px' }">
|
||||||
<ng-template st-row="description1" let-item let-index="index">
|
|
||||||
<a (click)="showAccount(item)">{{item.callNo}}</a>
|
|
||||||
</ng-template>
|
|
||||||
</st>
|
</st>
|
||||||
</nz-card>
|
</nz-card>
|
||||||
|
|
||||||
<ng-template #accountModal>
|
|
||||||
<st #st [data]="accountList" [columns]="[
|
|
||||||
{ title: '充值账户主体', index: 'description' },
|
|
||||||
{ title: '虚拟账户', index: 'description' },
|
|
||||||
{ title: '可用余额', index: 'description' }
|
|
||||||
]" [page]="{ show: false}" [scroll]="{ y: '300px' }">
|
|
||||||
<ng-template st-row="description1" let-item let-index="index">
|
|
||||||
<a (click)="showAccount(item)">{{item.callNo}}</a>
|
|
||||||
</ng-template>
|
|
||||||
</st>
|
|
||||||
</ng-template>
|
|
||||||
@ -23,11 +23,10 @@
|
|||||||
|
|
||||||
@media (min-width: 1200px) {
|
@media (min-width: 1200px) {
|
||||||
.expend-options {
|
.expend-options {
|
||||||
margin-top: -40px;
|
|
||||||
max-width : 400px;
|
max-width : 400px;
|
||||||
position : absolute;
|
position : absolute;
|
||||||
right : 0;
|
right : 0;
|
||||||
bottom : 30px;
|
bottom : 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -1,9 +1,10 @@
|
|||||||
import { Component, OnInit, ViewChild } from '@angular/core';
|
import { Component, OnInit, ViewChild } from '@angular/core';
|
||||||
import { Router } from '@angular/router';
|
import { Router } from '@angular/router';
|
||||||
import { STComponent, STColumn, STChange } from '@delon/abc/st';
|
import { STComponent, STColumn, STChange, STRequestOptions } from '@delon/abc/st';
|
||||||
import { SFComponent, SFSchema, SFDateWidgetSchema } from '@delon/form';
|
import { SFComponent, SFSchema, SFDateWidgetSchema } from '@delon/form';
|
||||||
import { NzModalService } from 'ng-zorro-antd/modal';
|
import { NzModalService } from 'ng-zorro-antd/modal';
|
||||||
import { SystemService } from 'src/app/routes/sys-setting/services/system.service';
|
import { SystemService } from 'src/app/routes/sys-setting/services/system.service';
|
||||||
|
import { FreightAccountService } from '../../services/freight-account.service';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-freight-account',
|
selector: 'app-freight-account',
|
||||||
@ -11,124 +12,28 @@ import { SystemService } from 'src/app/routes/sys-setting/services/system.servic
|
|||||||
styleUrls: ['./freight-account.component.less']
|
styleUrls: ['./freight-account.component.less']
|
||||||
})
|
})
|
||||||
export class FreightAccountComponent implements OnInit {
|
export class FreightAccountComponent implements OnInit {
|
||||||
@ViewChild('accountModal', { static: true })
|
|
||||||
accountModal: any;
|
|
||||||
@ViewChild('st', { static: true })
|
@ViewChild('st', { static: true })
|
||||||
st!: STComponent;
|
st!: STComponent;
|
||||||
@ViewChild('sf', { static: false })
|
@ViewChild('sf', { static: false })
|
||||||
sf!: SFComponent;
|
sf!: SFComponent;
|
||||||
|
searchSchema: SFSchema = this.initSF();
|
||||||
|
columns: STColumn[] = this.initST();
|
||||||
|
|
||||||
url = `/rule?_allow_anonymous=true`;
|
|
||||||
|
|
||||||
searchSchema: SFSchema = {
|
|
||||||
properties: {
|
|
||||||
expand: {
|
|
||||||
type: 'boolean',
|
|
||||||
ui: {
|
|
||||||
hidden: true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
receiveName: {
|
|
||||||
type: 'string',
|
|
||||||
title: '企业名称',
|
|
||||||
ui: { placeholder: '请输入' }
|
|
||||||
},
|
|
||||||
phone: {
|
|
||||||
type: 'string',
|
|
||||||
title: '联系人',
|
|
||||||
ui: { placeholder: '请输入' }
|
|
||||||
},
|
|
||||||
page: {
|
|
||||||
type: 'string',
|
|
||||||
title: '联系人电话',
|
|
||||||
ui: {
|
|
||||||
placeholder: '请输入'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
createTime: {
|
|
||||||
title: '创建时间',
|
|
||||||
type: 'string',
|
|
||||||
ui: {
|
|
||||||
widget: 'date',
|
|
||||||
mode: 'range',
|
|
||||||
format: 'yyyy-MM-dd',
|
|
||||||
visibleIf: {
|
|
||||||
expand: (value: boolean) => value
|
|
||||||
}
|
|
||||||
} as SFDateWidgetSchema
|
|
||||||
},
|
|
||||||
receiveName2: {
|
|
||||||
type: 'string',
|
|
||||||
title: '无车承运人',
|
|
||||||
enum: [{ label: '全部', value: '全部' }],
|
|
||||||
ui: {
|
|
||||||
widget: 'select',
|
|
||||||
placeholder: '请选择',
|
|
||||||
change: (i: any) => {
|
|
||||||
this.sf.value.receiveName2 = i;
|
|
||||||
this.sf?.setValue('/receiveName2', i);
|
|
||||||
},
|
|
||||||
visibleIf: {
|
|
||||||
expand: (value: boolean) => value
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
columns: STColumn[] = [
|
|
||||||
{ title: '企业名称', index: 'description' },
|
|
||||||
{ title: '统一社会信用代码', index: 'description' },
|
|
||||||
{ title: '联系人', index: 'description' },
|
|
||||||
{ title: '联系人电话', index: 'description' },
|
|
||||||
{ title: '累计消费金额', index: 'description' },
|
|
||||||
{ title: '账户余额', render: 'description1' },
|
|
||||||
{ title: '创建时间', index: 'updatedAt', type: 'date' },
|
|
||||||
{
|
|
||||||
title: '操作',
|
|
||||||
buttons: [
|
|
||||||
{
|
|
||||||
text: '查看明细',
|
|
||||||
click: item => this.routeTo(item)
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
];
|
|
||||||
selectedRows: any[] = [];
|
selectedRows: any[] = [];
|
||||||
|
|
||||||
reqParams = { pageIndex: 1, pageSize: 10 };
|
reqParams = {};
|
||||||
_$expand = false;
|
_$expand = false;
|
||||||
|
|
||||||
accountList = [{ description: 222 }, { description: 222 }, { description: 222 }];
|
constructor(public service: FreightAccountService, private nzModalService: NzModalService, private router: Router) {}
|
||||||
constructor(public service: SystemService, private nzModalService: NzModalService, private router: Router) {}
|
|
||||||
|
|
||||||
ngOnInit(): void {}
|
ngOnInit(): void {}
|
||||||
|
|
||||||
stChange(e: STChange): void {
|
beforeReq = (requestOptions: STRequestOptions) => {
|
||||||
switch (e.type) {
|
if (this.sf) {
|
||||||
case 'checkbox':
|
this.reqParams = { ...this.sf.value };
|
||||||
this.selectedRows = e.checkbox!;
|
|
||||||
break;
|
|
||||||
case 'filter':
|
|
||||||
this.st.load();
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
return requestOptions;
|
||||||
|
};
|
||||||
showAccount(item: any) {
|
|
||||||
const modal = this.nzModalService.create({
|
|
||||||
nzTitle: '账户明细',
|
|
||||||
nzContent: this.accountModal,
|
|
||||||
nzFooter: []
|
|
||||||
});
|
|
||||||
modal.afterClose.subscribe(res => {
|
|
||||||
this.st.load();
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
routeTo(item?: any) {
|
|
||||||
this.router.navigate(['/financial-management/freight-account-detail/1']);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 重置表单
|
* 重置表单
|
||||||
@ -145,4 +50,114 @@ export class FreightAccountComponent implements OnInit {
|
|||||||
this._$expand = !this._$expand;
|
this._$expand = !this._$expand;
|
||||||
this.sf?.setValue('/expand', this._$expand);
|
this.sf?.setValue('/expand', this._$expand);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
exportList() {
|
||||||
|
this.service.downloadFile(this.service.$mock_url, { ...this.sf.value, pageIndex: this.st.pi, pageSize: this.st.ps });
|
||||||
|
}
|
||||||
|
|
||||||
|
private initSF(): SFSchema {
|
||||||
|
return {
|
||||||
|
properties: {
|
||||||
|
expand: {
|
||||||
|
type: 'boolean',
|
||||||
|
ui: {
|
||||||
|
hidden: true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
receiveName: {
|
||||||
|
type: 'string',
|
||||||
|
title: '企业名称',
|
||||||
|
ui: { placeholder: '请输入' }
|
||||||
|
},
|
||||||
|
phone: {
|
||||||
|
type: 'string',
|
||||||
|
title: '联系人',
|
||||||
|
ui: { placeholder: '请输入' }
|
||||||
|
},
|
||||||
|
page: {
|
||||||
|
type: 'string',
|
||||||
|
title: '联系人电话',
|
||||||
|
ui: {
|
||||||
|
placeholder: '请输入'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
page2: {
|
||||||
|
type: 'string',
|
||||||
|
title: '网络货运人',
|
||||||
|
enum: [{ label: '全部', value: '全部' }],
|
||||||
|
ui: {
|
||||||
|
widget: 'select',
|
||||||
|
placeholder: '请选择',
|
||||||
|
visibleIf: {
|
||||||
|
expand: (value: boolean) => value
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
receiveName2: {
|
||||||
|
type: 'string',
|
||||||
|
title: '银行类型',
|
||||||
|
enum: [{ label: '全部', value: '全部' }],
|
||||||
|
ui: {
|
||||||
|
widget: 'select',
|
||||||
|
placeholder: '请选择',
|
||||||
|
change: (i: any) => {
|
||||||
|
this.sf.value.receiveName2 = i;
|
||||||
|
this.sf?.setValue('/receiveName2', i);
|
||||||
|
},
|
||||||
|
visibleIf: {
|
||||||
|
expand: (value: boolean) => value
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
page3: {
|
||||||
|
type: 'string',
|
||||||
|
title: '虚拟账户',
|
||||||
|
ui: {
|
||||||
|
placeholder: '请输入',
|
||||||
|
visibleIf: {
|
||||||
|
expand: (value: boolean) => value
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
createTime: {
|
||||||
|
title: '创建时间',
|
||||||
|
type: 'string',
|
||||||
|
ui: {
|
||||||
|
widget: 'date',
|
||||||
|
mode: 'range',
|
||||||
|
format: 'yyyy-MM-dd',
|
||||||
|
visibleIf: {
|
||||||
|
expand: (value: boolean) => value
|
||||||
|
}
|
||||||
|
} as SFDateWidgetSchema
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
private initST(): STColumn[] {
|
||||||
|
return [
|
||||||
|
{ title: '企业名称', index: 'description' },
|
||||||
|
{ title: '联系人', index: 'description' },
|
||||||
|
{ title: '联系人电话', index: 'description' },
|
||||||
|
{ title: '网络货运人', index: 'description' },
|
||||||
|
{ title: '银行类型', index: 'description' },
|
||||||
|
{ title: '虚拟账户', index: 'description' },
|
||||||
|
{ title: '可用余额', index: 'description' },
|
||||||
|
{ title: '冻结余额', index: 'description' },
|
||||||
|
{ title: '累计消费金额', index: 'description' },
|
||||||
|
{ title: '账户总余额', render: 'description1' },
|
||||||
|
{ title: '创建时间', index: 'updatedAt', type: 'date', width: 150 },
|
||||||
|
{ title: '状态', render: 'description1' },
|
||||||
|
{
|
||||||
|
title: '操作',
|
||||||
|
buttons: [
|
||||||
|
{
|
||||||
|
text: '查看明细',
|
||||||
|
click: item => this.router.navigate(['/financial-management/freight-account/detail/1'])
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,12 +1,7 @@
|
|||||||
<page-header-wrapper [title]="'开票订单明细'" [logo]="logo">
|
<page-header-wrapper [title]="'充值记录'">
|
||||||
<ng-template #logo>
|
|
||||||
<button nz-button nz-tooltip nzTooltipTitle="返回上一页" (click)="goBack()">
|
|
||||||
<i nz-icon nzType="left" nzTheme="outline"></i>
|
|
||||||
</button>
|
|
||||||
</ng-template>
|
|
||||||
</page-header-wrapper>
|
</page-header-wrapper>
|
||||||
|
|
||||||
<nz-card>
|
<!-- <nz-card>
|
||||||
<nz-row [nzGutter]="16">
|
<nz-row [nzGutter]="16">
|
||||||
<nz-col [nzXl]="7" [nzLg]="8" [nzSm]="12">
|
<nz-col [nzXl]="7" [nzLg]="8" [nzSm]="12">
|
||||||
<nz-statistic nzValue="100 笔" [nzTitle]="'累计充值订单数'"
|
<nz-statistic nzValue="100 笔" [nzTitle]="'累计充值订单数'"
|
||||||
@ -18,7 +13,7 @@
|
|||||||
</nz-statistic>
|
</nz-statistic>
|
||||||
</nz-col>
|
</nz-col>
|
||||||
</nz-row>
|
</nz-row>
|
||||||
</nz-card>
|
</nz-card> -->
|
||||||
|
|
||||||
<nz-card class="search-box" nzBordered>
|
<nz-card class="search-box" nzBordered>
|
||||||
<div nz-row nzGutter="8">
|
<div nz-row nzGutter="8">
|
||||||
@ -27,11 +22,11 @@
|
|||||||
[ui]="{ '*': { spanLabelFixed: 90,grid: { lg: 8, md: 12, sm: 12, xs: 24 } }}" [compact]="true"
|
[ui]="{ '*': { spanLabelFixed: 90,grid: { lg: 8, md: 12, sm: 12, xs: 24 } }}" [compact]="true"
|
||||||
[button]="'none'"></sf>
|
[button]="'none'"></sf>
|
||||||
</div>
|
</div>
|
||||||
<div nz-col [nzXl]="_$expand ? 24 : 6" [nzLg]="24" [nzSm]="24" [nzXs]="24"
|
<div nz-col [nzXl]="_$expand ? 24 : 6" [nzLg]="24" [nzSm]="24" [nzXs]="24" [class.expend-options]="_$expand"
|
||||||
class="text-right">
|
class="text-right">
|
||||||
<button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
|
<button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
|
||||||
<button nz-button (click)="resetSF()">重置</button>
|
<button nz-button (click)="resetSF()">重置</button>
|
||||||
<button nz-button> 导出</button>
|
<button nz-button (click)="exportList()"> 导出</button>
|
||||||
<button nz-button nzType="link" (click)="expandToggle()">
|
<button nz-button nzType="link" (click)="expandToggle()">
|
||||||
{{ !_$expand ? '展开' : '收起' }}
|
{{ !_$expand ? '展开' : '收起' }}
|
||||||
<i nz-icon [nzType]="!_$expand ? 'down' : 'up'"></i>
|
<i nz-icon [nzType]="!_$expand ? 'down' : 'up'"></i>
|
||||||
@ -41,9 +36,9 @@
|
|||||||
</nz-card>
|
</nz-card>
|
||||||
|
|
||||||
<nz-card class="content-box" nzBordered>
|
<nz-card class="content-box" nzBordered>
|
||||||
<st #st [data]="url" [columns]="columns"
|
<st #st [data]="service.$mock_url" [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, process: beforeReq }"
|
||||||
[res]="{ reName: { list: 'data.records', total: 'data.total' } }"
|
[res]="{ reName: { list: 'data.records', total: 'data.total' } }"
|
||||||
[page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
|
[page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
|
||||||
[loading]="service.http.loading" [scroll]="{ x:'1200px',y: '300px' }" (change)="stChange($event)"></st>
|
[loading]="service.http.loading" [scroll]="{ x:'1200px',y: '400px' }"></st>
|
||||||
</nz-card>
|
</nz-card>
|
||||||
@ -15,3 +15,18 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.expend-options {
|
||||||
|
margin-top: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media (min-width: 1200px) {
|
||||||
|
.expend-options {
|
||||||
|
max-width : 400px;
|
||||||
|
position : absolute;
|
||||||
|
right : 0;
|
||||||
|
bottom : 25px;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@ -1,7 +1,8 @@
|
|||||||
import { Component, OnInit, ViewChild } from '@angular/core';
|
import { Component, OnInit, ViewChild } from '@angular/core';
|
||||||
import { STComponent, STColumn, STChange } from '@delon/abc/st';
|
import { STComponent, STColumn, STChange, STRequestOptions } from '@delon/abc/st';
|
||||||
import { SFComponent, SFSchema, SFDateWidgetSchema } from '@delon/form';
|
import { SFComponent, SFSchema, SFDateWidgetSchema } from '@delon/form';
|
||||||
import { TicketService } from 'src/app/routes/ticket-management/services/system.service';
|
import { TicketService } from 'src/app/routes/ticket-management/services/system.service';
|
||||||
|
import { FreightAccountService } from '../../services/freight-account.service';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-recharge-record',
|
selector: 'app-recharge-record',
|
||||||
@ -9,131 +10,25 @@ import { TicketService } from 'src/app/routes/ticket-management/services/system.
|
|||||||
styleUrls: ['./recharge-record.component.less']
|
styleUrls: ['./recharge-record.component.less']
|
||||||
})
|
})
|
||||||
export class RechargeRecordComponent implements OnInit {
|
export class RechargeRecordComponent implements OnInit {
|
||||||
url = `/rule?_allow_anonymous=true`;
|
|
||||||
@ViewChild('st', { static: true })
|
@ViewChild('st', { static: true })
|
||||||
st!: STComponent;
|
st!: STComponent;
|
||||||
@ViewChild('sf', { static: false })
|
@ViewChild('sf', { static: false })
|
||||||
sf!: SFComponent;
|
sf!: SFComponent;
|
||||||
columns: STColumn[] = [
|
columns: STColumn[] = this.initST();
|
||||||
{ title: '充值时间', index: 'updatedAt', type: 'date' },
|
searchSchema: SFSchema = this.initSF();
|
||||||
{ title: '充值单号', index: 'callNo' },
|
|
||||||
{ title: '账户主体', index: 'callNo' },
|
|
||||||
{ title: '账户名称', index: 'callNo' },
|
|
||||||
{ title: '虚拟账户', index: 'callNo' },
|
|
||||||
{ title: '账户类型', index: 'callNo' },
|
|
||||||
{ title: '充值金额', index: 'callNo' },
|
|
||||||
{ title: '充值方式', index: 'callNo' },
|
|
||||||
{ title: '充值状态', index: 'callNo' },
|
|
||||||
{ title: '银行流水号', index: 'callNo' }
|
|
||||||
];
|
|
||||||
searchSchema: SFSchema = {
|
|
||||||
properties: {
|
|
||||||
expand: {
|
|
||||||
type: 'boolean',
|
|
||||||
ui: {
|
|
||||||
hidden: true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
orderSn2: {
|
|
||||||
type: 'string',
|
|
||||||
title: '充值单号',
|
|
||||||
ui: {
|
|
||||||
placeholder: '请输入',
|
|
||||||
autocomplete: 'off'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
receiveName: {
|
|
||||||
type: 'string',
|
|
||||||
title: '充值状态',
|
|
||||||
enum: [
|
|
||||||
{ label: '全部', value: '' },
|
|
||||||
{ label: '充值中', value: '充值中' },
|
|
||||||
{ label: '已完成', value: '已完成' }
|
|
||||||
],
|
|
||||||
ui: {
|
|
||||||
widget: 'select',
|
|
||||||
placeholder: '请选择',
|
|
||||||
change: (i: any) => {
|
|
||||||
this.sf.value.receiveName = i;
|
|
||||||
this.sf?.setValue('/receiveName', i);
|
|
||||||
}
|
|
||||||
},
|
|
||||||
default: ''
|
|
||||||
},
|
|
||||||
createTime: {
|
|
||||||
title: '充值时间',
|
|
||||||
type: 'string',
|
|
||||||
ui: {
|
|
||||||
widget: 'date',
|
|
||||||
mode: 'range',
|
|
||||||
format: 'yyyy-MM-dd'
|
|
||||||
} as SFDateWidgetSchema
|
|
||||||
},
|
|
||||||
orderSn3: {
|
|
||||||
type: 'string',
|
|
||||||
title: '账户名称',
|
|
||||||
ui: {
|
|
||||||
placeholder: '请输入',
|
|
||||||
autocomplete: 'off',
|
|
||||||
visibleIf: {
|
|
||||||
expand: (value: boolean) => value
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
receiveName2: {
|
|
||||||
type: 'string',
|
|
||||||
title: '账户类型',
|
|
||||||
enum: [
|
|
||||||
{ label: '全部', value: '' },
|
|
||||||
{ label: '个人', value: '个人' },
|
|
||||||
{ label: '企业', value: '企业' }
|
|
||||||
],
|
|
||||||
ui: {
|
|
||||||
widget: 'select',
|
|
||||||
placeholder: '请选择',
|
|
||||||
change: (i: any) => {
|
|
||||||
this.sf.value.receiveName2 = i;
|
|
||||||
this.sf?.setValue('/receiveName2', i);
|
|
||||||
},
|
|
||||||
visibleIf: {
|
|
||||||
expand: (value: boolean) => value
|
|
||||||
}
|
|
||||||
},
|
|
||||||
default: ''
|
|
||||||
},
|
|
||||||
receiveName4: {
|
|
||||||
type: 'string',
|
|
||||||
title: '账户主体',
|
|
||||||
enum: [{ label: '全部', value: '' }],
|
|
||||||
ui: {
|
|
||||||
widget: 'select',
|
|
||||||
placeholder: '请选择',
|
|
||||||
change: (i: any) => {
|
|
||||||
this.sf.value.receiveName4 = i;
|
|
||||||
this.sf?.setValue('/receiveName4', i);
|
|
||||||
},
|
|
||||||
visibleIf: {
|
|
||||||
expand: (value: boolean) => value
|
|
||||||
}
|
|
||||||
},
|
|
||||||
default: ''
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
reqParams = {};
|
reqParams = {};
|
||||||
_$expand = false;
|
_$expand = false;
|
||||||
constructor(public service: TicketService) {}
|
constructor(public service: FreightAccountService) {}
|
||||||
|
|
||||||
ngOnInit(): void {}
|
ngOnInit(): void {}
|
||||||
|
|
||||||
stChange(e: STChange): void {
|
beforeReq = (requestOptions: STRequestOptions) => {
|
||||||
switch (e.type) {
|
if (this.sf) {
|
||||||
case 'filter':
|
this.reqParams = { ...this.sf.value };
|
||||||
this.st.load();
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
return requestOptions;
|
||||||
|
};
|
||||||
|
|
||||||
goBack() {
|
goBack() {
|
||||||
history.go(-1);
|
history.go(-1);
|
||||||
@ -154,4 +49,124 @@ export class RechargeRecordComponent implements OnInit {
|
|||||||
this._$expand = !this._$expand;
|
this._$expand = !this._$expand;
|
||||||
this.sf?.setValue('/expand', this._$expand);
|
this.sf?.setValue('/expand', this._$expand);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
exportList() {
|
||||||
|
this.service.downloadFile(this.service.$mock_url, { ...this.sf.value, pageIndex: this.st.pi, pageSize: this.st.ps });
|
||||||
|
}
|
||||||
|
|
||||||
|
private initSF(): SFSchema {
|
||||||
|
return {
|
||||||
|
properties: {
|
||||||
|
expand: {
|
||||||
|
type: 'boolean',
|
||||||
|
ui: {
|
||||||
|
hidden: true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
orderSn2: {
|
||||||
|
type: 'string',
|
||||||
|
title: '充值单号',
|
||||||
|
ui: {
|
||||||
|
placeholder: '请输入'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
receiveName: {
|
||||||
|
type: 'string',
|
||||||
|
title: '充值状态',
|
||||||
|
enum: [
|
||||||
|
{ label: '全部', value: '' },
|
||||||
|
{ label: '充值中', value: '充值中' },
|
||||||
|
{ label: '已完成', value: '已完成' }
|
||||||
|
],
|
||||||
|
ui: {
|
||||||
|
widget: 'select',
|
||||||
|
placeholder: '请选择',
|
||||||
|
change: (i: any) => {
|
||||||
|
this.sf.value.receiveName = i;
|
||||||
|
this.sf?.setValue('/receiveName', i);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
default: ''
|
||||||
|
},
|
||||||
|
createTime: {
|
||||||
|
title: '充值时间',
|
||||||
|
type: 'string',
|
||||||
|
ui: {
|
||||||
|
widget: 'date',
|
||||||
|
mode: 'range',
|
||||||
|
format: 'yyyy-MM-dd'
|
||||||
|
} as SFDateWidgetSchema
|
||||||
|
},
|
||||||
|
orderSn3: {
|
||||||
|
type: 'string',
|
||||||
|
title: '账户名称',
|
||||||
|
ui: {
|
||||||
|
placeholder: '请输入',
|
||||||
|
autocomplete: 'off',
|
||||||
|
visibleIf: {
|
||||||
|
expand: (value: boolean) => value
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
receiveName2: {
|
||||||
|
type: 'string',
|
||||||
|
title: '账户类型',
|
||||||
|
enum: [
|
||||||
|
{ label: '全部', value: '' },
|
||||||
|
{ label: '货主账户', value: '货主账户' },
|
||||||
|
{ label: '司机账户', value: '司机账户' }
|
||||||
|
],
|
||||||
|
ui: {
|
||||||
|
widget: 'select',
|
||||||
|
placeholder: '请选择',
|
||||||
|
change: (i: any) => {
|
||||||
|
this.sf.value.receiveName2 = i;
|
||||||
|
this.sf?.setValue('/receiveName2', i);
|
||||||
|
},
|
||||||
|
visibleIf: {
|
||||||
|
expand: (value: boolean) => value
|
||||||
|
}
|
||||||
|
},
|
||||||
|
default: ''
|
||||||
|
},
|
||||||
|
page2: {
|
||||||
|
type: 'string',
|
||||||
|
title: '网络货运人',
|
||||||
|
enum: [{ label: '全部', value: '全部' }],
|
||||||
|
ui: {
|
||||||
|
widget: 'select',
|
||||||
|
placeholder: '请选择',
|
||||||
|
visibleIf: {
|
||||||
|
expand: (value: boolean) => value
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
orderSn23: {
|
||||||
|
type: 'string',
|
||||||
|
title: '银行类型',
|
||||||
|
ui: {
|
||||||
|
placeholder: '请输入',
|
||||||
|
visibleIf: {
|
||||||
|
expand: (value: boolean) => value
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
private initST(): STColumn[] {
|
||||||
|
return [
|
||||||
|
{ title: '充值时间', index: 'updatedAt', type: 'date' },
|
||||||
|
{ title: '充值单号', index: 'callNo' },
|
||||||
|
{ title: '账户主体', index: 'callNo' },
|
||||||
|
{ title: '账户名称', index: 'callNo' },
|
||||||
|
{ title: '虚拟账户', index: 'callNo' },
|
||||||
|
{ title: '账户类型', index: 'callNo' },
|
||||||
|
{ title: '充值金额', index: 'callNo' },
|
||||||
|
{ title: '充值方式', index: 'callNo' },
|
||||||
|
{ title: '充值状态', index: 'callNo' },
|
||||||
|
{ title: '银行流水号', index: 'callNo' }
|
||||||
|
];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -11,12 +11,12 @@ import { WithdrawalsDetailComponent } from './components/withdrawals-record/with
|
|||||||
|
|
||||||
const routes: Routes = [
|
const routes: Routes = [
|
||||||
{ path: 'freight-account', component: FreightAccountComponent },
|
{ path: 'freight-account', component: FreightAccountComponent },
|
||||||
{ path: 'freight-account-detail/:id', component: FreightAccountDetailComponent },
|
{ path: 'freight-account/detail/:id', component: FreightAccountDetailComponent },
|
||||||
{ path: 'driver-account', component: DriverAccountComponent },
|
{ path: 'driver-account', component: DriverAccountComponent },
|
||||||
{ path: 'driver-account-detail/:id', component: DriverAccountDetailComponent },
|
{ path: 'driver-account/detail/:id', component: DriverAccountDetailComponent },
|
||||||
{ path: 'recharge-record', component: RechargeRecordComponent },
|
{ path: 'recharge-record', component: RechargeRecordComponent },
|
||||||
{ path: 'withdrawals-record', component: WithdrawalsRecordComponent },
|
{ path: 'withdrawals-record', component: WithdrawalsRecordComponent },
|
||||||
{ path: 'withdrawals-detail/:id', component: WithdrawalsDetailComponent },
|
{ path: 'withdrawals/detail/:id', component: WithdrawalsDetailComponent },
|
||||||
{ path: 'main-account', component: MainAccountComponent }
|
{ path: 'main-account', component: MainAccountComponent }
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@ -0,0 +1,13 @@
|
|||||||
|
import { Injectable, Injector } from '@angular/core';
|
||||||
|
import { BaseService } from '@shared';
|
||||||
|
|
||||||
|
@Injectable({
|
||||||
|
providedIn: 'root'
|
||||||
|
})
|
||||||
|
export class FreightAccountService extends BaseService {
|
||||||
|
$mock_url = '/rule?_allow_anonymous=true';
|
||||||
|
|
||||||
|
constructor(public injector: Injector) {
|
||||||
|
super(injector);
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -253,27 +253,32 @@
|
|||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"text": "货主账户",
|
"text": "货主账户",
|
||||||
"icon": "anticon anticon-dashboard",
|
|
||||||
"link": "/financial-management/freight-account"
|
"link": "/financial-management/freight-account"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"text": "货主账户详情",
|
||||||
|
"hide": true,
|
||||||
|
"link": "/financial-management/freight-account/detail/:id"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"text": "司机账户",
|
"text": "司机账户",
|
||||||
"icon": "anticon anticon-dashboard",
|
|
||||||
"link": "/financial-management/driver-account"
|
"link": "/financial-management/driver-account"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"text": "司机账户详情",
|
||||||
|
"hide": true,
|
||||||
|
"link": "/financial-management/driver-account/detail/:id"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"text": "充值记录",
|
"text": "充值记录",
|
||||||
"icon": "anticon anticon-dashboard",
|
|
||||||
"link": "/financial-management/recharge-record"
|
"link": "/financial-management/recharge-record"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "提现记录",
|
"text": "提现记录",
|
||||||
"icon": "anticon anticon-dashboard",
|
|
||||||
"link": "/financial-management/withdrawals-record"
|
"link": "/financial-management/withdrawals-record"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "账户主体",
|
"text": "账户主体",
|
||||||
"icon": "anticon anticon-dashboard",
|
|
||||||
"link": "/financial-management/main-account"
|
"link": "/financial-management/main-account"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user