车辆对接
This commit is contained in:
@ -633,7 +633,7 @@ tabs = {
|
||||
nzTitle: '变更运费',
|
||||
nzWidth: 580,
|
||||
nzContent: UpdateFreightComponent,
|
||||
nzComponentParams: { data },
|
||||
nzComponentParams: { data: { ...data, billId: item.id } },
|
||||
nzOnOk: sin => {
|
||||
this.service.request(this.service.$api_insertFreightChangeBulk, { billId: item.id, ...sin.sf.value }).subscribe(res => {
|
||||
if (res) {
|
||||
|
||||
Reference in New Issue
Block a user