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