mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
add dining
This commit is contained in:
parent
433186b1d9
commit
90254f453d
@ -30,6 +30,7 @@
|
||||
vc.on('addReserveDiningPerson', 'openAddReserveDiningPersonModal', function (_param) {
|
||||
$that.clearAddReserveDiningPersonInfo();
|
||||
vc.copyObject(_param, $that.addReserveDiningPersonInfo);
|
||||
$that.addReserveDiningPersonInfo.hoursMaxQuantity = parseInt(_param.hoursMaxQuantity);
|
||||
$that._computeMoney();
|
||||
$that._listReserveParamss();
|
||||
$('#addReserveDiningPersonModel').modal('show');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user