@pisell/private-materials 6.8.28 → 6.8.30
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/meta.js +1 -1
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +8 -8
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +8 -8
- package/es/businessModel/SalesModel/index.d.ts +1 -0
- package/es/components/appointmentBooking/locales.d.ts +363 -0
- package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +0 -1
- package/es/components/booking/components/TabProduct/index.d.ts +1 -0
- package/es/components/booking/components/TabProduct/productItem/index.d.ts +1 -0
- package/es/components/booking/components/footer/amount.d.ts +37 -0
- package/es/components/booking/components/footer/index.js +43 -44
- package/es/components/booking/components/footer/utils.js +2 -2
- package/es/components/booking/deposit/index.d.ts +1 -0
- package/es/components/booking/editBookingModal/utils.d.ts +12 -0
- package/es/components/booking/forms/sendModal/useSendModal.d.ts +1 -1
- package/es/components/booking/forms/single/index.d.ts +1 -0
- package/es/components/booking/info/client/index.d.ts +4 -0
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +1 -0
- package/es/components/booking/info/hooks/useInfoHolder.js +0 -1
- package/es/components/booking/info/notes/index.d.ts +1 -0
- package/es/components/booking/info/service/Lists.d.ts +1 -0
- package/es/components/booking/info/service/addTimeModal/index.d.ts +0 -1
- package/es/components/booking/info/service/addTimeModal/utils.d.ts +31 -0
- package/es/components/booking/info/service/serve.d.ts +34 -0
- package/es/components/booking/info/service/serviceList/index.d.ts +1 -0
- package/es/components/booking/info/service/serviceManager/index.d.ts +20 -0
- package/es/components/booking/info/service2/Group/utils.d.ts +14 -0
- package/es/components/booking/info/service2/Lists.d.ts +1 -0
- package/es/components/booking/info/service2/utils.d.ts +219 -0
- package/es/components/booking/info2/cartClientCard/types.d.ts +18 -0
- package/es/components/booking/info2/cartClientCard/utils.d.ts +3 -0
- package/es/components/booking/info2/service/addService/utils.d.ts +106 -0
- package/es/components/booking/info2/service/contactInfoMode/index.d.ts +1 -0
- package/es/components/booking/info2/service/editNormalService/index.js +4 -4
- package/es/components/booking/info2/service/editService/index.js +3 -3
- package/es/components/booking/info2/service/editService/utils.js +6 -1
- package/es/components/booking/info2/service/serviceList/index.d.ts +1 -0
- package/es/components/booking/info2/utilsByBooking.d.ts +36 -0
- package/es/components/booking/locales.d.ts +951 -0
- package/es/components/booking/notes/NoteBlock/index.d.ts +1 -0
- package/es/components/booking/notes/addNote/index.d.ts +1 -0
- package/es/components/booking/utils/confirmHolderModal.js +3 -4
- package/es/components/booking/utils.d.ts +182 -0
- package/es/components/booking/utils.js +7 -1
- package/es/components/checkout/components/PaymentDetailModal/index.d.ts +38 -0
- package/es/components/checkout/components/WalletPassModule/types.d.ts +134 -0
- package/es/components/checkout/types.d.ts +130 -0
- package/es/components/checkout/utils.d.ts +3 -0
- package/es/components/eftposPay/app.d.ts +10 -0
- package/es/components/eftposPay/component/fail/failCustom.d.ts +3 -0
- package/es/components/eftposPay/component/fail/index.d.ts +3 -0
- package/es/components/eftposPay/component/fail/unknow.d.ts +9 -0
- package/es/components/eftposPay/const.d.ts +190 -0
- package/es/components/eftposPay/device.d.ts +25 -0
- package/es/components/eftposPay/hooks.d.ts +35 -0
- package/es/components/eftposPay/index.d.ts +4 -0
- package/es/components/eftposPay/linkly/hooks/useTimeQuery.d.ts +4 -0
- package/es/components/eftposPay/locales.d.ts +330 -0
- package/es/components/eftposPay/manufacturer.d.ts +7 -0
- package/es/components/eftposPay/pay.d.ts +20 -0
- package/es/components/eftposPay/payo/config.d.ts +12 -0
- package/es/components/eftposPay/payo/payment.d.ts +66 -0
- package/es/components/eftposPay/tyro/index.d.ts +9 -0
- package/es/components/eftposPay/windcave/helper.d.ts +23 -0
- package/es/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Header/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -0
- package/es/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -0
- package/es/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -0
- package/es/components/list/hooks/index.d.ts +5 -0
- package/es/components/pay/toB/components/CardGroup/index.d.ts +1 -0
- package/es/components/pay/toB/components/Content/utils.d.ts +16 -0
- package/es/components/pay/toB/components/MX51/index.d.ts +3 -0
- package/es/components/pay/toB/locales.d.ts +54 -0
- package/es/components/pay/toB/store/context.d.ts +3 -0
- package/es/components/pay/toB/store/hooks.d.ts +15 -0
- package/es/components/pay/toB/store/index.d.ts +3 -0
- package/es/components/pay/toB/store/provider.d.ts +4 -0
- package/es/components/pay/toB/store/utils.d.ts +13 -0
- package/es/components/pay/toB/types/index.d.ts +72 -0
- package/es/components/pay/toB/types/storeTypes.d.ts +143 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +1 -0
- package/es/components/pay/toC/model.d.ts +32 -0
- package/es/components/pay/toC/utils.d.ts +57 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +1 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +1 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/index.d.ts +1 -0
- package/es/components/productExtension/fields/Actor/index.d.ts +1 -0
- package/es/components/productExtension/fields/Forms/index.d.ts +1 -0
- package/es/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +1 -0
- package/es/components/productExtension/fields/SelectProducts/index.d.ts +1 -0
- package/es/components/productExtension/fields/SelectResourcesTable/index.d.ts +1 -0
- package/es/components/productExtension/index.d.ts +1 -0
- package/es/components/productSelect/components/productGroup/index.d.ts +1 -0
- package/es/components/ruleSetting/locales.d.ts +48 -0
- package/es/components/shoppingCart/components/Empty/index.d.ts +1 -0
- package/es/components/shoppingCart/components/Render/index.d.ts +1 -0
- package/es/components/shoppingCart/index.d.ts +1 -0
- package/es/components/systemSettings/registry/components/SectionList.d.ts +4 -0
- package/es/components/ticketBooking/components/ProductDisplayAdapter/index.d.ts +7 -0
- package/es/components/ticketBooking/components/addServiceVariant/addService.js +7 -2
- package/es/components/ticketBooking/hooks/pisellos/bookingTicket.d.ts +6 -0
- package/es/components/ticketBooking/hooks/pisellos/index.d.ts +4 -0
- package/es/components/ticketBooking/hooks/pisellos/useCustomer.d.ts +25 -0
- package/es/components/ticketBooking/hooks/pisellos/useProducts.d.ts +16 -0
- package/es/components/ticketBooking/hooks/pisellos/useShopDiscountModule.d.ts +6 -0
- package/es/components/ticketBooking/utils/index.d.ts +101 -0
- package/es/components/workSpaceList/components/AppearanceEdit/constants.d.ts +8 -0
- package/es/components/workSpaceList/components/Card/constants.d.ts +2 -0
- package/es/hooks/useWindowSize.d.ts +5 -0
- package/es/plus/clinetSearch/Add/PhoneField/index.d.ts +1 -0
- package/es/plus/clinetSearch/locales.d.ts +105 -0
- package/es/plus/clinetSearch/types.d.ts +61 -0
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Cover/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.d.ts +1 -1
- package/es/plus/productSelect/ProductCard/SkuCard/components/Price/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/index.d.ts +1 -0
- package/es/plus/skuOptionsSelection/components/NormalCard/index.d.ts +1 -0
- package/es/plus/skuOptionsSelection/index.d.ts +5 -0
- package/es/plus/webPosLogin/components/MediaDisplay/type.d.ts +54 -0
- package/es/plus/webPosLogin/locales.d.ts +49 -0
- package/es/plus/webPosLogin/types.d.ts +286 -0
- package/es/pro/Login2.0/components/LegalTerms.d.ts +8 -0
- package/es/pro/Login2.0/components/PhoneInput.d.ts +53 -0
- package/es/pro/Login2.0/hooks/index.d.ts +2 -0
- package/es/pro/Login2.0/hooks/useRegisterFlow.d.ts +39 -0
- package/es/pro/Login2.0/hooks/useRegistrationMethods.d.ts +9 -0
- package/es/pro/Login2.0/shared/Header.d.ts +11 -0
- package/es/pro/Login2.0/shared/types.d.ts +232 -0
- package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +15 -0
- package/es/pro/pisellNumberSelector/example.d.ts +3 -0
- package/es/pro/pisellPaymentList/example.d.ts +19 -0
- package/es/pro/pisellPriceKeyboardPopover/PisellPriceKeyboardPopover.d.ts +5 -0
- package/es/pro/pisellPriceKeyboardPopover/index.d.ts +2 -0
- package/es/pro/priceKeyboard/components/cashKeyboard/index.d.ts +1 -0
- package/es/pro/skuDetailModal/index.js +17 -2
- package/es/pro/skuDetailModal/index.less +1 -1
- package/es/test/setup.d.ts +1 -0
- package/lib/businessModel/SalesModel/index.d.ts +1 -0
- package/lib/components/appointmentBooking/locales.d.ts +363 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +0 -1
- package/lib/components/booking/components/TabProduct/index.d.ts +1 -0
- package/lib/components/booking/components/TabProduct/productItem/index.d.ts +1 -0
- package/lib/components/booking/components/footer/amount.d.ts +37 -0
- package/lib/components/booking/components/footer/index.js +9 -12
- package/lib/components/booking/components/footer/utils.js +2 -2
- package/lib/components/booking/deposit/index.d.ts +1 -0
- package/lib/components/booking/editBookingModal/utils.d.ts +12 -0
- package/lib/components/booking/forms/sendModal/useSendModal.d.ts +1 -1
- package/lib/components/booking/forms/single/index.d.ts +1 -0
- package/lib/components/booking/info/client/index.d.ts +4 -0
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +1 -0
- package/lib/components/booking/info/hooks/useInfoHolder.js +0 -1
- package/lib/components/booking/info/notes/index.d.ts +1 -0
- package/lib/components/booking/info/service/Lists.d.ts +1 -0
- package/lib/components/booking/info/service/addTimeModal/index.d.ts +0 -1
- package/lib/components/booking/info/service/addTimeModal/utils.d.ts +31 -0
- package/lib/components/booking/info/service/serve.d.ts +34 -0
- package/lib/components/booking/info/service/serviceList/index.d.ts +1 -0
- package/lib/components/booking/info/service/serviceManager/index.d.ts +20 -0
- package/lib/components/booking/info/service2/Group/utils.d.ts +14 -0
- package/lib/components/booking/info/service2/Lists.d.ts +1 -0
- package/lib/components/booking/info/service2/utils.d.ts +219 -0
- package/lib/components/booking/info2/cartClientCard/types.d.ts +18 -0
- package/lib/components/booking/info2/cartClientCard/utils.d.ts +3 -0
- package/lib/components/booking/info2/service/addService/utils.d.ts +106 -0
- package/lib/components/booking/info2/service/contactInfoMode/index.d.ts +1 -0
- package/lib/components/booking/info2/service/editNormalService/index.js +4 -4
- package/lib/components/booking/info2/service/editService/index.js +4 -4
- package/lib/components/booking/info2/service/editService/utils.js +4 -1
- package/lib/components/booking/info2/service/serviceList/index.d.ts +1 -0
- package/lib/components/booking/info2/utilsByBooking.d.ts +36 -0
- package/lib/components/booking/locales.d.ts +951 -0
- package/lib/components/booking/notes/NoteBlock/index.d.ts +1 -0
- package/lib/components/booking/notes/addNote/index.d.ts +1 -0
- package/lib/components/booking/utils/confirmHolderModal.js +0 -1
- package/lib/components/booking/utils.d.ts +182 -0
- package/lib/components/booking/utils.js +5 -1
- package/lib/components/checkout/components/PaymentDetailModal/index.d.ts +38 -0
- package/lib/components/checkout/components/WalletPassModule/types.d.ts +134 -0
- package/lib/components/checkout/types.d.ts +130 -0
- package/lib/components/checkout/utils.d.ts +3 -0
- package/lib/components/eftposPay/app.d.ts +10 -0
- package/lib/components/eftposPay/component/fail/failCustom.d.ts +3 -0
- package/lib/components/eftposPay/component/fail/index.d.ts +3 -0
- package/lib/components/eftposPay/component/fail/unknow.d.ts +9 -0
- package/lib/components/eftposPay/const.d.ts +190 -0
- package/lib/components/eftposPay/device.d.ts +25 -0
- package/lib/components/eftposPay/hooks.d.ts +35 -0
- package/lib/components/eftposPay/index.d.ts +4 -0
- package/lib/components/eftposPay/linkly/hooks/useTimeQuery.d.ts +4 -0
- package/lib/components/eftposPay/locales.d.ts +330 -0
- package/lib/components/eftposPay/manufacturer.d.ts +7 -0
- package/lib/components/eftposPay/pay.d.ts +20 -0
- package/lib/components/eftposPay/payo/config.d.ts +12 -0
- package/lib/components/eftposPay/payo/payment.d.ts +66 -0
- package/lib/components/eftposPay/tyro/index.d.ts +9 -0
- package/lib/components/eftposPay/windcave/helper.d.ts +23 -0
- package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Header/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -0
- package/lib/components/list/hooks/index.d.ts +5 -0
- package/lib/components/pay/toB/components/CardGroup/index.d.ts +1 -0
- package/lib/components/pay/toB/components/Content/utils.d.ts +16 -0
- package/lib/components/pay/toB/components/MX51/index.d.ts +3 -0
- package/lib/components/pay/toB/locales.d.ts +54 -0
- package/lib/components/pay/toB/store/context.d.ts +3 -0
- package/lib/components/pay/toB/store/hooks.d.ts +15 -0
- package/lib/components/pay/toB/store/index.d.ts +3 -0
- package/lib/components/pay/toB/store/provider.d.ts +4 -0
- package/lib/components/pay/toB/store/utils.d.ts +13 -0
- package/lib/components/pay/toB/types/index.d.ts +72 -0
- package/lib/components/pay/toB/types/storeTypes.d.ts +143 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +1 -0
- package/lib/components/pay/toC/model.d.ts +32 -0
- package/lib/components/pay/toC/utils.d.ts +57 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +1 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +1 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/index.d.ts +1 -0
- package/lib/components/productExtension/fields/Actor/index.d.ts +1 -0
- package/lib/components/productExtension/fields/Forms/index.d.ts +1 -0
- package/lib/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +1 -0
- package/lib/components/productExtension/fields/SelectProducts/index.d.ts +1 -0
- package/lib/components/productExtension/fields/SelectResourcesTable/index.d.ts +1 -0
- package/lib/components/productExtension/index.d.ts +1 -0
- package/lib/components/productSelect/components/productGroup/index.d.ts +1 -0
- package/lib/components/ruleSetting/locales.d.ts +48 -0
- package/lib/components/shoppingCart/components/Empty/index.d.ts +1 -0
- package/lib/components/shoppingCart/components/Render/index.d.ts +1 -0
- package/lib/components/shoppingCart/index.d.ts +1 -0
- package/lib/components/systemSettings/registry/components/SectionList.d.ts +4 -0
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/index.d.ts +7 -0
- package/lib/components/ticketBooking/components/addServiceVariant/addService.js +7 -3
- package/lib/components/ticketBooking/hooks/pisellos/bookingTicket.d.ts +6 -0
- package/lib/components/ticketBooking/hooks/pisellos/index.d.ts +4 -0
- package/lib/components/ticketBooking/hooks/pisellos/useCustomer.d.ts +25 -0
- package/lib/components/ticketBooking/hooks/pisellos/useProducts.d.ts +16 -0
- package/lib/components/ticketBooking/hooks/pisellos/useShopDiscountModule.d.ts +6 -0
- package/lib/components/ticketBooking/utils/index.d.ts +101 -0
- package/lib/components/workSpaceList/components/AppearanceEdit/constants.d.ts +8 -0
- package/lib/components/workSpaceList/components/Card/constants.d.ts +2 -0
- package/lib/hooks/useWindowSize.d.ts +5 -0
- package/lib/plus/clinetSearch/Add/PhoneField/index.d.ts +1 -0
- package/lib/plus/clinetSearch/locales.d.ts +105 -0
- package/lib/plus/clinetSearch/types.d.ts +61 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Cover/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.d.ts +1 -1
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Price/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/index.d.ts +1 -0
- package/lib/plus/skuOptionsSelection/components/NormalCard/index.d.ts +1 -0
- package/lib/plus/skuOptionsSelection/index.d.ts +5 -0
- package/lib/plus/webPosLogin/components/MediaDisplay/type.d.ts +54 -0
- package/lib/plus/webPosLogin/locales.d.ts +49 -0
- package/lib/plus/webPosLogin/types.d.ts +286 -0
- package/lib/pro/Login2.0/components/LegalTerms.d.ts +8 -0
- package/lib/pro/Login2.0/components/PhoneInput.d.ts +53 -0
- package/lib/pro/Login2.0/hooks/index.d.ts +2 -0
- package/lib/pro/Login2.0/hooks/useRegisterFlow.d.ts +39 -0
- package/lib/pro/Login2.0/hooks/useRegistrationMethods.d.ts +9 -0
- package/lib/pro/Login2.0/shared/Header.d.ts +11 -0
- package/lib/pro/Login2.0/shared/types.d.ts +232 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +15 -0
- package/lib/pro/pisellNumberSelector/example.d.ts +3 -0
- package/lib/pro/pisellPaymentList/example.d.ts +19 -0
- package/lib/pro/pisellPriceKeyboardPopover/PisellPriceKeyboardPopover.d.ts +5 -0
- package/lib/pro/pisellPriceKeyboardPopover/index.d.ts +2 -0
- package/lib/pro/priceKeyboard/components/cashKeyboard/index.d.ts +1 -0
- package/lib/pro/skuDetailModal/index.js +13 -2
- package/lib/pro/skuDetailModal/index.less +1 -1
- package/lib/test/setup.d.ts +1 -0
- package/package.json +3 -3
- package/es/components/checkout/plugin.d.ts +0 -2
- package/lib/components/checkout/plugin.d.ts +0 -2
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @title: 根据商品生成加时列表
|
|
3
|
+
* @description:
|
|
4
|
+
* @param {any} config
|
|
5
|
+
* @param {number} price
|
|
6
|
+
* @return {*}
|
|
7
|
+
* @Author: zhiwei.Wang
|
|
8
|
+
* @Date: 2024-07-01 09:34
|
|
9
|
+
*/
|
|
10
|
+
export declare const getAddTimeSplits: (product: any, cacheItem: any, currentResourceTimeEndDate: any) => {
|
|
11
|
+
label: any;
|
|
12
|
+
value: any;
|
|
13
|
+
price: any;
|
|
14
|
+
}[];
|
|
15
|
+
/**
|
|
16
|
+
* @title: 判断当前商品是否可用
|
|
17
|
+
* @description:
|
|
18
|
+
* @param {any} relationProduct
|
|
19
|
+
* @param {any} currentItem
|
|
20
|
+
* @return {*}
|
|
21
|
+
* @Author: zhiwei.Wang
|
|
22
|
+
* @Date: 2024-07-01 09:33
|
|
23
|
+
*/
|
|
24
|
+
export declare const isUsableProduct: (addTime: any, currentItem: any) => any;
|
|
25
|
+
export declare const addTimeRowKey: {
|
|
26
|
+
create: (product_id: number, time: number) => string;
|
|
27
|
+
getValue: (str: string) => {
|
|
28
|
+
product_id: number;
|
|
29
|
+
time: number | string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export declare const getProductDetail: (id: string, params: any) => Promise<any>;
|
|
2
|
+
/**
|
|
3
|
+
* @title: 跨日预约获取预约商品报价单
|
|
4
|
+
* @description:
|
|
5
|
+
* @param {string} id
|
|
6
|
+
* @param {any} params
|
|
7
|
+
* @return {*}
|
|
8
|
+
* @Author: WangHan
|
|
9
|
+
* @Date: 2024-12-23 17:06
|
|
10
|
+
*/
|
|
11
|
+
export declare const postMultiDay: (id: string, params: any) => Promise<any>;
|
|
12
|
+
/**
|
|
13
|
+
* 批量查询指定商品的最新价格
|
|
14
|
+
* @param params
|
|
15
|
+
*/
|
|
16
|
+
export declare const getProductPrice: (params: {
|
|
17
|
+
ids: number[];
|
|
18
|
+
customer_id: number;
|
|
19
|
+
schedule_date: string;
|
|
20
|
+
}) => Promise<any>;
|
|
21
|
+
declare type MultiDayProductPriceParams = {
|
|
22
|
+
customer_id: number;
|
|
23
|
+
data: {
|
|
24
|
+
product_id: number;
|
|
25
|
+
schedule_date: string;
|
|
26
|
+
}[];
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* 获取普通商品和跨日预约的价格
|
|
30
|
+
* @param params
|
|
31
|
+
* @returns
|
|
32
|
+
*/
|
|
33
|
+
export declare const getNormalAndMultiDayProductPrice: (params: MultiDayProductPriceParams) => Promise<any>;
|
|
34
|
+
export {};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export declare const useService: ({ renderMode, onEdit, state, dispatch, }: {
|
|
2
|
+
renderMode?: any;
|
|
3
|
+
onEdit?: any;
|
|
4
|
+
state?: any;
|
|
5
|
+
dispatch?: any;
|
|
6
|
+
}) => {
|
|
7
|
+
createBookingData: ({ product }: any) => Promise<any>;
|
|
8
|
+
editBookingData: ({ changeValues }: {
|
|
9
|
+
changeValues: any;
|
|
10
|
+
}) => Promise<any>;
|
|
11
|
+
createBooking: ({ booking }: {
|
|
12
|
+
booking: any;
|
|
13
|
+
}) => Promise<void>;
|
|
14
|
+
editBooking: ({ booking }: {
|
|
15
|
+
booking: any;
|
|
16
|
+
}) => Promise<void>;
|
|
17
|
+
goEditPanel: ({ booking }: {
|
|
18
|
+
booking: any;
|
|
19
|
+
}) => void;
|
|
20
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const getGroupTotalPrice: (items: any[]) => any;
|
|
2
|
+
/**
|
|
3
|
+
* @title: 创建一个虚拟的组
|
|
4
|
+
* @description:
|
|
5
|
+
* @param {any} items
|
|
6
|
+
* @return {*}
|
|
7
|
+
* @Author: zhiwei.Wang
|
|
8
|
+
*/
|
|
9
|
+
export declare const concatBookings: (items: any[]) => any;
|
|
10
|
+
export declare const createBookingItemsByGroup: (item: any, isBatchEdit?: any) => any[];
|
|
11
|
+
export declare const isGroupBooking: (_id: any) => boolean;
|
|
12
|
+
export declare const getProductByGroupId: (groupId: string, items: any[]) => any[];
|
|
13
|
+
export declare const getGroupBooking: (groupId: string, items: any[]) => any;
|
|
14
|
+
export declare const filterItemByGroupId: (groupId: string, items: any[]) => any[];
|
|
@@ -0,0 +1,219 @@
|
|
|
1
|
+
import dayjs from 'dayjs';
|
|
2
|
+
export declare const formatActiveKey: (lists: any[], platform: string, isEdit: boolean) => any[];
|
|
3
|
+
/**
|
|
4
|
+
* @title: 获取资源名称
|
|
5
|
+
* @description:
|
|
6
|
+
* @param {any} id
|
|
7
|
+
* @param {any} state
|
|
8
|
+
* @return {*}
|
|
9
|
+
* @Author: WangHan
|
|
10
|
+
* @Date: 2024-11-29 18:02
|
|
11
|
+
*/
|
|
12
|
+
export declare const getResourceItem: (id: any, state: any) => any;
|
|
13
|
+
/**
|
|
14
|
+
* @title: 错误提示
|
|
15
|
+
* @description:
|
|
16
|
+
* @param {any} service
|
|
17
|
+
* @param {any} resourceItem
|
|
18
|
+
* @return {*}
|
|
19
|
+
* @Author: WangHan
|
|
20
|
+
* @Date: 2024-11-29 18:41
|
|
21
|
+
*/
|
|
22
|
+
export declare const getErrorMessage: (service: any, resourceItem: any, isDay?: boolean) => any;
|
|
23
|
+
/**
|
|
24
|
+
* @title: 格式化主体列表
|
|
25
|
+
* @description:
|
|
26
|
+
* @param {any} lists
|
|
27
|
+
* @param {boolean} isOpenGroup
|
|
28
|
+
* @return {*}
|
|
29
|
+
* @Author: WangHan
|
|
30
|
+
* @Date: 2024-12-04 11:27
|
|
31
|
+
*/
|
|
32
|
+
export declare const formatHolderLists: (lists: any) => any;
|
|
33
|
+
export declare const isBookingProduct: (extension_type: any, bol?: boolean) => boolean | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* @title: 是否是预约商品
|
|
36
|
+
* @description:
|
|
37
|
+
* @return {*}
|
|
38
|
+
* @Author: WangHan
|
|
39
|
+
* @Date: 2024-12-06 11:24
|
|
40
|
+
*/
|
|
41
|
+
export declare const isDayBookingProduct: (item: any, state: any) => boolean | undefined;
|
|
42
|
+
export declare const handleChangeHolder: (products: any[], currentItem: any, other: any) => any[];
|
|
43
|
+
/**
|
|
44
|
+
* @title: 更新商品数据
|
|
45
|
+
* @description:
|
|
46
|
+
* @param {any} state
|
|
47
|
+
* @param currentItem
|
|
48
|
+
* @param {string} type
|
|
49
|
+
* @param {any} other
|
|
50
|
+
* @param actions
|
|
51
|
+
* @return {*}
|
|
52
|
+
* @Author: WangHan
|
|
53
|
+
* @Date: 2025-01-03 15:00
|
|
54
|
+
*/
|
|
55
|
+
export declare const updateServices: (state: any, currentItem: any, type?: string, other?: any, actions?: any) => any;
|
|
56
|
+
export declare const formItems: (items: any[]) => any[];
|
|
57
|
+
export declare const getIsSubjectRequire: (state: any) => boolean;
|
|
58
|
+
export declare const isNormalProductByDurationSchedule: (item: any) => boolean;
|
|
59
|
+
export declare const isAllNormalProduct: (items: any[]) => boolean;
|
|
60
|
+
export declare const isAllNormalProductByState: (state: any) => boolean;
|
|
61
|
+
export declare const genRowKey: (key: string) => string;
|
|
62
|
+
/**
|
|
63
|
+
* @title: 格式化商品数据
|
|
64
|
+
* @description:
|
|
65
|
+
* @param {any} lists
|
|
66
|
+
* @return {*}
|
|
67
|
+
* @Author: WangHan
|
|
68
|
+
* @Date: 2024-11-29 17:36
|
|
69
|
+
*/
|
|
70
|
+
export declare const formatProducts: (lists: any[], state: any, isRenderGroup?: boolean, isGeneral?: boolean, isParallelResource?: boolean) => any[];
|
|
71
|
+
/**
|
|
72
|
+
* @title: 禁用日期
|
|
73
|
+
* @description:
|
|
74
|
+
* @param {any} current
|
|
75
|
+
* @param {string} position
|
|
76
|
+
* @param {any} startDate
|
|
77
|
+
* @return {*}
|
|
78
|
+
* @Author: WangHan
|
|
79
|
+
* @Date: 2024-12-03 17:51
|
|
80
|
+
*/
|
|
81
|
+
export declare const disabledDate: (current: any, position: string, currentDate: any) => any;
|
|
82
|
+
/**
|
|
83
|
+
* @title: 是否是跨日预约
|
|
84
|
+
* @description:
|
|
85
|
+
* @param {any} state
|
|
86
|
+
* @return {*}
|
|
87
|
+
* @Author: WangHan
|
|
88
|
+
* @Date: 2024-12-04 09:49
|
|
89
|
+
*/
|
|
90
|
+
export declare const isDayBooking: (state: any) => boolean;
|
|
91
|
+
export declare const isDaysBooking: (state: any) => boolean;
|
|
92
|
+
export declare const isEventBooking: (state: any) => boolean;
|
|
93
|
+
export declare const isAppointmentProduct: (item: any) => boolean;
|
|
94
|
+
/**
|
|
95
|
+
* @title: 是否是terminal上的跨日预约
|
|
96
|
+
* @description:
|
|
97
|
+
* @param {any} state
|
|
98
|
+
* @return {*}
|
|
99
|
+
* @Author: WangHan
|
|
100
|
+
* @Date: 2024-12-04 15:31
|
|
101
|
+
*/
|
|
102
|
+
export declare const isTerminalDayBooking: (state: any) => any;
|
|
103
|
+
export declare const formatDayDate: (_extend: any) => any;
|
|
104
|
+
/**
|
|
105
|
+
* @title: 根据营业日时间格式化时间
|
|
106
|
+
* @description:
|
|
107
|
+
* @param {any} state
|
|
108
|
+
* @return {*}
|
|
109
|
+
* @Author: WangHan
|
|
110
|
+
* @Date: 2024-12-04 12:07
|
|
111
|
+
*/
|
|
112
|
+
export declare const formatDayTime: ({ startDate, endDate }: any) => {
|
|
113
|
+
startDateTime: dayjs.Dayjs;
|
|
114
|
+
endDateTime: dayjs.Dayjs;
|
|
115
|
+
};
|
|
116
|
+
export declare const formatDateTime: (start_date: any, end_date: any) => {
|
|
117
|
+
value: dayjs.Dayjs;
|
|
118
|
+
end_date: dayjs.Dayjs;
|
|
119
|
+
};
|
|
120
|
+
/**
|
|
121
|
+
* @title: 初始化日期
|
|
122
|
+
* @description:
|
|
123
|
+
* @return {*}
|
|
124
|
+
* @Author: WangHan
|
|
125
|
+
* @Date: 2024-12-06 17:24
|
|
126
|
+
*/
|
|
127
|
+
export declare const initDate: () => {
|
|
128
|
+
value: dayjs.Dayjs;
|
|
129
|
+
end_date: dayjs.Dayjs;
|
|
130
|
+
};
|
|
131
|
+
/**
|
|
132
|
+
* @title: 是否有预约商品
|
|
133
|
+
* @description:
|
|
134
|
+
* @return {*}
|
|
135
|
+
* @Author: WangHan
|
|
136
|
+
* @Date: 2024-12-12 15:47
|
|
137
|
+
*/
|
|
138
|
+
export declare const isHasDayAppointmentProduct: (state: any) => boolean;
|
|
139
|
+
/**
|
|
140
|
+
* @title: 过滤出如果是预约商品,则只获取跨日的预约商品
|
|
141
|
+
* @description:
|
|
142
|
+
* @param {any} lists
|
|
143
|
+
* @return {*}
|
|
144
|
+
* @Author: WangHan
|
|
145
|
+
* @Date: 2024-12-13 16:44
|
|
146
|
+
*/
|
|
147
|
+
export declare const getDayProducts: (holderId: number, lists: any, isTerminal?: boolean) => any;
|
|
148
|
+
/**
|
|
149
|
+
* @title: 格式化表单数据
|
|
150
|
+
* @description:
|
|
151
|
+
* @param {any} state
|
|
152
|
+
* @return {*}
|
|
153
|
+
* @Author: WangHan
|
|
154
|
+
* @Date: 2024-12-30 22:19
|
|
155
|
+
*/
|
|
156
|
+
export declare const getPets: (state: any) => any;
|
|
157
|
+
/**
|
|
158
|
+
* @title: 得出预约商品
|
|
159
|
+
* @description:
|
|
160
|
+
* @param {any} state
|
|
161
|
+
* @return {*}
|
|
162
|
+
* @Author: WangHan
|
|
163
|
+
* @Date: 2024-12-30 22:26
|
|
164
|
+
*/
|
|
165
|
+
export declare const getAppointmentService: (state: any) => any;
|
|
166
|
+
/**
|
|
167
|
+
* @title: 判断是否打开删除宠物弹窗
|
|
168
|
+
* @description:
|
|
169
|
+
* @param {any} state
|
|
170
|
+
* @param {any} newVal
|
|
171
|
+
* @return {*}
|
|
172
|
+
* @Author: WangHan
|
|
173
|
+
* @Date: 2024-12-16 16:12
|
|
174
|
+
*/
|
|
175
|
+
export declare const isOpenDeletePet: (state: any, newVal: any) => {
|
|
176
|
+
ids: any;
|
|
177
|
+
lists: any;
|
|
178
|
+
};
|
|
179
|
+
/**
|
|
180
|
+
* @title: 当前选中的表单id
|
|
181
|
+
* @description:
|
|
182
|
+
* @param {any} state
|
|
183
|
+
* @return {*}
|
|
184
|
+
* @Author: WangHan
|
|
185
|
+
* @Date: 2024-12-17 14:40
|
|
186
|
+
*/
|
|
187
|
+
export declare const holderId: (state: any) => number;
|
|
188
|
+
/**
|
|
189
|
+
* @title: 更新套餐的价格
|
|
190
|
+
* @description:
|
|
191
|
+
* @param {any} currentValue
|
|
192
|
+
* @param {any} newBundleData
|
|
193
|
+
* @return {*}
|
|
194
|
+
* @Author: WangHan
|
|
195
|
+
* @Date: 2024-12-31 15:16
|
|
196
|
+
*/
|
|
197
|
+
export declare function updateNormalBundlePrice(currentValue: any, newBundleData: any): any[];
|
|
198
|
+
/**
|
|
199
|
+
* @title: 更新预约商品报价单
|
|
200
|
+
* @description:
|
|
201
|
+
* @param {any} state
|
|
202
|
+
* @param {any} cacheItem
|
|
203
|
+
* @return {*}
|
|
204
|
+
* @Author: WangHan
|
|
205
|
+
* @Date: 2024-12-25 16:41
|
|
206
|
+
*/
|
|
207
|
+
export declare const updateAppointmentServicePrice: (state: any, { start_date, end_date, product_id }: any) => Promise<{
|
|
208
|
+
multiDayPrices: any;
|
|
209
|
+
price: number;
|
|
210
|
+
}>;
|
|
211
|
+
/**
|
|
212
|
+
* @title: 更新普通商品报价单价格
|
|
213
|
+
* @description:
|
|
214
|
+
* @param {any} state
|
|
215
|
+
* @return {*}
|
|
216
|
+
* @Author: WangHan
|
|
217
|
+
* @Date: 2024-12-24 11:32
|
|
218
|
+
*/
|
|
219
|
+
export declare const updateServicePrice: (state: any) => never[] | Promise<any>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { ClientData as ClientCardData, ClientCardProps } from '../../../../plus/clientCard/types';
|
|
2
|
+
import type { ClientData as ClientSearchData } from '../../../../plus/clinetSearch/types';
|
|
3
|
+
export interface ClientData extends ClientCardData {
|
|
4
|
+
latest_wallet_detail?: any;
|
|
5
|
+
}
|
|
6
|
+
export interface CartClientCardState {
|
|
7
|
+
clientData?: ClientData;
|
|
8
|
+
searchModalVisible: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare type ClientDataConverter = (searchData: ClientSearchData) => ClientData;
|
|
11
|
+
export declare type ClientCardRef = {
|
|
12
|
+
handleSetClient: (record: ClientData) => void;
|
|
13
|
+
};
|
|
14
|
+
export interface CartClientCardProps {
|
|
15
|
+
clientCardProps?: ClientCardProps;
|
|
16
|
+
beforeSwitchModalOpen?: () => void | boolean | Promise<undefined | boolean>;
|
|
17
|
+
onClientChange?: (newClient: ClientData, originClient?: ClientData | null) => void;
|
|
18
|
+
}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import dayjs from 'dayjs';
|
|
2
|
+
export declare const getUsableTime: (cacheItem: any) => any;
|
|
3
|
+
export declare const getDurationProps: ({ cacheItem, useStartTime, currentResource, slice, }: any) => {
|
|
4
|
+
startDate: dayjs.Dayjs;
|
|
5
|
+
usableTime: any;
|
|
6
|
+
duration: string | number | {
|
|
7
|
+
type: string;
|
|
8
|
+
value: number;
|
|
9
|
+
};
|
|
10
|
+
locale: any;
|
|
11
|
+
slice: any;
|
|
12
|
+
selectProps: {
|
|
13
|
+
size: string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* @title: 灵活时长选项
|
|
18
|
+
* @description:
|
|
19
|
+
* @param {*} useMemo
|
|
20
|
+
* @return {*}
|
|
21
|
+
* @Author: zhiwei.Wang
|
|
22
|
+
* @Date: 2024-02-23 10:10
|
|
23
|
+
*/
|
|
24
|
+
export declare const getFlexibleOption: ({ cacheItem, useStartTime, currentResource, slice, durationProps, }: any) => {
|
|
25
|
+
label: any;
|
|
26
|
+
value: any;
|
|
27
|
+
} | null;
|
|
28
|
+
export declare const getTimeSlices: ({ state }: any) => {
|
|
29
|
+
timeSlices: {
|
|
30
|
+
label: string;
|
|
31
|
+
value: string;
|
|
32
|
+
}[];
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* @title: 时间切片
|
|
36
|
+
* @description:
|
|
37
|
+
* @return {*}
|
|
38
|
+
* @Author: zhiwei.Wang
|
|
39
|
+
* @Date: 2024-01-09 13:37
|
|
40
|
+
*/
|
|
41
|
+
export declare const getTimeObj: ({ cacheItem, useStartTime, currentResource, state, useDuration, durationProps, }: any) => {
|
|
42
|
+
timeSlices: {
|
|
43
|
+
label: string;
|
|
44
|
+
value: string;
|
|
45
|
+
}[];
|
|
46
|
+
durationSlicesBasedOnTime: {
|
|
47
|
+
label: string;
|
|
48
|
+
value: number;
|
|
49
|
+
}[];
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* @title: 获取资源列表
|
|
53
|
+
* @description:
|
|
54
|
+
* @return {*}
|
|
55
|
+
* @Author: zhiwei.Wang
|
|
56
|
+
* @Date: 2024-01-09 13:38
|
|
57
|
+
*/
|
|
58
|
+
export declare const formatResources: ({ cacheItem, resourcesOrigin, id }: any) => {
|
|
59
|
+
list: any;
|
|
60
|
+
maps: any;
|
|
61
|
+
};
|
|
62
|
+
export declare const setDefaultResource: ({ cacheItem, resources }: any) => any;
|
|
63
|
+
/**
|
|
64
|
+
* @title: 设置默认容量
|
|
65
|
+
* @description:
|
|
66
|
+
* @param {any} param1
|
|
67
|
+
* @return {*}
|
|
68
|
+
* @Author: zhiwei.Wang
|
|
69
|
+
* @Date: 2024-09-19 20:26
|
|
70
|
+
*/
|
|
71
|
+
export declare const setDefaultCapacitys: ({ capacitys, cacheItem }: any) => any;
|
|
72
|
+
/**
|
|
73
|
+
* @title: 将商品内关联的资源id还原成数据
|
|
74
|
+
* @description:
|
|
75
|
+
* @param {any} resourcesOriginMap
|
|
76
|
+
* @param {any} cacheItem
|
|
77
|
+
* @return {*}
|
|
78
|
+
* @Author: zhiwei.Wang
|
|
79
|
+
* @Date: 2024-09-19 20:23
|
|
80
|
+
*/
|
|
81
|
+
export declare const getResourceByIds: (resourcesOriginMap: any, cacheItem: any, extraParams?: any) => any[];
|
|
82
|
+
/**
|
|
83
|
+
* @title: 是否是跨日商品
|
|
84
|
+
* @description:
|
|
85
|
+
* @param {any} cacheItem
|
|
86
|
+
* @return {*}
|
|
87
|
+
*/
|
|
88
|
+
export declare const isMultiDayProduct: (product: any) => boolean;
|
|
89
|
+
export declare const getMultiDay: ({ start_date, end_date, state, cacheItem, }: any) => Promise<any>;
|
|
90
|
+
/**
|
|
91
|
+
* @title: 预生成服务的 extend
|
|
92
|
+
* @description:
|
|
93
|
+
* @param {any} param1
|
|
94
|
+
* @return {*}
|
|
95
|
+
* @Author: zhiwei.Wang
|
|
96
|
+
* @Date: 2024-06-01 13:25
|
|
97
|
+
*/
|
|
98
|
+
export declare const getProductExtend: ({ cacheItem, state, isDisabledTime }: any) => any;
|
|
99
|
+
/**
|
|
100
|
+
* @title: 格式化服务列表
|
|
101
|
+
* @description: 后端列表返回的product_resource.resources 的optional_resource等不是最新数据
|
|
102
|
+
* 使用with resourceRelation后 返回的resource_relation是实时数据
|
|
103
|
+
* 这里做一次转换
|
|
104
|
+
* @param list
|
|
105
|
+
*/
|
|
106
|
+
export declare const transServiceList: (list: any[]) => any[];
|
|
@@ -114,13 +114,13 @@ var EditNormalService = (0, import_react.forwardRef)((props, ref) => {
|
|
|
114
114
|
return;
|
|
115
115
|
}
|
|
116
116
|
const newProducts = (_e = ((_d = state == null ? void 0 : state.service) == null ? void 0 : _d.value) || []) == null ? void 0 : _e.map((item) => {
|
|
117
|
-
var _a2, _b2, _c2;
|
|
117
|
+
var _a2, _b2, _c2, _d2;
|
|
118
118
|
if (item._id == data._id) {
|
|
119
119
|
data = (0, import_utils.setProductPrice)(data, {
|
|
120
|
-
newTotal: (_a2 = data._extend) == null ? void 0 : _a2.total,
|
|
121
|
-
origin_total: (
|
|
120
|
+
newTotal: ((_a2 = data._extend) == null ? void 0 : _a2.priceOverride) ?? ((_b2 = data._extend) == null ? void 0 : _b2.total),
|
|
121
|
+
origin_total: (_c2 = data._extend) == null ? void 0 : _c2.origin_total
|
|
122
122
|
});
|
|
123
|
-
data.note = (
|
|
123
|
+
data.note = (_d2 = data._extend) == null ? void 0 : _d2.note;
|
|
124
124
|
return data;
|
|
125
125
|
}
|
|
126
126
|
return item;
|
|
@@ -456,7 +456,7 @@ var Info = (_, ref) => {
|
|
|
456
456
|
};
|
|
457
457
|
}
|
|
458
458
|
const callback = (e2, extension_type, detail) => {
|
|
459
|
-
var _a3;
|
|
459
|
+
var _a3, _b3;
|
|
460
460
|
const _detail = detail || item;
|
|
461
461
|
const other = JSON.parse(JSON.stringify(e2));
|
|
462
462
|
other.session = e2.session;
|
|
@@ -472,7 +472,8 @@ var Info = (_, ref) => {
|
|
|
472
472
|
...values,
|
|
473
473
|
quantity: (e2 == null ? void 0 : e2.quantity) || (values == null ? void 0 : values.quantity) || 1,
|
|
474
474
|
// 覆盖选择的规格和套餐
|
|
475
|
-
other
|
|
475
|
+
other,
|
|
476
|
+
priceOverride: (_a3 = _detail._extend) == null ? void 0 : _a3.priceOverride
|
|
476
477
|
},
|
|
477
478
|
new: 0
|
|
478
479
|
};
|
|
@@ -503,7 +504,7 @@ var Info = (_, ref) => {
|
|
|
503
504
|
});
|
|
504
505
|
form.setFieldsValue({
|
|
505
506
|
total: _total,
|
|
506
|
-
capacity: (
|
|
507
|
+
capacity: (_b3 = cacheItem._extend) == null ? void 0 : _b3.capacity,
|
|
507
508
|
quantity: (e2 == null ? void 0 : e2.quantity) || (values == null ? void 0 : values.quantity) || 1
|
|
508
509
|
});
|
|
509
510
|
};
|
|
@@ -756,7 +757,6 @@ var Info = (_, ref) => {
|
|
|
756
757
|
{
|
|
757
758
|
required: ((_h2 = (_g2 = (_f2 = state == null ? void 0 : state.bookingConfig) == null ? void 0 : _f2.config) == null ? void 0 : _g2.basic) == null ? void 0 : _h2.subject_require) === "require",
|
|
758
759
|
validator: (rule, value, callback) => {
|
|
759
|
-
debugger;
|
|
760
760
|
if (showExtra) {
|
|
761
761
|
callback(import_utils.locales.getText("page.booking.text.holder.length-error"));
|
|
762
762
|
} else {
|
|
@@ -55,7 +55,7 @@ var setAutoAllocationStorage = (data) => {
|
|
|
55
55
|
}
|
|
56
56
|
};
|
|
57
57
|
var setProductPrice = (cacheItem, { newTotal, origin_total }) => {
|
|
58
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
58
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j;
|
|
59
59
|
const discountRatio = new import_decimal.default(newTotal).div(new import_decimal.default(origin_total));
|
|
60
60
|
let subTotal = new import_decimal.default(0);
|
|
61
61
|
if (((_a = cacheItem._extend.other) == null ? void 0 : _a.bundle) && (0, import_utils.isArr)((_b = cacheItem._extend.other) == null ? void 0 : _b.bundle)) {
|
|
@@ -75,6 +75,9 @@ var setProductPrice = (cacheItem, { newTotal, origin_total }) => {
|
|
|
75
75
|
});
|
|
76
76
|
}
|
|
77
77
|
cacheItem._extend.price = new import_decimal.default(newTotal).sub(subTotal).toNumber();
|
|
78
|
+
if ((_i = cacheItem._extend) == null ? void 0 : _i.priceOverride) {
|
|
79
|
+
cacheItem._extend.total = new import_decimal.default(((_j = cacheItem._extend) == null ? void 0 : _j.priceOverride) || 0).toNumber();
|
|
80
|
+
}
|
|
78
81
|
return cacheItem;
|
|
79
82
|
};
|
|
80
83
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export declare const getResourceTimeIsUsable: (item: any, cacheItem: any, resourceItem: any) => any;
|
|
2
|
+
export declare const getSumCapacity: ({ cacheItem }: any, isCalcQuantity?: boolean) => number;
|
|
3
|
+
/**
|
|
4
|
+
* @title: 查找是否有可用的time
|
|
5
|
+
* @description:
|
|
6
|
+
* @param {any} resourceItem
|
|
7
|
+
* @return {*}
|
|
8
|
+
* @Author: zhiwei.Wang
|
|
9
|
+
* @Date: 2024-01-09 13:57
|
|
10
|
+
*/
|
|
11
|
+
export declare const formatTimes: (resourceItem: any, cacheItem: any) => any;
|
|
12
|
+
export declare const getErrorList: (resource: any, cacheItem: any) => {
|
|
13
|
+
label: any;
|
|
14
|
+
type: string;
|
|
15
|
+
}[];
|
|
16
|
+
/**
|
|
17
|
+
* @title: 格式化资源, 添加自定义参数
|
|
18
|
+
* @description:
|
|
19
|
+
* @param {any} resourceItem
|
|
20
|
+
* @return {*}
|
|
21
|
+
* @Author: zhiwei.Wang
|
|
22
|
+
* @Date: 2024-01-09 13:40
|
|
23
|
+
*/
|
|
24
|
+
export declare const formatResource: (resourceItem: any, cacheItem?: any, formatLabel?: any) => any;
|
|
25
|
+
export declare const getAppointmentTimingPreference: (state: any) => any;
|
|
26
|
+
/**
|
|
27
|
+
* @title: 创建服务的开始时间和结束时间
|
|
28
|
+
* @description:
|
|
29
|
+
* @param {any} state
|
|
30
|
+
* @param {any} item
|
|
31
|
+
* @return {*}
|
|
32
|
+
* @Author: zhiwei.Wang
|
|
33
|
+
* @Date: 2024-01-26 14:09
|
|
34
|
+
*/
|
|
35
|
+
export declare const getServiceStartTimeAndEndTime: (state: any, cacheItem: any, timeObj: any) => any;
|
|
36
|
+
export declare const getIsNoSpecAndPackage: (product: any) => boolean;
|