This commit is contained in:
wangshiming
2022-02-22 15:23:29 +08:00
parent 1e898b4672
commit 79e6c6bd7e
2 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-02-22 13:53:29
* @LastEditors : Shiming
* @LastEditTime : 2022-02-22 15:09:46
* @LastEditTime : 2022-02-22 15:15:24
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\vehicle\\cancel-confirm\\cancel-confirm.component.ts
* Copyright (C) 2022 huzhenhong. All rights reserved.
*/
@ -79,7 +79,10 @@ export class OneCarOrderCancelConfirmComponent implements OnInit {
indexId += 1;
index += ele?.price;
}
if (ele.expenseCode === '"ATT"'){
console.log(ele.expenseCode)
if (ele.expenseCode == '"ATT"' || ele.expenseCode == 'ATT'){
console.log('ele.expenseCode')
console.log(ele)
if(ele?.paymentStatusLabel == '已支付') {
this.ATTPrice = ele.price;
} else {