This commit is contained in:
wangshiming
2022-02-22 15:53:27 +08:00
parent b46ad16d1b
commit e599d1404e
7 changed files with 51 additions and 42 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2021-12-15 13:17:42
* @LastEditors : Shiming
* @LastEditTime : 2022-02-21 14:27:50
* @LastEditTime : 2022-02-22 15:40:01
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\vehicle\\update-freight\\update-freight.component.ts
* Copyright (C) 2022 huzhenhong. All rights reserved.
*/
@ -130,7 +130,6 @@ export class VehicleUpdateFreightComponent implements OnInit {
this.service.msgSrv.error('请填写必填项!');
return;
}
console.log(this.getParams())
this.service.request(this.service.$api_get_insertFreightChangeWhole, this.getParams()).subscribe(res => {
if (res) {
this.modal.destroy(true);
@ -140,7 +139,7 @@ export class VehicleUpdateFreightComponent implements OnInit {
}
close(): void {
this.modal.destroy();
this.modal.destroy(false);
}
/**
* 更新数字框