diff --git a/src/app/routes/financial-management/components/advance-collection/advance-collection.component.ts b/src/app/routes/financial-management/components/advance-collection/advance-collection.component.ts index b946c075..7806bb1b 100644 --- a/src/app/routes/financial-management/components/advance-collection/advance-collection.component.ts +++ b/src/app/routes/financial-management/components/advance-collection/advance-collection.component.ts @@ -49,7 +49,7 @@ export class AdvanceCollectionComponent implements OnInit { } exportList() { - this.service.downloadFile(this.service.$mock_url, { ...this.sf.value, pageIndex: this.st.pi, pageSize: this.st.ps }); + this.service.downloadFile(this.service.$mock_url, { ...this.sf.value, pageSize: -1 }); } private initSF(): SFSchema { diff --git a/src/app/routes/financial-management/components/cost-management/cost-management.component.ts b/src/app/routes/financial-management/components/cost-management/cost-management.component.ts index 66686124..33bacf25 100644 --- a/src/app/routes/financial-management/components/cost-management/cost-management.component.ts +++ b/src/app/routes/financial-management/components/cost-management/cost-management.component.ts @@ -90,7 +90,7 @@ export class CostManagementComponent implements OnInit { } exportList() { - this.service.downloadFile(this.service.$mock_url, { ...this.sf.value, pageIndex: this.st.pi, pageSize: this.st.ps }); + this.service.downloadFile(this.service.$mock_url, { ...this.sf.value, pageSize: -1 }); } routeTo(url: string, params?: any, status?: any) { @@ -188,7 +188,7 @@ export class CostManagementComponent implements OnInit { searchLoadingText: '搜索中...', allowClear: true, onSearch: (q: any) => { - let str =q.replace(/^\s+|\s+$/g,""); + let str = q.replace(/^\s+|\s+$/g, ''); if (str) { return this.service .request(this.service.$api_enterpriceList, { enterpriseName: str }) @@ -213,10 +213,10 @@ export class CostManagementComponent implements OnInit { searchLoadingText: '搜索中...', allowClear: true, onSearch: (q: any) => { - let str =q.replace(/^\s+|\s+$/g,""); + let str = q.replace(/^\s+|\s+$/g, ''); if (str) { return this.service - .request(this.service.$api_enterpriceList, { enterpriseName: str}) + .request(this.service.$api_enterpriceList, { enterpriseName: str }) .pipe(map((res: any) => (res as any[]).map(i => ({ label: i.enterpriseName, value: i.id } as SFSchemaEnum)))) .toPromise(); } else { @@ -302,13 +302,13 @@ export class CostManagementComponent implements OnInit { { text: '浏览', click: item => this.routeTo('/financial-management/cost-management/detail/' + item.id, { status: item?.feetypeLabel }), - acl: { ability: ['FINANCIAL-COST-view'] }, + acl: { ability: ['FINANCIAL-COST-view'] } }, { text: '审核', click: item => this.auditAction(item), iif: item => item.sts === 2, - acl: { ability: ['FINANCIAL-COST-audit'] }, + acl: { ability: ['FINANCIAL-COST-audit'] } } // { // text: '修改', diff --git a/src/app/routes/financial-management/components/driver-account/driver-account-detail/driver-account-detail.component.ts b/src/app/routes/financial-management/components/driver-account/driver-account-detail/driver-account-detail.component.ts index 4f230b3a..0a384b6c 100644 --- a/src/app/routes/financial-management/components/driver-account/driver-account-detail/driver-account-detail.component.ts +++ b/src/app/routes/financial-management/components/driver-account/driver-account-detail/driver-account-detail.component.ts @@ -74,7 +74,7 @@ export class DriverAccountDetailComponent implements OnInit { stChange(e: STChange): void {} exportList() { - this.service.downloadFile(this.service.$mock_url, { ...this.sf.value, pageIndex: this.st.pi, pageSize: this.st.ps }); + this.service.downloadFile(this.service.$mock_url, { ...this.sf.value, pageSize: -1 }); } goBack() { diff --git a/src/app/routes/financial-management/components/driver-account/driver-account.component.ts b/src/app/routes/financial-management/components/driver-account/driver-account.component.ts index 536e154f..6ab9883f 100644 --- a/src/app/routes/financial-management/components/driver-account/driver-account.component.ts +++ b/src/app/routes/financial-management/components/driver-account/driver-account.component.ts @@ -74,7 +74,7 @@ export class DriverAccountComponent implements OnInit { } exportList() { - this.service.downloadFile(this.service.$mock_url, { ...this.sf.value, pageIndex: this.st.pi, pageSize: this.st.ps }); + this.service.downloadFile(this.service.$mock_url, { ...this.sf.value, pageSize: -1 }); } private initSF(): SFSchema { diff --git a/src/app/routes/financial-management/components/freight-account/freight-account-detail/freight-account-detail.component.ts b/src/app/routes/financial-management/components/freight-account/freight-account-detail/freight-account-detail.component.ts index e2f04c50..b161cc67 100644 --- a/src/app/routes/financial-management/components/freight-account/freight-account-detail/freight-account-detail.component.ts +++ b/src/app/routes/financial-management/components/freight-account/freight-account-detail/freight-account-detail.component.ts @@ -74,7 +74,7 @@ export class FreightAccountDetailComponent implements OnInit { stChange(e: STChange): void {} exportList() { - this.service.downloadFile(this.service.$mock_url, { ...this.sf.value, pageIndex: this.st.pi, pageSize: this.st.ps }); + this.service.downloadFile(this.service.$mock_url, { ...this.sf.value, pageSize: -1 }); } goBack() { diff --git a/src/app/routes/financial-management/components/freight-account/freight-account.component.ts b/src/app/routes/financial-management/components/freight-account/freight-account.component.ts index c86bbeb3..2c1f45eb 100644 --- a/src/app/routes/financial-management/components/freight-account/freight-account.component.ts +++ b/src/app/routes/financial-management/components/freight-account/freight-account.component.ts @@ -80,7 +80,7 @@ export class FreightAccountComponent implements OnInit { } exportList() { - this.service.downloadFile(this.service.$mock_url, { ...this.sf.value, pageIndex: this.st.pi, pageSize: this.st.ps }); + this.service.downloadFile(this.service.$mock_url, { ...this.sf.value, pageSize: -1 }); } private initSF(): SFSchema { @@ -171,7 +171,7 @@ export class FreightAccountComponent implements OnInit { { title: '联系人', width: 120, index: 'name' }, { title: '联系人电话', width: 140, index: 'phone' }, { title: '网络货运人', width: 140, index: 'ltdName' }, - { title: '银行类型',width: 120, index: 'bankTypeLabel' }, + { title: '银行类型', width: 120, index: 'bankTypeLabel' }, { title: '虚拟账户', width: 140, index: 'virtualAccount' }, { title: '可用余额', @@ -199,7 +199,7 @@ export class FreightAccountComponent implements OnInit { { title: '状态', index: 'stateDeletedLabel', - width: 80, + width: 80 }, { title: '操作', diff --git a/src/app/routes/financial-management/components/platform-account/platform-account-detail/platform-account-detail.component.ts b/src/app/routes/financial-management/components/platform-account/platform-account-detail/platform-account-detail.component.ts index a10b0c5e..f8d865dd 100644 --- a/src/app/routes/financial-management/components/platform-account/platform-account-detail/platform-account-detail.component.ts +++ b/src/app/routes/financial-management/components/platform-account/platform-account-detail/platform-account-detail.component.ts @@ -65,7 +65,7 @@ export class PlatformAccountDetailComponent implements OnInit { stChange(e: STChange): void {} exportList() { - this.service.downloadFile(this.service.$mock_url, { ...this.sf.value, pageIndex: this.st.pi, pageSize: this.st.ps }); + this.service.downloadFile(this.service.$mock_url, { ...this.sf.value, pageSize: -1 }); } goBack() { diff --git a/src/app/routes/financial-management/components/recharge-record/recharge-record.component.ts b/src/app/routes/financial-management/components/recharge-record/recharge-record.component.ts index d2bf325d..68d41919 100644 --- a/src/app/routes/financial-management/components/recharge-record/recharge-record.component.ts +++ b/src/app/routes/financial-management/components/recharge-record/recharge-record.component.ts @@ -49,7 +49,7 @@ export class RechargeRecordComponent implements OnInit { } exportList() { - this.service.downloadFile(this.service.$mock_url, { ...this.sf.value, pageIndex: this.st.pi, pageSize: this.st.ps }); + this.service.downloadFile(this.service.$mock_url, { ...this.sf.value, pageSize: -1 }); } private initSF(): SFSchema { diff --git a/src/app/routes/usercenter/components/driver/captain/captain.component.ts b/src/app/routes/usercenter/components/driver/captain/captain.component.ts index bb12ae07..88314530 100644 --- a/src/app/routes/usercenter/components/driver/captain/captain.component.ts +++ b/src/app/routes/usercenter/components/driver/captain/captain.component.ts @@ -113,7 +113,7 @@ export class UserCenterComponentsDriverCaptainComponent implements OnInit { exportList() { const params = this.reqParams; - this.service.downloadFile(this.service.$api_export_driver_cap, params); + this.service.downloadFile(this.service.$api_export_driver_cap, {...params, pageSize: -1}); } private initSF(): SFSchema { diff --git a/src/app/routes/usercenter/components/driver/driver-config/driver-config.component.ts b/src/app/routes/usercenter/components/driver/driver-config/driver-config.component.ts index 11e4542c..969b025a 100644 --- a/src/app/routes/usercenter/components/driver/driver-config/driver-config.component.ts +++ b/src/app/routes/usercenter/components/driver/driver-config/driver-config.component.ts @@ -61,7 +61,7 @@ export class UserCenterComponentsDriverConfigComponent implements OnInit { exportList() { const params = this.reqParams; - this.service.downloadFile(this.service.$api_export_driver_cap, params); + this.service.downloadFile(this.service.$api_export_driver_cap, { ...params, pageSize: -1 }); } private initSF(): SFSchema { diff --git a/src/app/routes/usercenter/components/driver/driver.component.ts b/src/app/routes/usercenter/components/driver/driver.component.ts index c61d0c0d..e6506883 100644 --- a/src/app/routes/usercenter/components/driver/driver.component.ts +++ b/src/app/routes/usercenter/components/driver/driver.component.ts @@ -26,7 +26,13 @@ export class UserCenterComponentsDriverComponent implements OnInit { promotersTelephone = ''; resourceStatus: any = 10; - constructor(public service: UsermanageService, private modal: NzModalService, private router: Router, private ar: ActivatedRoute,private modalHelper: ModalHelper) {} + constructor( + public service: UsermanageService, + private modal: NzModalService, + private router: Router, + private ar: ActivatedRoute, + private modalHelper: ModalHelper + ) {} /** * 查询参数 @@ -134,7 +140,7 @@ export class UserCenterComponentsDriverComponent implements OnInit { exportList() { const params = this.reqParams; - this.service.downloadFile(this.service.$api_export_driver, params); + this.service.downloadFile(this.service.$api_export_driver, { ...params, pageSize: -1 }); } private initSF(): SFSchema { @@ -223,7 +229,7 @@ export class UserCenterComponentsDriverComponent implements OnInit { { label: '全部', value: '' }, { label: '用户注册', value: 1 }, { label: '货主添加', value: 2 }, - { label: '运营添加', value: 3 }, + { label: '运营添加', value: 3 } ], default: '', ui: { @@ -249,18 +255,18 @@ export class UserCenterComponentsDriverComponent implements OnInit { }; } add() { - this.modalHelper.create(CarSettleAddDriverComponent, { size: 900 }).subscribe((res) => { + this.modalHelper.create(CarSettleAddDriverComponent, { size: 900 }).subscribe(res => { this.st.load(); }); } private initST(): STColumn[] { return [ - { title: '司机姓名', className: 'text-center', index: 'name' , width: 150}, - { title: '手机号', className: 'text-center', index: 'mobile',width: 150 }, + { title: '司机姓名', className: 'text-center', index: 'name', width: 150 }, + { title: '手机号', className: 'text-center', index: 'mobile', width: 150 }, { title: '身份证号码', className: 'text-center', index: 'identityNo', width: 200 }, - { title: '当前车辆', className: 'text-center', render: 'carNo' , width: 200}, - { title: '驾驶证审核人', className: 'text-center', index: 'approvalUserName' , width: 200}, - { title: '审核时间', className: 'text-center', index: 'approvalTime' , width: 200}, + { title: '当前车辆', className: 'text-center', render: 'carNo', width: 200 }, + { title: '驾驶证审核人', className: 'text-center', index: 'approvalUserName', width: 200 }, + { title: '审核时间', className: 'text-center', index: 'approvalTime', width: 200 }, { title: '实名认证状态', className: 'text-center', @@ -271,9 +277,8 @@ export class UserCenterComponentsDriverComponent implements OnInit { 0: { text: '待审核', color: 'default' }, 1: { text: '通过', color: 'success' }, 2: { text: '驳回', color: 'warning' } - } - , width: 180 - + }, + width: 180 }, { title: '驾驶证状态', @@ -286,8 +291,8 @@ export class UserCenterComponentsDriverComponent implements OnInit { 20: { text: '审核通过', color: 'success' }, 30: { text: '驳回', color: 'warning' }, 40: { text: '证件过期', color: 'error' } - } - , width: 180 + }, + width: 180 }, { title: '从业资格证状态', @@ -300,24 +305,31 @@ export class UserCenterComponentsDriverComponent implements OnInit { 20: { text: '审核通过', color: 'success' }, 30: { text: '驳回', color: 'warning' }, 40: { text: '证件过期', color: 'error' } - } - , width: 180 + }, + width: 180 + }, + { title: '推广业务员', className: 'text-center', render: 'promotersTelephone', width: 180 }, + { + title: '注册渠道', + className: 'text-center', + index: 'source', + type: 'enum', + enum: { 1: '用户注册', 2: '货主添加', 3: '运营添加' }, + width: 150 }, - { title: '推广业务员', className: 'text-center', render: 'promotersTelephone' , width: 180}, - { title: '注册渠道', className: 'text-center', index: 'source', type: 'enum', enum: { 1: '用户注册', 2: '货主添加', 3: '运营添加' }, width: 150 }, { title: '注册时间', className: 'text-center', index: 'createTime', width: 200 }, { title: '操作', width: '110px', className: 'text-center', - fixed:'right', + fixed: 'right', buttons: [ { text: '查看
', click: item => { this.router.navigate(['./detail', item.appUserId], { relativeTo: this.ar }); }, - acl: { ability: ['USERCENTER-DRIVER-LIST-view'] }, + acl: { ability: ['USERCENTER-DRIVER-LIST-view'] } }, // { // text: '基础设置', @@ -327,13 +339,13 @@ export class UserCenterComponentsDriverComponent implements OnInit { { text: '资金账户', click: item => this.showAccountDetail(item), - acl: { ability: ['USERCENTER-DRIVER-LIST-account'] }, + acl: { ability: ['USERCENTER-DRIVER-LIST-account'] } } ] } ]; } viewCar(item: any) { - this.router.navigate(['/vehicle/list/detail/' + item.carId] ); + this.router.navigate(['/vehicle/list/detail/' + item.carId]); } } diff --git a/src/app/routes/usercenter/components/freight/enterprise-audit/enterprise-audit.component.ts b/src/app/routes/usercenter/components/freight/enterprise-audit/enterprise-audit.component.ts index c413e2ee..60c47bd0 100644 --- a/src/app/routes/usercenter/components/freight/enterprise-audit/enterprise-audit.component.ts +++ b/src/app/routes/usercenter/components/freight/enterprise-audit/enterprise-audit.component.ts @@ -228,7 +228,7 @@ export class FreightComponentsEnterpriseAuditComponent implements OnInit { } exportList() { - const params = { ...this.sf.value, flag: this.tabType, listSource: 2 }; + const params = { ...this.sf.value, flag: this.tabType, listSource: 2, pageSize: -1 }; this.service.downloadFile(this.service.$api_export_enterprise, params); } diff --git a/src/app/routes/usercenter/components/freight/freight-config/freight-config.component.ts b/src/app/routes/usercenter/components/freight/freight-config/freight-config.component.ts index d232c9e8..6f115213 100644 --- a/src/app/routes/usercenter/components/freight/freight-config/freight-config.component.ts +++ b/src/app/routes/usercenter/components/freight/freight-config/freight-config.component.ts @@ -166,7 +166,7 @@ export class FreightConfigComponent implements OnInit { } exportList() { - const params = { listSource: 1, pageIndex: this.st.pi, pageSize: this.st.ps }; + const params = { listSource: 1, pageSize: -1 }; if (this.sf) { Object.assign(params, { ...this.sf.value diff --git a/src/app/routes/usercenter/components/freight/list/list.component.ts b/src/app/routes/usercenter/components/freight/list/list.component.ts index b26b38ec..2db6fa0b 100644 --- a/src/app/routes/usercenter/components/freight/list/list.component.ts +++ b/src/app/routes/usercenter/components/freight/list/list.component.ts @@ -280,7 +280,7 @@ export class FreightComponentsListComponent implements OnInit { enum: [ { label: '全部', value: '' }, { label: '是', value: true }, - { label: '否', value: false }, + { label: '否', value: false } ], default: '', ui: { @@ -439,7 +439,7 @@ export class FreightComponentsListComponent implements OnInit { } exportList() { - const params = { listSource: 1 }; + const params = { listSource: 1, pageSize: -1 }; if (this.sf) { Object.assign(params, { ...this.sf.value