add dining

This commit is contained in:
wuxw 2022-12-16 17:08:20 +08:00
parent 433186b1d9
commit 90254f453d

View File

@ -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');