@pisell/private-materials 6.7.9 → 6.8.1
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 +2 -2
- package/build/lowcode/preview.js +7 -7
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +9 -9
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +9 -9
- package/es/components/appointmentBooking/components/Voucher/index.js +2 -1
- package/es/components/booking/addons/index.js +25 -17
- package/es/components/booking/components/footer/amount.d.ts +1 -0
- package/es/components/booking/components/footer/amount.js +548 -84
- package/es/components/booking/components/footer/index.js +77 -56
- package/es/components/booking/components/footer/utils.d.ts +19 -0
- package/es/components/booking/components/footer/utils.js +194 -73
- package/es/components/booking/components/voucher/index.js +23 -7
- package/es/components/booking/hooks/useQuotation.js +4 -1
- 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/service2/utils.js +1 -0
- package/es/components/booking/info2/cartClientCard/index.js +30 -6
- package/es/components/booking/info2/index.js +1 -1
- package/es/components/booking/info2/service/addService/index.js +2 -3
- package/es/components/booking/info2/service/editNormalService/index.js +6 -0
- package/es/components/booking/info2/service/editService/index.js +16 -6
- package/es/components/booking/info2/service/editService/utils.d.ts +15 -0
- package/es/components/booking/info2/service/editService/utils.js +66 -0
- package/es/components/booking/utils.d.ts +1 -0
- package/es/components/booking/utils.js +16 -3
- package/es/components/checkout/PaymentModal.d.ts +13 -5
- package/es/components/checkout/PaymentModal.js +304 -252
- package/es/components/checkout/components/AdditionalModule/index.d.ts +3 -1
- package/es/components/checkout/components/AdditionalModule/index.js +52 -12
- package/es/components/checkout/components/AmountSummary/index.js +9 -76
- package/es/components/checkout/components/AmountSummary/index.less +5 -6
- package/es/components/checkout/components/CashPaymentModule/index.d.ts +3 -1
- package/es/components/checkout/components/CashPaymentModule/index.js +5 -2
- package/es/components/checkout/components/PaymentDetailModal/index.js +2 -2
- package/es/components/checkout/components/PaymentOptionsModule/PaymentMethodItem.d.ts +2 -0
- package/es/components/checkout/components/PaymentOptionsModule/PaymentMethodItem.js +6 -1
- package/es/components/checkout/components/PaymentOptionsModule/index.d.ts +1 -0
- package/es/components/checkout/components/PaymentOptionsModule/index.js +2 -1
- package/es/components/checkout/components/PaymentOptionsModule/index.less +4 -0
- package/es/components/checkout/components/PaymentResultToast/PaymentResultToastProvider.d.ts +4 -0
- package/es/components/checkout/components/PaymentResultToast/PaymentResultToastProvider.js +31 -8
- package/es/components/checkout/components/PaymentResultToast/index.js +6 -6
- package/es/components/checkout/components/PaymentResultToast/index.less +94 -33
- package/es/components/checkout/components/SearchAndClientModule/index.js +39 -40
- package/es/components/checkout/index.less +1 -1
- package/es/components/checkout/locales.d.ts +6 -0
- package/es/components/checkout/locales.js +6 -0
- package/es/components/checkout/plugin.d.ts +2 -0
- package/es/components/checkout/plugin.js +303 -0
- package/es/components/checkout/utils/PaymentResultToastUtils.d.ts +0 -1
- package/es/components/checkout/utils/PaymentResultToastUtils.js +11 -1
- package/es/components/eftpos/hooks.d.ts +0 -1
- package/es/components/eftposPay/hooks.d.ts +1 -1
- package/es/components/eftposPay/linkly/hooks/useTimeQuery.js +14 -6
- package/es/components/eftposPay/payo/config.js +70 -32
- package/es/components/eftposPay/payo/payment.d.ts +66 -0
- package/es/components/eftposPay/payo/payment.js +579 -0
- package/es/components/eftposPay/store/index.d.ts +4 -4
- package/es/components/eftposPay/tyro/hooks.d.ts +0 -1
- package/es/components/eftposPay/tyro/index.js +12 -0
- package/es/components/eftposPay/utils/log/index.d.ts +110 -0
- package/es/components/eftposPay/utils/log/index.js +371 -0
- package/es/components/eventBooking/components/ErrorTip/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/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/index.d.ts +2 -1
- package/es/components/index.js +2 -1
- package/es/components/list/List.js +99 -56
- package/es/components/list/hooks/useListState.d.ts +5 -3
- package/es/components/list/hooks/useListState.js +10 -2
- package/es/components/list/styles/base.less +4 -0
- package/es/components/list/styles/content.less +1 -1
- package/es/components/list/styles/header.less +4 -4
- package/es/components/list/types.d.ts +1 -0
- package/es/components/list/utils/index.d.ts +13 -1
- package/es/components/list/utils/index.js +43 -1
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +14 -12
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.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/WalletPass/serve.d.ts +6 -0
- package/es/components/pay/toC/PaymentMethods/WalletPass/utils.js +4 -2
- package/es/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.js +2 -0
- package/es/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.less +13 -3
- package/es/components/pay/toC/index.js +7 -4
- package/es/components/pay/toC/locales.d.ts +3 -0
- package/es/components/pay/toC/locales.js +6 -3
- package/es/components/pay/toC/status.d.ts +1 -0
- package/es/components/pay/toC/status.js +3 -0
- package/es/components/shoppingCart/components/Empty/index.d.ts +0 -1
- package/es/components/subTotal/index.js +1 -1
- package/es/components/systemSettings/registry/components/GroupModal.d.ts +4 -0
- package/es/components/{checkout/PaymentPlugin.js → systemSettings/registry/components/GroupModal.js} +132 -171
- package/es/components/systemSettings/registry/components/ItemModal.d.ts +4 -0
- package/es/components/systemSettings/registry/components/ItemModal.js +547 -0
- package/es/components/systemSettings/registry/components/ModuleList.d.ts +4 -0
- package/es/components/systemSettings/registry/components/ModuleList.js +54 -0
- package/es/components/systemSettings/registry/components/SectionList.d.ts +4 -0
- package/es/components/systemSettings/registry/components/SectionList.js +174 -0
- package/es/components/systemSettings/registry/components/SettingsTable.d.ts +4 -0
- package/es/components/systemSettings/registry/components/SettingsTable.js +765 -0
- package/es/components/systemSettings/registry/components/index.d.ts +4 -0
- package/es/components/systemSettings/registry/components/index.js +4 -0
- package/es/components/systemSettings/registry/index.d.ts +5 -0
- package/es/components/systemSettings/registry/index.js +1059 -0
- package/es/components/systemSettings/registry/index.less +410 -0
- package/es/components/systemSettings/registry/locales.d.ts +272 -0
- package/es/components/systemSettings/registry/locales.js +300 -0
- package/es/components/systemSettings/registry/services.d.ts +77 -0
- package/es/components/systemSettings/registry/services.js +472 -0
- package/es/components/systemSettings/registry/types.d.ts +126 -0
- package/es/components/systemSettings/registry/types.js +1 -0
- package/es/components/systemSettings/registry/utils/typeValidation.d.ts +16 -0
- package/es/components/systemSettings/registry/utils/typeValidation.js +284 -0
- package/es/components/systemSettings/registry/utils/validators.d.ts +8 -0
- package/es/components/systemSettings/registry/utils/validators.js +44 -0
- package/es/components/ticketBooking/components/ProductDisplayAdapter/ProductDisplayAdapter.js +58 -11
- package/es/components/ticketBooking/components/ProductDisplayAdapter/index.less +28 -1
- package/es/components/ticketBooking/components/ProductDisplayAdapter/utils.d.ts +35 -2
- package/es/components/ticketBooking/components/ProductDisplayAdapter/utils.js +149 -36
- package/es/components/ticketBooking/components/addServiceVariant/addService.js +2 -86
- package/es/components/ticketBooking/components/menuBar/index.js +109 -12
- package/es/components/ticketBooking/components/ticketBooking/index.js +2 -2
- package/es/components/ticketBooking/components/timeBar/index.js +112 -7
- package/es/components/ticketBooking/components/timeBar/index.less +59 -0
- package/es/components/ticketBooking/hooks/pisellos/useProducts.js +29 -18
- package/es/components/ticketBooking/locales.d.ts +9 -0
- package/es/components/ticketBooking/locales.js +12 -3
- package/es/components/ticketBooking/utils/index.d.ts +3 -0
- package/es/components/ticketBooking/utils/index.js +36 -13
- package/es/components/wallet/Detail/index.js +34 -2
- package/es/components/wallet/Detail/index.less +11 -0
- package/es/components/wallet/Detail/locales.d.ts +6 -0
- package/es/components/wallet/Detail/locales.js +14 -2
- package/es/components/wallet/Voucher/index.js +11 -10
- package/es/components/wallet/components/WalletCard.js +5 -1
- package/es/components/wallet/index.js +4 -2
- package/es/components/wallet/serve.d.ts +7 -0
- package/es/components/wallet/utils.d.ts +48 -0
- package/es/components/wallet/utils.js +342 -0
- package/es/index.d.ts +5 -0
- package/es/index.js +6 -1
- package/es/plus/clientCard/locales.js +3 -3
- package/es/plus/clinetSearch/index.js +28 -30
- package/es/plus/clinetSearch/locales.d.ts +3 -0
- package/es/plus/clinetSearch/locales.js +7 -4
- package/es/plus/clinetSearch/types.d.ts +12 -0
- package/es/plus/productSelect/CategoryTabs/index.d.ts +1 -0
- package/es/plus/productSelect/CategoryTabs/index.js +2 -1
- package/es/plus/walletPassGallery/components/footerButton/index.js +2 -4
- package/es/plus/walletPassGallery/components/footerButton/index.less +14 -59
- package/es/plus/walletPassGallery/components/passDetail/index.d.ts +1 -0
- package/es/plus/walletPassGallery/components/passDetail/index.js +84 -31
- package/es/plus/walletPassGallery/components/passDetail/index.less +4 -0
- package/es/plus/walletPassGallery/components/recharge/index.js +19 -8
- package/es/plus/walletPassGallery/index.js +7 -3
- package/es/plus/walletPassGallery/serve.d.ts +3 -0
- package/es/plus/walletPassGallery/serve.js +4 -2
- package/es/pro/Login2.0/index.less +15 -8
- package/es/pro/Selector/BatchSelectorDemo.d.ts +3 -0
- package/es/pro/Selector/BatchSelectorDemo.js +470 -0
- package/es/pro/Selector/Selector.d.ts +5 -0
- package/es/pro/Selector/Selector.js +283 -0
- package/es/pro/Selector/SelectorGroup.d.ts +11 -0
- package/es/pro/Selector/SelectorGroup.js +537 -0
- package/es/pro/Selector/components/Card/index.d.ts +27 -0
- package/es/pro/Selector/components/Card/index.js +96 -0
- package/es/pro/Selector/components/Card/index.less +132 -0
- package/es/pro/Selector/components/IntersectionObserver.d.ts +105 -0
- package/es/pro/Selector/components/IntersectionObserver.js +384 -0
- package/es/pro/Selector/components/NumericStepper/index.d.ts +41 -0
- package/es/pro/Selector/components/NumericStepper/index.js +198 -0
- package/es/pro/Selector/components/NumericStepper/index.less +221 -0
- package/es/pro/Selector/components/index.d.ts +2 -0
- package/es/pro/Selector/components/index.js +2 -0
- package/es/pro/Selector/demo.d.ts +3 -0
- package/es/pro/Selector/demo.js +158 -0
- package/es/pro/Selector/hooks/useSelectionController.d.ts +42 -0
- package/es/pro/Selector/hooks/useSelectionController.js +414 -0
- package/es/pro/Selector/index.d.ts +8 -0
- package/es/pro/Selector/index.js +5 -0
- package/es/pro/Selector/locales.d.ts +42 -0
- package/es/pro/Selector/locales.js +80 -0
- package/es/pro/Selector/selector.less +3 -0
- package/es/pro/Selector/selectorGroup.less +8 -0
- package/es/pro/Selector/types.d.ts +114 -0
- package/es/pro/Selector/types.js +1 -0
- package/es/pro/Selector/utils/index.d.ts +49 -0
- package/es/pro/Selector/utils/index.js +229 -0
- package/es/pro/comprehensiveSearch/components/searchSection/locales.js +3 -3
- package/es/pro/comprehensiveSearch/locales.js +1 -1
- package/es/pro/priceKeyboard/components/cashKeyboard/CashKeyboardIntact.js +45 -36
- package/es/pro/priceKeyboard/components/cashKeyboard/index.d.ts +1 -0
- package/es/pro/priceKeyboard/components/cashKeyboard/index.js +4 -2
- package/es/pro/priceKeyboard/components/cashKeyboard/types.d.ts +1 -0
- package/es/pro/priceKeyboard/components/discountKeyboard/index.js +10 -1
- package/es/pro/priceKeyboard/components/discountKeyboard/index.less +14 -0
- package/es/pro/priceKeyboard/components/shortcuts/index.d.ts +1 -0
- package/es/pro/priceKeyboard/components/shortcuts/index.js +5 -2
- package/es/pro/priceKeyboard/components/shortcuts/index.less +4 -0
- package/lib/components/appointmentBooking/components/Voucher/index.js +2 -1
- package/lib/components/booking/addons/index.js +15 -7
- package/lib/components/booking/components/footer/amount.d.ts +1 -0
- package/lib/components/booking/components/footer/amount.js +293 -41
- package/lib/components/booking/components/footer/index.js +30 -11
- package/lib/components/booking/components/footer/utils.d.ts +19 -0
- package/lib/components/booking/components/footer/utils.js +138 -41
- package/lib/components/booking/components/voucher/index.js +25 -9
- package/lib/components/booking/hooks/useQuotation.js +2 -1
- 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/service2/utils.js +1 -0
- package/lib/components/booking/info2/cartClientCard/index.js +25 -5
- package/lib/components/booking/info2/index.js +7 -2
- package/lib/components/booking/info2/service/addService/index.js +1 -2
- package/lib/components/booking/info2/service/editNormalService/index.js +6 -0
- package/lib/components/booking/info2/service/editService/index.js +12 -3
- package/lib/components/booking/info2/service/editService/utils.d.ts +15 -0
- package/lib/components/booking/info2/service/editService/utils.js +40 -3
- package/lib/components/booking/utils.d.ts +1 -0
- package/lib/components/booking/utils.js +11 -0
- package/lib/components/checkout/PaymentModal.d.ts +13 -5
- package/lib/components/checkout/PaymentModal.js +190 -147
- package/lib/components/checkout/components/AdditionalModule/index.d.ts +3 -1
- package/lib/components/checkout/components/AdditionalModule/index.js +52 -11
- package/lib/components/checkout/components/AmountSummary/index.js +5 -46
- package/lib/components/checkout/components/AmountSummary/index.less +5 -6
- package/lib/components/checkout/components/CashPaymentModule/index.d.ts +3 -1
- package/lib/components/checkout/components/CashPaymentModule/index.js +5 -2
- package/lib/components/checkout/components/PaymentDetailModal/index.js +2 -2
- package/lib/components/checkout/components/PaymentOptionsModule/PaymentMethodItem.d.ts +2 -0
- package/lib/components/checkout/components/PaymentOptionsModule/PaymentMethodItem.js +5 -1
- package/lib/components/checkout/components/PaymentOptionsModule/index.d.ts +1 -0
- package/lib/components/checkout/components/PaymentOptionsModule/index.js +6 -0
- package/lib/components/checkout/components/PaymentOptionsModule/index.less +4 -0
- package/lib/components/checkout/components/PaymentResultToast/PaymentResultToastProvider.d.ts +4 -0
- package/lib/components/checkout/components/PaymentResultToast/PaymentResultToastProvider.js +23 -5
- package/lib/components/checkout/components/PaymentResultToast/index.js +4 -4
- package/lib/components/checkout/components/PaymentResultToast/index.less +94 -33
- package/lib/components/checkout/components/SearchAndClientModule/index.js +29 -3
- package/lib/components/checkout/index.less +1 -1
- package/lib/components/checkout/locales.d.ts +6 -0
- package/lib/components/checkout/locales.js +6 -0
- package/lib/components/checkout/plugin.d.ts +2 -0
- package/lib/components/checkout/plugin.js +263 -0
- package/lib/components/checkout/utils/PaymentResultToastUtils.d.ts +0 -1
- package/lib/components/checkout/utils/PaymentResultToastUtils.js +11 -1
- package/lib/components/eftpos/hooks.d.ts +0 -1
- package/lib/components/eftposPay/hooks.d.ts +1 -1
- package/lib/components/eftposPay/linkly/hooks/useTimeQuery.js +12 -6
- package/lib/components/eftposPay/payo/config.js +98 -73
- package/lib/components/eftposPay/payo/payment.d.ts +66 -0
- package/lib/components/eftposPay/payo/payment.js +357 -0
- package/lib/components/eftposPay/store/index.d.ts +4 -4
- package/lib/components/eftposPay/tyro/hooks.d.ts +0 -1
- package/lib/components/eftposPay/tyro/index.js +12 -0
- package/lib/components/eftposPay/utils/log/index.d.ts +110 -0
- package/lib/components/eftposPay/utils/log/index.js +294 -0
- package/lib/components/eventBooking/components/ErrorTip/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/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/index.d.ts +2 -1
- package/lib/components/index.js +3 -0
- package/lib/components/list/List.js +58 -36
- package/lib/components/list/hooks/useListState.d.ts +5 -3
- package/lib/components/list/hooks/useListState.js +9 -1
- package/lib/components/list/styles/base.less +4 -0
- package/lib/components/list/styles/content.less +1 -1
- package/lib/components/list/styles/header.less +4 -4
- package/lib/components/list/types.d.ts +1 -0
- package/lib/components/list/utils/index.d.ts +13 -1
- package/lib/components/list/utils/index.js +27 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +14 -12
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.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/WalletPass/serve.d.ts +6 -0
- package/lib/components/pay/toC/PaymentMethods/WalletPass/utils.js +4 -2
- package/lib/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.js +1 -1
- package/lib/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.less +13 -3
- package/lib/components/pay/toC/index.js +4 -1
- package/lib/components/pay/toC/locales.d.ts +3 -0
- package/lib/components/pay/toC/locales.js +6 -3
- package/lib/components/pay/toC/status.d.ts +1 -0
- package/lib/components/pay/toC/status.js +5 -0
- package/lib/components/shoppingCart/components/Empty/index.d.ts +0 -1
- package/lib/components/subTotal/index.js +1 -1
- package/lib/components/systemSettings/registry/components/GroupModal.d.ts +4 -0
- package/lib/components/systemSettings/registry/components/GroupModal.js +177 -0
- package/lib/components/systemSettings/registry/components/ItemModal.d.ts +4 -0
- package/lib/components/systemSettings/registry/components/ItemModal.js +508 -0
- package/lib/components/systemSettings/registry/components/ModuleList.d.ts +4 -0
- package/lib/components/systemSettings/registry/components/ModuleList.js +71 -0
- package/lib/components/systemSettings/registry/components/SectionList.d.ts +4 -0
- package/lib/components/systemSettings/registry/components/SectionList.js +181 -0
- package/lib/components/systemSettings/registry/components/SettingsTable.d.ts +4 -0
- package/lib/components/systemSettings/registry/components/SettingsTable.js +575 -0
- package/lib/components/systemSettings/registry/components/index.d.ts +4 -0
- package/lib/components/systemSettings/registry/components/index.js +48 -0
- package/lib/components/systemSettings/registry/index.d.ts +5 -0
- package/lib/components/systemSettings/registry/index.js +529 -0
- package/lib/components/systemSettings/registry/index.less +410 -0
- package/lib/components/systemSettings/registry/locales.d.ts +272 -0
- package/lib/components/systemSettings/registry/locales.js +324 -0
- package/lib/components/systemSettings/registry/services.d.ts +77 -0
- package/lib/components/systemSettings/registry/services.js +290 -0
- package/lib/components/systemSettings/registry/types.d.ts +126 -0
- package/lib/components/systemSettings/registry/types.js +17 -0
- package/lib/components/systemSettings/registry/utils/typeValidation.d.ts +16 -0
- package/lib/components/systemSettings/registry/utils/typeValidation.js +228 -0
- package/lib/components/systemSettings/registry/utils/validators.d.ts +8 -0
- package/lib/components/systemSettings/registry/utils/validators.js +54 -0
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/ProductDisplayAdapter.js +40 -5
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/index.less +28 -1
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/utils.d.ts +35 -2
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/utils.js +93 -24
- package/lib/components/ticketBooking/components/addServiceVariant/addService.js +0 -1
- package/lib/components/ticketBooking/components/menuBar/index.js +42 -6
- package/lib/components/ticketBooking/components/ticketBooking/index.js +2 -2
- package/lib/components/ticketBooking/components/timeBar/index.js +105 -4
- package/lib/components/ticketBooking/components/timeBar/index.less +59 -0
- package/lib/components/ticketBooking/hooks/pisellos/useProducts.js +17 -13
- package/lib/components/ticketBooking/locales.d.ts +9 -0
- package/lib/components/ticketBooking/locales.js +12 -3
- package/lib/components/ticketBooking/utils/index.d.ts +3 -0
- package/lib/components/ticketBooking/utils/index.js +20 -6
- package/lib/components/wallet/Detail/index.js +31 -3
- package/lib/components/wallet/Detail/index.less +11 -0
- package/lib/components/wallet/Detail/locales.d.ts +6 -0
- package/lib/components/wallet/Detail/locales.js +14 -2
- package/lib/components/wallet/Voucher/index.js +8 -8
- package/lib/components/wallet/components/WalletCard.js +4 -0
- package/lib/components/wallet/index.js +2 -2
- package/lib/components/wallet/serve.d.ts +7 -0
- package/lib/components/wallet/utils.d.ts +48 -0
- package/lib/components/wallet/utils.js +287 -0
- package/lib/index.d.ts +5 -0
- package/lib/index.js +15 -0
- package/lib/plus/clientCard/locales.js +3 -3
- package/lib/plus/clinetSearch/index.js +17 -8
- package/lib/plus/clinetSearch/locales.d.ts +3 -0
- package/lib/plus/clinetSearch/locales.js +7 -4
- package/lib/plus/clinetSearch/types.d.ts +12 -0
- package/lib/plus/productSelect/CategoryTabs/index.d.ts +1 -0
- package/lib/plus/productSelect/CategoryTabs/index.js +2 -1
- package/lib/plus/walletPassGallery/components/footerButton/index.js +2 -2
- package/lib/plus/walletPassGallery/components/footerButton/index.less +14 -59
- package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +1 -0
- package/lib/plus/walletPassGallery/components/passDetail/index.js +54 -15
- package/lib/plus/walletPassGallery/components/passDetail/index.less +4 -0
- package/lib/plus/walletPassGallery/components/recharge/index.js +7 -1
- package/lib/plus/walletPassGallery/index.js +7 -3
- package/lib/plus/walletPassGallery/serve.d.ts +3 -0
- package/lib/plus/walletPassGallery/serve.js +3 -2
- package/lib/pro/Login2.0/index.less +15 -8
- package/lib/pro/Selector/BatchSelectorDemo.d.ts +3 -0
- package/lib/pro/Selector/BatchSelectorDemo.js +376 -0
- package/lib/pro/Selector/Selector.d.ts +5 -0
- package/lib/pro/Selector/Selector.js +264 -0
- package/lib/pro/Selector/SelectorGroup.d.ts +11 -0
- package/lib/pro/Selector/SelectorGroup.js +463 -0
- package/lib/pro/Selector/components/Card/index.d.ts +27 -0
- package/lib/pro/Selector/components/Card/index.js +114 -0
- package/lib/pro/Selector/components/Card/index.less +132 -0
- package/lib/pro/Selector/components/IntersectionObserver.d.ts +105 -0
- package/lib/pro/Selector/components/IntersectionObserver.js +281 -0
- package/lib/pro/Selector/components/NumericStepper/index.d.ts +41 -0
- package/lib/pro/Selector/components/NumericStepper/index.js +221 -0
- package/lib/pro/Selector/components/NumericStepper/index.less +221 -0
- package/lib/pro/Selector/components/index.d.ts +2 -0
- package/lib/pro/Selector/components/index.js +42 -0
- package/lib/pro/Selector/demo.d.ts +3 -0
- package/lib/pro/Selector/demo.js +102 -0
- package/lib/pro/Selector/hooks/useSelectionController.d.ts +42 -0
- package/lib/pro/Selector/hooks/useSelectionController.js +338 -0
- package/lib/pro/Selector/index.d.ts +8 -0
- package/lib/pro/Selector/index.js +39 -0
- package/lib/pro/Selector/locales.d.ts +42 -0
- package/lib/pro/Selector/locales.js +80 -0
- package/lib/pro/Selector/selector.less +3 -0
- package/lib/pro/Selector/selectorGroup.less +8 -0
- package/lib/pro/Selector/types.d.ts +114 -0
- package/lib/pro/Selector/types.js +17 -0
- package/lib/pro/Selector/utils/index.d.ts +49 -0
- package/lib/pro/Selector/utils/index.js +221 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.js +3 -3
- package/lib/pro/comprehensiveSearch/locales.js +1 -1
- package/lib/pro/priceKeyboard/components/cashKeyboard/CashKeyboardIntact.js +42 -43
- package/lib/pro/priceKeyboard/components/cashKeyboard/index.d.ts +1 -0
- package/lib/pro/priceKeyboard/components/cashKeyboard/index.js +3 -2
- package/lib/pro/priceKeyboard/components/cashKeyboard/types.d.ts +1 -0
- package/lib/pro/priceKeyboard/components/discountKeyboard/index.js +8 -1
- package/lib/pro/priceKeyboard/components/discountKeyboard/index.less +14 -0
- package/lib/pro/priceKeyboard/components/shortcuts/index.d.ts +1 -0
- package/lib/pro/priceKeyboard/components/shortcuts/index.js +3 -2
- package/lib/pro/priceKeyboard/components/shortcuts/index.less +4 -0
- package/lowcode/payment-modal/meta.ts +135 -0
- package/lowcode/selector/meta.ts +352 -0
- package/lowcode/selector.group/meta.ts +200 -0
- package/lowcode/settings-registry/meta.ts +29 -0
- package/lowcode/wallet-pass-detail/meta.ts +89 -0
- package/package.json +4 -4
- package/es/components/checkout/PaymentPlugin.d.ts +0 -3
- package/lib/components/checkout/PaymentPlugin.d.ts +0 -3
- package/lib/components/checkout/PaymentPlugin.js +0 -181
|
@@ -0,0 +1,303 @@
|
|
|
1
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw new Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator.return && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw new Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, catch: function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
|
|
2
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
3
|
+
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
4
|
+
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
5
|
+
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
6
|
+
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
7
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
8
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
9
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
10
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
11
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
12
|
+
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
13
|
+
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
14
|
+
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
|
|
15
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
16
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
17
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
18
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
19
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
20
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
21
|
+
import useEngineContext from "../../hooks/useEngineContext";
|
|
22
|
+
import React, { useEffect, useState } from 'react';
|
|
23
|
+
import PaymentModal from "./PaymentModal";
|
|
24
|
+
import { _getBookingDetail } from "../booking/editBookingModal/serve";
|
|
25
|
+
import { _formatBookingDetail } from "../ticketBooking/components/ticketBooking";
|
|
26
|
+
import { request } from "../../utils";
|
|
27
|
+
import { formatValues } from "../booking/components/footer/utils";
|
|
28
|
+
import { getSumTotal } from "../booking/components/footer/amount";
|
|
29
|
+
import { locales } from '@pisell/utils';
|
|
30
|
+
import { Provider } from "../booking/info/model";
|
|
31
|
+
import { useToast } from '@pisell/materials';
|
|
32
|
+
|
|
33
|
+
// 这里的 Provider 来自 miniRedux,是一个高阶组件(HOC),而不是普通的 React 组件。
|
|
34
|
+
// 使用方式应为:const Wrapped = Provider(Component),而不是 <Provider>...</Provider>。
|
|
35
|
+
|
|
36
|
+
var PaymentModalContent = function PaymentModalContent(_ref) {
|
|
37
|
+
var _context$engine, _data$subtotal_info, _data$total;
|
|
38
|
+
var state = _ref.state,
|
|
39
|
+
dispatch = _ref.dispatch;
|
|
40
|
+
var _useState = useState(false),
|
|
41
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
42
|
+
dataReady = _useState2[0],
|
|
43
|
+
setDataReady = _useState2[1];
|
|
44
|
+
var _useState3 = useState(null),
|
|
45
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
46
|
+
data = _useState4[0],
|
|
47
|
+
setData = _useState4[1];
|
|
48
|
+
var _useState5 = useState(null),
|
|
49
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
50
|
+
client = _useState6[0],
|
|
51
|
+
setClient = _useState6[1];
|
|
52
|
+
var context = useEngineContext();
|
|
53
|
+
var engineProps = ((_context$engine = context.engine) === null || _context$engine === void 0 ? void 0 : _context$engine.props) || {};
|
|
54
|
+
request.setRequest(context.appHelper.utils.request);
|
|
55
|
+
var _context$appHelper$ut = context.appHelper.utils,
|
|
56
|
+
getData = _context$appHelper$ut.getData,
|
|
57
|
+
pisellos = _context$appHelper$ut.pisellos;
|
|
58
|
+
var Toast = useToast();
|
|
59
|
+
var getDataFromHost = function getDataFromHost() {
|
|
60
|
+
try {
|
|
61
|
+
var is_price_include_tax = getData('is_price_include_tax');
|
|
62
|
+
var tax_rate = getData('tax_rate') || '10';
|
|
63
|
+
var tax_title = getData('tax_title') || 'GST';
|
|
64
|
+
var surcharge_list = getData('surcharge_list');
|
|
65
|
+
var schedule_list = getData('schedule_list');
|
|
66
|
+
var scheduleById = {};
|
|
67
|
+
// 提前转换,节省附加费计算时的遍历时间
|
|
68
|
+
if (Array.isArray(schedule_list)) {
|
|
69
|
+
var _iterator = _createForOfIteratorHelper(schedule_list),
|
|
70
|
+
_step;
|
|
71
|
+
try {
|
|
72
|
+
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
73
|
+
var item = _step.value;
|
|
74
|
+
scheduleById[item.id] = item;
|
|
75
|
+
}
|
|
76
|
+
} catch (err) {
|
|
77
|
+
_iterator.e(err);
|
|
78
|
+
} finally {
|
|
79
|
+
_iterator.f();
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
return {
|
|
83
|
+
is_price_include_tax: is_price_include_tax,
|
|
84
|
+
tax_rate: tax_rate,
|
|
85
|
+
tax_title: tax_title,
|
|
86
|
+
surcharge_list: surcharge_list,
|
|
87
|
+
schedule_list: schedule_list,
|
|
88
|
+
scheduleById: scheduleById
|
|
89
|
+
};
|
|
90
|
+
} catch (error) {
|
|
91
|
+
console.error(error);
|
|
92
|
+
return {};
|
|
93
|
+
}
|
|
94
|
+
};
|
|
95
|
+
useEffect(function () {
|
|
96
|
+
if (!engineProps.order_id) return;
|
|
97
|
+
var getBookingDetail = /*#__PURE__*/function () {
|
|
98
|
+
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
|
99
|
+
var _Toast$loading, _bookingOrigin$paymen, _Toast$close;
|
|
100
|
+
var bookingOrigin, booking, values, ScheduleModule, total, orderTotalList, subTotalList, checkoutModule, paymentMethodList, existPayment, modalData;
|
|
101
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
102
|
+
while (1) switch (_context.prev = _context.next) {
|
|
103
|
+
case 0:
|
|
104
|
+
Toast === null || Toast === void 0 || (_Toast$loading = Toast.loading) === null || _Toast$loading === void 0 || _Toast$loading.call(Toast);
|
|
105
|
+
// 根据父id 获取预约详情
|
|
106
|
+
_context.next = 3;
|
|
107
|
+
return _getBookingDetail(engineProps.order_id);
|
|
108
|
+
case 3:
|
|
109
|
+
bookingOrigin = _context.sent;
|
|
110
|
+
booking = _formatBookingDetail(bookingOrigin, {});
|
|
111
|
+
values = formatValues(booking);
|
|
112
|
+
ScheduleModule = context.appHelper.utils.pisellos.getModule('schedule');
|
|
113
|
+
total = getSumTotal(booking, _objectSpread({
|
|
114
|
+
isEdit: true,
|
|
115
|
+
ScheduleModule: ScheduleModule
|
|
116
|
+
}, getDataFromHost()));
|
|
117
|
+
total = _objectSpread(_objectSpread({}, total), {}, {
|
|
118
|
+
expectAmount: bookingOrigin.expect_amount,
|
|
119
|
+
actualPaidAmount: bookingOrigin.paid_amount,
|
|
120
|
+
dueAmount: bookingOrigin.total_amount,
|
|
121
|
+
notPaidAmount: bookingOrigin.amount_gap,
|
|
122
|
+
orderPaidAmount: bookingOrigin.order_paid_amount,
|
|
123
|
+
originExpectAmount: bookingOrigin.expect_amount,
|
|
124
|
+
shopDiscount: bookingOrigin.shop_discount,
|
|
125
|
+
roundingAmount: bookingOrigin.rounding_amount,
|
|
126
|
+
sumTotalAmount: bookingOrigin.total_amount,
|
|
127
|
+
tax: bookingOrigin.tax_fee,
|
|
128
|
+
productAmount: bookingOrigin.product_expect_amount,
|
|
129
|
+
paySurchargeFee: bookingOrigin.surcharge_fee,
|
|
130
|
+
taxInfo: {
|
|
131
|
+
title: bookingOrigin.tax_title,
|
|
132
|
+
rate: bookingOrigin.tax_rate,
|
|
133
|
+
is_price_include_tax: bookingOrigin.is_price_include_tax
|
|
134
|
+
}
|
|
135
|
+
});
|
|
136
|
+
orderTotalList = [
|
|
137
|
+
// 订单已付金额
|
|
138
|
+
{
|
|
139
|
+
hidden: !booking.bookingId,
|
|
140
|
+
key: 'custom_orderPaidAmount',
|
|
141
|
+
value: total.orderPaidAmount,
|
|
142
|
+
label: locales.getText('pisell2.text.amount-paid-on-order')
|
|
143
|
+
},
|
|
144
|
+
// 支付手续费
|
|
145
|
+
{
|
|
146
|
+
hidden: !booking.bookingId,
|
|
147
|
+
key: 'custom_paySurchargeFee',
|
|
148
|
+
value: total.paySurchargeFee,
|
|
149
|
+
label: locales.getText('pisell1.text.payment-fee')
|
|
150
|
+
},
|
|
151
|
+
// 客户实付金额
|
|
152
|
+
{
|
|
153
|
+
hidden: !booking.bookingId,
|
|
154
|
+
key: 'custom_actualPaidAmount',
|
|
155
|
+
value: total.actualPaidAmount,
|
|
156
|
+
label: locales.getText('pisell2.text.amount-actually-paid-by-the-customer')
|
|
157
|
+
},
|
|
158
|
+
// 退款金额
|
|
159
|
+
{
|
|
160
|
+
hidden: !booking.bookingId || !total.totalRefundAmount,
|
|
161
|
+
key: 'custom_totalRefundAmount',
|
|
162
|
+
value: total.totalRefundAmount,
|
|
163
|
+
label: locales.getText('pisell2.text.refunded-amount')
|
|
164
|
+
}];
|
|
165
|
+
subTotalList = [
|
|
166
|
+
// 小计
|
|
167
|
+
{
|
|
168
|
+
key: 'sub_total',
|
|
169
|
+
value: total.productAmount
|
|
170
|
+
}].concat(_toConsumableArray(total.surcharge || []), [
|
|
171
|
+
// 税费
|
|
172
|
+
{
|
|
173
|
+
key: 'tax',
|
|
174
|
+
value: total.tax,
|
|
175
|
+
tax: total.taxInfo
|
|
176
|
+
},
|
|
177
|
+
// 订单折扣(优惠券等)
|
|
178
|
+
{
|
|
179
|
+
key: 'discount',
|
|
180
|
+
value: total.shopDiscount
|
|
181
|
+
},
|
|
182
|
+
// 手动折扣
|
|
183
|
+
// {
|
|
184
|
+
// key: 'shop_discount',
|
|
185
|
+
// value: Number(state.shop_discount) || 0,
|
|
186
|
+
// label: locales.getText('pisell2.text.manual-price-adjustment'),
|
|
187
|
+
// },
|
|
188
|
+
// 总计
|
|
189
|
+
{
|
|
190
|
+
key: 'expect_amount',
|
|
191
|
+
value: total.expectAmount,
|
|
192
|
+
label: locales.getText('pisell2.subtotal.total')
|
|
193
|
+
},
|
|
194
|
+
// 舍入金额
|
|
195
|
+
{
|
|
196
|
+
hidden: !total.roundingAmount,
|
|
197
|
+
key: 'custom_roundingAmount',
|
|
198
|
+
value: total.roundingAmount,
|
|
199
|
+
label: locales.getText('pisell1.text.rounding')
|
|
200
|
+
}]);
|
|
201
|
+
console.log(values);
|
|
202
|
+
_context.next = 14;
|
|
203
|
+
return pisellos.getModule('checkout');
|
|
204
|
+
case 14:
|
|
205
|
+
checkoutModule = _context.sent;
|
|
206
|
+
_context.next = 17;
|
|
207
|
+
return checkoutModule.getPaymentMethodsAsync();
|
|
208
|
+
case 17:
|
|
209
|
+
paymentMethodList = _context.sent;
|
|
210
|
+
// 补充 values中relation_products、
|
|
211
|
+
existPayment = (_bookingOrigin$paymen = bookingOrigin.payments) === null || _bookingOrigin$paymen === void 0 || (_bookingOrigin$paymen = _bookingOrigin$paymen.filter(function (item) {
|
|
212
|
+
return item.status === 'paid';
|
|
213
|
+
})) === null || _bookingOrigin$paymen === void 0 ? void 0 : _bookingOrigin$paymen.map(function (item) {
|
|
214
|
+
// 查询对应支付项的信息
|
|
215
|
+
var paymentMethod = paymentMethodList.find(function (method) {
|
|
216
|
+
return method.code === item.payment_method;
|
|
217
|
+
});
|
|
218
|
+
return {
|
|
219
|
+
uuid: item.metadata.unique_payment_number,
|
|
220
|
+
custom_payment_id: paymentMethod.id,
|
|
221
|
+
order_payment_id: item.id,
|
|
222
|
+
name: paymentMethod === null || paymentMethod === void 0 ? void 0 : paymentMethod.name,
|
|
223
|
+
code: item.payment_method,
|
|
224
|
+
type: paymentMethod === null || paymentMethod === void 0 ? void 0 : paymentMethod.type,
|
|
225
|
+
amount: item.amount,
|
|
226
|
+
rounding_amount: item.rounding_amount,
|
|
227
|
+
status: 'active',
|
|
228
|
+
order_payment_type: item.type,
|
|
229
|
+
metadata: item.metadata,
|
|
230
|
+
voucher_id: item.voucher_id,
|
|
231
|
+
service_charge: item.service_charge && _typeof(item.service_charge) === 'object' && !Array.isArray(item.service_charge) ? item.service_charge : {},
|
|
232
|
+
created_at: item.created_at,
|
|
233
|
+
updated_at: item.updated_at
|
|
234
|
+
};
|
|
235
|
+
});
|
|
236
|
+
console.log(values);
|
|
237
|
+
modalData = {
|
|
238
|
+
order_info: values,
|
|
239
|
+
subtotal_info: {
|
|
240
|
+
subTotalList: subTotalList,
|
|
241
|
+
orderTotalList: orderTotalList,
|
|
242
|
+
total: total
|
|
243
|
+
},
|
|
244
|
+
existPayment: existPayment
|
|
245
|
+
};
|
|
246
|
+
if (dispatch) {
|
|
247
|
+
dispatch({
|
|
248
|
+
type: 'setState',
|
|
249
|
+
payload: _objectSpread({}, booking)
|
|
250
|
+
});
|
|
251
|
+
}
|
|
252
|
+
setClient(booking.client);
|
|
253
|
+
setData(modalData);
|
|
254
|
+
setDataReady(true);
|
|
255
|
+
Toast === null || Toast === void 0 || (_Toast$close = Toast.close) === null || _Toast$close === void 0 || _Toast$close.call(Toast);
|
|
256
|
+
case 26:
|
|
257
|
+
case "end":
|
|
258
|
+
return _context.stop();
|
|
259
|
+
}
|
|
260
|
+
}, _callee);
|
|
261
|
+
}));
|
|
262
|
+
return function getBookingDetail() {
|
|
263
|
+
return _ref2.apply(this, arguments);
|
|
264
|
+
};
|
|
265
|
+
}();
|
|
266
|
+
getBookingDetail();
|
|
267
|
+
}, [engineProps.order_id]);
|
|
268
|
+
console.log(dataReady, 'dataReady');
|
|
269
|
+
if (!dataReady) return null;
|
|
270
|
+
return /*#__PURE__*/React.createElement(PaymentModal, {
|
|
271
|
+
open: true,
|
|
272
|
+
editOrderId: engineProps.order_id,
|
|
273
|
+
data: data,
|
|
274
|
+
paymentResultDisplayMode: "toast",
|
|
275
|
+
shopDiscount: data === null || data === void 0 || (_data$subtotal_info = data.subtotal_info) === null || _data$subtotal_info === void 0 ? void 0 : _data$subtotal_info.shopDiscount,
|
|
276
|
+
client: client,
|
|
277
|
+
currentTotalPrice: data === null || data === void 0 || (_data$total = data.total) === null || _data$total === void 0 ? void 0 : _data$total.productAmount,
|
|
278
|
+
config: engineProps === null || engineProps === void 0 ? void 0 : engineProps.config,
|
|
279
|
+
setEditCartMode: function setEditCartMode() {
|
|
280
|
+
engineProps === null || engineProps === void 0 || engineProps.callback({
|
|
281
|
+
type: 'close'
|
|
282
|
+
});
|
|
283
|
+
},
|
|
284
|
+
onClose: function onClose(reset) {
|
|
285
|
+
engineProps === null || engineProps === void 0 || engineProps.callback({
|
|
286
|
+
type: 'close',
|
|
287
|
+
reset: reset
|
|
288
|
+
});
|
|
289
|
+
},
|
|
290
|
+
callback: function callback(result) {
|
|
291
|
+
console.log(result);
|
|
292
|
+
debugger;
|
|
293
|
+
engineProps === null || engineProps === void 0 || engineProps.callback({
|
|
294
|
+
type: 'callback',
|
|
295
|
+
data: result
|
|
296
|
+
});
|
|
297
|
+
}
|
|
298
|
+
});
|
|
299
|
+
};
|
|
300
|
+
|
|
301
|
+
// 正确用法:使用 miniRedux 返回的 Provider 作为高阶组件包裹内容组件
|
|
302
|
+
var PaymentModalPlugin = Provider(PaymentModalContent);
|
|
303
|
+
export default PaymentModalPlugin;
|
|
@@ -140,15 +140,17 @@ export var displayPaymentResultToast = /*#__PURE__*/function () {
|
|
|
140
140
|
}
|
|
141
141
|
_context.next = 5;
|
|
142
142
|
return showPaymentResultToastSuccess({
|
|
143
|
+
mask: !(autoCloseConfig !== null && autoCloseConfig !== void 0 && autoCloseConfig.autoClose) || false,
|
|
143
144
|
title: calculateTitle(paymentStatus),
|
|
144
145
|
subtitle: calculateSubtitle(paymentStatus, orderTotalAmount, gapAmount, getData),
|
|
145
146
|
autoClose: (autoCloseConfig === null || autoCloseConfig === void 0 ? void 0 : autoCloseConfig.autoClose) || false,
|
|
146
147
|
autoCloseDelay: (autoCloseConfig === null || autoCloseConfig === void 0 ? void 0 : autoCloseConfig.autoCloseDelay) || 3000,
|
|
148
|
+
clickOutsideToClose: (autoCloseConfig === null || autoCloseConfig === void 0 ? void 0 : autoCloseConfig.autoClose) || false,
|
|
147
149
|
showCountdownProgress: true,
|
|
148
150
|
actionButtons: actionButtons || [],
|
|
149
151
|
onClose: onToastClose || function () {},
|
|
150
152
|
// 提供默认空函数
|
|
151
|
-
closable:
|
|
153
|
+
closable: !(autoCloseConfig !== null && autoCloseConfig !== void 0 && autoCloseConfig.autoClose) // 控制关闭按钮显示
|
|
152
154
|
});
|
|
153
155
|
case 5:
|
|
154
156
|
_context.next = 15;
|
|
@@ -160,10 +162,14 @@ export var displayPaymentResultToast = /*#__PURE__*/function () {
|
|
|
160
162
|
}
|
|
161
163
|
_context.next = 10;
|
|
162
164
|
return showPaymentResultToastSuccess({
|
|
165
|
+
mask: !(autoCloseConfig !== null && autoCloseConfig !== void 0 && autoCloseConfig.autoClose) || false,
|
|
163
166
|
title: calculateTitle(paymentStatus),
|
|
164
167
|
subtitle: calculateSubtitle(paymentStatus, orderTotalAmount, gapAmount, getData),
|
|
165
168
|
autoClose: (autoCloseConfig === null || autoCloseConfig === void 0 ? void 0 : autoCloseConfig.autoClose) || false,
|
|
166
169
|
actionButtons: actionButtons || [],
|
|
170
|
+
clickOutsideToClose: (autoCloseConfig === null || autoCloseConfig === void 0 ? void 0 : autoCloseConfig.autoClose) || false,
|
|
171
|
+
closable: !(autoCloseConfig !== null && autoCloseConfig !== void 0 && autoCloseConfig.autoClose),
|
|
172
|
+
// 控制关闭按钮显示
|
|
167
173
|
onClose: onToastClose || function () {} // 提供默认空函数
|
|
168
174
|
});
|
|
169
175
|
case 10:
|
|
@@ -176,10 +182,14 @@ export var displayPaymentResultToast = /*#__PURE__*/function () {
|
|
|
176
182
|
}
|
|
177
183
|
_context.next = 15;
|
|
178
184
|
return showPaymentResultToastFailed({
|
|
185
|
+
mask: !(autoCloseConfig !== null && autoCloseConfig !== void 0 && autoCloseConfig.autoClose) || false,
|
|
179
186
|
title: calculateTitle(paymentStatus, failureReason),
|
|
180
187
|
subtitle: calculateSubtitle(paymentStatus, orderTotalAmount / 100, gapAmount, getData),
|
|
181
188
|
autoClose: (autoCloseConfig === null || autoCloseConfig === void 0 ? void 0 : autoCloseConfig.autoClose) || false,
|
|
182
189
|
actionButtons: actionButtons || [],
|
|
190
|
+
clickOutsideToClose: (autoCloseConfig === null || autoCloseConfig === void 0 ? void 0 : autoCloseConfig.autoClose) || false,
|
|
191
|
+
closable: !(autoCloseConfig !== null && autoCloseConfig !== void 0 && autoCloseConfig.autoClose),
|
|
192
|
+
// 控制关闭按钮显示
|
|
183
193
|
onClose: onToastClose || function () {} // 提供默认空函数
|
|
184
194
|
});
|
|
185
195
|
case 15:
|
|
@@ -15,7 +15,7 @@ export declare const useStoreRef: <T extends {
|
|
|
15
15
|
readonly numRef: React.MutableRefObject<string | number | undefined>;
|
|
16
16
|
readonly orderIdRef: React.MutableRefObject<string | number>;
|
|
17
17
|
readonly modeRef: React.MutableRefObject<ModeEnum>;
|
|
18
|
-
readonly statusRef: React.MutableRefObject<"loading" | "
|
|
18
|
+
readonly statusRef: React.MutableRefObject<"loading" | "success" | "warn" | "fail" | "pedding" | "resove" | "reject" | "question">;
|
|
19
19
|
readonly netRef: React.MutableRefObject<boolean | undefined>;
|
|
20
20
|
readonly symbolRef: React.MutableRefObject<string>;
|
|
21
21
|
readonly amountRef: React.MutableRefObject<string | number>;
|
|
@@ -14,6 +14,8 @@ import { LinklyActionStatus } from "../const";
|
|
|
14
14
|
var GlobalTimeout = 1000 * 60 * 2;
|
|
15
15
|
// 单次请求超时时间
|
|
16
16
|
var RequestTimeout = 1000 * 5;
|
|
17
|
+
// 轮询间隔时间(2秒)
|
|
18
|
+
var QUERY_INTERVAL = 1000 * 2;
|
|
17
19
|
export var useTimeResultQuery = function useTimeResultQuery(api, resultCheck, handleLinklySuccess) {
|
|
18
20
|
var dispatch = useDispatch();
|
|
19
21
|
var _useStoreRef = useStoreRef(),
|
|
@@ -38,6 +40,8 @@ export var useTimeResultQuery = function useTimeResultQuery(api, resultCheck, ha
|
|
|
38
40
|
var isQueryFinishedRef = useRef(true);
|
|
39
41
|
// 每轮查询的唯一标识
|
|
40
42
|
var queryIdRef = useRef(null);
|
|
43
|
+
// 轮询间隔定时器
|
|
44
|
+
var queryIntervalTimerRef = useRef(null);
|
|
41
45
|
var _resultQuery = /*#__PURE__*/function () {
|
|
42
46
|
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
|
43
47
|
var _deviceRef$current;
|
|
@@ -106,9 +110,9 @@ export var useTimeResultQuery = function useTimeResultQuery(api, resultCheck, ha
|
|
|
106
110
|
console.log('交易状态为0需要继续查询');
|
|
107
111
|
_log("Querying", result);
|
|
108
112
|
isQueryFinishedRef.current = false;
|
|
109
|
-
setTimeout(function () {
|
|
113
|
+
queryIntervalTimerRef.current = setTimeout(function () {
|
|
110
114
|
_resultQuery();
|
|
111
|
-
},
|
|
115
|
+
}, QUERY_INTERVAL);
|
|
112
116
|
return;
|
|
113
117
|
}
|
|
114
118
|
|
|
@@ -157,9 +161,9 @@ export var useTimeResultQuery = function useTimeResultQuery(api, resultCheck, ha
|
|
|
157
161
|
_log("AbortError");
|
|
158
162
|
console.log('Error: 请求被取消,将继续查询');
|
|
159
163
|
isQueryFinishedRef.current = false;
|
|
160
|
-
setTimeout(function () {
|
|
164
|
+
queryIntervalTimerRef.current = setTimeout(function () {
|
|
161
165
|
_resultQuery();
|
|
162
|
-
},
|
|
166
|
+
}, QUERY_INTERVAL);
|
|
163
167
|
return;
|
|
164
168
|
}
|
|
165
169
|
|
|
@@ -168,9 +172,9 @@ export var useTimeResultQuery = function useTimeResultQuery(api, resultCheck, ha
|
|
|
168
172
|
_log("NetworkError");
|
|
169
173
|
console.log('Error: 网关类报错,将继续查询');
|
|
170
174
|
isQueryFinishedRef.current = false;
|
|
171
|
-
setTimeout(function () {
|
|
175
|
+
queryIntervalTimerRef.current = setTimeout(function () {
|
|
172
176
|
_resultQuery();
|
|
173
|
-
},
|
|
177
|
+
}, QUERY_INTERVAL);
|
|
174
178
|
return;
|
|
175
179
|
}
|
|
176
180
|
_log("Error", error);
|
|
@@ -242,6 +246,10 @@ export var useTimeResultQuery = function useTimeResultQuery(api, resultCheck, ha
|
|
|
242
246
|
clearTimeout(requestTimeoutIdRef.current);
|
|
243
247
|
requestTimeoutIdRef.current = null;
|
|
244
248
|
}
|
|
249
|
+
if (queryIntervalTimerRef.current) {
|
|
250
|
+
clearTimeout(queryIntervalTimerRef.current);
|
|
251
|
+
queryIntervalTimerRef.current = null;
|
|
252
|
+
}
|
|
245
253
|
if (controllerRef.current) {
|
|
246
254
|
controllerRef.current.abort();
|
|
247
255
|
controllerRef.current = null;
|
|
@@ -27,6 +27,7 @@ import { getUuid, getPayParams } from "../helper";
|
|
|
27
27
|
import { useFail, useStoreRef } from "../hooks";
|
|
28
28
|
import { useContextData, useDispatch, updateNextStep, updateComponent, updateState, updateCustom } from "../store";
|
|
29
29
|
import { useValidate } from "./hooks";
|
|
30
|
+
import { usePayment, ActionType } from "./payment";
|
|
30
31
|
|
|
31
32
|
// 注意断网与卸载未完成的回调将终止处理
|
|
32
33
|
export var POS = function POS(_ref) {
|
|
@@ -59,6 +60,16 @@ export var POS = function POS(_ref) {
|
|
|
59
60
|
var _useValidate = useValidate(1000 * 60),
|
|
60
61
|
_useValidate2 = _slicedToArray(_useValidate, 1),
|
|
61
62
|
check = _useValidate2[0];
|
|
63
|
+
var _usePayment = usePayment({
|
|
64
|
+
payApi: api.pay,
|
|
65
|
+
checkApi: api.check,
|
|
66
|
+
shouldContinue: function shouldContinue() {
|
|
67
|
+
// 无网 或 已卸载 则不进行处理
|
|
68
|
+
return !(unloadRef.current || !netRef.current);
|
|
69
|
+
}
|
|
70
|
+
}),
|
|
71
|
+
paymentRun = _usePayment.run,
|
|
72
|
+
paymentClean = _usePayment.clean;
|
|
62
73
|
useEffect(function () {
|
|
63
74
|
failRef.current = fail;
|
|
64
75
|
}, [fail]);
|
|
@@ -151,17 +162,18 @@ export var POS = function POS(_ref) {
|
|
|
151
162
|
}));
|
|
152
163
|
controllerRef.current = new AbortController();
|
|
153
164
|
// 支付 or 退款
|
|
154
|
-
var
|
|
165
|
+
var isPay = modeRef.current === ModeEnum.Pay || modeRef.current === ModeEnum.FullPay;
|
|
166
|
+
var apiParams = isPay ? _objectSpread(_objectSpread({}, custom !== null && custom !== void 0 && custom.platform ? {
|
|
155
167
|
operator_id: custom.operator_id,
|
|
156
168
|
operator_type: custom.operator_type,
|
|
157
169
|
platform: custom.platform,
|
|
158
|
-
custom_payment_id: custom.custom_payment_id
|
|
170
|
+
custom_payment_id: custom.custom_payment_id
|
|
171
|
+
} : {}), {}, {
|
|
172
|
+
original_amount: payRef.current.amount,
|
|
159
173
|
service_charge: {
|
|
160
174
|
amount: payRef.current.surMoney,
|
|
161
175
|
percentage: payRef.current.surPercentRate
|
|
162
176
|
},
|
|
163
|
-
original_amount: payRef.current.amount
|
|
164
|
-
} : {}), {}, {
|
|
165
177
|
order_id: orderIdRef.current,
|
|
166
178
|
amount: payRef.current.total,
|
|
167
179
|
card_reader_type: eftposRef.current,
|
|
@@ -170,9 +182,7 @@ export var POS = function POS(_ref) {
|
|
|
170
182
|
pay_param_base64: encodeURIComponent(btoa(encodeURIComponent(JSON.stringify(_objectSpread(_objectSpread({}, dataRef.current), {}, {
|
|
171
183
|
number: numRef.current
|
|
172
184
|
})))))
|
|
173
|
-
})
|
|
174
|
-
signal: controllerRef.current.signal
|
|
175
|
-
}) : api.refund({
|
|
185
|
+
}) : {
|
|
176
186
|
order_id: orderIdRef.current,
|
|
177
187
|
amount: amountRef.current,
|
|
178
188
|
card_reader_type: eftposRef.current,
|
|
@@ -181,31 +191,58 @@ export var POS = function POS(_ref) {
|
|
|
181
191
|
pay_param_base64: encodeURIComponent(btoa(encodeURIComponent(JSON.stringify(_objectSpread(_objectSpread({}, dataRef.current), {}, {
|
|
182
192
|
number: numRef.current
|
|
183
193
|
})))))
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
})
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
194
|
+
};
|
|
195
|
+
// const resultPromise = isPay
|
|
196
|
+
// ? api.pay(apiParams, { signal: controllerRef.current.signal })
|
|
197
|
+
// : api.refund(apiParams, { signal: controllerRef.current.signal });
|
|
198
|
+
|
|
199
|
+
// 支付场景单独接入新的流程
|
|
200
|
+
if (isPay) {
|
|
201
|
+
var _deviceRef$current4;
|
|
202
|
+
paymentRun({
|
|
203
|
+
paymentType: ActionType.Pay,
|
|
204
|
+
paymentNum: numRef.current,
|
|
205
|
+
orderId: orderIdRef.current,
|
|
206
|
+
deviceId: (_deviceRef$current4 = deviceRef.current) === null || _deviceRef$current4 === void 0 ? void 0 : _deviceRef$current4.id,
|
|
207
|
+
params: apiParams,
|
|
208
|
+
callbacks: {
|
|
209
|
+
onSuccess: function onSuccess(res) {
|
|
210
|
+
success(res);
|
|
211
|
+
},
|
|
212
|
+
onError: function onError(err) {
|
|
213
|
+
console.log('err = >>>>>', err);
|
|
214
|
+
failRef.current(err, true);
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
});
|
|
218
|
+
return;
|
|
219
|
+
} else {
|
|
220
|
+
var resultPromise = api.refund(apiParams, {
|
|
221
|
+
signal: controllerRef.current.signal
|
|
222
|
+
});
|
|
223
|
+
resultPromise.then(function (res) {
|
|
224
|
+
console.log('netRef.current111 = ', netRef.current);
|
|
225
|
+
if (unloadRef.current || !netRef.current) {
|
|
226
|
+
return;
|
|
227
|
+
}
|
|
228
|
+
if (res && "".concat(res.code) === '200') {
|
|
229
|
+
success(res);
|
|
230
|
+
return;
|
|
231
|
+
}
|
|
232
|
+
return Promise.reject(res);
|
|
233
|
+
}).catch(function (err) {
|
|
234
|
+
console.log('netRef.current222 = ', netRef.current, unloadRef.current, err);
|
|
235
|
+
if (unloadRef.current || !netRef.current) {
|
|
236
|
+
return;
|
|
237
|
+
}
|
|
238
|
+
// 支付接口超时 进行支付状态查询(超时或者其它错误)
|
|
239
|
+
if (!(err !== null && err !== void 0 && err.code) || "".concat(err.code) === PayStatus.Timeout) {
|
|
240
|
+
checkApi();
|
|
241
|
+
return;
|
|
242
|
+
}
|
|
243
|
+
failRef.current(err, true);
|
|
244
|
+
});
|
|
245
|
+
}
|
|
209
246
|
}, [api, check, dispatch, onChange]);
|
|
210
247
|
useEffect(function () {
|
|
211
248
|
return function () {
|
|
@@ -215,6 +252,7 @@ export var POS = function POS(_ref) {
|
|
|
215
252
|
if (clearRef.current) {
|
|
216
253
|
clearTimeout(clearRef.current);
|
|
217
254
|
}
|
|
255
|
+
paymentClean();
|
|
218
256
|
};
|
|
219
257
|
}, []);
|
|
220
258
|
return /*#__PURE__*/React.createElement(Step, props);
|