车辆接口更新

This commit is contained in:
wangshiming
2022-01-19 11:37:03 +08:00
parent d708aa67b5
commit fa37d5c255
2 changed files with 9 additions and 3 deletions

View File

@ -81,7 +81,7 @@ export class OrderManagementRiskComponent implements OnInit {
this.initST();
}
getGoodsSourceStatistical() {
this.service.request(this.service.$api_get_listStatisticalStatus, {}).subscribe(res => {
this.service.request(this.service.$api_get_listStatisticalStatus, this.reqParams).subscribe(res => {
if (res) {
res.forEach((element: any) => {
if(element.representationsStatusLabel === '待申述') {
@ -235,6 +235,12 @@ export class OrderManagementRiskComponent implements OnInit {
className: 'text-left',
render: 'billCode'
},
{
title: '货源编号',
width: '200px',
className: 'text-left',
index: 'resourceId'
},
{
title: '异常信息',
width: '200px',