md
This commit is contained in:
parent
951688ab63
commit
25315dbfb0
@ -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 {};
|
||||
},
|
||||
/** 查询结算子账单列表 */
|
||||
|
||||
|
||||
@ -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 {};
|
||||
}
|
||||
|
||||
@ -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 {};
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user