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