车辆对接

This commit is contained in:
wangshiming
2021-12-27 14:08:42 +08:00
parent ce13bc115e
commit a1cf5944c1
20 changed files with 590 additions and 103 deletions

View File

@ -632,17 +632,9 @@ tabs = {
nzWidth: 580,
nzContent: UpdateFreightComponent,
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) {
this.service.msgSrv.success('变更运费成功');
modal.destroy();
this.st.reload();
}
});
return false;
}
});
modal.afterClose.subscribe(_ => this.st.reload());
}
});
}