fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2021-12-06 20:20:26
|
* @Date : 2021-12-06 20:20:26
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-04-13 19:00:19
|
* @LastEditTime : 2022-04-13 19:29:45
|
||||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\bulk-detail\\bulk-detail.component.ts
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\bulk-detail\\bulk-detail.component.ts
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
*/
|
*/
|
||||||
@ -72,6 +72,8 @@ export class OrderManagementBulkeDetailComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
get logParams() {
|
get logParams() {
|
||||||
|
console.log(this.i?.billCode);
|
||||||
|
|
||||||
return { operateObject: this.i?.billCode, operateTypeList: ['3','8'] }
|
return { operateObject: this.i?.billCode, operateTypeList: ['3','8'] }
|
||||||
}
|
}
|
||||||
trajectory = 'car';
|
trajectory = 'car';
|
||||||
@ -116,7 +118,9 @@ export class OrderManagementBulkeDetailComponent implements OnInit {
|
|||||||
time: '计划卸货时间:' + res.unloadPlanTime
|
time: '计划卸货时间:' + res.unloadPlanTime
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
setTimeout(() => {
|
||||||
|
this.logSt.load(1);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
this.service.request(this.service.$api_listBillComplianceAbnormalByBillId, { id: this.id }).subscribe(res => {
|
this.service.request(this.service.$api_listBillComplianceAbnormalByBillId, { id: this.id }).subscribe(res => {
|
||||||
@ -133,9 +137,7 @@ export class OrderManagementBulkeDetailComponent implements OnInit {
|
|||||||
this.warringList = res
|
this.warringList = res
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
setTimeout(() => {
|
|
||||||
this.logSt.load(1);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
goBack() {
|
goBack() {
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2021-12-28 14:42:03
|
* @Date : 2021-12-28 14:42:03
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-04-13 19:06:44
|
* @LastEditTime : 2022-04-13 19:30:46
|
||||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\vehicle-detail\\vehicle-detail.component.ts
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\vehicle-detail\\vehicle-detail.component.ts
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
*/
|
*/
|
||||||
@ -111,6 +111,9 @@ export class OrderManagementVehicleDetailComponent implements OnInit {
|
|||||||
(data: any) => data.expenseCode === 'PRE' || data.expenseCode === 'RECE' || data.expenseCode === 'BACK'
|
(data: any) => data.expenseCode === 'PRE' || data.expenseCode === 'RECE' || data.expenseCode === 'BACK'
|
||||||
);
|
);
|
||||||
this.i.scheduleVOList = this.i?.scheduleVOList?.filter((data: any) => data.displayStatus !== 'HIDE');
|
this.i.scheduleVOList = this.i?.scheduleVOList?.filter((data: any) => data.displayStatus !== 'HIDE');
|
||||||
|
setTimeout(() => {
|
||||||
|
this.logSt.load(1);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
this.service.request(this.service.$api_listBillComplianceAbnormalByBillId, { id: this.id }).subscribe(res => {
|
this.service.request(this.service.$api_listBillComplianceAbnormalByBillId, { id: this.id }).subscribe(res => {
|
||||||
@ -127,9 +130,7 @@ export class OrderManagementVehicleDetailComponent implements OnInit {
|
|||||||
this.warringList = res
|
this.warringList = res
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
setTimeout(() => {
|
|
||||||
this.logSt.load(1);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
// 取消订单
|
// 取消订单
|
||||||
cancellation() {
|
cancellation() {
|
||||||
|
|||||||
Reference in New Issue
Block a user