mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
物业费开发完成
This commit is contained in:
parent
ead10bcb9a
commit
db9133d89d
@ -128,7 +128,7 @@ Page({
|
||||
return;
|
||||
}
|
||||
|
||||
let _receivableAmount = _feeMonth * this.data.additionalAmount * 100;
|
||||
let _receivableAmount = _feeMonth * this.data.amount * 100;
|
||||
|
||||
let _lastDate = new Date(this.data.ordEndTime);
|
||||
let _newDate = util.date.addMonth(_lastDate, _feeMonth);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user