From 25315dbfb0bbf4dd55f8d0dd327e0a636ef97953 Mon Sep 17 00:00:00 2001 From: linfso Date: Thu, 19 Sep 2024 08:29:29 +0800 Subject: [PATCH] md --- .../emis/emisSettleSubBill/SubBillConfirmByMoneyList.vue | 8 ++++---- .../emis/emisSettleSubBill/SubBillConfirmByMonthList.vue | 5 +++++ .../emis/emisSettleSubBill/SubBillConfirmBySiteList.vue | 5 +++++ 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/views/emis/emisSettleSubBill/SubBillConfirmByMoneyList.vue b/src/views/emis/emisSettleSubBill/SubBillConfirmByMoneyList.vue index ce7c8d6e..0abae96e 100644 --- a/src/views/emis/emisSettleSubBill/SubBillConfirmByMoneyList.vue +++ b/src/views/emis/emisSettleSubBill/SubBillConfirmByMoneyList.vue @@ -739,9 +739,9 @@ export default { tableRowClassName({row, rowIndex}) { - // if (row.waybillDetail.realFee!=row.waybillDetail.freight ) { - // return {"background-color": "#03a9f4 !important"}; - // } + if (row.waybillDetail.realFee!=row.waybillDetail.freight ) { + return {"background-color": "#03a9f4 !important"}; + } if (row.blConfirmCenter=='0' ) { return {}; @@ -756,7 +756,7 @@ export default { return {"color": "red !important"} } - return ''; + return {}; }, /** 查询结算子账单列表 */ diff --git a/src/views/emis/emisSettleSubBill/SubBillConfirmByMonthList.vue b/src/views/emis/emisSettleSubBill/SubBillConfirmByMonthList.vue index 580c84c8..fce3a8be 100644 --- a/src/views/emis/emisSettleSubBill/SubBillConfirmByMonthList.vue +++ b/src/views/emis/emisSettleSubBill/SubBillConfirmByMonthList.vue @@ -833,6 +833,11 @@ export default { tableRowClassName({row, rowIndex}) { + + if (row.waybillDetail.realFee!=row.waybillDetail.freight ) { + return {"background-color": "#03a9f4 !important"}; + } + if (row.blConfirmCenter=='0') { return {}; } diff --git a/src/views/emis/emisSettleSubBill/SubBillConfirmBySiteList.vue b/src/views/emis/emisSettleSubBill/SubBillConfirmBySiteList.vue index 3cde989c..75661e48 100644 --- a/src/views/emis/emisSettleSubBill/SubBillConfirmBySiteList.vue +++ b/src/views/emis/emisSettleSubBill/SubBillConfirmBySiteList.vue @@ -754,6 +754,11 @@ export default { }, tableRowClassName({row, rowIndex}) { + + if (row.waybillDetail.realFee!=row.waybillDetail.freight ) { + return {"background-color": "#03a9f4 !important"}; + } + if (row.blConfirmCenter=='0') { return {}; }