mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化代码
This commit is contained in:
parent
3d25468cdd
commit
852fb63bb8
@ -145,6 +145,8 @@
|
|||||||
_feeReceiptDetails.forEach(data => {
|
_feeReceiptDetails.forEach(data => {
|
||||||
if (data.discountType == '2002') {
|
if (data.discountType == '2002') {
|
||||||
_item.discountPrice = parseFloat(data.discountPrice) * -1;
|
_item.discountPrice = parseFloat(data.discountPrice) * -1;
|
||||||
|
}else{
|
||||||
|
_item.discountPrice = 0;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user