Browse Source

默认登记时间当前

gqx 2 years ago
parent
commit
6572e73e88
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/room/modules/checkIn/BillRoomForm.vue

+ 1 - 1
src/views/room/modules/checkIn/BillRoomForm.vue

@@ -1030,7 +1030,7 @@ export default {
           bookingOrdersType: 1,
           arrivalTime2: moment(new Date()).format("YYYY-MM-DD"),
           dueOutTime2: moment(endDate).format("YYYY-MM-DD"),
-          arrivalTimeSpan: moment("18:00", "HH:mm"),
+          arrivalTimeSpan: moment(new Date(), "HH:mm"),
           dueOutTimeSpan: moment("12:00", "HH:mm"),
           bookingType: 1,
           dayCount: 1,