批量审核
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2021-12-24 15:38:08
|
||||
* @LastEditTime: 2022-01-11 19:47:31
|
||||
* @LastEditTime: 2022-01-18 14:25:49
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
* @FilePath: \tms-obc-web\src\app\routes\sys-setting\components\crm-management\crm-management.component.html
|
||||
@ -52,12 +52,13 @@
|
||||
[res]="{ reName: { list: 'data.records', total: 'data.total' } }"
|
||||
[page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
|
||||
[loading]="service.http.loading"
|
||||
[scroll]="{ y: '370px' }"
|
||||
[scroll]="{ x: '2000px' }"
|
||||
>
|
||||
<ng-template st-row="customerType" let-item let-index="index">
|
||||
<ng-template st-row="exceptionCertificateFirstFilePath" let-item let-index="index">
|
||||
<div>
|
||||
<span *ngIf="item?.customerType == 1">客户</span>
|
||||
<span *ngIf="item?.customerType == 2">供应商</span>
|
||||
<span *ngIf="item?.exceptionCertificateFirstFilePath"><img style="width: 40px;" [src]="item?.exceptionCertificateFirstFilePath" alt=""></span>
|
||||
<span *ngIf="item?.exceptionCertificateSecondFilePath"><img style="width: 40px;"[src]="item?.exceptionCertificateSecondFilePath" alt=""></span>
|
||||
<span *ngIf="item?.exceptionCertificateThirdFilePath"><img style="width: 40px;" [src]="item?.exceptionCertificateThirdFilePath" alt=""></span>
|
||||
</div>
|
||||
</ng-template>
|
||||
</st>
|
||||
@ -65,7 +66,7 @@
|
||||
<nz-tab nzTitle="已回复">
|
||||
<st
|
||||
#st2
|
||||
[data]="service.$api_get_listOperatePage"
|
||||
[data]="service.$api_get_listOperateReplyPage"
|
||||
[columns]="columns2"
|
||||
[req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, params: reqParams }"
|
||||
[res]="{ reName: { list: 'data.records', total: 'data.total' } }"
|
||||
@ -73,12 +74,13 @@
|
||||
[loading]="service.http.loading"
|
||||
[scroll]="{ y: '370px' }"
|
||||
>
|
||||
<ng-template st-row="customerType" let-item let-index="index">
|
||||
<div>
|
||||
<span *ngIf="item?.customerType == 1">客户</span>
|
||||
<span *ngIf="item?.customerType == 2">供应商</span>
|
||||
</div>
|
||||
</ng-template>
|
||||
<ng-template st-row="exceptionCertificateFirstFilePath" let-item let-index="index">
|
||||
<div>
|
||||
<span *ngIf="item?.exceptionCertificateFirstFilePath"><img style="width: 40px;" [src]="item?.exceptionCertificateFirstFilePath" alt=""></span>
|
||||
<span *ngIf="item?.exceptionCertificateSecondFilePath"><img style="width: 40px;"[src]="item?.exceptionCertificateSecondFilePath" alt=""></span>
|
||||
<span *ngIf="item?.exceptionCertificateThirdFilePath"><img style="width: 40px;" [src]="item?.exceptionCertificateThirdFilePath" alt=""></span>
|
||||
</div>
|
||||
</ng-template>
|
||||
</st>
|
||||
</nz-tab>
|
||||
</nz-tabset>
|
||||
|
||||
@ -31,16 +31,16 @@ export class WaybillManagementAbnormalAppearComponent implements OnInit {
|
||||
selectedIndex = 0;
|
||||
|
||||
columns: STColumn[] = [
|
||||
{ title: '异常编号', index: 'exceptionCode',width: '180px' },
|
||||
{ title: '关联运单号', index: 'wayBillCode',width: '180px' },
|
||||
{ title: '网络货运人', index: 'enterpriseInfoName',width: '180px' },
|
||||
{ title: '货主', index: 'shipperAppUserName' ,width: '180px'},
|
||||
{ title: '装货地', index: 'loadingAddressArr' ,width: '200px'},
|
||||
{ title: '卸货地', index: 'unloadingAddressArr' ,width: '200px'},
|
||||
{ title: '承运司机', index: 'driver' ,width: '90px'},
|
||||
{ title: '异常信息', index: 'exceptionContent',width: '250px' },
|
||||
{ title: '异常图片', render: 'exceptionCertificateFirstFilePath' ,width: '220px'},
|
||||
{ title: '上报时间', index: 'createTime',width: '180px' },
|
||||
{ title: '异常编号', index: 'exceptionCode',width: '180px',className: 'text-left', },
|
||||
{ title: '关联运单号', index: 'wayBillCode',width: '180px',className: 'text-left', },
|
||||
{ title: '网络货运人', index: 'enterpriseInfoName',width: '220px',className: 'text-left', },
|
||||
{ title: '货主', index: 'shipperAppUserName' ,width: '220px',className: 'text-left',},
|
||||
{ title: '装货地', index: 'loadingAddressArr' ,width: '220px',className: 'text-left',},
|
||||
{ title: '卸货地', index: 'unloadingAddressArr' ,width: '220px',className: 'text-left',},
|
||||
{ title: '承运司机', index: 'driver' ,width: '250px',className: 'text-left',},
|
||||
{ title: '异常信息', index: 'exceptionContent',width: '250px',className: 'text-left', },
|
||||
{ title: '异常图片', render: 'exceptionCertificateFirstFilePath' ,width: '200px',className: 'text-left',},
|
||||
{ title: '上报时间', index: 'createTime',width: '180px' ,className: 'text-left',},
|
||||
];
|
||||
columns2: STColumn[] = [
|
||||
{ title: '异常编号', index: 'exceptionCode',width: '180px' },
|
||||
@ -52,7 +52,10 @@ export class WaybillManagementAbnormalAppearComponent implements OnInit {
|
||||
{ title: '承运司机', index: 'driver' ,width: '90px'},
|
||||
{ title: '异常信息', index: 'exceptionContent',width: '250px' },
|
||||
{ title: '异常图片', render: 'exceptionCertificateFirstFilePath' ,width: '220px'},
|
||||
{ title: '上报时间', index: 'createTime',width: '180px' },
|
||||
{ title: '上报时间', index: 'reportingTime',width: '180px' },
|
||||
{ title: '回复内容', index: 'replyContent',width: '180px' },
|
||||
{ title: '回复人', index: 'replyAppUserName',width: '180px' },
|
||||
{ title: '回复时间', index: 'replyTime',width: '180px' },
|
||||
];
|
||||
|
||||
get reqParams (){
|
||||
|
||||
Reference in New Issue
Block a user