批量审核
This commit is contained in:
@ -142,7 +142,6 @@ export class OrderManagementComplaintDetailComponent implements OnInit {
|
||||
this.complaint = JSON.parse(this.ar.snapshot.queryParams.detail)
|
||||
this.datailList.complainantName = this.complaint?.shipperAppUserName
|
||||
this.datailList.complainantPartyLabel = this.complaint?.driverIdLabel
|
||||
console.log(this.datailList)
|
||||
}
|
||||
})
|
||||
}
|
||||
@ -163,9 +162,6 @@ export class OrderManagementComplaintDetailComponent implements OnInit {
|
||||
}
|
||||
})
|
||||
}
|
||||
kkk(value: any) {
|
||||
console.log(value)
|
||||
}
|
||||
goBack() {
|
||||
window.history.go(-1)
|
||||
}
|
||||
@ -182,7 +178,6 @@ export class OrderManagementComplaintDetailComponent implements OnInit {
|
||||
id: this.channelId
|
||||
}
|
||||
this.service.request(this.service.$api_get_dealWithComplaint, paramsa).subscribe((res: any) =>{
|
||||
console.log(res)
|
||||
if(res) {
|
||||
this.service.msgSrv.success('已拒绝!')
|
||||
this.isVisibleRE = false
|
||||
@ -202,7 +197,6 @@ export class OrderManagementComplaintDetailComponent implements OnInit {
|
||||
id: this.channelId
|
||||
}
|
||||
this.service.request(this.service.$api_get_canelComplaint, paramsa).subscribe((res: any) =>{
|
||||
console.log(res)
|
||||
if(res) {
|
||||
this.service.msgSrv.success('已拒绝!')
|
||||
this.isVisibleRE = false
|
||||
@ -224,7 +218,6 @@ export class OrderManagementComplaintDetailComponent implements OnInit {
|
||||
id: this.channelId
|
||||
}
|
||||
this.service.request(this.service.$api_get_dealWithComplaint, paramsa).subscribe((res: any) =>{
|
||||
console.log(res)
|
||||
if(res) {
|
||||
this.service.msgSrv.success('已通过!')
|
||||
this.isVisibleRE = false
|
||||
|
||||
Reference in New Issue
Block a user