车辆对接

This commit is contained in:
wangshiming
2022-01-13 14:46:05 +08:00
parent 4dc7b9490b
commit 4bd3baf238
3 changed files with 17 additions and 15 deletions

View File

@ -119,19 +119,19 @@ export class OrderManagementComplaintComponent implements OnInit {
this.columns = [
{
title: '投诉单号',
width: '100px',
width: '170px',
className: 'text-center',
render: 'complaintCode'
},
{
title: '运单号',
width: '100px',
width: '170px',
className: 'text-center',
index: 'wayBillCode'
},
{
title: '投诉时间',
width: '100px',
width: '170px',
index: 'complainantTime',
className: 'text-center',
},
@ -140,7 +140,7 @@ export class OrderManagementComplaintComponent implements OnInit {
{
title: '投诉原因',
className: 'text-center',
width: '120px',
width: '170px',
index: 'complaintCauseLabel'
},
{
@ -151,7 +151,7 @@ export class OrderManagementComplaintComponent implements OnInit {
}, {
title: '处理结果',
className: 'text-center',
width: '120px',
width: '170px',
index:'handleResult'
},
{
@ -169,14 +169,14 @@ export class OrderManagementComplaintComponent implements OnInit {
{
title: '操作',
fixed: 'right',
width: '200px',
width: '100px',
className: 'text-left',
buttons: [
{
text: '处理',
click: (_record) => this.viewEvaluate(_record),
iif: (item) => item.complaintStatus == 1
},
// {
// text: '处理',
// click: (_record) => this.viewEvaluate(_record),
// iif: (item) => item.complaintStatus == 1
// },
{
text: '查看',
click: (_record) => this.view(_record),