车辆接口更新
This commit is contained in:
@ -624,6 +624,9 @@ export class OrderManagementBulkComponent implements OnInit {
|
||||
*/
|
||||
viewEvaluate(item: any) {
|
||||
this.isVisibleEvaluate = true;
|
||||
this.service.request(this.service.$api_getChangeRecordBulkDetail, { id: item.id }).subscribe(res => {
|
||||
this.ViewCause = res;
|
||||
});
|
||||
}
|
||||
/**
|
||||
*变更运费
|
||||
|
||||
Reference in New Issue
Block a user