@pisell/private-materials 6.1.1 → 6.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (474) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +1 -1
  6. package/build/lowcode/preview.js +8 -8
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +11 -11
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +11 -11
  11. package/es/businessModel/SalesModel/Sales/index.js +37 -4
  12. package/es/businessModel/SalesModel/index.d.ts +0 -1
  13. package/es/components/Sales/Cart/index.js +13 -4
  14. package/es/components/Sales/Cart/utils.d.ts +40 -0
  15. package/es/components/Sales/Cart/utils.js +171 -0
  16. package/es/components/Sales/Checkout/index.d.ts +4 -0
  17. package/es/components/Sales/Checkout/index.js +52 -8
  18. package/es/components/Sales/Checkout/serve.d.ts +13 -0
  19. package/es/components/Sales/Checkout/serve.js +16 -2
  20. package/es/components/Sales/Checkout/utils.d.ts +6 -1
  21. package/es/components/Sales/Checkout/utils.js +15 -4
  22. package/es/components/Sales/Customer/index.d.ts +1 -0
  23. package/es/components/Sales/Customer/index.js +1 -0
  24. package/es/components/Sales/Resource/index.js +2 -2
  25. package/es/components/Sales/Resource/serve.d.ts +7 -0
  26. package/es/components/Sales/Resource/serve.js +10 -0
  27. package/es/components/Sales/Summary/index.d.ts +10 -0
  28. package/es/components/Sales/Summary/index.js +17 -2
  29. package/es/components/Sales/Summary/serve.d.ts +1 -0
  30. package/es/components/Sales/Summary/serve.js +6 -0
  31. package/es/components/Sales/Summary/utils.d.ts +15 -0
  32. package/es/components/Sales/Summary/utils.js +43 -1
  33. package/es/components/appointmentBooking/components/Cart/Item/index.js +1 -0
  34. package/es/components/appointmentBooking/components/Content/index.js +15 -1
  35. package/es/components/appointmentBooking/components/Deposit/index.d.ts +6 -0
  36. package/es/components/appointmentBooking/components/Deposit/index.js +27 -7
  37. package/es/components/appointmentBooking/components/Form/index.js +1 -1
  38. package/es/components/appointmentBooking/components/Form/utils.d.ts +1 -1
  39. package/es/components/appointmentBooking/components/Form/utils.js +17 -15
  40. package/es/components/appointmentBooking/components/Header/index.js +2 -1
  41. package/es/components/appointmentBooking/components/Resource/index.js +1 -0
  42. package/es/components/appointmentBooking/deposit/components/PolicyModal/index.js +25 -20
  43. package/es/components/appointmentBooking/deposit/index.js +4 -2
  44. package/es/components/booking/components/TabProduct/index.d.ts +0 -1
  45. package/es/components/booking/components/footer/index.js +9 -33
  46. package/es/components/booking/components/footer/utils.d.ts +1 -0
  47. package/es/components/booking/components/footer/utils.js +47 -18
  48. package/es/components/booking/components/formItemChildrenWrap/index.d.ts +0 -1
  49. package/es/components/booking/components/reloadResourceModal/index.d.ts +8 -0
  50. package/es/components/{pay/toB/store/provider.js → booking/components/reloadResourceModal/index.js} +48 -52
  51. package/es/components/booking/components/reloadResourceModal/index.less +6 -0
  52. package/es/components/booking/components/voucher/index.js +2 -2
  53. package/es/components/booking/editBookingModal/index.d.ts +5 -0
  54. package/es/components/booking/editBookingModal/index.js +386 -0
  55. package/es/components/booking/editBookingModal/index.less +8 -0
  56. package/es/components/booking/editBookingModal/locales.d.ts +21 -0
  57. package/es/components/booking/editBookingModal/locales.js +20 -0
  58. package/es/components/booking/editBookingModal/mock.d.ts +807 -0
  59. package/es/components/booking/editBookingModal/mock.js +2993 -0
  60. package/es/components/booking/editBookingModal/serve.d.ts +51 -0
  61. package/es/components/booking/editBookingModal/serve.js +288 -0
  62. package/es/components/booking/editBookingModal/type.d.ts +12 -0
  63. package/es/components/booking/editBookingModal/type.js +1 -0
  64. package/es/components/booking/editBookingModal/utils.d.ts +12 -0
  65. package/es/components/booking/editBookingModal/utils.js +157 -0
  66. package/es/components/booking/forms/table/index.d.ts +0 -1
  67. package/es/components/booking/hooks/useIsBooking4Shop.js +2 -2
  68. package/es/components/booking/info/addServiceVariant/index.d.ts +1 -0
  69. package/es/components/booking/info/addServiceVariant/index.js +2 -2
  70. package/es/components/booking/info/client/index.js +2 -2
  71. package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +0 -1
  72. package/es/components/booking/info/hooks/useInfoHolder.js +8 -1
  73. package/es/components/booking/info/index.d.ts +1 -0
  74. package/es/components/booking/info/index.js +4 -5
  75. package/es/components/booking/info/model.js +5 -0
  76. package/es/components/booking/info/service/Lists.d.ts +1 -0
  77. package/es/components/booking/info/service/addService/index.js +2 -2
  78. package/es/components/booking/info/service/editService/BookingList/index.d.ts +1 -0
  79. package/es/components/booking/info/service/editService/index.js +1 -1
  80. package/es/components/booking/info/service/like/index.d.ts +0 -1
  81. package/es/components/booking/info/service/serviceManager/index.js +4 -4
  82. package/es/components/booking/info/service2/utils.js +6 -4
  83. package/es/components/booking/info/utils.js +1 -1
  84. package/es/components/booking/info2/index.js +45 -13
  85. package/es/components/booking/info2/service/addService/index.js +22 -9
  86. package/es/components/booking/info2/service/addService/utils.d.ts +10 -0
  87. package/es/components/booking/info2/service/addService/utils.js +48 -14
  88. package/es/components/booking/info2/service/addTimeModal/index.js +32 -9
  89. package/es/components/booking/info2/service/editService/Resources/index.js +22 -8
  90. package/es/components/booking/info2/service/editService/Resources/index.less +6 -0
  91. package/es/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.d.ts +7 -0
  92. package/es/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.js +26 -0
  93. package/es/components/booking/info2/service/editService/ResourcesV2/index.d.ts +10 -0
  94. package/es/components/booking/info2/service/editService/ResourcesV2/index.js +308 -0
  95. package/es/components/booking/info2/service/editService/ResourcesV2/index.less +44 -0
  96. package/es/components/booking/info2/service/editService/index.js +12 -15
  97. package/es/components/booking/info2/utils.js +13 -16
  98. package/es/components/booking/info2/utilsByBooking.js +10 -1
  99. package/es/components/booking/locales.d.ts +12 -0
  100. package/es/components/booking/locales.js +12 -0
  101. package/es/components/booking/materiels/startTime/index.d.ts +0 -1
  102. package/es/components/booking/model.d.ts +1 -0
  103. package/es/components/eftpos/deviceList/index.d.ts +0 -1
  104. package/es/components/eftpos/form/index.d.ts +0 -1
  105. package/es/components/eftpos/group/index.d.ts +0 -1
  106. package/es/components/eftpos/hooks.d.ts +0 -1
  107. package/es/components/eftpos/icon/apiKey.d.ts +0 -1
  108. package/es/components/eftpos/icon/device.d.ts +0 -1
  109. package/es/components/eftpos/receipt/index.d.ts +0 -1
  110. package/es/components/eftpos/surcharge/index.d.ts +0 -1
  111. package/es/components/eftposPay/component/alert/warn.d.ts +0 -1
  112. package/es/components/eftposPay/component/header/titlebar.d.ts +0 -1
  113. package/es/components/eftposPay/component/step/index.d.ts +0 -1
  114. package/es/components/eftposPay/component/step/step.d.ts +0 -1
  115. package/es/components/eftposPay/const.d.ts +4 -1
  116. package/es/components/eftposPay/const.js +3 -1
  117. package/es/components/eftposPay/hooks.d.ts +1 -1
  118. package/es/components/eftposPay/hooks.js +3 -1
  119. package/es/components/eftposPay/index.js +1 -1
  120. package/es/components/eftposPay/linkly/const.d.ts +23 -0
  121. package/es/components/eftposPay/linkly/const.js +82 -0
  122. package/es/components/eftposPay/linkly/hooks/index.d.ts +2 -0
  123. package/es/components/eftposPay/linkly/hooks/index.js +2 -0
  124. package/es/components/eftposPay/linkly/hooks/normal.d.ts +30 -0
  125. package/es/components/eftposPay/linkly/hooks/normal.js +321 -0
  126. package/es/components/eftposPay/linkly/hooks/useTimeQuery.d.ts +4 -0
  127. package/es/components/{pay/toB/store/hooks.js → eftposPay/linkly/hooks/useTimeQuery.js} +252 -59
  128. package/es/components/eftposPay/linkly/index.d.ts +2 -0
  129. package/es/components/eftposPay/linkly/index.js +197 -0
  130. package/es/components/eftposPay/linkly/service.d.ts +32 -0
  131. package/es/components/eftposPay/linkly/service.js +81 -0
  132. package/es/components/eftposPay/manufacturer.d.ts +1 -0
  133. package/es/components/eftposPay/manufacturer.js +4 -0
  134. package/es/components/eftposPay/pay.d.ts +1 -1
  135. package/es/components/eftposPay/pay.js +6 -2
  136. package/es/components/eftposPay/payo/config.js +30 -3
  137. package/es/components/eftposPay/store/index.d.ts +2 -2
  138. package/es/components/eftposPay/tyro/hooks.d.ts +0 -1
  139. package/es/components/eventBooking/components/Provider/Cart/ContinueButton/index.js +40 -19
  140. package/es/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +2 -0
  141. package/es/components/eventBooking/components/Provider/Cart/Deposit/index.js +17 -0
  142. package/es/components/eventBooking/components/Provider/Cart/Item/Total.js +10 -6
  143. package/es/components/eventBooking/components/Provider/Cart/Item/index.js +4 -2
  144. package/es/components/eventBooking/components/Provider/Event/index.js +13 -4
  145. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
  146. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -1
  147. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -1
  148. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
  149. package/es/components/eventBooking/components/bookingDetailModal/index.js +22 -4
  150. package/es/components/eventBooking/index.js +21 -7
  151. package/es/components/eventBooking/locales.d.ts +24 -0
  152. package/es/components/eventBooking/locales.js +30 -6
  153. package/es/components/index.d.ts +3 -1
  154. package/es/components/index.js +3 -1
  155. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -1
  156. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +0 -1
  157. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
  158. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -1
  159. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -1
  160. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +0 -1
  161. package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -1
  162. package/es/components/productExtension/fields/Actor/index.d.ts +0 -1
  163. package/es/components/productSelect/components/pisellPriceText/index.js +2 -3
  164. package/es/components/schedules/calendar/calendarItem.d.ts +0 -1
  165. package/es/components/schedules/components/CurrentDay/index.d.ts +0 -1
  166. package/es/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +0 -1
  167. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +0 -1
  168. package/es/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +0 -1
  169. package/es/components/schedules/products/index.d.ts +0 -1
  170. package/es/components/schedules/resources/relationProduct/index.d.ts +0 -1
  171. package/es/components/shoppingCart/components/Empty/index.d.ts +0 -1
  172. package/es/components/shoppingCart/components/Render/index.d.ts +0 -1
  173. package/es/components/stepController/components/Content/index.d.ts +7 -0
  174. package/es/components/stepController/components/Content/index.js +9 -0
  175. package/es/components/stepController/components/Content/index.less +8 -0
  176. package/es/components/stepController/components/Footer/index.d.ts +8 -0
  177. package/es/components/stepController/components/Footer/index.js +15 -0
  178. package/es/components/stepController/components/Footer/index.less +39 -0
  179. package/es/components/stepController/components/Header/index.d.ts +20 -0
  180. package/es/components/stepController/components/Header/index.js +97 -0
  181. package/es/components/stepController/components/Header/index.less +21 -0
  182. package/es/components/stepController/index.d.ts +5 -0
  183. package/es/components/stepController/index.js +64 -0
  184. package/es/components/stepController/index.less +11 -0
  185. package/es/components/stepController/locales.d.ts +27 -0
  186. package/es/components/stepController/locales.js +32 -0
  187. package/es/components/stepController/types.d.ts +23 -0
  188. package/es/components/stepController/types.js +1 -0
  189. package/es/components/ticketBooking/components/addServiceVariant/addService.js +19 -9
  190. package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -1
  191. package/es/components/ticketBooking/components/menuBar/index.d.ts +0 -1
  192. package/es/components/ticketBooking/components/ticketBooking/index.d.ts +1 -0
  193. package/es/components/ticketBooking/components/ticketBooking/index.js +141 -142
  194. package/es/components/ticketBooking/index.js +4 -3
  195. package/es/components/ticketBooking/serve.d.ts +0 -1
  196. package/es/components/ticketBooking/serve.js +0 -26
  197. package/es/components/ticketBooking/utils/index.js +2 -1
  198. package/es/hooks/useWindowSize.d.ts +5 -0
  199. package/es/hooks/useWindowSize.js +26 -0
  200. package/es/index.d.ts +2 -1
  201. package/es/index.js +3 -2
  202. package/lib/businessModel/SalesModel/Sales/index.js +22 -8
  203. package/lib/businessModel/SalesModel/index.d.ts +0 -1
  204. package/lib/components/Sales/Cart/index.js +9 -4
  205. package/lib/components/Sales/Cart/utils.d.ts +40 -0
  206. package/lib/components/Sales/Cart/utils.js +120 -0
  207. package/lib/components/Sales/Checkout/index.d.ts +4 -0
  208. package/lib/components/Sales/Checkout/index.js +39 -7
  209. package/lib/components/Sales/Checkout/serve.d.ts +13 -0
  210. package/lib/components/Sales/Checkout/serve.js +7 -2
  211. package/lib/components/Sales/Checkout/utils.d.ts +6 -1
  212. package/lib/components/Sales/Checkout/utils.js +7 -3
  213. package/lib/components/Sales/Customer/index.d.ts +1 -0
  214. package/lib/components/Sales/Customer/index.js +1 -0
  215. package/lib/components/Sales/Resource/index.js +1 -1
  216. package/lib/components/Sales/Resource/serve.d.ts +7 -0
  217. package/lib/components/Sales/Resource/serve.js +9 -2
  218. package/lib/components/Sales/Summary/index.d.ts +10 -0
  219. package/lib/components/Sales/Summary/index.js +7 -1
  220. package/lib/components/Sales/Summary/serve.d.ts +1 -0
  221. package/lib/components/Sales/Summary/serve.js +32 -0
  222. package/lib/components/Sales/Summary/utils.d.ts +15 -0
  223. package/lib/components/Sales/Summary/utils.js +30 -1
  224. package/lib/components/appointmentBooking/components/Cart/Item/index.js +1 -0
  225. package/lib/components/appointmentBooking/components/Content/index.js +6 -1
  226. package/lib/components/appointmentBooking/components/Deposit/index.d.ts +6 -0
  227. package/lib/components/appointmentBooking/components/Deposit/index.js +36 -4
  228. package/lib/components/appointmentBooking/components/Form/index.js +6 -1
  229. package/lib/components/appointmentBooking/components/Form/utils.d.ts +1 -1
  230. package/lib/components/appointmentBooking/components/Form/utils.js +9 -12
  231. package/lib/components/appointmentBooking/components/Header/index.js +1 -0
  232. package/lib/components/appointmentBooking/components/Resource/index.js +1 -0
  233. package/lib/components/appointmentBooking/deposit/components/PolicyModal/index.js +8 -4
  234. package/lib/components/appointmentBooking/deposit/index.js +4 -2
  235. package/lib/components/booking/components/TabProduct/index.d.ts +0 -1
  236. package/lib/components/booking/components/footer/index.js +4 -23
  237. package/lib/components/booking/components/footer/utils.d.ts +1 -0
  238. package/lib/components/booking/components/footer/utils.js +27 -7
  239. package/lib/components/booking/components/formItemChildrenWrap/index.d.ts +0 -1
  240. package/lib/components/booking/components/reloadResourceModal/index.d.ts +8 -0
  241. package/lib/components/booking/components/reloadResourceModal/index.js +74 -0
  242. package/lib/components/booking/components/reloadResourceModal/index.less +6 -0
  243. package/lib/components/booking/components/voucher/index.js +2 -2
  244. package/lib/components/booking/editBookingModal/index.d.ts +5 -0
  245. package/lib/components/booking/editBookingModal/index.js +363 -0
  246. package/lib/components/booking/editBookingModal/index.less +8 -0
  247. package/lib/components/booking/editBookingModal/locales.d.ts +21 -0
  248. package/lib/components/booking/editBookingModal/locales.js +44 -0
  249. package/lib/components/booking/editBookingModal/mock.d.ts +807 -0
  250. package/lib/components/booking/editBookingModal/mock.js +3314 -0
  251. package/lib/components/booking/editBookingModal/serve.d.ts +51 -0
  252. package/lib/components/booking/editBookingModal/serve.js +178 -0
  253. package/lib/components/booking/editBookingModal/type.d.ts +12 -0
  254. package/lib/components/{pay/toB/store/context.js → booking/editBookingModal/type.js} +3 -18
  255. package/lib/components/booking/editBookingModal/utils.d.ts +12 -0
  256. package/lib/components/booking/editBookingModal/utils.js +158 -0
  257. package/lib/components/booking/forms/table/index.d.ts +0 -1
  258. package/lib/components/booking/hooks/useIsBooking4Shop.js +2 -2
  259. package/lib/components/booking/info/addServiceVariant/index.d.ts +1 -0
  260. package/lib/components/booking/info/addServiceVariant/index.js +3 -3
  261. package/lib/components/booking/info/client/index.js +19 -57
  262. package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +0 -1
  263. package/lib/components/booking/info/hooks/useInfoHolder.js +6 -1
  264. package/lib/components/booking/info/index.d.ts +1 -0
  265. package/lib/components/booking/info/index.js +6 -4
  266. package/lib/components/booking/info/model.js +3 -0
  267. package/lib/components/booking/info/service/Lists.d.ts +1 -0
  268. package/lib/components/booking/info/service/addService/index.js +3 -3
  269. package/lib/components/booking/info/service/editService/BookingList/index.d.ts +1 -0
  270. package/lib/components/booking/info/service/editService/index.js +1 -0
  271. package/lib/components/booking/info/service/like/index.d.ts +0 -1
  272. package/lib/components/booking/info/service/serviceManager/index.js +3 -3
  273. package/lib/components/booking/info/service2/utils.js +5 -4
  274. package/lib/components/booking/info/utils.js +2 -1
  275. package/lib/components/booking/info2/index.js +64 -25
  276. package/lib/components/booking/info2/service/addService/index.js +20 -7
  277. package/lib/components/booking/info2/service/addService/utils.d.ts +10 -0
  278. package/lib/components/booking/info2/service/addService/utils.js +32 -5
  279. package/lib/components/booking/info2/service/addTimeModal/index.js +26 -10
  280. package/lib/components/booking/info2/service/editService/Resources/index.js +54 -10
  281. package/lib/components/booking/info2/service/editService/Resources/index.less +6 -0
  282. package/lib/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.d.ts +7 -0
  283. package/lib/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.js +53 -0
  284. package/lib/components/booking/info2/service/editService/ResourcesV2/index.d.ts +10 -0
  285. package/lib/components/booking/info2/service/editService/ResourcesV2/index.js +311 -0
  286. package/lib/components/booking/info2/service/editService/ResourcesV2/index.less +44 -0
  287. package/lib/components/booking/info2/service/editService/index.js +25 -28
  288. package/lib/components/booking/info2/utils.js +0 -15
  289. package/lib/components/booking/info2/utilsByBooking.js +7 -1
  290. package/lib/components/booking/locales.d.ts +12 -0
  291. package/lib/components/booking/locales.js +12 -0
  292. package/lib/components/booking/materiels/startTime/index.d.ts +0 -1
  293. package/lib/components/booking/model.d.ts +1 -0
  294. package/lib/components/eftpos/deviceList/index.d.ts +0 -1
  295. package/lib/components/eftpos/form/index.d.ts +0 -1
  296. package/lib/components/eftpos/group/index.d.ts +0 -1
  297. package/lib/components/eftpos/hooks.d.ts +0 -1
  298. package/lib/components/eftpos/icon/apiKey.d.ts +0 -1
  299. package/lib/components/eftpos/icon/device.d.ts +0 -1
  300. package/lib/components/eftpos/receipt/index.d.ts +0 -1
  301. package/lib/components/eftpos/surcharge/index.d.ts +0 -1
  302. package/lib/components/eftposPay/component/alert/warn.d.ts +0 -1
  303. package/lib/components/eftposPay/component/header/titlebar.d.ts +0 -1
  304. package/lib/components/eftposPay/component/step/index.d.ts +0 -1
  305. package/lib/components/eftposPay/component/step/step.d.ts +0 -1
  306. package/lib/components/eftposPay/const.d.ts +4 -1
  307. package/lib/components/eftposPay/const.js +2 -0
  308. package/lib/components/eftposPay/hooks.d.ts +1 -1
  309. package/lib/components/eftposPay/hooks.js +11 -4
  310. package/lib/components/eftposPay/index.js +1 -1
  311. package/lib/components/eftposPay/linkly/const.d.ts +23 -0
  312. package/lib/components/eftposPay/linkly/const.js +102 -0
  313. package/lib/components/eftposPay/linkly/hooks/index.d.ts +2 -0
  314. package/lib/components/{pay/toB/types → eftposPay/linkly/hooks}/index.js +7 -5
  315. package/lib/components/eftposPay/linkly/hooks/normal.d.ts +30 -0
  316. package/lib/components/eftposPay/linkly/hooks/normal.js +242 -0
  317. package/lib/components/eftposPay/linkly/hooks/useTimeQuery.d.ts +4 -0
  318. package/lib/components/eftposPay/linkly/hooks/useTimeQuery.js +222 -0
  319. package/lib/components/eftposPay/linkly/index.d.ts +2 -0
  320. package/lib/components/eftposPay/linkly/index.js +208 -0
  321. package/lib/components/eftposPay/linkly/service.d.ts +32 -0
  322. package/lib/components/eftposPay/linkly/service.js +55 -0
  323. package/lib/components/eftposPay/manufacturer.d.ts +1 -0
  324. package/lib/components/eftposPay/manufacturer.js +6 -0
  325. package/lib/components/eftposPay/pay.d.ts +1 -1
  326. package/lib/components/eftposPay/pay.js +13 -2
  327. package/lib/components/eftposPay/payo/config.js +22 -2
  328. package/lib/components/eftposPay/store/index.d.ts +2 -2
  329. package/lib/components/eftposPay/tyro/hooks.d.ts +0 -1
  330. package/lib/components/eventBooking/components/Provider/Cart/ContinueButton/index.js +29 -8
  331. package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +2 -0
  332. package/lib/components/{pay/toB/components → eventBooking/components/Provider/Cart/Deposit}/index.js +26 -22
  333. package/lib/components/eventBooking/components/Provider/Cart/Item/Total.js +8 -5
  334. package/lib/components/eventBooking/components/Provider/Cart/Item/index.js +4 -2
  335. package/lib/components/eventBooking/components/Provider/Event/index.js +10 -3
  336. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
  337. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -1
  338. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -1
  339. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
  340. package/lib/components/eventBooking/components/bookingDetailModal/index.js +10 -4
  341. package/lib/components/eventBooking/index.js +11 -7
  342. package/lib/components/eventBooking/locales.d.ts +24 -0
  343. package/lib/components/eventBooking/locales.js +30 -6
  344. package/lib/components/index.d.ts +3 -1
  345. package/lib/components/index.js +6 -0
  346. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -1
  347. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +0 -1
  348. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
  349. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -1
  350. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -1
  351. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +0 -1
  352. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -1
  353. package/lib/components/productExtension/fields/Actor/index.d.ts +0 -1
  354. package/lib/components/productSelect/components/pisellPriceText/index.js +2 -8
  355. package/lib/components/schedules/calendar/calendarItem.d.ts +0 -1
  356. package/lib/components/schedules/components/CurrentDay/index.d.ts +0 -1
  357. package/lib/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +0 -1
  358. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +0 -1
  359. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +0 -1
  360. package/lib/components/schedules/products/index.d.ts +0 -1
  361. package/lib/components/schedules/resources/relationProduct/index.d.ts +0 -1
  362. package/lib/components/shoppingCart/components/Empty/index.d.ts +0 -1
  363. package/lib/components/shoppingCart/components/Render/index.d.ts +0 -1
  364. package/lib/components/stepController/components/Content/index.d.ts +7 -0
  365. package/lib/components/{pay/toB/components/Content/Header.js → stepController/components/Content/index.js} +9 -9
  366. package/lib/components/stepController/components/Content/index.less +8 -0
  367. package/lib/components/stepController/components/Footer/index.d.ts +8 -0
  368. package/lib/components/{pay/toB/components/CardGroup → stepController/components/Footer}/index.js +17 -11
  369. package/lib/components/stepController/components/Footer/index.less +39 -0
  370. package/lib/components/stepController/components/Header/index.d.ts +20 -0
  371. package/lib/components/stepController/components/Header/index.js +104 -0
  372. package/lib/components/stepController/components/Header/index.less +21 -0
  373. package/lib/components/stepController/index.d.ts +5 -0
  374. package/lib/components/stepController/index.js +89 -0
  375. package/lib/components/stepController/index.less +11 -0
  376. package/lib/components/stepController/locales.d.ts +27 -0
  377. package/lib/components/stepController/locales.js +50 -0
  378. package/lib/components/stepController/types.d.ts +23 -0
  379. package/lib/components/{pay/toB/store/index.js → stepController/types.js} +3 -13
  380. package/lib/components/ticketBooking/components/addServiceVariant/addService.js +22 -11
  381. package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -1
  382. package/lib/components/ticketBooking/components/menuBar/index.d.ts +0 -1
  383. package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +1 -0
  384. package/lib/components/ticketBooking/components/ticketBooking/index.js +147 -143
  385. package/lib/components/ticketBooking/index.js +5 -16
  386. package/lib/components/ticketBooking/serve.d.ts +0 -1
  387. package/lib/components/ticketBooking/serve.js +0 -11
  388. package/lib/components/ticketBooking/utils/index.js +2 -1
  389. package/lib/hooks/useWindowSize.d.ts +5 -0
  390. package/lib/hooks/useWindowSize.js +51 -0
  391. package/lib/index.d.ts +2 -1
  392. package/lib/index.js +6 -3
  393. package/lowcode/edit-booking-modal/meta.ts +53 -0
  394. package/lowcode/step-controller/meta.ts +88 -0
  395. package/package.json +3 -3
  396. package/es/components/pay/toB/components/Cache/index.d.ts +0 -10
  397. package/es/components/pay/toB/components/Cache/index.js +0 -94
  398. package/es/components/pay/toB/components/Cache/index.less +0 -41
  399. package/es/components/pay/toB/components/Card/index.d.ts +0 -7
  400. package/es/components/pay/toB/components/Card/index.js +0 -32
  401. package/es/components/pay/toB/components/Card/index.less +0 -26
  402. package/es/components/pay/toB/components/CardGroup/index.d.ts +0 -7
  403. package/es/components/pay/toB/components/CardGroup/index.js +0 -22
  404. package/es/components/pay/toB/components/CardGroup/index.less +0 -18
  405. package/es/components/pay/toB/components/ConfirmedPayment/index.d.ts +0 -6
  406. package/es/components/pay/toB/components/ConfirmedPayment/index.js +0 -67
  407. package/es/components/pay/toB/components/ConfirmedPayment/index.less +0 -69
  408. package/es/components/pay/toB/components/Content/Footer.d.ts +0 -7
  409. package/es/components/pay/toB/components/Content/Footer.js +0 -36
  410. package/es/components/pay/toB/components/Content/Header.d.ts +0 -4
  411. package/es/components/pay/toB/components/Content/Header.js +0 -12
  412. package/es/components/pay/toB/components/Content/index.d.ts +0 -4
  413. package/es/components/pay/toB/components/Content/index.js +0 -277
  414. package/es/components/pay/toB/components/Content/index.less +0 -9
  415. package/es/components/pay/toB/components/Content/utils.d.ts +0 -16
  416. package/es/components/pay/toB/components/Content/utils.js +0 -76
  417. package/es/components/pay/toB/components/index.d.ts +0 -5
  418. package/es/components/pay/toB/components/index.js +0 -5
  419. package/es/components/pay/toB/hooks.d.ts +0 -12
  420. package/es/components/pay/toB/hooks.js +0 -30
  421. package/es/components/pay/toB/index.d.ts +0 -3
  422. package/es/components/pay/toB/index.js +0 -24
  423. package/es/components/pay/toB/locales.d.ts +0 -54
  424. package/es/components/pay/toB/locales.js +0 -65
  425. package/es/components/pay/toB/store/context.d.ts +0 -3
  426. package/es/components/pay/toB/store/context.js +0 -2
  427. package/es/components/pay/toB/store/hooks.d.ts +0 -15
  428. package/es/components/pay/toB/store/index.d.ts +0 -3
  429. package/es/components/pay/toB/store/index.js +0 -3
  430. package/es/components/pay/toB/store/provider.d.ts +0 -4
  431. package/es/components/pay/toB/store/utils.d.ts +0 -13
  432. package/es/components/pay/toB/store/utils.js +0 -66
  433. package/es/components/pay/toB/types/index.d.ts +0 -1
  434. package/es/components/pay/toB/types/index.js +0 -1
  435. package/es/components/pay/toB/types/storeTypes.d.ts +0 -141
  436. package/es/components/pay/toB/types/storeTypes.js +0 -24
  437. package/lib/components/pay/toB/components/Cache/index.d.ts +0 -10
  438. package/lib/components/pay/toB/components/Cache/index.js +0 -108
  439. package/lib/components/pay/toB/components/Cache/index.less +0 -41
  440. package/lib/components/pay/toB/components/Card/index.d.ts +0 -7
  441. package/lib/components/pay/toB/components/Card/index.js +0 -66
  442. package/lib/components/pay/toB/components/Card/index.less +0 -26
  443. package/lib/components/pay/toB/components/CardGroup/index.d.ts +0 -7
  444. package/lib/components/pay/toB/components/CardGroup/index.less +0 -18
  445. package/lib/components/pay/toB/components/ConfirmedPayment/index.d.ts +0 -6
  446. package/lib/components/pay/toB/components/ConfirmedPayment/index.js +0 -77
  447. package/lib/components/pay/toB/components/ConfirmedPayment/index.less +0 -69
  448. package/lib/components/pay/toB/components/Content/Footer.d.ts +0 -7
  449. package/lib/components/pay/toB/components/Content/Footer.js +0 -63
  450. package/lib/components/pay/toB/components/Content/Header.d.ts +0 -4
  451. package/lib/components/pay/toB/components/Content/index.d.ts +0 -4
  452. package/lib/components/pay/toB/components/Content/index.js +0 -209
  453. package/lib/components/pay/toB/components/Content/index.less +0 -9
  454. package/lib/components/pay/toB/components/Content/utils.d.ts +0 -16
  455. package/lib/components/pay/toB/components/Content/utils.js +0 -91
  456. package/lib/components/pay/toB/components/index.d.ts +0 -5
  457. package/lib/components/pay/toB/hooks.d.ts +0 -12
  458. package/lib/components/pay/toB/hooks.js +0 -60
  459. package/lib/components/pay/toB/index.d.ts +0 -3
  460. package/lib/components/pay/toB/index.js +0 -54
  461. package/lib/components/pay/toB/locales.d.ts +0 -54
  462. package/lib/components/pay/toB/locales.js +0 -77
  463. package/lib/components/pay/toB/store/context.d.ts +0 -3
  464. package/lib/components/pay/toB/store/hooks.d.ts +0 -15
  465. package/lib/components/pay/toB/store/hooks.js +0 -85
  466. package/lib/components/pay/toB/store/index.d.ts +0 -3
  467. package/lib/components/pay/toB/store/provider.d.ts +0 -4
  468. package/lib/components/pay/toB/store/provider.js +0 -70
  469. package/lib/components/pay/toB/store/utils.d.ts +0 -13
  470. package/lib/components/pay/toB/store/utils.js +0 -72
  471. package/lib/components/pay/toB/types/index.d.ts +0 -1
  472. package/lib/components/pay/toB/types/storeTypes.d.ts +0 -141
  473. package/lib/components/pay/toB/types/storeTypes.js +0 -36
  474. package/lowcode/tob-pay/meta.ts +0 -44
@@ -0,0 +1,3314 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/components/booking/editBookingModal/mock.ts
20
+ var mock_exports = {};
21
+ __export(mock_exports, {
22
+ mockBooking: () => mockBooking,
23
+ mockProps: () => mockProps,
24
+ mockResources: () => mockResources
25
+ });
26
+ module.exports = __toCommonJS(mock_exports);
27
+ var mockBooking = {
28
+ "id": 78399,
29
+ "shop_id": 9,
30
+ "customer_id": 1,
31
+ "customer_name": "",
32
+ "email": "",
33
+ "phone": "",
34
+ "country_calling_code": "",
35
+ "note": "",
36
+ "is_price_include_tax": 1,
37
+ "tax_rate": "0.10000",
38
+ "tax_title": "GST",
39
+ "tax_fee": "1.82",
40
+ "surcharge_fee": "0.00",
41
+ "pay_processing_fee": "0.00",
42
+ "gateway_fee": "0.00",
43
+ "shop_discount": "0.00",
44
+ "shop_discount_reason": "",
45
+ "total_product_discount_amount": "0.00",
46
+ "product_expect_amount": "20.00",
47
+ "expect_amount": "20.00",
48
+ "total_amount": "20.00",
49
+ "rounding_amount": "0.00",
50
+ "paid_amount": "0.00",
51
+ "order_paid_amount": "0.00",
52
+ "total_refund_amount": "0.00",
53
+ "amount_gap": "0.00",
54
+ "payment_status": "payment_processing",
55
+ "platform": "shop",
56
+ "order_sales_channel": "online_store",
57
+ "sales_channel": "my_pisel",
58
+ "customer": {
59
+ "id": 1,
60
+ "shop_id": 0,
61
+ "user_id": 0,
62
+ "status": 1,
63
+ "country_calling_code": "61",
64
+ "cover": "",
65
+ "phone": "",
66
+ "display_name": "Walk-In",
67
+ "first_name": "Walk-In",
68
+ "last_name": "",
69
+ "nickname": "",
70
+ "email": "",
71
+ "gender": 0,
72
+ "birthday": null,
73
+ "tax_exempt": null,
74
+ "accepts_marketing": 0,
75
+ "note": "",
76
+ "orders_count": 3973,
77
+ "total_spent": "654250.81",
78
+ "locale": "",
79
+ "last_visit_time": null,
80
+ "is_register": 0,
81
+ "source_type": "",
82
+ "channel": "",
83
+ "register_channel": "online_store",
84
+ "source_id": 0,
85
+ "platform_token": "",
86
+ "platform": "",
87
+ "member_id": "",
88
+ "total_integral": "1108354.46",
89
+ "guest_code": null,
90
+ "is_deleted": 0,
91
+ "create_time": null,
92
+ "update_time": "2023-07-27 14:08:51",
93
+ "created_at": null,
94
+ "updated_at": "2025-06-12 16:05:05",
95
+ "deleted_at": null,
96
+ "waiver_form": []
97
+ },
98
+ "surcharge": [],
99
+ "holder": {
100
+ "customer_id": 1,
101
+ "form_id": 0,
102
+ "form_record": []
103
+ },
104
+ "relation_details": [],
105
+ "bookings": {
106
+ "id": 64203,
107
+ "status": "normal",
108
+ "booking_id": "B7639",
109
+ "appointment_status": "new",
110
+ "like_status": "common",
111
+ "relation_type": "",
112
+ "relation_id": 0,
113
+ "metadata": {
114
+ "multiple_resource_flag": 1
115
+ },
116
+ "list": [
117
+ {
118
+ "id": 64204,
119
+ "keys": "80ba9d3da499731f86ca793175209027",
120
+ "relation_id": 0,
121
+ "start_date": "2025-06-12",
122
+ "start_time": "16:21",
123
+ "end_date": "2025-06-12",
124
+ "end_time": "16:51",
125
+ "is_all": 0,
126
+ "select_date": "2025-06-12",
127
+ "sub_type": "minutes",
128
+ "duration": 30,
129
+ "status": "normal",
130
+ "like_status": "common",
131
+ "appointment_status": "new",
132
+ "relation_type": "",
133
+ "schedule_id": 0,
134
+ "number": 1,
135
+ "metadata": {
136
+ "capacity": [
137
+ {
138
+ "id": 0,
139
+ "name": "",
140
+ "value": 1
141
+ }
142
+ ]
143
+ },
144
+ "relation_form_name": "",
145
+ "event_resources": [
146
+ {
147
+ "id": 2260,
148
+ "shop_id": 9,
149
+ "schedule_event_id": 64204,
150
+ "category": "composite",
151
+ "form_id": 35,
152
+ "parent_relation_id": 0,
153
+ "relation_type": "form",
154
+ "relation_id": 41079,
155
+ "capacity": 1,
156
+ "like_status": "common",
157
+ "metadata": {
158
+ "form_name": "桌台",
159
+ "resource_name": "中包 01(20人)",
160
+ "combined_resource": {
161
+ "status": 1,
162
+ "resource_ids": [
163
+ 41077,
164
+ 41078
165
+ ]
166
+ }
167
+ },
168
+ "created_at": "2025-06-12 16:21:43",
169
+ "updated_at": "2025-06-12 16:21:43",
170
+ "deleted_at": null,
171
+ "children": [
172
+ {
173
+ "id": 2261,
174
+ "shop_id": 9,
175
+ "schedule_event_id": 64204,
176
+ "category": "basic",
177
+ "form_id": 35,
178
+ "parent_relation_id": 41079,
179
+ "relation_type": "form",
180
+ "relation_id": 0,
181
+ "capacity": 1,
182
+ "like_status": "common",
183
+ "metadata": null,
184
+ "created_at": "2025-06-12 16:21:43",
185
+ "updated_at": "2025-06-12 16:21:43",
186
+ "deleted_at": null
187
+ },
188
+ {
189
+ "id": 2262,
190
+ "shop_id": 9,
191
+ "schedule_event_id": 64204,
192
+ "category": "basic",
193
+ "form_id": 35,
194
+ "parent_relation_id": 41079,
195
+ "relation_type": "form",
196
+ "relation_id": 0,
197
+ "capacity": 0,
198
+ "like_status": "common",
199
+ "metadata": null,
200
+ "created_at": "2025-06-12 16:21:43",
201
+ "updated_at": "2025-06-12 16:21:43",
202
+ "deleted_at": null
203
+ }
204
+ ]
205
+ },
206
+ {
207
+ "id": 2263,
208
+ "shop_id": 9,
209
+ "schedule_event_id": 64204,
210
+ "category": "basic",
211
+ "form_id": 207,
212
+ "parent_relation_id": 0,
213
+ "relation_type": "form",
214
+ "relation_id": 40987,
215
+ "capacity": 1,
216
+ "like_status": "common",
217
+ "metadata": {
218
+ "form_name": "场地",
219
+ "resource_name": "Venue"
220
+ },
221
+ "created_at": "2025-06-12 16:21:43",
222
+ "updated_at": "2025-06-12 16:21:43",
223
+ "deleted_at": null,
224
+ "children": []
225
+ },
226
+ {
227
+ "id": 2264,
228
+ "shop_id": 9,
229
+ "schedule_event_id": 64204,
230
+ "category": "basic",
231
+ "form_id": 207,
232
+ "parent_relation_id": 0,
233
+ "relation_type": "form",
234
+ "relation_id": 3292,
235
+ "capacity": 1,
236
+ "like_status": "common",
237
+ "metadata": {
238
+ "form_name": "场地",
239
+ "resource_name": "场地-活动1",
240
+ "combined_resource": null
241
+ },
242
+ "created_at": "2025-06-12 16:21:43",
243
+ "updated_at": "2025-06-12 16:21:43",
244
+ "deleted_at": null,
245
+ "children": []
246
+ },
247
+ {
248
+ "id": 2265,
249
+ "shop_id": 9,
250
+ "schedule_event_id": 64204,
251
+ "category": "basic",
252
+ "form_id": 207,
253
+ "parent_relation_id": 0,
254
+ "relation_type": "form",
255
+ "relation_id": 3908,
256
+ "capacity": 1,
257
+ "like_status": "common",
258
+ "metadata": {
259
+ "form_name": "场地",
260
+ "resource_name": "每天重复的场地",
261
+ "combined_resource": null
262
+ },
263
+ "created_at": "2025-06-12 16:21:43",
264
+ "updated_at": "2025-06-12 16:21:43",
265
+ "deleted_at": null,
266
+ "children": []
267
+ }
268
+ ],
269
+ "product": {
270
+ "id": 61124,
271
+ "shop_id": 9,
272
+ "source_shop_id": 0,
273
+ "extension_id": 177,
274
+ "extension_type": "product_appointment",
275
+ "title": "预约商品-Wang",
276
+ "slug": "预约商品-wang",
277
+ "title_letter": "Y",
278
+ "category_letter": "",
279
+ "vendor_letter": "",
280
+ "tag_letter": "",
281
+ "subtitle": "",
282
+ "description": "",
283
+ "cover": "",
284
+ "price": "5.00",
285
+ "original_price": "0.00",
286
+ "cost_price": "0.00",
287
+ "sort_price": "5.00",
288
+ "minimum_markup_price": "5.00",
289
+ "is_gst": 1,
290
+ "is_delivery": 0,
291
+ "weight_unit": "KILOGRAMS",
292
+ "weight_value": "0.00",
293
+ "code": "",
294
+ "barcode": "",
295
+ "unit": "",
296
+ "unit_value": 0,
297
+ "is_track": 1,
298
+ "stock_quantity": 942,
299
+ "sum_stock": 942,
300
+ "sales_quantity": 60,
301
+ "order_sales_quantity": 0,
302
+ "over_sold": 0,
303
+ "status": "published",
304
+ "sell_status": 1,
305
+ "published_time": "2025-05-20 16:54:58",
306
+ "shop_update_time": "2025-06-12 16:21:11",
307
+ "audit_time": null,
308
+ "is_recommend": 0,
309
+ "is_email_required": 0,
310
+ "open_box_specification": -1,
311
+ "open_sold_weight": 0,
312
+ "audit_status": "online",
313
+ "shop_status": "show",
314
+ "weight": 0,
315
+ "sort": 9999999,
316
+ "type": "physical",
317
+ "channel_application": [
318
+ "online-store",
319
+ "pos",
320
+ "wholesalebusiness",
321
+ "kiosk"
322
+ ],
323
+ "channel_id": 0,
324
+ "is_bundle": 1,
325
+ "rebate_type": "proportion",
326
+ "rebate_value": "0.00",
327
+ "create_account_id": 14,
328
+ "update_account_id": 14,
329
+ "source_product_id": 0,
330
+ "start_at": null,
331
+ "created_at": "2025-05-20 16:54:58",
332
+ "updated_at": "2025-06-12 16:21:43",
333
+ "deleted_at": null,
334
+ "duration": {
335
+ "type": "minutes",
336
+ "value": 30
337
+ },
338
+ "product_resource": {
339
+ "resources": [
340
+ {
341
+ "id": 214,
342
+ "title": "校区1",
343
+ "status": 0,
344
+ "code": "resources",
345
+ "created_at": "2023-08-04 15:05:33",
346
+ "updated_at": "2025-02-08 15:30:28",
347
+ "type": "single",
348
+ "optional_resource": [],
349
+ "default_resource": [],
350
+ "select_type": {
351
+ "type": "single",
352
+ "min": 1,
353
+ "max": 1
354
+ },
355
+ "resource_type_id": 214
356
+ },
357
+ {
358
+ "id": 207,
359
+ "title": "场地",
360
+ "status": 1,
361
+ "code": "sites",
362
+ "created_at": "2023-07-25 11:54:04",
363
+ "updated_at": "2024-09-06 10:10:09",
364
+ "type": "multiple",
365
+ "optional_resource": [
366
+ 40987,
367
+ 39827,
368
+ 28159,
369
+ 22924,
370
+ 15279,
371
+ 9271,
372
+ 3908,
373
+ 3292,
374
+ 3486
375
+ ],
376
+ "default_resource": [],
377
+ "select_type": {
378
+ "type": "multiple",
379
+ "min": 1,
380
+ "max": 3
381
+ },
382
+ "resource_type_id": 207
383
+ },
384
+ {
385
+ "id": 35,
386
+ "title": "桌台",
387
+ "status": 1,
388
+ "code": "table",
389
+ "created_at": "2023-02-08 14:20:20",
390
+ "updated_at": "2024-11-04 10:44:14",
391
+ "type": "single",
392
+ "optional_resource": [
393
+ 41077,
394
+ 41078,
395
+ 41079
396
+ ],
397
+ "default_resource": [],
398
+ "select_type": {
399
+ "type": "single",
400
+ "min": 1,
401
+ "max": 1
402
+ },
403
+ "resource_type_id": 35
404
+ },
405
+ {
406
+ "id": 10,
407
+ "title": "司机",
408
+ "status": 0,
409
+ "code": "therapist",
410
+ "created_at": "2022-06-11 18:00:00",
411
+ "updated_at": null,
412
+ "type": "single",
413
+ "optional_resource": [],
414
+ "default_resource": [],
415
+ "select_type": {
416
+ "type": "single",
417
+ "min": 1,
418
+ "max": 1
419
+ },
420
+ "resource_type_id": 10
421
+ },
422
+ {
423
+ "id": 6,
424
+ "title": "Party",
425
+ "status": 0,
426
+ "code": "party_room",
427
+ "created_at": "2022-06-11 18:00:00",
428
+ "updated_at": null,
429
+ "type": "single",
430
+ "optional_resource": [],
431
+ "default_resource": [],
432
+ "select_type": {
433
+ "type": "single",
434
+ "min": 1,
435
+ "max": 1
436
+ },
437
+ "resource_type_id": 6
438
+ }
439
+ ],
440
+ "type": "advanced"
441
+ },
442
+ "capacity": {
443
+ "type": "product",
444
+ "custom": [
445
+ {
446
+ "name": {
447
+ "en": "Guests",
448
+ "zh-CN": "人数",
449
+ "zh-HK": "人數",
450
+ "original": "Guests"
451
+ },
452
+ "min": 1,
453
+ "max": 2,
454
+ "id": "00183983631"
455
+ }
456
+ ],
457
+ "package": []
458
+ },
459
+ "product_display_setting": {
460
+ "kiosk": {
461
+ "use_display_mode": 0,
462
+ "product_option_mode": null,
463
+ "product_option_mode_paging": null,
464
+ "product_bundle_mode": null,
465
+ "product_bundle_mode_paging": null
466
+ }
467
+ },
468
+ "is_charge_tax": 1,
469
+ "base_price": "5.00"
470
+ },
471
+ "detail": {
472
+ "order_id": 78399,
473
+ "shop_id": 9,
474
+ "product_id": 61124,
475
+ "product_variant_id": 0,
476
+ "product_unique_string": "61124:0::669-1325-61122-0-0:669-1326-61123-0-0",
477
+ "product_title": "预约商品-Wang",
478
+ "product_cover": "",
479
+ "product_sku": {
480
+ "code": "",
481
+ "name": "",
482
+ "unit": "",
483
+ "weight": 0,
484
+ "barcode": "",
485
+ "sku_ids": "",
486
+ "variant": [],
487
+ "subtitle": {
488
+ "en": null,
489
+ "auto": "",
490
+ "zh-CN": null,
491
+ "zh-HK": null,
492
+ "kitchen": null,
493
+ "original": ""
494
+ },
495
+ "unit_price": 0,
496
+ "variant_id": 0,
497
+ "unit_weight": 0,
498
+ "open_sold_weight": 0,
499
+ "open_box_specification": -1,
500
+ "box_specification_quantity": 0
501
+ },
502
+ "product_bundle": [
503
+ {
504
+ "num": 1,
505
+ "code": "",
506
+ "price": 5,
507
+ "option": [],
508
+ "barcode": "",
509
+ "bundle_id": 1325,
510
+ "price_type": "markup",
511
+ "bundle_title": "普通商品01-Wang",
512
+ "extension_id": 0,
513
+ "extension_type": "normal",
514
+ "price_type_ext": "product_price",
515
+ "bundle_group_id": 669,
516
+ "bundle_sum_type": "markup",
517
+ "bundle_sum_price": "5.00",
518
+ "bundle_group_name": "套餐",
519
+ "bundle_product_id": 61122,
520
+ "bundle_variant_id": 0
521
+ },
522
+ {
523
+ "num": 1,
524
+ "code": "",
525
+ "price": 10,
526
+ "option": [],
527
+ "barcode": "",
528
+ "bundle_id": 1326,
529
+ "price_type": "markup",
530
+ "bundle_title": "普通商品02-Wang",
531
+ "extension_id": 0,
532
+ "extension_type": "normal",
533
+ "price_type_ext": "product_price",
534
+ "bundle_group_id": 669,
535
+ "bundle_sum_type": "markup",
536
+ "bundle_sum_price": "10.00",
537
+ "bundle_group_name": "套餐",
538
+ "bundle_product_id": 61123,
539
+ "bundle_variant_id": 0
540
+ }
541
+ ],
542
+ "gift_card": 0,
543
+ "selling_price": "20.00",
544
+ "original_price": "20.00",
545
+ "cost_price": "0.00",
546
+ "product_quantity": 1,
547
+ "payment_price": "20.00",
548
+ "deposit_price": "0.00",
549
+ "tax_fee": "1.8181",
550
+ "is_charge_tax": 1,
551
+ "refund_quantity": 0,
552
+ "refund_status": "0",
553
+ "shipping_status": "unfulfilled",
554
+ "payment_status": "payment_processing",
555
+ "commission": 0,
556
+ "commission_tax": 0,
557
+ "rebate_type": "",
558
+ "rebate_value": "0.00",
559
+ "commission_percent": "0.0000",
560
+ "channel": "",
561
+ "channel_id": 0,
562
+ "item_relation_id": 19204,
563
+ "schedule_event_id": 64204,
564
+ "note": "",
565
+ "metadata": {
566
+ "capacity": [
567
+ {
568
+ "id": 0,
569
+ "name": "",
570
+ "value": 1
571
+ }
572
+ ],
573
+ "source_product_price": "5.00",
574
+ "appointment_order_product_type": "appointment_booking_schedule_product"
575
+ },
576
+ "extension_type": "product_appointment",
577
+ "before_product_quantity": 0,
578
+ "remove_product_quantity": 0,
579
+ "deleted_at": null,
580
+ "created_at": "2025-06-12 16:21:43",
581
+ "updated_at": "2025-06-12 16:21:43",
582
+ "order_detail_id": 128113,
583
+ "product_option_string": "",
584
+ "product_subtitle": "",
585
+ "source_product_price": "5.00",
586
+ "discount_list": [],
587
+ "discount_amount": 0,
588
+ "product_discount_reason": "",
589
+ "discount_type": "",
590
+ "discountway": "",
591
+ "discount_per": ""
592
+ },
593
+ "relation_details": [],
594
+ "holder": {
595
+ "customer_id": 1,
596
+ "form_id": 0,
597
+ "form_record": []
598
+ }
599
+ }
600
+ ]
601
+ },
602
+ "is_other_entrance_edited": 0,
603
+ "contacts": [],
604
+ "is_deposit": 0,
605
+ "deposit_amount": "0.00",
606
+ "deposit_payment_time": null,
607
+ "deposit_payment_status": "unpaid",
608
+ "deposit_unpaid_amount": "0.00",
609
+ "deposit_paid_amount": "0.00",
610
+ "deposit_origin_paid_amount": "0.00",
611
+ "created_at": "2025-06-12 16:21:43",
612
+ "shop_full_order_number": "S39747h",
613
+ "payment_time": null,
614
+ "payment_types": [],
615
+ "payment_processing_payment_nums": 0,
616
+ "payments": [],
617
+ "metadata": {
618
+ "product_discount_version": "V2",
619
+ "appointment_structure_version": "2.0",
620
+ "appointment_booking_parent_schedule_id": 64203
621
+ },
622
+ "customer_with_extra": {
623
+ "id": 1,
624
+ "shop_id": 0,
625
+ "user_id": 0,
626
+ "status": 1,
627
+ "country_calling_code": "61",
628
+ "cover": "",
629
+ "phone": "",
630
+ "display_name": "Walk-In",
631
+ "first_name": "Walk-In",
632
+ "last_name": "",
633
+ "nickname": "",
634
+ "email": "",
635
+ "gender": 0,
636
+ "birthday": null,
637
+ "tax_exempt": null,
638
+ "accepts_marketing": 0,
639
+ "note": "",
640
+ "orders_count": 3973,
641
+ "total_spent": "654250.81",
642
+ "locale": "",
643
+ "last_visit_time": null,
644
+ "is_register": 0,
645
+ "source_type": "",
646
+ "channel": "",
647
+ "register_channel": "online_store",
648
+ "source_id": 0,
649
+ "platform_token": "",
650
+ "platform": "",
651
+ "member_id": "",
652
+ "total_integral": "1108354.46",
653
+ "guest_code": null,
654
+ "is_deleted": 0,
655
+ "create_time": null,
656
+ "update_time": "2023-07-27 14:08:51",
657
+ "created_at": null,
658
+ "updated_at": "2025-06-12 16:05:05",
659
+ "deleted_at": null,
660
+ "waiver_form": []
661
+ },
662
+ "total_discount_amount": "0.00"
663
+ };
664
+ var mockResources = [
665
+ {
666
+ "id": 842,
667
+ "main_field": "1",
668
+ "sort": 842,
669
+ "form_id": 17,
670
+ "times": [],
671
+ "capacity": 0,
672
+ "combined_resource": null,
673
+ "resource_form_id": ""
674
+ },
675
+ {
676
+ "id": 872,
677
+ "main_field": "营业时间EN",
678
+ "sort": 872,
679
+ "form_id": 36,
680
+ "times": [
681
+ {
682
+ "keys": "7afc43850a0898daf8c33ce76ba06cf8",
683
+ "schedule_id": 1036,
684
+ "item_type": "opening_hours",
685
+ "item_id": 872,
686
+ "start_date": "2025-06-12",
687
+ "end_date": "2025-06-12",
688
+ "start_time": "13:00",
689
+ "end_time": "17:00",
690
+ "is_all": 0,
691
+ "relation_type": "form",
692
+ "start_at": "2025-06-12 13:00",
693
+ "end_at": "2025-06-12 17:00",
694
+ "event_list": []
695
+ }
696
+ ],
697
+ "capacity": 100,
698
+ "combined_resource": null,
699
+ "resource_form_id": 0
700
+ },
701
+ {
702
+ "id": 3292,
703
+ "main_field": "场地-活动1",
704
+ "sort": 3292,
705
+ "form_id": 207,
706
+ "times": [
707
+ {
708
+ "keys": "921847d7136ea3286c10fc295574a80b",
709
+ "schedule_id": 218,
710
+ "item_type": "sites",
711
+ "item_id": 3292,
712
+ "start_date": "2025-06-12",
713
+ "end_date": "2025-06-12",
714
+ "start_time": "00:00",
715
+ "end_time": "23:59",
716
+ "is_all": 1,
717
+ "relation_type": "form",
718
+ "start_at": "2025-06-12 00:00",
719
+ "end_at": "2025-06-12 23:59",
720
+ "event_list": []
721
+ },
722
+ {
723
+ "keys": "b19189afd15a90a5d5eb968699607d86",
724
+ "schedule_id": 744,
725
+ "item_type": "sites",
726
+ "item_id": 3292,
727
+ "start_date": "2025-06-12",
728
+ "end_date": "2025-06-12",
729
+ "start_time": "01:00",
730
+ "end_time": "03:00",
731
+ "is_all": 0,
732
+ "relation_type": "form",
733
+ "start_at": "2025-06-12 01:00",
734
+ "end_at": "2025-06-12 03:00",
735
+ "event_list": []
736
+ },
737
+ {
738
+ "keys": "93acff46cb41c6bdd828ad68d40696f1",
739
+ "schedule_id": 744,
740
+ "item_type": "sites",
741
+ "item_id": 3292,
742
+ "start_date": "2025-06-12",
743
+ "end_date": "2025-06-12",
744
+ "start_time": "04:00",
745
+ "end_time": "09:00",
746
+ "is_all": 0,
747
+ "relation_type": "form",
748
+ "start_at": "2025-06-12 04:00",
749
+ "end_at": "2025-06-12 09:00",
750
+ "event_list": []
751
+ },
752
+ {
753
+ "keys": "4f8f3a7bd37303477dbd5faeb95e0ef5",
754
+ "schedule_id": 744,
755
+ "item_type": "sites",
756
+ "item_id": 3292,
757
+ "start_date": "2025-06-12",
758
+ "end_date": "2025-06-12",
759
+ "start_time": "09:00",
760
+ "end_time": "15:00",
761
+ "is_all": 0,
762
+ "relation_type": "form",
763
+ "start_at": "2025-06-12 09:00",
764
+ "end_at": "2025-06-12 15:00",
765
+ "event_list": []
766
+ },
767
+ {
768
+ "keys": "99458d56e652dd37fdbde27eb8c91f96",
769
+ "schedule_id": 744,
770
+ "item_type": "sites",
771
+ "item_id": 3292,
772
+ "start_date": "2025-06-12",
773
+ "end_date": "2025-06-12",
774
+ "start_time": "16:00",
775
+ "end_time": "23:00",
776
+ "is_all": 0,
777
+ "relation_type": "form",
778
+ "start_at": "2025-06-12 16:00",
779
+ "end_at": "2025-06-12 23:00",
780
+ "event_list": []
781
+ }
782
+ ],
783
+ "capacity": 1,
784
+ "combined_resource": null,
785
+ "resource_form_id": 942
786
+ },
787
+ {
788
+ "id": 3453,
789
+ "main_field": "系列活动资源7.28-指定系列活动商品",
790
+ "sort": 3453,
791
+ "form_id": 208,
792
+ "times": [],
793
+ "capacity": 0,
794
+ "combined_resource": null,
795
+ "resource_form_id": 252
796
+ },
797
+ {
798
+ "id": 3466,
799
+ "main_field": "只关联活动商品",
800
+ "sort": 3466,
801
+ "form_id": 208,
802
+ "times": [],
803
+ "capacity": 0,
804
+ "combined_resource": null,
805
+ "resource_form_id": "252"
806
+ },
807
+ {
808
+ "id": 3477,
809
+ "main_field": "只关联系列活动商品",
810
+ "sort": 3477,
811
+ "form_id": 208,
812
+ "times": [],
813
+ "capacity": 0,
814
+ "combined_resource": null,
815
+ "resource_form_id": 252
816
+ },
817
+ {
818
+ "id": 3483,
819
+ "main_field": "活动-24小时全天",
820
+ "sort": 3483,
821
+ "form_id": 208,
822
+ "times": [],
823
+ "capacity": 0,
824
+ "combined_resource": null,
825
+ "resource_form_id": 0
826
+ },
827
+ {
828
+ "id": 3486,
829
+ "main_field": "场地-活动2",
830
+ "sort": 3486,
831
+ "form_id": 207,
832
+ "times": [],
833
+ "capacity": 100,
834
+ "combined_resource": null,
835
+ "resource_form_id": 758
836
+ },
837
+ {
838
+ "id": 3908,
839
+ "main_field": "每天重复的场地",
840
+ "sort": 3908,
841
+ "form_id": 207,
842
+ "times": [
843
+ {
844
+ "keys": "2bb6573eab2ec089db1fbab0129632c5",
845
+ "schedule_id": 218,
846
+ "item_type": "sites",
847
+ "item_id": 3908,
848
+ "start_date": "2025-06-12",
849
+ "end_date": "2025-06-12",
850
+ "start_time": "00:00",
851
+ "end_time": "23:59",
852
+ "is_all": 1,
853
+ "relation_type": "form",
854
+ "start_at": "2025-06-12 00:00",
855
+ "end_at": "2025-06-12 23:59",
856
+ "event_list": []
857
+ }
858
+ ],
859
+ "capacity": 0,
860
+ "combined_resource": null,
861
+ "resource_form_id": ""
862
+ },
863
+ {
864
+ "id": 4173,
865
+ "main_field": "玄-系列活动-文件表单",
866
+ "sort": 4173,
867
+ "form_id": 208,
868
+ "times": [],
869
+ "capacity": 0,
870
+ "combined_resource": null,
871
+ "resource_form_id": 0
872
+ },
873
+ {
874
+ "id": 4651,
875
+ "main_field": "yanchao系列活动资源1",
876
+ "sort": 4651,
877
+ "form_id": 208,
878
+ "times": [],
879
+ "capacity": 0,
880
+ "combined_resource": null,
881
+ "resource_form_id": ""
882
+ },
883
+ {
884
+ "id": 4652,
885
+ "main_field": "yanchao系列活动资源2",
886
+ "sort": 4652,
887
+ "form_id": 208,
888
+ "times": [],
889
+ "capacity": 0,
890
+ "combined_resource": null,
891
+ "resource_form_id": ""
892
+ },
893
+ {
894
+ "id": 4810,
895
+ "main_field": "系列活动24小时",
896
+ "sort": 4810,
897
+ "form_id": 208,
898
+ "times": [
899
+ {
900
+ "keys": "b25ac176ffcd6a1fa1e802d96074bf64",
901
+ "schedule_id": 218,
902
+ "item_type": "series_events",
903
+ "item_id": 4810,
904
+ "start_date": "2025-06-12",
905
+ "end_date": "2025-06-12",
906
+ "start_time": "00:00",
907
+ "end_time": "23:59",
908
+ "is_all": 1,
909
+ "relation_type": "form",
910
+ "start_at": "2025-06-12 00:00",
911
+ "end_at": "2025-06-12 23:59",
912
+ "event_list": []
913
+ }
914
+ ],
915
+ "capacity": 0,
916
+ "combined_resource": null,
917
+ "resource_form_id": ""
918
+ },
919
+ {
920
+ "id": 5091,
921
+ "main_field": "系列活动10.25独占",
922
+ "sort": 5091,
923
+ "form_id": 208,
924
+ "times": [],
925
+ "capacity": 0,
926
+ "combined_resource": null,
927
+ "resource_form_id": ""
928
+ },
929
+ {
930
+ "id": 5262,
931
+ "main_field": "测试11.8",
932
+ "sort": 5262,
933
+ "form_id": 208,
934
+ "times": [
935
+ {
936
+ "keys": "1f9e51f400583afdc1b30a2b64469bc8",
937
+ "schedule_id": 218,
938
+ "item_type": "series_events",
939
+ "item_id": 5262,
940
+ "start_date": "2025-06-12",
941
+ "end_date": "2025-06-12",
942
+ "start_time": "00:00",
943
+ "end_time": "23:59",
944
+ "is_all": 1,
945
+ "relation_type": "form",
946
+ "start_at": "2025-06-12 00:00",
947
+ "end_at": "2025-06-12 23:59",
948
+ "event_list": []
949
+ }
950
+ ],
951
+ "capacity": 0,
952
+ "combined_resource": null,
953
+ "resource_form_id": ""
954
+ },
955
+ {
956
+ "id": 7255,
957
+ "main_field": "独占party room",
958
+ "sort": 14046,
959
+ "form_id": 6,
960
+ "times": [
961
+ {
962
+ "keys": "d5ff5359a6dd1d7020a13df7a5f96845",
963
+ "schedule_id": 962,
964
+ "item_type": "party_room",
965
+ "item_id": 7255,
966
+ "start_date": "2025-06-12",
967
+ "end_date": "2025-06-12",
968
+ "start_time": "07:00",
969
+ "end_time": "11:00",
970
+ "is_all": 0,
971
+ "relation_type": "form",
972
+ "start_at": "2025-06-12 07:00",
973
+ "end_at": "2025-06-12 11:00",
974
+ "event_list": []
975
+ },
976
+ {
977
+ "keys": "d3b0d0945935e98ba9dce5839f46d44f",
978
+ "schedule_id": 962,
979
+ "item_type": "party_room",
980
+ "item_id": 7255,
981
+ "start_date": "2025-06-12",
982
+ "end_date": "2025-06-12",
983
+ "start_time": "15:00",
984
+ "end_time": "21:00",
985
+ "is_all": 0,
986
+ "relation_type": "form",
987
+ "start_at": "2025-06-12 15:00",
988
+ "end_at": "2025-06-12 21:00",
989
+ "event_list": []
990
+ }
991
+ ],
992
+ "capacity": 10,
993
+ "combined_resource": null,
994
+ "resource_form_id": 835
995
+ },
996
+ {
997
+ "id": 9271,
998
+ "main_field": "yanchao 游乐场攀岩区",
999
+ "sort": 9271,
1000
+ "form_id": 207,
1001
+ "times": [
1002
+ {
1003
+ "keys": "30309c86e54d6febab761d5e5db1db07",
1004
+ "schedule_id": 136,
1005
+ "item_type": "sites",
1006
+ "item_id": 9271,
1007
+ "start_date": "2025-06-12",
1008
+ "end_date": "2025-06-12",
1009
+ "start_time": "14:00",
1010
+ "end_time": "15:00",
1011
+ "is_all": 0,
1012
+ "relation_type": "form",
1013
+ "start_at": "2025-06-12 14:00",
1014
+ "end_at": "2025-06-12 15:00",
1015
+ "event_list": []
1016
+ }
1017
+ ],
1018
+ "capacity": 0,
1019
+ "combined_resource": null,
1020
+ "resource_form_id": ""
1021
+ },
1022
+ {
1023
+ "id": 13816,
1024
+ "main_field": "贾测试partyroom 2 -勿动",
1025
+ "sort": 13663,
1026
+ "form_id": 6,
1027
+ "times": [],
1028
+ "capacity": 0,
1029
+ "combined_resource": null,
1030
+ "resource_form_id": 539
1031
+ },
1032
+ {
1033
+ "id": 13817,
1034
+ "main_field": "",
1035
+ "sort": 13790,
1036
+ "form_id": 6,
1037
+ "times": [
1038
+ {
1039
+ "keys": "ac1359f165475ed5525a711cb37150bd",
1040
+ "schedule_id": 218,
1041
+ "item_type": "party_room",
1042
+ "item_id": 13817,
1043
+ "start_date": "2025-06-12",
1044
+ "end_date": "2025-06-12",
1045
+ "start_time": "00:00",
1046
+ "end_time": "23:59",
1047
+ "is_all": 1,
1048
+ "relation_type": "form",
1049
+ "start_at": "2025-06-12 00:00",
1050
+ "end_at": "2025-06-12 23:59",
1051
+ "event_list": []
1052
+ },
1053
+ {
1054
+ "keys": "0669befb01b66e55b5fcd2ca9cf9e38e",
1055
+ "schedule_id": 962,
1056
+ "item_type": "party_room",
1057
+ "item_id": 13817,
1058
+ "start_date": "2025-06-12",
1059
+ "end_date": "2025-06-12",
1060
+ "start_time": "07:00",
1061
+ "end_time": "11:00",
1062
+ "is_all": 0,
1063
+ "relation_type": "form",
1064
+ "start_at": "2025-06-12 07:00",
1065
+ "end_at": "2025-06-12 11:00",
1066
+ "event_list": []
1067
+ },
1068
+ {
1069
+ "keys": "d382767814d801883a1a4ff38aa876fd",
1070
+ "schedule_id": 962,
1071
+ "item_type": "party_room",
1072
+ "item_id": 13817,
1073
+ "start_date": "2025-06-12",
1074
+ "end_date": "2025-06-12",
1075
+ "start_time": "15:00",
1076
+ "end_time": "21:00",
1077
+ "is_all": 0,
1078
+ "relation_type": "form",
1079
+ "start_at": "2025-06-12 15:00",
1080
+ "end_at": "2025-06-12 21:00",
1081
+ "event_list": []
1082
+ }
1083
+ ],
1084
+ "capacity": 10,
1085
+ "combined_resource": null,
1086
+ "resource_form_id": 539
1087
+ },
1088
+ {
1089
+ "id": 14073,
1090
+ "main_field": "Gen-party room",
1091
+ "sort": 14067,
1092
+ "form_id": 6,
1093
+ "times": [],
1094
+ "capacity": 10,
1095
+ "combined_resource": null,
1096
+ "resource_form_id": 572
1097
+ },
1098
+ {
1099
+ "id": 14090,
1100
+ "main_field": "Tickets",
1101
+ "sort": 13664,
1102
+ "form_id": 6,
1103
+ "times": [],
1104
+ "capacity": 0,
1105
+ "combined_resource": null,
1106
+ "resource_form_id": 572
1107
+ },
1108
+ {
1109
+ "id": 18681,
1110
+ "main_field": "Driver 5.16",
1111
+ "sort": 22899,
1112
+ "form_id": 10,
1113
+ "times": [
1114
+ {
1115
+ "keys": "6be4417e66efe2cd67eeab911b444149",
1116
+ "schedule_id": 817,
1117
+ "item_type": "therapist",
1118
+ "item_id": 18681,
1119
+ "start_date": "2025-06-12",
1120
+ "end_date": "2025-06-12",
1121
+ "start_time": "00:00",
1122
+ "end_time": "23:00",
1123
+ "is_all": 0,
1124
+ "max_participants_type": "exclusive",
1125
+ "max_participants_limit": 1,
1126
+ "relation_type": "form",
1127
+ "start_at": "2025-06-12 00:00",
1128
+ "end_at": "2025-06-12 23:00",
1129
+ "event_list": []
1130
+ }
1131
+ ],
1132
+ "capacity": 0,
1133
+ "combined_resource": null,
1134
+ "resource_form_id": 0
1135
+ },
1136
+ {
1137
+ "id": 20053,
1138
+ "main_field": "",
1139
+ "sort": 21787,
1140
+ "form_id": 6,
1141
+ "times": [],
1142
+ "capacity": 0,
1143
+ "combined_resource": null,
1144
+ "resource_form_id": 647
1145
+ },
1146
+ {
1147
+ "id": 21300,
1148
+ "main_field": "yanchao 资源2",
1149
+ "sort": 21540,
1150
+ "form_id": 214,
1151
+ "times": [],
1152
+ "capacity": 12,
1153
+ "combined_resource": null,
1154
+ "resource_form_id": ""
1155
+ },
1156
+ {
1157
+ "id": 21797,
1158
+ "main_field": "",
1159
+ "sort": 21791,
1160
+ "form_id": 6,
1161
+ "times": [],
1162
+ "capacity": 0,
1163
+ "combined_resource": null,
1164
+ "resource_form_id": 7
1165
+ },
1166
+ {
1167
+ "id": 22074,
1168
+ "main_field": "",
1169
+ "sort": 22900,
1170
+ "form_id": 10,
1171
+ "times": [
1172
+ {
1173
+ "keys": "b2e3aeb6b9efe488ec1ead6ccc6136bb",
1174
+ "schedule_id": 852,
1175
+ "item_type": "therapist",
1176
+ "item_id": 22074,
1177
+ "start_date": "2025-06-12",
1178
+ "end_date": "2025-06-12",
1179
+ "start_time": "00:00",
1180
+ "end_time": "23:00",
1181
+ "is_all": 0,
1182
+ "max_participants_type": "exclusive",
1183
+ "max_participants_limit": 1,
1184
+ "relation_type": "form",
1185
+ "start_at": "2025-06-12 00:00",
1186
+ "end_at": "2025-06-12 23:00",
1187
+ "event_list": []
1188
+ }
1189
+ ],
1190
+ "capacity": 0,
1191
+ "combined_resource": null,
1192
+ "resource_form_id": 0
1193
+ },
1194
+ {
1195
+ "id": 22922,
1196
+ "main_field": "Mini en",
1197
+ "sort": 22921,
1198
+ "form_id": 35,
1199
+ "times": [
1200
+ {
1201
+ "keys": "2f5f3c0bc980ce3a62e04b9eb0b2ef0d",
1202
+ "schedule_id": 860,
1203
+ "item_type": "table",
1204
+ "item_id": 22922,
1205
+ "start_date": "2025-06-12",
1206
+ "end_date": "2025-06-12",
1207
+ "start_time": "09:00",
1208
+ "end_time": "11:00",
1209
+ "is_all": 0,
1210
+ "relation_type": "form",
1211
+ "start_at": "2025-06-12 09:00",
1212
+ "end_at": "2025-06-12 11:00",
1213
+ "event_list": []
1214
+ },
1215
+ {
1216
+ "keys": "82454617a29ff2e132ad5458f4a93b34",
1217
+ "schedule_id": 860,
1218
+ "item_type": "table",
1219
+ "item_id": 22922,
1220
+ "start_date": "2025-06-12",
1221
+ "end_date": "2025-06-12",
1222
+ "start_time": "12:00",
1223
+ "end_time": "14:00",
1224
+ "is_all": 0,
1225
+ "relation_type": "form",
1226
+ "start_at": "2025-06-12 12:00",
1227
+ "end_at": "2025-06-12 14:00",
1228
+ "event_list": []
1229
+ },
1230
+ {
1231
+ "keys": "928747b271b8b7d7951de8cc0e008b02",
1232
+ "schedule_id": 860,
1233
+ "item_type": "table",
1234
+ "item_id": 22922,
1235
+ "start_date": "2025-06-12",
1236
+ "end_date": "2025-06-12",
1237
+ "start_time": "18:00",
1238
+ "end_time": "20:00",
1239
+ "is_all": 0,
1240
+ "relation_type": "form",
1241
+ "start_at": "2025-06-12 18:00",
1242
+ "end_at": "2025-06-12 20:00",
1243
+ "event_list": []
1244
+ }
1245
+ ],
1246
+ "capacity": 0,
1247
+ "combined_resource": null,
1248
+ "resource_form_id": 624
1249
+ },
1250
+ {
1251
+ "id": 22923,
1252
+ "main_field": "",
1253
+ "sort": 22920,
1254
+ "form_id": 35,
1255
+ "times": [
1256
+ {
1257
+ "keys": "a6a7f8fa50bd07110621570521490c1e",
1258
+ "schedule_id": 860,
1259
+ "item_type": "table",
1260
+ "item_id": 22923,
1261
+ "start_date": "2025-06-12",
1262
+ "end_date": "2025-06-12",
1263
+ "start_time": "09:00",
1264
+ "end_time": "11:00",
1265
+ "is_all": 0,
1266
+ "relation_type": "form",
1267
+ "start_at": "2025-06-12 09:00",
1268
+ "end_at": "2025-06-12 11:00",
1269
+ "event_list": []
1270
+ },
1271
+ {
1272
+ "keys": "953b421bd794f2d6be3a6ef3fc29fd7d",
1273
+ "schedule_id": 860,
1274
+ "item_type": "table",
1275
+ "item_id": 22923,
1276
+ "start_date": "2025-06-12",
1277
+ "end_date": "2025-06-12",
1278
+ "start_time": "12:00",
1279
+ "end_time": "14:00",
1280
+ "is_all": 0,
1281
+ "relation_type": "form",
1282
+ "start_at": "2025-06-12 12:00",
1283
+ "end_at": "2025-06-12 14:00",
1284
+ "event_list": []
1285
+ },
1286
+ {
1287
+ "keys": "49fe8a56e7172d4ef690439409101251",
1288
+ "schedule_id": 860,
1289
+ "item_type": "table",
1290
+ "item_id": 22923,
1291
+ "start_date": "2025-06-12",
1292
+ "end_date": "2025-06-12",
1293
+ "start_time": "18:00",
1294
+ "end_time": "20:00",
1295
+ "is_all": 0,
1296
+ "relation_type": "form",
1297
+ "start_at": "2025-06-12 18:00",
1298
+ "end_at": "2025-06-12 20:00",
1299
+ "event_list": []
1300
+ }
1301
+ ],
1302
+ "capacity": 0,
1303
+ "combined_resource": null,
1304
+ "resource_form_id": ""
1305
+ },
1306
+ {
1307
+ "id": 22924,
1308
+ "main_field": "Venue 【模拟Cuto 勿动】",
1309
+ "sort": 22924,
1310
+ "form_id": 207,
1311
+ "times": [
1312
+ {
1313
+ "keys": "418cd431e500c5feee17f603f5651f0f",
1314
+ "schedule_id": 861,
1315
+ "item_type": "sites",
1316
+ "item_id": 22924,
1317
+ "start_date": "2025-06-12",
1318
+ "end_date": "2025-06-12",
1319
+ "start_time": "09:00",
1320
+ "end_time": "17:00",
1321
+ "is_all": 0,
1322
+ "relation_type": "form",
1323
+ "start_at": "2025-06-12 09:00",
1324
+ "end_at": "2025-06-12 17:00",
1325
+ "event_list": []
1326
+ }
1327
+ ],
1328
+ "capacity": 0,
1329
+ "combined_resource": null,
1330
+ "resource_form_id": ""
1331
+ },
1332
+ {
1333
+ "id": 24203,
1334
+ "main_field": "test",
1335
+ "sort": 24201,
1336
+ "form_id": 10,
1337
+ "times": [
1338
+ {
1339
+ "keys": "1456d87c8f1a046e9679d42ab1595d35",
1340
+ "schedule_id": 874,
1341
+ "item_type": "therapist",
1342
+ "item_id": 24203,
1343
+ "start_date": "2025-06-12",
1344
+ "end_date": "2025-06-12",
1345
+ "start_time": "00:00",
1346
+ "end_time": "23:00",
1347
+ "is_all": 0,
1348
+ "max_participants_type": "exclusive",
1349
+ "max_participants_limit": 1,
1350
+ "relation_type": "form",
1351
+ "start_at": "2025-06-12 00:00",
1352
+ "end_at": "2025-06-12 23:00",
1353
+ "event_list": []
1354
+ }
1355
+ ],
1356
+ "capacity": 0,
1357
+ "combined_resource": null,
1358
+ "resource_form_id": 0
1359
+ },
1360
+ {
1361
+ "id": 24210,
1362
+ "main_field": "",
1363
+ "sort": 24208,
1364
+ "form_id": 10,
1365
+ "times": [
1366
+ {
1367
+ "keys": "e7d8b74a0f37c5e3dce152945ca1f3ed",
1368
+ "schedule_id": 876,
1369
+ "item_type": "therapist",
1370
+ "item_id": 24210,
1371
+ "start_date": "2025-06-12",
1372
+ "end_date": "2025-06-12",
1373
+ "start_time": "00:00",
1374
+ "end_time": "23:00",
1375
+ "is_all": 0,
1376
+ "max_participants_type": "exclusive",
1377
+ "max_participants_limit": 1,
1378
+ "relation_type": "form",
1379
+ "start_at": "2025-06-12 00:00",
1380
+ "end_at": "2025-06-12 23:00",
1381
+ "event_list": []
1382
+ }
1383
+ ],
1384
+ "capacity": 0,
1385
+ "combined_resource": null,
1386
+ "resource_form_id": 0
1387
+ },
1388
+ {
1389
+ "id": 25947,
1390
+ "main_field": "测试桌台en",
1391
+ "sort": 25945,
1392
+ "form_id": 35,
1393
+ "times": [
1394
+ {
1395
+ "keys": "196131ae6adf080f62db5acd9999869b",
1396
+ "schedule_id": 218,
1397
+ "item_type": "table",
1398
+ "item_id": 25947,
1399
+ "start_date": "2025-06-12",
1400
+ "end_date": "2025-06-12",
1401
+ "start_time": "00:00",
1402
+ "end_time": "23:59",
1403
+ "is_all": 1,
1404
+ "relation_type": "form",
1405
+ "start_at": "2025-06-12 00:00",
1406
+ "end_at": "2025-06-12 23:59",
1407
+ "event_list": []
1408
+ }
1409
+ ],
1410
+ "capacity": 0,
1411
+ "combined_resource": null,
1412
+ "resource_form_id": 728
1413
+ },
1414
+ {
1415
+ "id": 26278,
1416
+ "main_field": "8/24party",
1417
+ "sort": 26278,
1418
+ "form_id": 6,
1419
+ "times": [
1420
+ {
1421
+ "keys": "033f2f374ee5cacef4769b5aaf76877b",
1422
+ "schedule_id": 1029,
1423
+ "item_type": "party_room",
1424
+ "item_id": 26278,
1425
+ "start_date": "2025-06-12",
1426
+ "end_date": "2025-06-12",
1427
+ "start_time": "11:00",
1428
+ "end_time": "23:00",
1429
+ "is_all": 0,
1430
+ "relation_type": "form",
1431
+ "start_at": "2025-06-12 11:00",
1432
+ "end_at": "2025-06-12 23:00",
1433
+ "event_list": []
1434
+ }
1435
+ ],
1436
+ "capacity": 50,
1437
+ "combined_resource": null,
1438
+ "resource_form_id": 923
1439
+ },
1440
+ {
1441
+ "id": 26607,
1442
+ "main_field": "测试cs",
1443
+ "sort": 26607,
1444
+ "form_id": 6,
1445
+ "times": [],
1446
+ "capacity": 10,
1447
+ "combined_resource": null,
1448
+ "resource_form_id": 789
1449
+ },
1450
+ {
1451
+ "id": 26931,
1452
+ "main_field": "",
1453
+ "sort": 26931,
1454
+ "form_id": 6,
1455
+ "times": [
1456
+ {
1457
+ "keys": "834d9a4973fd925c5beafdb5947eeaf0",
1458
+ "schedule_id": 897,
1459
+ "item_type": "party_room",
1460
+ "item_id": 26931,
1461
+ "start_date": "2025-06-12",
1462
+ "end_date": "2025-06-13",
1463
+ "start_time": "17:00",
1464
+ "end_time": "03:00",
1465
+ "is_all": 0,
1466
+ "relation_type": "form",
1467
+ "start_at": "2025-06-12 17:00",
1468
+ "end_at": "2025-06-13 03:00",
1469
+ "event_list": []
1470
+ }
1471
+ ],
1472
+ "capacity": 222,
1473
+ "combined_resource": null,
1474
+ "resource_form_id": 7
1475
+ },
1476
+ {
1477
+ "id": 27118,
1478
+ "main_field": "",
1479
+ "sort": 27116,
1480
+ "form_id": 35,
1481
+ "times": [
1482
+ {
1483
+ "keys": "f6745e4d91dc5550cb2323d42105f2f6",
1484
+ "schedule_id": 862,
1485
+ "item_type": "table",
1486
+ "item_id": 27118,
1487
+ "start_date": "2025-06-12",
1488
+ "end_date": "2025-06-12",
1489
+ "start_time": "15:00",
1490
+ "end_time": "18:00",
1491
+ "is_all": 0,
1492
+ "relation_type": "form",
1493
+ "start_at": "2025-06-12 15:00",
1494
+ "end_at": "2025-06-12 18:00",
1495
+ "event_list": []
1496
+ },
1497
+ {
1498
+ "keys": "7021a588738e6ac1308202703669a1c7",
1499
+ "schedule_id": 862,
1500
+ "item_type": "table",
1501
+ "item_id": 27118,
1502
+ "start_date": "2025-06-12",
1503
+ "end_date": "2025-06-12",
1504
+ "start_time": "16:00",
1505
+ "end_time": "19:00",
1506
+ "is_all": 0,
1507
+ "relation_type": "form",
1508
+ "start_at": "2025-06-12 16:00",
1509
+ "end_at": "2025-06-12 19:00",
1510
+ "event_list": []
1511
+ },
1512
+ {
1513
+ "keys": "4b233b9d80014c0c180a5cc4210477f7",
1514
+ "schedule_id": 862,
1515
+ "item_type": "table",
1516
+ "item_id": 27118,
1517
+ "start_date": "2025-06-12",
1518
+ "end_date": "2025-06-12",
1519
+ "start_time": "17:00",
1520
+ "end_time": "20:00",
1521
+ "is_all": 0,
1522
+ "relation_type": "form",
1523
+ "start_at": "2025-06-12 17:00",
1524
+ "end_at": "2025-06-12 20:00",
1525
+ "event_list": []
1526
+ }
1527
+ ],
1528
+ "capacity": 0,
1529
+ "combined_resource": null,
1530
+ "resource_form_id": ""
1531
+ },
1532
+ {
1533
+ "id": 27874,
1534
+ "main_field": "",
1535
+ "sort": 29588,
1536
+ "form_id": 10,
1537
+ "times": [],
1538
+ "capacity": 0,
1539
+ "combined_resource": null,
1540
+ "resource_form_id": 0
1541
+ },
1542
+ {
1543
+ "id": 27879,
1544
+ "main_field": "",
1545
+ "sort": 27877,
1546
+ "form_id": 10,
1547
+ "times": [
1548
+ {
1549
+ "keys": "af8700a87e47ed600a440c648a0a132e",
1550
+ "schedule_id": 909,
1551
+ "item_type": "therapist",
1552
+ "item_id": 27879,
1553
+ "start_date": "2025-06-12",
1554
+ "end_date": "2025-06-12",
1555
+ "start_time": "18:00",
1556
+ "end_time": "23:00",
1557
+ "is_all": 0,
1558
+ "max_participants_type": "exclusive",
1559
+ "max_participants_limit": 1,
1560
+ "relation_type": "form",
1561
+ "start_at": "2025-06-12 18:00",
1562
+ "end_at": "2025-06-12 23:00",
1563
+ "event_list": []
1564
+ }
1565
+ ],
1566
+ "capacity": 0,
1567
+ "combined_resource": null,
1568
+ "resource_form_id": 0
1569
+ },
1570
+ {
1571
+ "id": 28159,
1572
+ "main_field": "门票",
1573
+ "sort": 28159,
1574
+ "form_id": 207,
1575
+ "times": [
1576
+ {
1577
+ "keys": "43da3e82983101710f825425e808b823",
1578
+ "schedule_id": 218,
1579
+ "item_type": "sites",
1580
+ "item_id": 28159,
1581
+ "start_date": "2025-06-12",
1582
+ "end_date": "2025-06-12",
1583
+ "start_time": "00:00",
1584
+ "end_time": "23:59",
1585
+ "is_all": 1,
1586
+ "relation_type": "form",
1587
+ "start_at": "2025-06-12 00:00",
1588
+ "end_at": "2025-06-12 23:59",
1589
+ "event_list": [
1590
+ {
1591
+ "keys": "2024-11-26_00:00 2026-09-11_23:59_28159",
1592
+ "pax": 1,
1593
+ "relation_id": 28159,
1594
+ "start_at": "2024-11-26 00:00",
1595
+ "end_at": "2026-09-11 23:59",
1596
+ "type": "schedule_event"
1597
+ }
1598
+ ]
1599
+ }
1600
+ ],
1601
+ "capacity": 11,
1602
+ "combined_resource": null,
1603
+ "resource_form_id": ""
1604
+ },
1605
+ {
1606
+ "id": 29588,
1607
+ "main_field": "",
1608
+ "sort": 29587,
1609
+ "form_id": 10,
1610
+ "times": [],
1611
+ "capacity": 2,
1612
+ "combined_resource": null,
1613
+ "resource_form_id": 0
1614
+ },
1615
+ {
1616
+ "id": 31258,
1617
+ "main_field": "XUAN",
1618
+ "sort": 31258,
1619
+ "form_id": 10,
1620
+ "times": [],
1621
+ "capacity": 100,
1622
+ "combined_resource": null,
1623
+ "resource_form_id": 0
1624
+ },
1625
+ {
1626
+ "id": 31626,
1627
+ "main_field": "000",
1628
+ "sort": 31624,
1629
+ "form_id": 35,
1630
+ "times": [
1631
+ {
1632
+ "keys": "b0ef6555c852580ad03b27ac5d078711",
1633
+ "schedule_id": 218,
1634
+ "item_type": "table",
1635
+ "item_id": 31626,
1636
+ "start_date": "2025-06-12",
1637
+ "end_date": "2025-06-12",
1638
+ "start_time": "00:00",
1639
+ "end_time": "23:59",
1640
+ "is_all": 1,
1641
+ "relation_type": "form",
1642
+ "start_at": "2025-06-12 00:00",
1643
+ "end_at": "2025-06-12 23:59",
1644
+ "event_list": []
1645
+ }
1646
+ ],
1647
+ "capacity": 10,
1648
+ "combined_resource": null,
1649
+ "resource_form_id": 624
1650
+ },
1651
+ {
1652
+ "id": 31962,
1653
+ "main_field": "英文",
1654
+ "sort": 31962,
1655
+ "form_id": 6,
1656
+ "times": [],
1657
+ "capacity": 3,
1658
+ "combined_resource": null,
1659
+ "resource_form_id": 848
1660
+ },
1661
+ {
1662
+ "id": 35966,
1663
+ "main_field": "",
1664
+ "sort": 35966,
1665
+ "form_id": 6,
1666
+ "times": [
1667
+ {
1668
+ "keys": "46cca40ec870cfacd50f74436725031d",
1669
+ "schedule_id": 1038,
1670
+ "item_type": "party_room",
1671
+ "item_id": 35966,
1672
+ "start_date": "2025-06-12",
1673
+ "end_date": "2025-06-12",
1674
+ "start_time": "07:00",
1675
+ "end_time": "10:00",
1676
+ "is_all": 0,
1677
+ "relation_type": "form",
1678
+ "start_at": "2025-06-12 07:00",
1679
+ "end_at": "2025-06-12 10:00",
1680
+ "event_list": []
1681
+ },
1682
+ {
1683
+ "keys": "050473188382a36e6377172f3ce74a8c",
1684
+ "schedule_id": 1038,
1685
+ "item_type": "party_room",
1686
+ "item_id": 35966,
1687
+ "start_date": "2025-06-12",
1688
+ "end_date": "2025-06-12",
1689
+ "start_time": "13:00",
1690
+ "end_time": "18:00",
1691
+ "is_all": 0,
1692
+ "relation_type": "form",
1693
+ "start_at": "2025-06-12 13:00",
1694
+ "end_at": "2025-06-12 18:00",
1695
+ "event_list": []
1696
+ }
1697
+ ],
1698
+ "capacity": 15,
1699
+ "combined_resource": null,
1700
+ "resource_form_id": 7
1701
+ },
1702
+ {
1703
+ "id": 38032,
1704
+ "main_field": "",
1705
+ "sort": 38032,
1706
+ "form_id": 6,
1707
+ "times": [
1708
+ {
1709
+ "keys": "8ef092b1dcf7d1db31f0e7ec605782f5",
1710
+ "schedule_id": 1007,
1711
+ "item_type": "party_room",
1712
+ "item_id": 38032,
1713
+ "start_date": "2025-06-12",
1714
+ "end_date": "2025-06-12",
1715
+ "start_time": "09:00",
1716
+ "end_time": "11:00",
1717
+ "is_all": 0,
1718
+ "relation_type": "form",
1719
+ "start_at": "2025-06-12 09:00",
1720
+ "end_at": "2025-06-12 11:00",
1721
+ "event_list": []
1722
+ },
1723
+ {
1724
+ "keys": "3dca0e802a8e14c05232103e39001474",
1725
+ "schedule_id": 1007,
1726
+ "item_type": "party_room",
1727
+ "item_id": 38032,
1728
+ "start_date": "2025-06-12",
1729
+ "end_date": "2025-06-12",
1730
+ "start_time": "14:00",
1731
+ "end_time": "17:00",
1732
+ "is_all": 0,
1733
+ "relation_type": "form",
1734
+ "start_at": "2025-06-12 14:00",
1735
+ "end_at": "2025-06-12 17:00",
1736
+ "event_list": []
1737
+ }
1738
+ ],
1739
+ "capacity": 1e3,
1740
+ "combined_resource": null,
1741
+ "resource_form_id": 853
1742
+ },
1743
+ {
1744
+ "id": 38343,
1745
+ "main_field": "",
1746
+ "sort": 38343,
1747
+ "form_id": 6,
1748
+ "times": [
1749
+ {
1750
+ "keys": "6200e45e96e371fedb899dc0103acde6",
1751
+ "schedule_id": 1007,
1752
+ "item_type": "party_room",
1753
+ "item_id": 38343,
1754
+ "start_date": "2025-06-12",
1755
+ "end_date": "2025-06-12",
1756
+ "start_time": "09:00",
1757
+ "end_time": "11:00",
1758
+ "is_all": 0,
1759
+ "relation_type": "form",
1760
+ "start_at": "2025-06-12 09:00",
1761
+ "end_at": "2025-06-12 11:00",
1762
+ "event_list": []
1763
+ },
1764
+ {
1765
+ "keys": "35130eac6484d3aaf86857f38d49521c",
1766
+ "schedule_id": 1007,
1767
+ "item_type": "party_room",
1768
+ "item_id": 38343,
1769
+ "start_date": "2025-06-12",
1770
+ "end_date": "2025-06-12",
1771
+ "start_time": "14:00",
1772
+ "end_time": "17:00",
1773
+ "is_all": 0,
1774
+ "relation_type": "form",
1775
+ "start_at": "2025-06-12 14:00",
1776
+ "end_at": "2025-06-12 17:00",
1777
+ "event_list": []
1778
+ }
1779
+ ],
1780
+ "capacity": 20,
1781
+ "combined_resource": null,
1782
+ "resource_form_id": 7
1783
+ },
1784
+ {
1785
+ "id": 38348,
1786
+ "main_field": "Main Campus",
1787
+ "sort": 38348,
1788
+ "form_id": 214,
1789
+ "times": [],
1790
+ "capacity": 1,
1791
+ "combined_resource": null,
1792
+ "resource_form_id": ""
1793
+ },
1794
+ {
1795
+ "id": 38349,
1796
+ "main_field": "East Campus",
1797
+ "sort": 38349,
1798
+ "form_id": 214,
1799
+ "times": [
1800
+ {
1801
+ "keys": "931ac3e2c2240c7e134d569d448c43d4",
1802
+ "schedule_id": 999,
1803
+ "item_type": "resources",
1804
+ "item_id": 38349,
1805
+ "start_date": "2025-06-12",
1806
+ "end_date": "2025-06-12",
1807
+ "start_time": "00:00",
1808
+ "end_time": "23:59",
1809
+ "is_all": 1,
1810
+ "relation_type": "form",
1811
+ "start_at": "2025-06-12 00:00",
1812
+ "end_at": "2025-06-12 23:59",
1813
+ "event_list": []
1814
+ }
1815
+ ],
1816
+ "capacity": 3,
1817
+ "combined_resource": null,
1818
+ "resource_form_id": 884
1819
+ },
1820
+ {
1821
+ "id": 38350,
1822
+ "main_field": "West Campus",
1823
+ "sort": 38350,
1824
+ "form_id": 214,
1825
+ "times": [
1826
+ {
1827
+ "keys": "6baee47423d5b15162899bda893119b0",
1828
+ "schedule_id": 999,
1829
+ "item_type": "resources",
1830
+ "item_id": 38350,
1831
+ "start_date": "2025-06-12",
1832
+ "end_date": "2025-06-12",
1833
+ "start_time": "00:00",
1834
+ "end_time": "23:59",
1835
+ "is_all": 1,
1836
+ "relation_type": "form",
1837
+ "start_at": "2025-06-12 00:00",
1838
+ "end_at": "2025-06-12 23:59",
1839
+ "event_list": []
1840
+ }
1841
+ ],
1842
+ "capacity": 100,
1843
+ "combined_resource": null,
1844
+ "resource_form_id": ""
1845
+ },
1846
+ {
1847
+ "id": 38564,
1848
+ "main_field": "",
1849
+ "sort": 38562,
1850
+ "form_id": 35,
1851
+ "times": [
1852
+ {
1853
+ "keys": "9d6b6a2be1fdd36e279d09392a5aa7b7",
1854
+ "schedule_id": 218,
1855
+ "item_type": "table",
1856
+ "item_id": 38564,
1857
+ "start_date": "2025-06-12",
1858
+ "end_date": "2025-06-12",
1859
+ "start_time": "00:00",
1860
+ "end_time": "23:59",
1861
+ "is_all": 1,
1862
+ "relation_type": "form",
1863
+ "start_at": "2025-06-12 00:00",
1864
+ "end_at": "2025-06-12 23:59",
1865
+ "event_list": []
1866
+ }
1867
+ ],
1868
+ "capacity": 0,
1869
+ "combined_resource": null,
1870
+ "resource_form_id": ""
1871
+ },
1872
+ {
1873
+ "id": 39827,
1874
+ "main_field": "play area",
1875
+ "sort": 39827,
1876
+ "form_id": 207,
1877
+ "times": [
1878
+ {
1879
+ "keys": "154ff0f4e13efa360f0a14ee9322d032",
1880
+ "schedule_id": 1005,
1881
+ "item_type": "sites",
1882
+ "item_id": 39827,
1883
+ "start_date": "2025-06-12",
1884
+ "end_date": "2025-06-12",
1885
+ "start_time": "09:00",
1886
+ "end_time": "18:00",
1887
+ "is_all": 0,
1888
+ "relation_type": "form",
1889
+ "start_at": "2025-06-12 09:00",
1890
+ "end_at": "2025-06-12 18:00",
1891
+ "event_list": []
1892
+ }
1893
+ ],
1894
+ "capacity": 200,
1895
+ "combined_resource": null,
1896
+ "resource_form_id": ""
1897
+ },
1898
+ {
1899
+ "id": 39905,
1900
+ "main_field": "Dr Linda",
1901
+ "sort": 39905,
1902
+ "form_id": 10,
1903
+ "times": [],
1904
+ "capacity": 1,
1905
+ "combined_resource": null,
1906
+ "resource_form_id": 0
1907
+ },
1908
+ {
1909
+ "id": 40262,
1910
+ "main_field": "A01(组合资源-小桌-4 人)",
1911
+ "sort": 40260,
1912
+ "form_id": 35,
1913
+ "times": [
1914
+ {
1915
+ "keys": "518015526becd637e4d6a6912b144db0",
1916
+ "schedule_id": 984,
1917
+ "item_type": "table",
1918
+ "item_id": 40262,
1919
+ "start_date": "2025-06-12",
1920
+ "end_date": "2025-06-12",
1921
+ "start_time": "15:00",
1922
+ "end_time": "18:00",
1923
+ "is_all": 0,
1924
+ "relation_type": "form",
1925
+ "start_at": "2025-06-12 15:00",
1926
+ "end_at": "2025-06-12 18:00",
1927
+ "event_list": []
1928
+ },
1929
+ {
1930
+ "keys": "1239337605288eeeea9a1dc7904076ea",
1931
+ "schedule_id": 999,
1932
+ "item_type": "table",
1933
+ "item_id": 40262,
1934
+ "start_date": "2025-06-12",
1935
+ "end_date": "2025-06-12",
1936
+ "start_time": "00:00",
1937
+ "end_time": "23:59",
1938
+ "is_all": 1,
1939
+ "relation_type": "form",
1940
+ "start_at": "2025-06-12 00:00",
1941
+ "end_at": "2025-06-12 23:59",
1942
+ "event_list": []
1943
+ },
1944
+ {
1945
+ "keys": "5318b95c84d7a43406ed965fcfb1f9b0",
1946
+ "schedule_id": 1005,
1947
+ "item_type": "table",
1948
+ "item_id": 40262,
1949
+ "start_date": "2025-06-12",
1950
+ "end_date": "2025-06-12",
1951
+ "start_time": "09:00",
1952
+ "end_time": "18:00",
1953
+ "is_all": 0,
1954
+ "relation_type": "form",
1955
+ "start_at": "2025-06-12 09:00",
1956
+ "end_at": "2025-06-12 18:00",
1957
+ "event_list": []
1958
+ }
1959
+ ],
1960
+ "capacity": 10,
1961
+ "combined_resource": null,
1962
+ "resource_form_id": ""
1963
+ },
1964
+ {
1965
+ "id": 40263,
1966
+ "main_field": "A02(组合资源-小桌-4 人)",
1967
+ "sort": 40261,
1968
+ "form_id": 35,
1969
+ "times": [
1970
+ {
1971
+ "keys": "888f592c86ab45c7edae8690c38abc36",
1972
+ "schedule_id": 984,
1973
+ "item_type": "table",
1974
+ "item_id": 40263,
1975
+ "start_date": "2025-06-12",
1976
+ "end_date": "2025-06-12",
1977
+ "start_time": "15:00",
1978
+ "end_time": "18:00",
1979
+ "is_all": 0,
1980
+ "relation_type": "form",
1981
+ "start_at": "2025-06-12 15:00",
1982
+ "end_at": "2025-06-12 18:00",
1983
+ "event_list": []
1984
+ },
1985
+ {
1986
+ "keys": "33cff15e140cec868ff6582fbdc93384",
1987
+ "schedule_id": 999,
1988
+ "item_type": "table",
1989
+ "item_id": 40263,
1990
+ "start_date": "2025-06-12",
1991
+ "end_date": "2025-06-12",
1992
+ "start_time": "00:00",
1993
+ "end_time": "23:59",
1994
+ "is_all": 1,
1995
+ "relation_type": "form",
1996
+ "start_at": "2025-06-12 00:00",
1997
+ "end_at": "2025-06-12 23:59",
1998
+ "event_list": [
1999
+ {
2000
+ "id": 64154,
2001
+ "start_date": "2025-06-12",
2002
+ "start_time": "09:00",
2003
+ "end_date": "2025-06-12",
2004
+ "end_time": "11:00",
2005
+ "relation_id": 40263,
2006
+ "number": 1,
2007
+ "start_at": "2025-06-12 09:00",
2008
+ "end_at": "2025-06-12 11:00",
2009
+ "keys": "2025-06-12_09:00 2025-06-12_11:00_40263",
2010
+ "pax": 1,
2011
+ "type": "schedule_event"
2012
+ }
2013
+ ]
2014
+ },
2015
+ {
2016
+ "keys": "c713caa17816145357bba131ac8e1937",
2017
+ "schedule_id": 1005,
2018
+ "item_type": "table",
2019
+ "item_id": 40263,
2020
+ "start_date": "2025-06-12",
2021
+ "end_date": "2025-06-12",
2022
+ "start_time": "09:00",
2023
+ "end_time": "18:00",
2024
+ "is_all": 0,
2025
+ "relation_type": "form",
2026
+ "start_at": "2025-06-12 09:00",
2027
+ "end_at": "2025-06-12 18:00",
2028
+ "event_list": [
2029
+ {
2030
+ "id": 64154,
2031
+ "start_date": "2025-06-12",
2032
+ "start_time": "09:00",
2033
+ "end_date": "2025-06-12",
2034
+ "end_time": "11:00",
2035
+ "relation_id": 40263,
2036
+ "number": 1,
2037
+ "start_at": "2025-06-12 09:00",
2038
+ "end_at": "2025-06-12 11:00",
2039
+ "keys": "2025-06-12_09:00 2025-06-12_11:00_40263",
2040
+ "pax": 1,
2041
+ "type": "schedule_event"
2042
+ }
2043
+ ]
2044
+ }
2045
+ ],
2046
+ "capacity": 10,
2047
+ "combined_resource": null,
2048
+ "resource_form_id": ""
2049
+ },
2050
+ {
2051
+ "id": 40268,
2052
+ "main_field": "B03(组合资源-拼桌大桌-6 人)",
2053
+ "sort": 41078,
2054
+ "form_id": 35,
2055
+ "times": [
2056
+ {
2057
+ "keys": "f43417939fb1a594417e26e4c566001f",
2058
+ "schedule_id": 999,
2059
+ "item_type": "table",
2060
+ "item_id": 40268,
2061
+ "start_date": "2025-06-12",
2062
+ "end_date": "2025-06-12",
2063
+ "start_time": "00:00",
2064
+ "end_time": "23:59",
2065
+ "is_all": 1,
2066
+ "relation_type": "form",
2067
+ "start_at": "2025-06-12 00:00",
2068
+ "end_at": "2025-06-12 23:59",
2069
+ "event_list": [
2070
+ {
2071
+ "id": 64084,
2072
+ "start_date": "2025-06-12",
2073
+ "start_time": "16:30",
2074
+ "end_date": "2025-06-12",
2075
+ "end_time": "16:31",
2076
+ "relation_id": 40268,
2077
+ "number": 2,
2078
+ "start_at": "2025-06-12 16:30",
2079
+ "end_at": "2025-06-12 16:31",
2080
+ "keys": "2025-06-12_16:30 2025-06-12_16:31_40268",
2081
+ "pax": 2,
2082
+ "type": "schedule_event"
2083
+ }
2084
+ ]
2085
+ }
2086
+ ],
2087
+ "capacity": 6,
2088
+ "combined_resource": {
2089
+ "status": 1,
2090
+ "resource_ids": [
2091
+ 40263,
2092
+ 40262
2093
+ ]
2094
+ },
2095
+ "resource_form_id": 925
2096
+ },
2097
+ {
2098
+ "id": 40335,
2099
+ "main_field": "",
2100
+ "sort": 40335,
2101
+ "form_id": 10,
2102
+ "times": [],
2103
+ "capacity": 1,
2104
+ "combined_resource": null,
2105
+ "resource_form_id": 0
2106
+ },
2107
+ {
2108
+ "id": 40357,
2109
+ "main_field": "组合资源测试table-0422-01",
2110
+ "sort": 40355,
2111
+ "form_id": 35,
2112
+ "times": [
2113
+ {
2114
+ "keys": "ed9c236e33ba6513cc30233d2389384d",
2115
+ "schedule_id": 1007,
2116
+ "item_type": "table",
2117
+ "item_id": 40357,
2118
+ "start_date": "2025-06-12",
2119
+ "end_date": "2025-06-12",
2120
+ "start_time": "09:00",
2121
+ "end_time": "11:00",
2122
+ "is_all": 0,
2123
+ "relation_type": "form",
2124
+ "start_at": "2025-06-12 09:00",
2125
+ "end_at": "2025-06-12 11:00",
2126
+ "event_list": []
2127
+ },
2128
+ {
2129
+ "keys": "63120b8a7168da10a2c45d348a4d1295",
2130
+ "schedule_id": 1007,
2131
+ "item_type": "table",
2132
+ "item_id": 40357,
2133
+ "start_date": "2025-06-12",
2134
+ "end_date": "2025-06-12",
2135
+ "start_time": "14:00",
2136
+ "end_time": "17:00",
2137
+ "is_all": 0,
2138
+ "relation_type": "form",
2139
+ "start_at": "2025-06-12 14:00",
2140
+ "end_at": "2025-06-12 17:00",
2141
+ "event_list": []
2142
+ }
2143
+ ],
2144
+ "capacity": 1,
2145
+ "combined_resource": {
2146
+ "status": 1,
2147
+ "resource_ids": [
2148
+ 40262,
2149
+ 40263
2150
+ ]
2151
+ },
2152
+ "resource_form_id": ""
2153
+ },
2154
+ {
2155
+ "id": 40987,
2156
+ "main_field": "Venue",
2157
+ "sort": 40987,
2158
+ "form_id": 207,
2159
+ "times": [
2160
+ {
2161
+ "keys": "e6adaa1beba9494eefd3d603e978dd80",
2162
+ "schedule_id": 1017,
2163
+ "item_type": "sites",
2164
+ "item_id": 40987,
2165
+ "start_date": "2025-06-12",
2166
+ "end_date": "2025-06-12",
2167
+ "start_time": "10:00",
2168
+ "end_time": "22:00",
2169
+ "is_all": 0,
2170
+ "relation_type": "form",
2171
+ "start_at": "2025-06-12 10:00",
2172
+ "end_at": "2025-06-12 22:00",
2173
+ "event_list": []
2174
+ }
2175
+ ],
2176
+ "capacity": 200,
2177
+ "combined_resource": null,
2178
+ "resource_form_id": ""
2179
+ },
2180
+ {
2181
+ "id": 41077,
2182
+ "main_field": "小包 01(10人)",
2183
+ "sort": 41075,
2184
+ "form_id": 35,
2185
+ "times": [
2186
+ {
2187
+ "keys": "d811cbba08d6032810a4edbfa5ddbd25",
2188
+ "schedule_id": 984,
2189
+ "item_type": "table",
2190
+ "item_id": 41077,
2191
+ "start_date": "2025-06-12",
2192
+ "end_date": "2025-06-12",
2193
+ "start_time": "15:00",
2194
+ "end_time": "18:00",
2195
+ "is_all": 0,
2196
+ "relation_type": "form",
2197
+ "start_at": "2025-06-12 15:00",
2198
+ "end_at": "2025-06-12 18:00",
2199
+ "event_list": [
2200
+ {
2201
+ "id": 64083,
2202
+ "start_date": "2025-06-12",
2203
+ "start_time": "16:00",
2204
+ "end_date": "2025-06-12",
2205
+ "end_time": "16:30",
2206
+ "relation_id": 41077,
2207
+ "number": 1,
2208
+ "start_at": "2025-06-12 16:00",
2209
+ "end_at": "2025-06-12 16:30",
2210
+ "keys": "2025-06-12_16:00 2025-06-12_16:30_41077",
2211
+ "pax": 1,
2212
+ "type": "schedule_event"
2213
+ }
2214
+ ]
2215
+ },
2216
+ {
2217
+ "keys": "8459236e487fa5899ce4aa0487c51c96",
2218
+ "schedule_id": 999,
2219
+ "item_type": "table",
2220
+ "item_id": 41077,
2221
+ "start_date": "2025-06-12",
2222
+ "end_date": "2025-06-12",
2223
+ "start_time": "00:00",
2224
+ "end_time": "23:59",
2225
+ "is_all": 1,
2226
+ "relation_type": "form",
2227
+ "start_at": "2025-06-12 00:00",
2228
+ "end_at": "2025-06-12 23:59",
2229
+ "event_list": [
2230
+ {
2231
+ "id": 64016,
2232
+ "start_date": "2025-06-12",
2233
+ "start_time": "09:00",
2234
+ "end_date": "2025-06-12",
2235
+ "end_time": "11:00",
2236
+ "relation_id": 41077,
2237
+ "number": 1,
2238
+ "start_at": "2025-06-12 09:00",
2239
+ "end_at": "2025-06-12 11:00",
2240
+ "keys": "2025-06-12_09:00 2025-06-12_11:00_41077",
2241
+ "pax": 1,
2242
+ "type": "schedule_event"
2243
+ },
2244
+ {
2245
+ "id": 64083,
2246
+ "start_date": "2025-06-12",
2247
+ "start_time": "16:00",
2248
+ "end_date": "2025-06-12",
2249
+ "end_time": "16:30",
2250
+ "relation_id": 41077,
2251
+ "number": 1,
2252
+ "start_at": "2025-06-12 16:00",
2253
+ "end_at": "2025-06-12 16:30",
2254
+ "keys": "2025-06-12_16:00 2025-06-12_16:30_41077",
2255
+ "pax": 1,
2256
+ "type": "schedule_event"
2257
+ }
2258
+ ]
2259
+ }
2260
+ ],
2261
+ "capacity": 10,
2262
+ "combined_resource": {
2263
+ "status": 0,
2264
+ "resource_ids": []
2265
+ },
2266
+ "resource_form_id": 925
2267
+ },
2268
+ {
2269
+ "id": 41078,
2270
+ "main_field": "小包 02(10人)",
2271
+ "sort": 41076,
2272
+ "form_id": 35,
2273
+ "times": [
2274
+ {
2275
+ "keys": "0c048da8144bd96a1e7facdb1f4a30d0",
2276
+ "schedule_id": 999,
2277
+ "item_type": "table",
2278
+ "item_id": 41078,
2279
+ "start_date": "2025-06-12",
2280
+ "end_date": "2025-06-12",
2281
+ "start_time": "00:00",
2282
+ "end_time": "23:59",
2283
+ "is_all": 1,
2284
+ "relation_type": "form",
2285
+ "start_at": "2025-06-12 00:00",
2286
+ "end_at": "2025-06-12 23:59",
2287
+ "event_list": [
2288
+ {
2289
+ "id": 64156,
2290
+ "start_date": "2025-06-12",
2291
+ "start_time": "09:00",
2292
+ "end_date": "2025-06-12",
2293
+ "end_time": "11:00",
2294
+ "relation_id": 41078,
2295
+ "number": 1,
2296
+ "start_at": "2025-06-12 09:00",
2297
+ "end_at": "2025-06-12 11:00",
2298
+ "keys": "2025-06-12_09:00 2025-06-12_11:00_41078",
2299
+ "pax": 1,
2300
+ "type": "schedule_event"
2301
+ }
2302
+ ]
2303
+ }
2304
+ ],
2305
+ "capacity": 10,
2306
+ "combined_resource": {
2307
+ "status": 0,
2308
+ "resource_ids": []
2309
+ },
2310
+ "resource_form_id": 942
2311
+ },
2312
+ {
2313
+ "id": 41079,
2314
+ "main_field": "中包 01(20人)",
2315
+ "sort": 41079,
2316
+ "form_id": 35,
2317
+ "times": [
2318
+ {
2319
+ "keys": "a3113f407a6d1d7102cffc0bf7cb65f4",
2320
+ "schedule_id": 999,
2321
+ "item_type": "table",
2322
+ "item_id": 41079,
2323
+ "start_date": "2025-06-12",
2324
+ "end_date": "2025-06-12",
2325
+ "start_time": "00:00",
2326
+ "end_time": "23:59",
2327
+ "is_all": 1,
2328
+ "relation_type": "form",
2329
+ "start_at": "2025-06-12 00:00",
2330
+ "end_at": "2025-06-12 23:59",
2331
+ "event_list": []
2332
+ }
2333
+ ],
2334
+ "capacity": 5,
2335
+ "combined_resource": {
2336
+ "status": 1,
2337
+ "resource_ids": [
2338
+ 41077,
2339
+ 41078
2340
+ ]
2341
+ },
2342
+ "resource_form_id": ""
2343
+ },
2344
+ {
2345
+ "id": 41102,
2346
+ "main_field": "",
2347
+ "sort": 41102,
2348
+ "form_id": 10,
2349
+ "times": [],
2350
+ "capacity": 123,
2351
+ "combined_resource": null,
2352
+ "resource_form_id": 0
2353
+ },
2354
+ {
2355
+ "id": 41665,
2356
+ "main_field": "Tablewaiver01",
2357
+ "sort": 41665,
2358
+ "form_id": 35,
2359
+ "times": [
2360
+ {
2361
+ "keys": "c53b338e7595afbcc54fdcd27ba3e87d",
2362
+ "schedule_id": 984,
2363
+ "item_type": "table",
2364
+ "item_id": 41665,
2365
+ "start_date": "2025-06-12",
2366
+ "end_date": "2025-06-12",
2367
+ "start_time": "15:00",
2368
+ "end_time": "18:00",
2369
+ "is_all": 0,
2370
+ "relation_type": "form",
2371
+ "start_at": "2025-06-12 15:00",
2372
+ "end_at": "2025-06-12 18:00",
2373
+ "event_list": []
2374
+ }
2375
+ ],
2376
+ "capacity": 20,
2377
+ "combined_resource": {
2378
+ "status": 0,
2379
+ "resource_ids": []
2380
+ },
2381
+ "resource_form_id": ""
2382
+ },
2383
+ {
2384
+ "id": 41666,
2385
+ "main_field": "Tablewaiver02",
2386
+ "sort": 41666,
2387
+ "form_id": 35,
2388
+ "times": [
2389
+ {
2390
+ "keys": "17ce6d0f86dd2730b680f4b3e212e86a",
2391
+ "schedule_id": 984,
2392
+ "item_type": "table",
2393
+ "item_id": 41666,
2394
+ "start_date": "2025-06-12",
2395
+ "end_date": "2025-06-12",
2396
+ "start_time": "15:00",
2397
+ "end_time": "18:00",
2398
+ "is_all": 0,
2399
+ "relation_type": "form",
2400
+ "start_at": "2025-06-12 15:00",
2401
+ "end_at": "2025-06-12 18:00",
2402
+ "event_list": []
2403
+ }
2404
+ ],
2405
+ "capacity": 20,
2406
+ "combined_resource": {
2407
+ "status": 0,
2408
+ "resource_ids": []
2409
+ },
2410
+ "resource_form_id": ""
2411
+ },
2412
+ {
2413
+ "id": 41667,
2414
+ "main_field": "Tablewaiver03",
2415
+ "sort": 41667,
2416
+ "form_id": 35,
2417
+ "times": [
2418
+ {
2419
+ "keys": "80f733ad2c6b0b4a79122f9b924f18d0",
2420
+ "schedule_id": 984,
2421
+ "item_type": "table",
2422
+ "item_id": 41667,
2423
+ "start_date": "2025-06-12",
2424
+ "end_date": "2025-06-12",
2425
+ "start_time": "15:00",
2426
+ "end_time": "18:00",
2427
+ "is_all": 0,
2428
+ "relation_type": "form",
2429
+ "start_at": "2025-06-12 15:00",
2430
+ "end_at": "2025-06-12 18:00",
2431
+ "event_list": []
2432
+ }
2433
+ ],
2434
+ "capacity": 20,
2435
+ "combined_resource": {
2436
+ "status": 0,
2437
+ "resource_ids": []
2438
+ },
2439
+ "resource_form_id": 934
2440
+ },
2441
+ {
2442
+ "id": 41671,
2443
+ "main_field": "桌台waiver04-minor关联waiver",
2444
+ "sort": 41671,
2445
+ "form_id": 35,
2446
+ "times": [
2447
+ {
2448
+ "keys": "a363c09d66123a33506dc998aaab8ed6",
2449
+ "schedule_id": 984,
2450
+ "item_type": "table",
2451
+ "item_id": 41671,
2452
+ "start_date": "2025-06-12",
2453
+ "end_date": "2025-06-12",
2454
+ "start_time": "15:00",
2455
+ "end_time": "18:00",
2456
+ "is_all": 0,
2457
+ "relation_type": "form",
2458
+ "start_at": "2025-06-12 15:00",
2459
+ "end_at": "2025-06-12 18:00",
2460
+ "event_list": []
2461
+ }
2462
+ ],
2463
+ "capacity": 20,
2464
+ "combined_resource": {
2465
+ "status": 0,
2466
+ "resource_ids": []
2467
+ },
2468
+ "resource_form_id": 942
2469
+ },
2470
+ {
2471
+ "id": 42743,
2472
+ "main_field": "舞蹈校区1",
2473
+ "sort": 42743,
2474
+ "form_id": 214,
2475
+ "times": [
2476
+ {
2477
+ "keys": "f126f8c14a6b31656ed1ae7511180159",
2478
+ "schedule_id": 1034,
2479
+ "item_type": "resources",
2480
+ "item_id": 42743,
2481
+ "start_date": "2025-06-12",
2482
+ "end_date": "2025-06-12",
2483
+ "start_time": "09:00",
2484
+ "end_time": "17:00",
2485
+ "is_all": 0,
2486
+ "relation_type": "form",
2487
+ "start_at": "2025-06-12 09:00",
2488
+ "end_at": "2025-06-12 17:00",
2489
+ "event_list": []
2490
+ }
2491
+ ],
2492
+ "capacity": 7,
2493
+ "combined_resource": null,
2494
+ "resource_form_id": ""
2495
+ },
2496
+ {
2497
+ "id": 43209,
2498
+ "main_field": "kiosk餐牌1 17~20",
2499
+ "sort": 43209,
2500
+ "form_id": 37,
2501
+ "times": [
2502
+ {
2503
+ "keys": "cf3493be7309e3ebf4a175ef34ecde23",
2504
+ "schedule_id": 1042,
2505
+ "item_type": "menu_list",
2506
+ "item_id": 43209,
2507
+ "start_date": "2025-06-12",
2508
+ "end_date": "2025-06-12",
2509
+ "start_time": "17:00",
2510
+ "end_time": "20:00",
2511
+ "is_all": 0,
2512
+ "relation_type": "form",
2513
+ "start_at": "2025-06-12 17:00",
2514
+ "end_at": "2025-06-12 20:00",
2515
+ "event_list": []
2516
+ }
2517
+ ],
2518
+ "capacity": 100,
2519
+ "combined_resource": null,
2520
+ "resource_form_id": 0
2521
+ },
2522
+ {
2523
+ "id": 43246,
2524
+ "main_field": "",
2525
+ "sort": 43246,
2526
+ "form_id": 37,
2527
+ "times": [],
2528
+ "capacity": 1,
2529
+ "combined_resource": null,
2530
+ "resource_form_id": 0
2531
+ },
2532
+ {
2533
+ "id": 43247,
2534
+ "main_field": "",
2535
+ "sort": 43247,
2536
+ "form_id": 37,
2537
+ "times": [],
2538
+ "capacity": 1,
2539
+ "combined_resource": null,
2540
+ "resource_form_id": 0
2541
+ },
2542
+ {
2543
+ "id": 43300,
2544
+ "main_field": "",
2545
+ "sort": 43300,
2546
+ "form_id": 37,
2547
+ "times": [],
2548
+ "capacity": 1,
2549
+ "combined_resource": null,
2550
+ "resource_form_id": 0
2551
+ },
2552
+ {
2553
+ "id": 43337,
2554
+ "main_field": "",
2555
+ "sort": 43337,
2556
+ "form_id": 6,
2557
+ "times": [],
2558
+ "capacity": 999,
2559
+ "combined_resource": null,
2560
+ "resource_form_id": 0
2561
+ },
2562
+ {
2563
+ "id": 43420,
2564
+ "main_field": "Queen Victoria Market Shed C and D",
2565
+ "sort": 43420,
2566
+ "form_id": 207,
2567
+ "times": [],
2568
+ "capacity": 20,
2569
+ "combined_resource": null,
2570
+ "resource_form_id": ""
2571
+ },
2572
+ {
2573
+ "id": 43421,
2574
+ "main_field": "Queen Victoria Market Shed C and D",
2575
+ "sort": 43421,
2576
+ "form_id": 214,
2577
+ "times": [],
2578
+ "capacity": 30,
2579
+ "combined_resource": null,
2580
+ "resource_form_id": ""
2581
+ },
2582
+ {
2583
+ "id": 43536,
2584
+ "main_field": "",
2585
+ "sort": 43536,
2586
+ "form_id": 37,
2587
+ "times": [
2588
+ {
2589
+ "keys": "580b3bdbef16d8712b35e2ff870bf407",
2590
+ "schedule_id": 1041,
2591
+ "item_type": "menu_list",
2592
+ "item_id": 43536,
2593
+ "start_date": "2025-06-12",
2594
+ "end_date": "2025-06-12",
2595
+ "start_time": "10:00",
2596
+ "end_time": "16:00",
2597
+ "is_all": 0,
2598
+ "relation_type": "form",
2599
+ "start_at": "2025-06-12 10:00",
2600
+ "end_at": "2025-06-12 16:00",
2601
+ "event_list": []
2602
+ }
2603
+ ],
2604
+ "capacity": 1,
2605
+ "combined_resource": null,
2606
+ "resource_form_id": 0
2607
+ },
2608
+ {
2609
+ "id": 43658,
2610
+ "main_field": "test-0605-01",
2611
+ "sort": 43658,
2612
+ "form_id": 37,
2613
+ "times": [],
2614
+ "capacity": 8,
2615
+ "combined_resource": null,
2616
+ "resource_form_id": 0
2617
+ },
2618
+ {
2619
+ "id": 43659,
2620
+ "main_field": "",
2621
+ "sort": 43659,
2622
+ "form_id": 37,
2623
+ "times": [
2624
+ {
2625
+ "keys": "c1213dc35fcdc48af11cafbf98c4ee23",
2626
+ "schedule_id": 1051,
2627
+ "item_type": "menu_list",
2628
+ "item_id": 43659,
2629
+ "start_date": "2025-06-12",
2630
+ "end_date": "2025-07-09",
2631
+ "start_time": "00:00",
2632
+ "end_time": "23:59",
2633
+ "is_all": 1,
2634
+ "relation_type": "form",
2635
+ "start_at": "2025-06-12 00:00",
2636
+ "end_at": "2025-07-09 23:59",
2637
+ "event_list": []
2638
+ }
2639
+ ],
2640
+ "capacity": 1,
2641
+ "combined_resource": null,
2642
+ "resource_form_id": 0
2643
+ },
2644
+ {
2645
+ "id": 43660,
2646
+ "main_field": "",
2647
+ "sort": 43660,
2648
+ "form_id": 37,
2649
+ "times": [
2650
+ {
2651
+ "keys": "ff758858f7e52a701cbd41baf7c13a21",
2652
+ "schedule_id": 1051,
2653
+ "item_type": "menu_list",
2654
+ "item_id": 43660,
2655
+ "start_date": "2025-06-12",
2656
+ "end_date": "2025-07-09",
2657
+ "start_time": "00:00",
2658
+ "end_time": "23:59",
2659
+ "is_all": 1,
2660
+ "relation_type": "form",
2661
+ "start_at": "2025-06-12 00:00",
2662
+ "end_at": "2025-07-09 23:59",
2663
+ "event_list": []
2664
+ }
2665
+ ],
2666
+ "capacity": 1,
2667
+ "combined_resource": null,
2668
+ "resource_form_id": 0
2669
+ },
2670
+ {
2671
+ "id": 43661,
2672
+ "main_field": "",
2673
+ "sort": 43661,
2674
+ "form_id": 37,
2675
+ "times": [
2676
+ {
2677
+ "keys": "119613314d3d266386641c5189d575a8",
2678
+ "schedule_id": 1051,
2679
+ "item_type": "menu_list",
2680
+ "item_id": 43661,
2681
+ "start_date": "2025-06-12",
2682
+ "end_date": "2025-07-09",
2683
+ "start_time": "00:00",
2684
+ "end_time": "23:59",
2685
+ "is_all": 1,
2686
+ "relation_type": "form",
2687
+ "start_at": "2025-06-12 00:00",
2688
+ "end_at": "2025-07-09 23:59",
2689
+ "event_list": []
2690
+ }
2691
+ ],
2692
+ "capacity": 1,
2693
+ "combined_resource": null,
2694
+ "resource_form_id": 0
2695
+ },
2696
+ {
2697
+ "id": 43775,
2698
+ "main_field": "",
2699
+ "sort": 43775,
2700
+ "form_id": 37,
2701
+ "times": [
2702
+ {
2703
+ "keys": "fcffc764654ecc80209a382f3975d5cc",
2704
+ "schedule_id": 1053,
2705
+ "item_type": "menu_list",
2706
+ "item_id": 43775,
2707
+ "start_date": "2025-06-12",
2708
+ "end_date": "2025-06-12",
2709
+ "start_time": "09:00",
2710
+ "end_time": "18:00",
2711
+ "is_all": 0,
2712
+ "relation_type": "form",
2713
+ "start_at": "2025-06-12 09:00",
2714
+ "end_at": "2025-06-12 18:00",
2715
+ "event_list": []
2716
+ }
2717
+ ],
2718
+ "capacity": 1,
2719
+ "combined_resource": null,
2720
+ "resource_form_id": 0
2721
+ }
2722
+ ];
2723
+ var mockProps = {
2724
+ "toStartDate": "2025-06-12T08:31:00.000Z",
2725
+ "toEndDate": "2025-06-12T09:01:00.000Z",
2726
+ "event": {
2727
+ "id": 64204,
2728
+ "keys": "80ba9d3da499731f86ca793175209027",
2729
+ "schedule_id": 0,
2730
+ "schedule_name": "",
2731
+ "item_type": "appointment_booking",
2732
+ "item_id": 41079,
2733
+ "start_date": "2025-06-12",
2734
+ "end_date": "2025-06-12",
2735
+ "start_time": "16:21",
2736
+ "end_time": "16:51",
2737
+ "is_all": 0,
2738
+ "max_participants_type": "no-limit",
2739
+ "max_participants_limit": 0,
2740
+ "name": "预约商品-Wang",
2741
+ "holder_name": "",
2742
+ "number": 1,
2743
+ "appointment_status": "new",
2744
+ "like_status": "common",
2745
+ "type": "order",
2746
+ "sub_type": "minutes",
2747
+ "resource_id": 41079,
2748
+ "service_id": 61124,
2749
+ "form": {
2750
+ "form_record_id": 41079,
2751
+ "value": "中包 01(20人)",
2752
+ "type": "string"
2753
+ },
2754
+ "notes": [],
2755
+ "order": {
2756
+ "id": 78399,
2757
+ "order_platform": "shop",
2758
+ "order_payment_status": "payment_processing"
2759
+ },
2760
+ "extras": null,
2761
+ "parent_id": 64203,
2762
+ "version": "v2",
2763
+ "color": "",
2764
+ "status": 0,
2765
+ "extension_id": 214,
2766
+ "data_type": "event",
2767
+ "few_day": false,
2768
+ "customers": [
2769
+ {
2770
+ "customer_id": 1,
2771
+ "nickname": "",
2772
+ "cover": "",
2773
+ "phone": "",
2774
+ "country_calling_code": "61",
2775
+ "display_name": "Walk-In",
2776
+ "email": "",
2777
+ "note": "",
2778
+ "order": {
2779
+ "id": 78399,
2780
+ "customer_id": 1,
2781
+ "payment_status": "payment_processing",
2782
+ "is_deposit": 0,
2783
+ "type": "appointment_booking",
2784
+ "note": "",
2785
+ "discount_amount": "0.00",
2786
+ "expect_amount": "20.00",
2787
+ "payment_time": null,
2788
+ "total_amount": "20.00",
2789
+ "deposit_amount": "0.00",
2790
+ "product_amount": "20.00",
2791
+ "order_time": "",
2792
+ "detail": [
2793
+ {
2794
+ "id": 128113,
2795
+ "order_id": 78399,
2796
+ "product_title": "预约商品-Wang",
2797
+ "product_quantity": 1,
2798
+ "selling_price": "20.00",
2799
+ "product_id": 61124,
2800
+ "extension_type": "product_appointment",
2801
+ "product_sku": {
2802
+ "code": "",
2803
+ "name": "",
2804
+ "unit": "",
2805
+ "weight": 0,
2806
+ "barcode": "",
2807
+ "sku_ids": "",
2808
+ "variant": [],
2809
+ "subtitle": {
2810
+ "en": null,
2811
+ "auto": "",
2812
+ "zh-CN": null,
2813
+ "zh-HK": null,
2814
+ "kitchen": null,
2815
+ "original": ""
2816
+ },
2817
+ "unit_price": 0,
2818
+ "variant_id": 0,
2819
+ "unit_weight": 0,
2820
+ "open_sold_weight": 0,
2821
+ "open_box_specification": -1,
2822
+ "box_specification_quantity": 0
2823
+ },
2824
+ "schedule_event_id": 64204,
2825
+ "product_option_string": ""
2826
+ }
2827
+ ],
2828
+ "surcharge": [],
2829
+ "deposit_status": null,
2830
+ "total_refund_amount": "0.00",
2831
+ "has_pay": "0.00",
2832
+ "order_paid_amount": 0,
2833
+ "paid_amount": 0,
2834
+ "payment": [],
2835
+ "surcharge_fee": 0,
2836
+ "tip": [],
2837
+ "tip_fee": 0
2838
+ },
2839
+ "order_detail": {
2840
+ "product_id": 61124,
2841
+ "payment_price": "20.00",
2842
+ "product_title": {
2843
+ "en": null,
2844
+ "auto": "预约商品-Wang",
2845
+ "zh-CN": null,
2846
+ "zh-HK": null,
2847
+ "kitchen": null,
2848
+ "original": "预约商品-Wang"
2849
+ },
2850
+ "refund_quantity": 0,
2851
+ "product_quantity": 1
2852
+ },
2853
+ "event_id": 64204,
2854
+ "order_id": 78399,
2855
+ "extension_id": 214,
2856
+ "type": "appointment_booking"
2857
+ },
2858
+ {
2859
+ "customer_id": 1,
2860
+ "nickname": "",
2861
+ "cover": "",
2862
+ "phone": "",
2863
+ "country_calling_code": "61",
2864
+ "display_name": "Walk-In",
2865
+ "email": "",
2866
+ "note": "",
2867
+ "order": {
2868
+ "id": 78399,
2869
+ "customer_id": 1,
2870
+ "payment_status": "payment_processing",
2871
+ "is_deposit": 0,
2872
+ "type": "appointment_booking",
2873
+ "note": "",
2874
+ "discount_amount": "0.00",
2875
+ "expect_amount": "20.00",
2876
+ "payment_time": null,
2877
+ "total_amount": "20.00",
2878
+ "deposit_amount": "0.00",
2879
+ "product_amount": "20.00",
2880
+ "order_time": "",
2881
+ "detail": [
2882
+ {
2883
+ "id": 128113,
2884
+ "order_id": 78399,
2885
+ "product_title": "预约商品-Wang",
2886
+ "product_quantity": 1,
2887
+ "selling_price": "20.00",
2888
+ "product_id": 61124,
2889
+ "extension_type": "product_appointment",
2890
+ "product_sku": {
2891
+ "code": "",
2892
+ "name": "",
2893
+ "unit": "",
2894
+ "weight": 0,
2895
+ "barcode": "",
2896
+ "sku_ids": "",
2897
+ "variant": [],
2898
+ "subtitle": {
2899
+ "en": null,
2900
+ "auto": "",
2901
+ "zh-CN": null,
2902
+ "zh-HK": null,
2903
+ "kitchen": null,
2904
+ "original": ""
2905
+ },
2906
+ "unit_price": 0,
2907
+ "variant_id": 0,
2908
+ "unit_weight": 0,
2909
+ "open_sold_weight": 0,
2910
+ "open_box_specification": -1,
2911
+ "box_specification_quantity": 0
2912
+ },
2913
+ "schedule_event_id": 64204,
2914
+ "product_option_string": ""
2915
+ }
2916
+ ],
2917
+ "surcharge": [],
2918
+ "deposit_status": null,
2919
+ "total_refund_amount": "0.00",
2920
+ "has_pay": "0.00",
2921
+ "order_paid_amount": 0,
2922
+ "paid_amount": 0,
2923
+ "payment": [],
2924
+ "surcharge_fee": 0,
2925
+ "tip": [],
2926
+ "tip_fee": 0
2927
+ },
2928
+ "order_detail": {
2929
+ "product_id": 61124,
2930
+ "payment_price": "20.00",
2931
+ "product_title": {
2932
+ "en": null,
2933
+ "auto": "预约商品-Wang",
2934
+ "zh-CN": null,
2935
+ "zh-HK": null,
2936
+ "kitchen": null,
2937
+ "original": "预约商品-Wang"
2938
+ },
2939
+ "refund_quantity": 0,
2940
+ "product_quantity": 1
2941
+ },
2942
+ "event_id": 64204,
2943
+ "order_id": 78399,
2944
+ "extension_id": 214,
2945
+ "type": "appointment_booking"
2946
+ },
2947
+ {
2948
+ "customer_id": 1,
2949
+ "nickname": "",
2950
+ "cover": "",
2951
+ "phone": "",
2952
+ "country_calling_code": "61",
2953
+ "display_name": "Walk-In",
2954
+ "email": "",
2955
+ "note": "",
2956
+ "order": {
2957
+ "id": 78399,
2958
+ "customer_id": 1,
2959
+ "payment_status": "payment_processing",
2960
+ "is_deposit": 0,
2961
+ "type": "appointment_booking",
2962
+ "note": "",
2963
+ "discount_amount": "0.00",
2964
+ "expect_amount": "20.00",
2965
+ "payment_time": null,
2966
+ "total_amount": "20.00",
2967
+ "deposit_amount": "0.00",
2968
+ "product_amount": "20.00",
2969
+ "order_time": "",
2970
+ "detail": [
2971
+ {
2972
+ "id": 128113,
2973
+ "order_id": 78399,
2974
+ "product_title": "预约商品-Wang",
2975
+ "product_quantity": 1,
2976
+ "selling_price": "20.00",
2977
+ "product_id": 61124,
2978
+ "extension_type": "product_appointment",
2979
+ "product_sku": {
2980
+ "code": "",
2981
+ "name": "",
2982
+ "unit": "",
2983
+ "weight": 0,
2984
+ "barcode": "",
2985
+ "sku_ids": "",
2986
+ "variant": [],
2987
+ "subtitle": {
2988
+ "en": null,
2989
+ "auto": "",
2990
+ "zh-CN": null,
2991
+ "zh-HK": null,
2992
+ "kitchen": null,
2993
+ "original": ""
2994
+ },
2995
+ "unit_price": 0,
2996
+ "variant_id": 0,
2997
+ "unit_weight": 0,
2998
+ "open_sold_weight": 0,
2999
+ "open_box_specification": -1,
3000
+ "box_specification_quantity": 0
3001
+ },
3002
+ "schedule_event_id": 64204,
3003
+ "product_option_string": ""
3004
+ }
3005
+ ],
3006
+ "surcharge": [],
3007
+ "deposit_status": null,
3008
+ "total_refund_amount": "0.00",
3009
+ "has_pay": "0.00",
3010
+ "order_paid_amount": 0,
3011
+ "paid_amount": 0,
3012
+ "payment": [],
3013
+ "surcharge_fee": 0,
3014
+ "tip": [],
3015
+ "tip_fee": 0
3016
+ },
3017
+ "order_detail": {
3018
+ "product_id": 61124,
3019
+ "payment_price": "20.00",
3020
+ "product_title": {
3021
+ "en": null,
3022
+ "auto": "预约商品-Wang",
3023
+ "zh-CN": null,
3024
+ "zh-HK": null,
3025
+ "kitchen": null,
3026
+ "original": "预约商品-Wang"
3027
+ },
3028
+ "refund_quantity": 0,
3029
+ "product_quantity": 1
3030
+ },
3031
+ "event_id": 64204,
3032
+ "order_id": 78399,
3033
+ "extension_id": 214,
3034
+ "type": "appointment_booking"
3035
+ },
3036
+ {
3037
+ "customer_id": 1,
3038
+ "nickname": "",
3039
+ "cover": "",
3040
+ "phone": "",
3041
+ "country_calling_code": "61",
3042
+ "display_name": "Walk-In",
3043
+ "email": "",
3044
+ "note": "",
3045
+ "order": {
3046
+ "id": 78399,
3047
+ "customer_id": 1,
3048
+ "payment_status": "payment_processing",
3049
+ "is_deposit": 0,
3050
+ "type": "appointment_booking",
3051
+ "note": "",
3052
+ "discount_amount": "0.00",
3053
+ "expect_amount": "20.00",
3054
+ "payment_time": null,
3055
+ "total_amount": "20.00",
3056
+ "deposit_amount": "0.00",
3057
+ "product_amount": "20.00",
3058
+ "order_time": "",
3059
+ "detail": [
3060
+ {
3061
+ "id": 128113,
3062
+ "order_id": 78399,
3063
+ "product_title": "预约商品-Wang",
3064
+ "product_quantity": 1,
3065
+ "selling_price": "20.00",
3066
+ "product_id": 61124,
3067
+ "extension_type": "product_appointment",
3068
+ "product_sku": {
3069
+ "code": "",
3070
+ "name": "",
3071
+ "unit": "",
3072
+ "weight": 0,
3073
+ "barcode": "",
3074
+ "sku_ids": "",
3075
+ "variant": [],
3076
+ "subtitle": {
3077
+ "en": null,
3078
+ "auto": "",
3079
+ "zh-CN": null,
3080
+ "zh-HK": null,
3081
+ "kitchen": null,
3082
+ "original": ""
3083
+ },
3084
+ "unit_price": 0,
3085
+ "variant_id": 0,
3086
+ "unit_weight": 0,
3087
+ "open_sold_weight": 0,
3088
+ "open_box_specification": -1,
3089
+ "box_specification_quantity": 0
3090
+ },
3091
+ "schedule_event_id": 64204,
3092
+ "product_option_string": ""
3093
+ }
3094
+ ],
3095
+ "surcharge": [],
3096
+ "deposit_status": null,
3097
+ "total_refund_amount": "0.00",
3098
+ "has_pay": "0.00",
3099
+ "order_paid_amount": 0,
3100
+ "paid_amount": 0,
3101
+ "payment": [],
3102
+ "surcharge_fee": 0,
3103
+ "tip": [],
3104
+ "tip_fee": 0
3105
+ },
3106
+ "order_detail": {
3107
+ "product_id": 61124,
3108
+ "payment_price": "20.00",
3109
+ "product_title": {
3110
+ "en": null,
3111
+ "auto": "预约商品-Wang",
3112
+ "zh-CN": null,
3113
+ "zh-HK": null,
3114
+ "kitchen": null,
3115
+ "original": "预约商品-Wang"
3116
+ },
3117
+ "refund_quantity": 0,
3118
+ "product_quantity": 1
3119
+ },
3120
+ "event_id": 64204,
3121
+ "order_id": 78399,
3122
+ "extension_id": 214,
3123
+ "type": "appointment_booking"
3124
+ },
3125
+ {
3126
+ "customer_id": 1,
3127
+ "nickname": "",
3128
+ "cover": "",
3129
+ "phone": "",
3130
+ "country_calling_code": "61",
3131
+ "display_name": "Walk-In",
3132
+ "email": "",
3133
+ "note": "",
3134
+ "order": {
3135
+ "id": 78399,
3136
+ "customer_id": 1,
3137
+ "payment_status": "payment_processing",
3138
+ "is_deposit": 0,
3139
+ "type": "appointment_booking",
3140
+ "note": "",
3141
+ "discount_amount": "0.00",
3142
+ "expect_amount": "20.00",
3143
+ "payment_time": null,
3144
+ "total_amount": "20.00",
3145
+ "deposit_amount": "0.00",
3146
+ "product_amount": "20.00",
3147
+ "order_time": "",
3148
+ "detail": [
3149
+ {
3150
+ "id": 128113,
3151
+ "order_id": 78399,
3152
+ "product_title": "预约商品-Wang",
3153
+ "product_quantity": 1,
3154
+ "selling_price": "20.00",
3155
+ "product_id": 61124,
3156
+ "extension_type": "product_appointment",
3157
+ "product_sku": {
3158
+ "code": "",
3159
+ "name": "",
3160
+ "unit": "",
3161
+ "weight": 0,
3162
+ "barcode": "",
3163
+ "sku_ids": "",
3164
+ "variant": [],
3165
+ "subtitle": {
3166
+ "en": null,
3167
+ "auto": "",
3168
+ "zh-CN": null,
3169
+ "zh-HK": null,
3170
+ "kitchen": null,
3171
+ "original": ""
3172
+ },
3173
+ "unit_price": 0,
3174
+ "variant_id": 0,
3175
+ "unit_weight": 0,
3176
+ "open_sold_weight": 0,
3177
+ "open_box_specification": -1,
3178
+ "box_specification_quantity": 0
3179
+ },
3180
+ "schedule_event_id": 64204,
3181
+ "product_option_string": ""
3182
+ }
3183
+ ],
3184
+ "surcharge": [],
3185
+ "deposit_status": null,
3186
+ "total_refund_amount": "0.00",
3187
+ "has_pay": "0.00",
3188
+ "order_paid_amount": 0,
3189
+ "paid_amount": 0,
3190
+ "payment": [],
3191
+ "surcharge_fee": 0,
3192
+ "tip": [],
3193
+ "tip_fee": 0
3194
+ },
3195
+ "order_detail": {
3196
+ "product_id": 61124,
3197
+ "payment_price": "20.00",
3198
+ "product_title": {
3199
+ "en": null,
3200
+ "auto": "预约商品-Wang",
3201
+ "zh-CN": null,
3202
+ "zh-HK": null,
3203
+ "kitchen": null,
3204
+ "original": "预约商品-Wang"
3205
+ },
3206
+ "refund_quantity": 0,
3207
+ "product_quantity": 1
3208
+ },
3209
+ "event_id": 64204,
3210
+ "order_id": 78399,
3211
+ "extension_id": 214,
3212
+ "type": "appointment_booking"
3213
+ },
3214
+ {
3215
+ "customer_id": 1,
3216
+ "nickname": "",
3217
+ "cover": "",
3218
+ "phone": "",
3219
+ "country_calling_code": "61",
3220
+ "display_name": "Walk-In",
3221
+ "email": "",
3222
+ "note": "",
3223
+ "order": {
3224
+ "id": 78399,
3225
+ "customer_id": 1,
3226
+ "payment_status": "payment_processing",
3227
+ "is_deposit": 0,
3228
+ "type": "appointment_booking",
3229
+ "note": "",
3230
+ "discount_amount": "0.00",
3231
+ "expect_amount": "20.00",
3232
+ "payment_time": null,
3233
+ "total_amount": "20.00",
3234
+ "deposit_amount": "0.00",
3235
+ "product_amount": "20.00",
3236
+ "order_time": "",
3237
+ "detail": [
3238
+ {
3239
+ "id": 128113,
3240
+ "order_id": 78399,
3241
+ "product_title": "预约商品-Wang",
3242
+ "product_quantity": 1,
3243
+ "selling_price": "20.00",
3244
+ "product_id": 61124,
3245
+ "extension_type": "product_appointment",
3246
+ "product_sku": {
3247
+ "code": "",
3248
+ "name": "",
3249
+ "unit": "",
3250
+ "weight": 0,
3251
+ "barcode": "",
3252
+ "sku_ids": "",
3253
+ "variant": [],
3254
+ "subtitle": {
3255
+ "en": null,
3256
+ "auto": "",
3257
+ "zh-CN": null,
3258
+ "zh-HK": null,
3259
+ "kitchen": null,
3260
+ "original": ""
3261
+ },
3262
+ "unit_price": 0,
3263
+ "variant_id": 0,
3264
+ "unit_weight": 0,
3265
+ "open_sold_weight": 0,
3266
+ "open_box_specification": -1,
3267
+ "box_specification_quantity": 0
3268
+ },
3269
+ "schedule_event_id": 64204,
3270
+ "product_option_string": ""
3271
+ }
3272
+ ],
3273
+ "surcharge": [],
3274
+ "deposit_status": null,
3275
+ "total_refund_amount": "0.00",
3276
+ "has_pay": "0.00",
3277
+ "order_paid_amount": 0,
3278
+ "paid_amount": 0,
3279
+ "payment": [],
3280
+ "surcharge_fee": 0,
3281
+ "tip": [],
3282
+ "tip_fee": 0
3283
+ },
3284
+ "order_detail": {
3285
+ "product_id": 61124,
3286
+ "payment_price": "20.00",
3287
+ "product_title": {
3288
+ "en": null,
3289
+ "auto": "预约商品-Wang",
3290
+ "zh-CN": null,
3291
+ "zh-HK": null,
3292
+ "kitchen": null,
3293
+ "original": "预约商品-Wang"
3294
+ },
3295
+ "refund_quantity": 0,
3296
+ "product_quantity": 1
3297
+ },
3298
+ "event_id": 64204,
3299
+ "order_id": 78399,
3300
+ "extension_id": 214,
3301
+ "type": "appointment_booking"
3302
+ }
3303
+ ],
3304
+ "eventEditable": true
3305
+ },
3306
+ "fromResourceId": "41667",
3307
+ "toResourceId": "41079"
3308
+ };
3309
+ // Annotate the CommonJS export names for ESM import in node:
3310
+ 0 && (module.exports = {
3311
+ mockBooking,
3312
+ mockProps,
3313
+ mockResources
3314
+ });