@pisell/private-materials 6.1.1 → 6.1.3
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.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +8 -8
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +4 -4
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +7 -7
- package/es/businessModel/SalesModel/Sales/index.js +37 -4
- package/es/businessModel/SalesModel/index.d.ts +0 -1
- package/es/components/Sales/Resource/index.js +2 -2
- package/es/components/Sales/Resource/serve.d.ts +7 -0
- package/es/components/Sales/Resource/serve.js +10 -0
- package/es/components/booking/components/TabProduct/index.d.ts +0 -1
- package/es/components/booking/components/customSelect/index.js +1 -0
- package/es/components/booking/components/footer/utils.d.ts +1 -0
- package/es/components/booking/components/footer/utils.js +47 -18
- package/es/components/booking/components/formItemChildrenWrap/index.d.ts +0 -1
- package/es/components/booking/editBookingModal/index.d.ts +5 -0
- package/es/components/booking/editBookingModal/index.js +386 -0
- package/es/components/booking/editBookingModal/index.less +8 -0
- package/es/components/booking/editBookingModal/locales.d.ts +21 -0
- package/es/components/booking/editBookingModal/locales.js +20 -0
- package/es/components/booking/editBookingModal/mock.d.ts +807 -0
- package/es/components/booking/editBookingModal/mock.js +2993 -0
- package/es/components/booking/editBookingModal/serve.d.ts +51 -0
- package/es/components/booking/editBookingModal/serve.js +288 -0
- package/es/components/booking/editBookingModal/type.d.ts +12 -0
- package/es/components/booking/editBookingModal/type.js +1 -0
- package/es/components/booking/editBookingModal/utils.d.ts +12 -0
- package/es/components/booking/editBookingModal/utils.js +157 -0
- package/es/components/booking/forms/table/index.d.ts +0 -1
- package/es/components/booking/hooks/useClearCart.js +11 -8
- package/es/components/booking/info/client/index.js +3 -2
- package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +0 -1
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
- package/es/components/booking/info/hooks/useInfoHolder.js +24 -10
- package/es/components/booking/info/model.js +5 -0
- package/es/components/booking/info/service/Lists.js +38 -26
- package/es/components/booking/info/service/editService/index.js +3 -0
- package/es/components/booking/info/service/like/index.d.ts +0 -1
- package/es/components/booking/info/service/serviceList/index.js +2 -0
- package/es/components/booking/info/service/serviceManager/index.js +3 -1
- package/es/components/booking/info/service2/Lists.d.ts +0 -1
- package/es/components/booking/info/service2/Lists.js +1 -0
- package/es/components/booking/info/service2/utils.js +26 -25
- package/es/components/booking/info2/service/addService/index.js +1 -0
- package/es/components/booking/info2/service/addService/utils.d.ts +10 -0
- package/es/components/booking/info2/service/addService/utils.js +54 -17
- package/es/components/booking/info2/service/addTimeModal/index.js +3 -0
- package/es/components/booking/info2/service/editService/Resources/index.js +27 -8
- package/es/components/booking/info2/service/editService/Resources/index.less +6 -0
- package/es/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.d.ts +7 -0
- package/es/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.js +26 -0
- package/es/components/booking/info2/service/editService/ResourcesV2/index.d.ts +10 -0
- package/es/components/booking/info2/service/editService/ResourcesV2/index.js +308 -0
- package/es/components/booking/info2/service/editService/ResourcesV2/index.less +44 -0
- package/es/components/booking/info2/service/editService/index.js +261 -167
- package/es/components/booking/info2/service/index.js +19 -15
- package/es/components/booking/info2/service/serviceList/index.js +2 -0
- package/es/components/booking/info2/utilsByBooking.js +9 -0
- package/es/components/booking/locales.d.ts +3 -0
- package/es/components/booking/locales.js +3 -0
- package/es/components/booking/materiels/duration/index.js +9 -2
- package/es/components/booking/materiels/holder/index.d.ts +0 -1
- package/es/components/booking/materiels/startTime/index.d.ts +0 -1
- package/es/components/booking/utils.d.ts +2 -2
- package/es/components/eftpos/deviceList/index.d.ts +0 -1
- package/es/components/eftpos/form/index.d.ts +0 -1
- package/es/components/eftpos/group/index.d.ts +0 -1
- package/es/components/eftpos/hooks.d.ts +0 -1
- package/es/components/eftpos/icon/apiKey.d.ts +0 -1
- package/es/components/eftpos/icon/device.d.ts +0 -1
- package/es/components/eftpos/receipt/index.d.ts +0 -1
- package/es/components/eftpos/surcharge/index.d.ts +0 -1
- package/es/components/eftposPay/amount.d.ts +1 -1
- package/es/components/eftposPay/component/alert/warn.d.ts +0 -1
- package/es/components/eftposPay/component/header/titlebar.d.ts +0 -1
- package/es/components/eftposPay/component/step/index.d.ts +0 -1
- package/es/components/eftposPay/component/step/step.d.ts +0 -1
- package/es/components/eftposPay/device.d.ts +1 -1
- package/es/components/eftposPay/hooks.d.ts +2 -2
- package/es/components/eftposPay/payo/config.js +30 -3
- package/es/components/eftposPay/store/index.d.ts +6 -6
- package/es/components/eftposPay/tyro/hooks.d.ts +0 -1
- package/es/components/eventBooking/components/Provider/Event/index.js +13 -4
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingDetailModal/index.js +19 -3
- package/es/components/eventBooking/index.js +21 -7
- package/es/components/eventBooking/locales.js +3 -3
- package/es/components/index.d.ts +3 -1
- package/es/components/index.js +3 -1
- package/es/components/pay/toB/components/Content/index.js +35 -52
- package/es/components/pay/toB/store/hooks.js +13 -4
- package/es/components/pay/toB/store/provider.js +1 -0
- package/es/components/pay/toB/types/storeTypes.d.ts +2 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +0 -1
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -1
- package/es/components/productExtension/fields/Actor/index.d.ts +0 -1
- package/es/components/productExtension/fields/Forms/index.d.ts +0 -1
- package/es/components/schedules/calendar/calendarItem.d.ts +0 -1
- package/es/components/schedules/components/CurrentDay/index.d.ts +0 -1
- package/es/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +0 -1
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +0 -1
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +0 -1
- package/es/components/schedules/products/index.d.ts +0 -1
- package/es/components/schedules/resources/relationProduct/index.d.ts +0 -1
- package/es/components/shoppingCart/components/Cart/Product.js +48 -41
- package/es/components/shoppingCart/components/Cart/index.js +21 -18
- package/es/components/shoppingCart/components/Empty/index.d.ts +0 -1
- package/es/components/shoppingCart/components/Render/index.d.ts +0 -1
- package/es/components/stepController/components/Content/index.d.ts +7 -0
- package/es/components/stepController/components/Content/index.js +9 -0
- package/es/components/stepController/components/Content/index.less +8 -0
- package/es/components/stepController/components/Footer/index.d.ts +8 -0
- package/es/components/stepController/components/Footer/index.js +15 -0
- package/es/components/stepController/components/Footer/index.less +39 -0
- package/es/components/stepController/components/Header/index.d.ts +20 -0
- package/es/components/stepController/components/Header/index.js +97 -0
- package/es/components/stepController/components/Header/index.less +21 -0
- package/es/components/stepController/index.d.ts +5 -0
- package/es/components/stepController/index.js +64 -0
- package/es/components/stepController/index.less +11 -0
- package/es/components/stepController/locales.d.ts +27 -0
- package/es/components/stepController/locales.js +32 -0
- package/es/components/stepController/types.d.ts +23 -0
- package/es/components/stepController/types.js +1 -0
- package/es/components/ticketBooking/components/addServiceVariant/addService.js +3 -2
- package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -1
- package/es/components/ticketBooking/components/menuBar/index.d.ts +0 -1
- package/es/components/ticketBooking/components/ticketBooking/index.d.ts +1 -0
- package/es/components/ticketBooking/components/ticketBooking/index.js +137 -137
- package/es/components/ticketBooking/utils/index.js +2 -1
- package/es/hooks/useWindowSize.d.ts +5 -0
- package/es/hooks/useWindowSize.js +26 -0
- package/es/index.d.ts +2 -0
- package/es/index.js +3 -1
- package/lib/businessModel/SalesModel/Sales/index.js +22 -8
- package/lib/businessModel/SalesModel/index.d.ts +0 -1
- package/lib/components/Sales/Resource/index.js +1 -1
- package/lib/components/Sales/Resource/serve.d.ts +7 -0
- package/lib/components/Sales/Resource/serve.js +9 -2
- package/lib/components/booking/components/TabProduct/index.d.ts +0 -1
- package/lib/components/booking/components/customSelect/index.js +1 -0
- package/lib/components/booking/components/footer/utils.d.ts +1 -0
- package/lib/components/booking/components/footer/utils.js +27 -7
- package/lib/components/booking/components/formItemChildrenWrap/index.d.ts +0 -1
- package/lib/components/booking/editBookingModal/index.d.ts +5 -0
- package/lib/components/booking/editBookingModal/index.js +363 -0
- package/lib/components/booking/editBookingModal/index.less +8 -0
- package/lib/components/booking/editBookingModal/locales.d.ts +21 -0
- package/lib/components/booking/editBookingModal/locales.js +44 -0
- package/lib/components/booking/editBookingModal/mock.d.ts +807 -0
- package/lib/components/booking/editBookingModal/mock.js +3314 -0
- package/lib/components/booking/editBookingModal/serve.d.ts +51 -0
- package/lib/components/booking/editBookingModal/serve.js +178 -0
- package/lib/components/booking/editBookingModal/type.d.ts +12 -0
- package/lib/components/booking/editBookingModal/type.js +17 -0
- package/lib/components/booking/editBookingModal/utils.d.ts +12 -0
- package/lib/components/booking/editBookingModal/utils.js +158 -0
- package/lib/components/booking/forms/table/index.d.ts +0 -1
- package/lib/components/booking/hooks/useClearCart.js +16 -13
- package/lib/components/booking/info/client/index.js +7 -6
- package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +0 -1
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
- package/lib/components/booking/info/hooks/useInfoHolder.js +16 -10
- package/lib/components/booking/info/model.js +3 -0
- package/lib/components/booking/info/service/Lists.js +37 -23
- package/lib/components/booking/info/service/editService/index.js +3 -0
- package/lib/components/booking/info/service/like/index.d.ts +0 -1
- package/lib/components/booking/info/service/serviceList/index.js +2 -0
- package/lib/components/booking/info/service/serviceManager/index.js +2 -0
- package/lib/components/booking/info/service2/Lists.d.ts +0 -1
- package/lib/components/booking/info/service2/Lists.js +1 -0
- package/lib/components/booking/info/service2/utils.js +22 -21
- package/lib/components/booking/info2/service/addService/index.js +1 -0
- package/lib/components/booking/info2/service/addService/utils.d.ts +10 -0
- package/lib/components/booking/info2/service/addService/utils.js +36 -7
- package/lib/components/booking/info2/service/addTimeModal/index.js +3 -0
- package/lib/components/booking/info2/service/editService/Resources/index.js +56 -10
- package/lib/components/booking/info2/service/editService/Resources/index.less +6 -0
- package/lib/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.d.ts +7 -0
- package/lib/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.js +53 -0
- package/lib/components/booking/info2/service/editService/ResourcesV2/index.d.ts +10 -0
- package/lib/components/booking/info2/service/editService/ResourcesV2/index.js +311 -0
- package/lib/components/booking/info2/service/editService/ResourcesV2/index.less +44 -0
- package/lib/components/booking/info2/service/editService/index.js +164 -79
- package/lib/components/booking/info2/service/index.js +13 -9
- package/lib/components/booking/info2/service/serviceList/index.js +2 -0
- package/lib/components/booking/info2/utilsByBooking.js +6 -0
- package/lib/components/booking/locales.d.ts +3 -0
- package/lib/components/booking/locales.js +3 -0
- package/lib/components/booking/materiels/duration/index.js +7 -2
- package/lib/components/booking/materiels/holder/index.d.ts +0 -1
- package/lib/components/booking/materiels/startTime/index.d.ts +0 -1
- package/lib/components/booking/utils.d.ts +2 -2
- package/lib/components/eftpos/deviceList/index.d.ts +0 -1
- package/lib/components/eftpos/form/index.d.ts +0 -1
- package/lib/components/eftpos/group/index.d.ts +0 -1
- package/lib/components/eftpos/hooks.d.ts +0 -1
- package/lib/components/eftpos/icon/apiKey.d.ts +0 -1
- package/lib/components/eftpos/icon/device.d.ts +0 -1
- package/lib/components/eftpos/receipt/index.d.ts +0 -1
- package/lib/components/eftpos/surcharge/index.d.ts +0 -1
- package/lib/components/eftposPay/amount.d.ts +1 -1
- package/lib/components/eftposPay/component/alert/warn.d.ts +0 -1
- package/lib/components/eftposPay/component/header/titlebar.d.ts +0 -1
- package/lib/components/eftposPay/component/step/index.d.ts +0 -1
- package/lib/components/eftposPay/component/step/step.d.ts +0 -1
- package/lib/components/eftposPay/device.d.ts +1 -1
- package/lib/components/eftposPay/hooks.d.ts +2 -2
- package/lib/components/eftposPay/payo/config.js +22 -2
- package/lib/components/eftposPay/store/index.d.ts +6 -6
- package/lib/components/eftposPay/tyro/hooks.d.ts +0 -1
- package/lib/components/eventBooking/components/Provider/Event/index.js +10 -3
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingDetailModal/index.js +9 -3
- package/lib/components/eventBooking/index.js +11 -7
- package/lib/components/eventBooking/locales.js +3 -3
- package/lib/components/index.d.ts +3 -1
- package/lib/components/index.js +6 -0
- package/lib/components/pay/toB/components/Content/index.js +5 -5
- package/lib/components/pay/toB/store/hooks.js +8 -1
- package/lib/components/pay/toB/store/provider.js +1 -0
- package/lib/components/pay/toB/types/storeTypes.d.ts +2 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +0 -1
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -1
- package/lib/components/productExtension/fields/Actor/index.d.ts +0 -1
- package/lib/components/productExtension/fields/Forms/index.d.ts +0 -1
- package/lib/components/schedules/calendar/calendarItem.d.ts +0 -1
- package/lib/components/schedules/components/CurrentDay/index.d.ts +0 -1
- package/lib/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +0 -1
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +0 -1
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +0 -1
- package/lib/components/schedules/products/index.d.ts +0 -1
- package/lib/components/schedules/resources/relationProduct/index.d.ts +0 -1
- package/lib/components/shoppingCart/components/Cart/Product.js +31 -21
- package/lib/components/shoppingCart/components/Cart/index.js +18 -15
- package/lib/components/shoppingCart/components/Empty/index.d.ts +0 -1
- package/lib/components/shoppingCart/components/Render/index.d.ts +0 -1
- package/lib/components/stepController/components/Content/index.d.ts +7 -0
- package/lib/components/stepController/components/Content/index.js +40 -0
- package/lib/components/stepController/components/Content/index.less +8 -0
- package/lib/components/stepController/components/Footer/index.d.ts +8 -0
- package/lib/components/stepController/components/Footer/index.js +49 -0
- package/lib/components/stepController/components/Footer/index.less +39 -0
- package/lib/components/stepController/components/Header/index.d.ts +20 -0
- package/lib/components/stepController/components/Header/index.js +104 -0
- package/lib/components/stepController/components/Header/index.less +21 -0
- package/lib/components/stepController/index.d.ts +5 -0
- package/lib/components/stepController/index.js +89 -0
- package/lib/components/stepController/index.less +11 -0
- package/lib/components/stepController/locales.d.ts +27 -0
- package/lib/components/stepController/locales.js +50 -0
- package/lib/components/stepController/types.d.ts +23 -0
- package/lib/components/stepController/types.js +17 -0
- package/lib/components/ticketBooking/components/addServiceVariant/addService.js +2 -2
- package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -1
- package/lib/components/ticketBooking/components/menuBar/index.d.ts +0 -1
- package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +1 -0
- package/lib/components/ticketBooking/components/ticketBooking/index.js +143 -138
- package/lib/components/ticketBooking/utils/index.js +2 -1
- package/lib/hooks/useWindowSize.d.ts +5 -0
- package/lib/hooks/useWindowSize.js +51 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +6 -0
- package/lowcode/edit-booking-modal/meta.ts +53 -0
- package/lowcode/step-controller/meta.ts +88 -0
- package/package.json +2 -2
@@ -0,0 +1,51 @@
|
|
1
|
+
import { mockBooking } from './mock';
|
2
|
+
import { EditBookingModalParams } from './type';
|
3
|
+
/**
|
4
|
+
* @title: 获取预约详情
|
5
|
+
* @description: 获取预约详细信息
|
6
|
+
* @param {number} bookingId
|
7
|
+
* @param {any} params
|
8
|
+
* @return {*}
|
9
|
+
* @Author: cong.shao
|
10
|
+
* @Date: 2025-06-17 14:22
|
11
|
+
*/
|
12
|
+
export declare const getBookingDetail: (bookingId: number, params?: any) => Promise<any>;
|
13
|
+
/**
|
14
|
+
* @title: 获取资源列表
|
15
|
+
* @description: 资源列表
|
16
|
+
* @param {any} params
|
17
|
+
* @return {*}
|
18
|
+
* @Author: cong.shao
|
19
|
+
* @Date: 2025-06-17 14:22
|
20
|
+
*/
|
21
|
+
export declare const getResources: (params: any) => Promise<any>;
|
22
|
+
/**
|
23
|
+
* @title: 更新子预约时间及资源
|
24
|
+
* @description: 更新预约信息
|
25
|
+
* @param {string} orderId
|
26
|
+
* @param {any} params
|
27
|
+
* @return {*}
|
28
|
+
* @Author: cong.shao
|
29
|
+
* @Date: 2025-06-17 14:26
|
30
|
+
*/
|
31
|
+
export declare const updateChildBooking: (orderId: string, params: any) => Promise<any>;
|
32
|
+
export declare const _getBookingDetail: (bookingId: number) => Promise<typeof mockBooking>;
|
33
|
+
export declare const getChildrenBookingById: (bookings: any[], id: number) => any;
|
34
|
+
export declare const _getResources: (params: any, bookingId?: number) => Promise<{
|
35
|
+
list: any[];
|
36
|
+
listMap: any;
|
37
|
+
}>;
|
38
|
+
export declare const _editBooking: (data: any, values: any) => Promise<void>;
|
39
|
+
export declare const updateResourceErrors: (resourceMaps: any, cacheItem: any) => any;
|
40
|
+
export declare const init: (params: EditBookingModalParams) => Promise<{
|
41
|
+
bookingOrigin: any;
|
42
|
+
booking: any;
|
43
|
+
childrenBooking: any;
|
44
|
+
dataRange: {
|
45
|
+
end_date: any;
|
46
|
+
start_date: any;
|
47
|
+
};
|
48
|
+
resourcesOrigin: any[];
|
49
|
+
toResource: any;
|
50
|
+
}>;
|
51
|
+
export declare const createCacheItem: (cacheItem: any, values?: any) => any;
|
@@ -0,0 +1,178 @@
|
|
1
|
+
var __create = Object.create;
|
2
|
+
var __defProp = Object.defineProperty;
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
7
|
+
var __export = (target, all) => {
|
8
|
+
for (var name in all)
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
10
|
+
};
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
13
|
+
for (let key of __getOwnPropNames(from))
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
16
|
+
}
|
17
|
+
return to;
|
18
|
+
};
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
25
|
+
mod
|
26
|
+
));
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
28
|
+
|
29
|
+
// src/components/booking/editBookingModal/serve.ts
|
30
|
+
var serve_exports = {};
|
31
|
+
__export(serve_exports, {
|
32
|
+
_editBooking: () => _editBooking,
|
33
|
+
_getBookingDetail: () => _getBookingDetail,
|
34
|
+
_getResources: () => _getResources,
|
35
|
+
createCacheItem: () => createCacheItem,
|
36
|
+
getBookingDetail: () => getBookingDetail,
|
37
|
+
getChildrenBookingById: () => getChildrenBookingById,
|
38
|
+
getResources: () => getResources,
|
39
|
+
init: () => init,
|
40
|
+
updateChildBooking: () => updateChildBooking,
|
41
|
+
updateResourceErrors: () => updateResourceErrors
|
42
|
+
});
|
43
|
+
module.exports = __toCommonJS(serve_exports);
|
44
|
+
var import_utils = require("../../../utils");
|
45
|
+
var import_ticketBooking = require("../../ticketBooking/components/ticketBooking");
|
46
|
+
var import_dayjs = __toESM(require("dayjs"));
|
47
|
+
var import_utils2 = require("../info2/service/addService/utils");
|
48
|
+
var import_utils3 = require("../info2/utils");
|
49
|
+
var import_utilsByBooking = require("../info2/utilsByBooking");
|
50
|
+
var getBookingDetail = async (bookingId, params) => {
|
51
|
+
let { data } = await import_utils.request.getRequest().get(`/shop/order/appointment/${bookingId}`, params);
|
52
|
+
return data;
|
53
|
+
};
|
54
|
+
var getResources = async (params) => {
|
55
|
+
let { data } = await import_utils.request.getRequest().get(`/shop/schedule/resource/list`, params);
|
56
|
+
return data;
|
57
|
+
};
|
58
|
+
var updateChildBooking = async (orderId, params) => {
|
59
|
+
let { data } = await import_utils.request.getRequest().put(`/shop/v1.1/order/appointment/child-booking/${orderId}`, params);
|
60
|
+
return data;
|
61
|
+
};
|
62
|
+
var _getBookingDetail = async (bookingId) => {
|
63
|
+
let data = await getBookingDetail(bookingId);
|
64
|
+
return data;
|
65
|
+
};
|
66
|
+
var getChildrenBookingById = (bookings, id) => {
|
67
|
+
return bookings.find((item) => item.booking_id === id);
|
68
|
+
};
|
69
|
+
var _getResources = async (params, bookingId) => {
|
70
|
+
let data = await getResources(params);
|
71
|
+
return (0, import_utils3.getFormatResourceListAndMap)(data, bookingId);
|
72
|
+
};
|
73
|
+
var _editBooking = async (data, values) => {
|
74
|
+
console.log("submit data", data);
|
75
|
+
console.log("submit values", values);
|
76
|
+
};
|
77
|
+
var updateResourceErrors = (resourceMaps, cacheItem) => {
|
78
|
+
var _a, _b;
|
79
|
+
if ((_a = cacheItem == null ? void 0 : cacheItem._extend) == null ? void 0 : _a.resource) {
|
80
|
+
let _resource = { ...(_b = cacheItem == null ? void 0 : cacheItem._extend) == null ? void 0 : _b.resource };
|
81
|
+
for (let form_id in _resource) {
|
82
|
+
_resource[form_id] = _resource[form_id].map((d) => {
|
83
|
+
var _a2, _b2;
|
84
|
+
return {
|
85
|
+
...d,
|
86
|
+
errors: (0, import_utilsByBooking.getErrorList)(
|
87
|
+
(_b2 = (_a2 = resourceMaps == null ? void 0 : resourceMaps[form_id]) == null ? void 0 : _a2.renderListMaps) == null ? void 0 : _b2[d == null ? void 0 : d.relation_id],
|
88
|
+
cacheItem
|
89
|
+
)
|
90
|
+
};
|
91
|
+
});
|
92
|
+
}
|
93
|
+
return _resource;
|
94
|
+
}
|
95
|
+
};
|
96
|
+
var init = async (params) => {
|
97
|
+
const { toStartDate, toEndDate, event, fromResourceId, toResourceId } = params;
|
98
|
+
let bookingOrigin = await _getBookingDetail(event.order.id);
|
99
|
+
let booking = (0, import_ticketBooking._formatBookingDetail)(bookingOrigin, {});
|
100
|
+
const resources = await _getResources({
|
101
|
+
date: (0, import_dayjs.default)(toStartDate).format("YYYY-MM-DD")
|
102
|
+
});
|
103
|
+
let childrenBooking = getChildrenBookingById(booking.service.value, event.id);
|
104
|
+
console.log("childrenBooking", childrenBooking);
|
105
|
+
const extraParams = {
|
106
|
+
extraResources: []
|
107
|
+
};
|
108
|
+
const fromResource = resources.listMap[fromResourceId];
|
109
|
+
const toResource = resources.listMap[toResourceId];
|
110
|
+
if (fromResource) {
|
111
|
+
extraParams.extraResources.push({
|
112
|
+
form_id: fromResource.form_id,
|
113
|
+
id: fromResource.id
|
114
|
+
});
|
115
|
+
}
|
116
|
+
if (toResource) {
|
117
|
+
extraParams.extraResources.push({
|
118
|
+
form_id: toResource.form_id,
|
119
|
+
id: toResource.id
|
120
|
+
});
|
121
|
+
}
|
122
|
+
const resourcesOrigin = (0, import_utils2.getResourceByIds)(
|
123
|
+
resources.listMap,
|
124
|
+
childrenBooking,
|
125
|
+
extraParams
|
126
|
+
);
|
127
|
+
return {
|
128
|
+
// 原接口数据
|
129
|
+
bookingOrigin,
|
130
|
+
//格式化后的booking数据
|
131
|
+
booking,
|
132
|
+
// 当前子预约
|
133
|
+
childrenBooking,
|
134
|
+
// 时间范围数据
|
135
|
+
dataRange: {
|
136
|
+
end_date: childrenBooking._extend.end_date,
|
137
|
+
start_date: childrenBooking._extend.start_date
|
138
|
+
},
|
139
|
+
// 总资源列表
|
140
|
+
resourcesOrigin,
|
141
|
+
// 目标资源
|
142
|
+
toResource
|
143
|
+
};
|
144
|
+
};
|
145
|
+
var createCacheItem = (cacheItem, values) => {
|
146
|
+
var _a;
|
147
|
+
console.log("values", values);
|
148
|
+
if (!values || ((_a = values == null ? void 0 : values.toDate) == null ? void 0 : _a.length) !== 2 || !(values == null ? void 0 : values.resource)) {
|
149
|
+
return cacheItem;
|
150
|
+
}
|
151
|
+
const { toDate, resource } = values || {};
|
152
|
+
return {
|
153
|
+
...cacheItem,
|
154
|
+
_extend: {
|
155
|
+
...cacheItem._extend,
|
156
|
+
endDate: toDate[1],
|
157
|
+
end_date: toDate[1],
|
158
|
+
end_time: toDate[1].format("HH:mm"),
|
159
|
+
startDate: toDate[0],
|
160
|
+
start_date: toDate[0],
|
161
|
+
start_time: toDate[0].format("HH:mm"),
|
162
|
+
resource
|
163
|
+
}
|
164
|
+
};
|
165
|
+
};
|
166
|
+
// Annotate the CommonJS export names for ESM import in node:
|
167
|
+
0 && (module.exports = {
|
168
|
+
_editBooking,
|
169
|
+
_getBookingDetail,
|
170
|
+
_getResources,
|
171
|
+
createCacheItem,
|
172
|
+
getBookingDetail,
|
173
|
+
getChildrenBookingById,
|
174
|
+
getResources,
|
175
|
+
init,
|
176
|
+
updateChildBooking,
|
177
|
+
updateResourceErrors
|
178
|
+
});
|
@@ -0,0 +1,12 @@
|
|
1
|
+
export interface EditBookingModalParams {
|
2
|
+
toStartDate: string;
|
3
|
+
toEndDate: string;
|
4
|
+
event: any;
|
5
|
+
fromResourceId: string;
|
6
|
+
toResourceId: string;
|
7
|
+
}
|
8
|
+
export interface EditBookingModalProps {
|
9
|
+
open: boolean;
|
10
|
+
onCancel: () => void;
|
11
|
+
onOk: () => void;
|
12
|
+
}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
var __defProp = Object.defineProperty;
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
5
|
+
var __copyProps = (to, from, except, desc) => {
|
6
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
7
|
+
for (let key of __getOwnPropNames(from))
|
8
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
9
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
10
|
+
}
|
11
|
+
return to;
|
12
|
+
};
|
13
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
14
|
+
|
15
|
+
// src/components/booking/editBookingModal/type.ts
|
16
|
+
var type_exports = {};
|
17
|
+
module.exports = __toCommonJS(type_exports);
|
@@ -0,0 +1,12 @@
|
|
1
|
+
export interface ResourceItem {
|
2
|
+
[key: string]: any;
|
3
|
+
}
|
4
|
+
/**
|
5
|
+
* @title: 传入资源,如果有子资源,会根据组合资源的 capacity 计算修改子资源的 capacity
|
6
|
+
* @description:
|
7
|
+
* @param {object} resource
|
8
|
+
* @return {*}
|
9
|
+
* @Author: jinglin.tan
|
10
|
+
*/
|
11
|
+
export declare const checkSubResourcesCapacity: (resource: ResourceItem) => void;
|
12
|
+
export declare const formatValues: (data: any, values: any) => any;
|
@@ -0,0 +1,158 @@
|
|
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/utils.ts
|
20
|
+
var utils_exports = {};
|
21
|
+
__export(utils_exports, {
|
22
|
+
checkSubResourcesCapacity: () => checkSubResourcesCapacity,
|
23
|
+
formatValues: () => formatValues
|
24
|
+
});
|
25
|
+
module.exports = __toCommonJS(utils_exports);
|
26
|
+
var import_utilsByBooking = require("../../info2/utilsByBooking");
|
27
|
+
var formatRelationDetails = (list) => {
|
28
|
+
return (list || []).map((item) => {
|
29
|
+
return {
|
30
|
+
num: item.product_quantity,
|
31
|
+
price: item.payment_price || 0,
|
32
|
+
product_id: item.product_id,
|
33
|
+
is_charge_tax: item.is_charge_tax,
|
34
|
+
order_detail_id: item.order_detail_id
|
35
|
+
};
|
36
|
+
});
|
37
|
+
};
|
38
|
+
var checkSubResourcesCapacity = (resource) => {
|
39
|
+
if (resource.children && resource.children.length) {
|
40
|
+
let countCapacity = resource.capacity;
|
41
|
+
resource.children.forEach((child) => {
|
42
|
+
if (child.capacity <= countCapacity) {
|
43
|
+
countCapacity -= child.capacity;
|
44
|
+
} else {
|
45
|
+
child.capacity = countCapacity;
|
46
|
+
countCapacity = 0;
|
47
|
+
}
|
48
|
+
});
|
49
|
+
}
|
50
|
+
};
|
51
|
+
var checkResourcesFormat = (resources, service, isChild) => {
|
52
|
+
return resources.map((resource) => {
|
53
|
+
var _a;
|
54
|
+
if (!isChild) {
|
55
|
+
resource.capacity = (0, import_utilsByBooking.getSumCapacity)({ cacheItem: service });
|
56
|
+
}
|
57
|
+
checkSubResourcesCapacity(resource);
|
58
|
+
return {
|
59
|
+
children: ((_a = resource.children) == null ? void 0 : _a.length) ? checkResourcesFormat(resource.children, service, true) : void 0,
|
60
|
+
form_id: resource.form_id,
|
61
|
+
relation_type: resource.relation_type || "form",
|
62
|
+
relation_id: resource.relation_id || 0,
|
63
|
+
capacity: resource.capacity,
|
64
|
+
like_status: resource.like_status || "common",
|
65
|
+
metadata: resource.metadata || {}
|
66
|
+
};
|
67
|
+
});
|
68
|
+
};
|
69
|
+
var formatResource = (service) => {
|
70
|
+
if (!service._extend.resource) {
|
71
|
+
return void 0;
|
72
|
+
}
|
73
|
+
try {
|
74
|
+
return Object.values(service._extend.resource).reduce((pre, cur) => {
|
75
|
+
const newList = checkResourcesFormat(cur, service);
|
76
|
+
pre = pre.concat(newList);
|
77
|
+
return pre;
|
78
|
+
}, []);
|
79
|
+
} catch (err) {
|
80
|
+
return void 0;
|
81
|
+
}
|
82
|
+
};
|
83
|
+
var formatProducts = (item) => {
|
84
|
+
return {
|
85
|
+
"num": Number(item.detail.quantity),
|
86
|
+
"price": Number(item.detail.source_product_price),
|
87
|
+
"source_product_price": Number(item.detail.source_product_price),
|
88
|
+
"product_id": item.detail.id,
|
89
|
+
"discount_amount": item.detail.discount_amount,
|
90
|
+
"product_discount_reason": item.detail.product_discount_reason || "",
|
91
|
+
"is_charge_tax": item.detail.is_charge_tax,
|
92
|
+
"note": item.detail.note,
|
93
|
+
"discountway": item.detail.discountway || "num",
|
94
|
+
"discount_per": item.detail.discount_per,
|
95
|
+
"discount_type": item.detail.discount_type,
|
96
|
+
"order_detail_id": item.detail.order_detail_id,
|
97
|
+
"product_bundle": item.detail.product_bundle,
|
98
|
+
"bundle_edit": 0,
|
99
|
+
"product_option_item": [],
|
100
|
+
"product_variant_id": item.detail.product_variant_id || 0,
|
101
|
+
"discount_list": item.detail.discount_list,
|
102
|
+
metadata: item.detail.metadata
|
103
|
+
};
|
104
|
+
};
|
105
|
+
var formatBookings = (data, values) => {
|
106
|
+
let bookings = [];
|
107
|
+
bookings = data.map((item) => {
|
108
|
+
return {
|
109
|
+
"product": formatProducts(item),
|
110
|
+
"relation_products": formatRelationDetails(item.relation_details),
|
111
|
+
"id": item.id,
|
112
|
+
"relation_id": item.relation_id,
|
113
|
+
"like_status": item.like_status,
|
114
|
+
"relation_type": item.relation_type,
|
115
|
+
"is_all": item.is_all,
|
116
|
+
"schedule_id": item.schedule_id || 0,
|
117
|
+
"end_time": item.end_time,
|
118
|
+
"sub_type": item.sub_type,
|
119
|
+
"select_date": item.start_date,
|
120
|
+
"start_time": item.start_time,
|
121
|
+
"end_date": item.end_date,
|
122
|
+
"start_date": item.start_date,
|
123
|
+
"duration": item.duration,
|
124
|
+
"number": item.number,
|
125
|
+
"resources": formatResource(item),
|
126
|
+
"metadata": item.metadata,
|
127
|
+
"holder": item.holder
|
128
|
+
};
|
129
|
+
});
|
130
|
+
return bookings;
|
131
|
+
};
|
132
|
+
var formatValues = (data, values) => {
|
133
|
+
let result = {
|
134
|
+
type: "appointment_booking",
|
135
|
+
platform: data.platform,
|
136
|
+
sales_channel: data.platform,
|
137
|
+
bookings: [],
|
138
|
+
customer_id: data.customer_id,
|
139
|
+
holder: data.holder,
|
140
|
+
relation_products: data.relation_products,
|
141
|
+
metadata: data.metadata,
|
142
|
+
shop_note: data.shop_note,
|
143
|
+
shop_discount: data.shop_discount,
|
144
|
+
shop_discount_reason: data.shop_discount_reason,
|
145
|
+
contacts: data.contacts,
|
146
|
+
customer_name: data.customer_name,
|
147
|
+
email: data.customer_name,
|
148
|
+
phone: data.customer_name,
|
149
|
+
country_calling_code: data.customer_name
|
150
|
+
};
|
151
|
+
result.bookings = formatBookings(data, values);
|
152
|
+
return result;
|
153
|
+
};
|
154
|
+
// Annotate the CommonJS export names for ESM import in node:
|
155
|
+
0 && (module.exports = {
|
156
|
+
checkSubResourcesCapacity,
|
157
|
+
formatValues
|
158
|
+
});
|
@@ -37,7 +37,7 @@ var import_classnames = __toESM(require("classnames"));
|
|
37
37
|
var import_materials = require("@pisell/materials");
|
38
38
|
var import_utils = require("@pisell/utils");
|
39
39
|
var useClearCart = (state, dispatch) => {
|
40
|
-
var _a, _b
|
40
|
+
var _a, _b;
|
41
41
|
const handleClear = () => {
|
42
42
|
dispatch({
|
43
43
|
type: "setService",
|
@@ -46,17 +46,20 @@ var useClearCart = (state, dispatch) => {
|
|
46
46
|
}
|
47
47
|
});
|
48
48
|
};
|
49
|
-
return
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
49
|
+
return (0, import_react.useMemo)(() => {
|
50
|
+
var _a2, _b2, _c, _d;
|
51
|
+
return !!((_b2 = (_a2 = state.service) == null ? void 0 : _a2.value) == null ? void 0 : _b2.length) && !state.channelDisabledEdit && /* @__PURE__ */ import_react.default.createElement(
|
52
|
+
"span",
|
53
|
+
{
|
54
|
+
className: (0, import_classnames.default)("pisell-lowcode__booking-service-clear-btn", {
|
55
|
+
["pisell-lowcode__booking-service-clear-btn-disabled"]: !((_d = (_c = state.service) == null ? void 0 : _c.value) == null ? void 0 : _d.length)
|
56
|
+
}),
|
57
|
+
onClick: handleClear
|
58
|
+
},
|
59
|
+
/* @__PURE__ */ import_react.default.createElement(import_materials.Iconfont, { type: "pisell2-trash-01" }),
|
60
|
+
" ",
|
61
|
+
/* @__PURE__ */ import_react.default.createElement("span", null, import_utils.locales.getText("pisell2.booking.info.text.clear-cart"))
|
62
|
+
);
|
63
|
+
}, [(_b = (_a = state.service) == null ? void 0 : _a.value) == null ? void 0 : _b.length, state.channelDisabledEdit]);
|
61
64
|
};
|
62
65
|
var useClearCart_default = useClearCart;
|
@@ -48,7 +48,7 @@ var import_utils3 = require("../clientVariant/utils");
|
|
48
48
|
var import_useGetHolderList = __toESM(require("../hooks/useGetHolderList"));
|
49
49
|
var isLoadClient = false;
|
50
50
|
var Client = () => {
|
51
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l;
|
51
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m;
|
52
52
|
const modalRef = (0, import_react.useRef)();
|
53
53
|
const [loadLoading, setLoadLoading] = (0, import_react.useState)(false);
|
54
54
|
const [loading, setLoading] = (0, import_react.useState)(false);
|
@@ -304,6 +304,7 @@ var Client = () => {
|
|
304
304
|
)) : null;
|
305
305
|
}, [loadLoading, params, state.client.clients.length]);
|
306
306
|
const customSelect = (0, import_react.useMemo)(() => {
|
307
|
+
console.log("render customSelect");
|
307
308
|
return /* @__PURE__ */ import_react.default.createElement(
|
308
309
|
import_customSelect.default,
|
309
310
|
{
|
@@ -365,7 +366,7 @@ var Client = () => {
|
|
365
366
|
}
|
366
367
|
}
|
367
368
|
);
|
368
|
-
}, [state, renderList, loading, franchiseeLoading, params.search, loadMore]);
|
369
|
+
}, [state.isTerminal, state.modalOpen, (_b = state.client) == null ? void 0 : _b.value, state.drawerMask, renderList, loading, franchiseeLoading, params.search, loadMore]);
|
369
370
|
return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement(
|
370
371
|
"div",
|
371
372
|
{
|
@@ -382,17 +383,17 @@ var Client = () => {
|
|
382
383
|
import_antd.Avatar,
|
383
384
|
{
|
384
385
|
className: "pisell-lowcode__booking-client-list-item-avatar",
|
385
|
-
src: import_utils.image.ali((
|
386
|
+
src: import_utils.image.ali((_c = state.client.value) == null ? void 0 : _c.cover, 100),
|
386
387
|
icon: /* @__PURE__ */ import_react.default.createElement(import_User01.default, { className: "pisell-lowcode__booking-client-list-item-avatar-icon" })
|
387
388
|
}
|
388
389
|
),
|
389
|
-
/* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-info" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-info-left" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-info-name" }, getNickname(state.client.value)), isWalkIn ? /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-info-desc" }, import_utils.locales.getText("pisell2.text.leave-empty-for-walk-in")) : /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, ((
|
390
|
+
/* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-info" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-info-left" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-info-name" }, getNickname(state.client.value)), isWalkIn ? /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-info-desc" }, import_utils.locales.getText("pisell2.text.leave-empty-for-walk-in")) : /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, ((_d = state.client.value) == null ? void 0 : _d.email) ? /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-info-email" }, (_e = state.client.value) == null ? void 0 : _e.email) : null, ((_f = state.client.value) == null ? void 0 : _f.phone) ? /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-info-phone" }, (_g = state.client.value) == null ? void 0 : _g.phone) : null, !!((_i = (_h = state.client.value) == null ? void 0 : _h.waiver_form) == null ? void 0 : _i.length) && /* @__PURE__ */ import_react.default.createElement(
|
390
391
|
"div",
|
391
392
|
{
|
392
393
|
className: "pisell-lowcode__booking-client-waiver",
|
393
|
-
title: (0, import_utils3.getWaiverTitle)((
|
394
|
+
title: (0, import_utils3.getWaiverTitle)((_j = state.client.value) == null ? void 0 : _j.waiver_form)
|
394
395
|
},
|
395
|
-
(
|
396
|
+
(_m = (_l = (_k = state.client.value) == null ? void 0 : _k.waiver_form) == null ? void 0 : _l.map) == null ? void 0 : _m.call(_l, (item) => {
|
396
397
|
return /* @__PURE__ */ import_react.default.createElement("span", null, item.form_title, /* @__PURE__ */ import_react.default.createElement(
|
397
398
|
"span",
|
398
399
|
{
|
@@ -32,10 +32,12 @@ __export(useInfoHolder_exports, {
|
|
32
32
|
default: () => useInfoHolder_default
|
33
33
|
});
|
34
34
|
module.exports = __toCommonJS(useInfoHolder_exports);
|
35
|
+
var import_ahooks = require("ahooks");
|
35
36
|
var import_react = require("react");
|
36
37
|
var import_useHolderConfig = __toESM(require("./useHolderConfig"));
|
37
38
|
var import_utils = require("../utils");
|
38
39
|
var import_useGetHolderList = __toESM(require("./useGetHolderList"));
|
40
|
+
var import_utils2 = require("../../info2/service/addService/utils");
|
39
41
|
var useInfoHolder = (state, dispatch) => {
|
40
42
|
var _a, _b, _c, _d;
|
41
43
|
const detailRef = (0, import_react.useRef)();
|
@@ -53,29 +55,33 @@ var useInfoHolder = (state, dispatch) => {
|
|
53
55
|
};
|
54
56
|
}, [(_d = (_c = state == null ? void 0 : state.bookingConfig) == null ? void 0 : _c.config) == null ? void 0 : _d.information_tab]);
|
55
57
|
const showAddTimeModal = (0, import_react.useMemo)(() => {
|
56
|
-
return (0, import_utils.isOpenAddTime)(state);
|
58
|
+
return (0, import_utils.isOpenAddTime)(state) && !state.isBookingTicket2;
|
57
59
|
}, [state, appointment_card.quick_time]);
|
58
|
-
const handleEdit = (cacheItem, type) => {
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
};
|
60
|
+
const handleEdit = (0, import_ahooks.useMemoizedFn)((cacheItem, type) => {
|
61
|
+
var _a2, _b2;
|
62
|
+
console.time("handleEdit");
|
63
|
+
console.log(performance.now() - window.pp1, "打开商品4");
|
64
|
+
(_b2 = (_a2 = detailRef.current) == null ? void 0 : _a2.init) == null ? void 0 : _b2.call(_a2, cacheItem, false, type === "edit_product");
|
65
|
+
});
|
64
66
|
const dispatchService = (type, payload) => {
|
65
67
|
dispatch({
|
66
68
|
type,
|
67
69
|
payload: { ...payload }
|
68
70
|
});
|
69
71
|
};
|
70
|
-
const handleAction = (dataSource) => {
|
72
|
+
const handleAction = (0, import_ahooks.useMemoizedFn)((dataSource) => {
|
73
|
+
const cacheItem = (0, import_utils2.getProductExtend)({
|
74
|
+
cacheItem: { ...dataSource._origin, new: 0 },
|
75
|
+
state
|
76
|
+
});
|
71
77
|
dispatch({
|
72
78
|
type: "setService",
|
73
79
|
payload: {
|
74
80
|
addTimeModal: true,
|
75
|
-
cacheItem
|
81
|
+
cacheItem
|
76
82
|
}
|
77
83
|
});
|
78
|
-
};
|
84
|
+
});
|
79
85
|
return {
|
80
86
|
detailRef,
|
81
87
|
handleEdit,
|
@@ -79,6 +79,9 @@ var { Provider, Context } = (0, import_utils.miniRedux)({
|
|
79
79
|
},
|
80
80
|
setActiveCartId(state, payload) {
|
81
81
|
state.setGlobalState(payload);
|
82
|
+
},
|
83
|
+
setAddons(state, payload) {
|
84
|
+
state.setGlobalState({ addons: { ...state.addons, ...payload } });
|
82
85
|
}
|
83
86
|
},
|
84
87
|
reducers: {
|