diff --git a/client/src/components/parts-order-modal/parts-order-modal-price-change.component.jsx b/client/src/components/parts-order-modal/parts-order-modal-price-change.component.jsx index d211a02d4..aa6ef3384 100644 --- a/client/src/components/parts-order-modal/parts-order-modal-price-change.component.jsx +++ b/client/src/components/parts-order-modal/parts-order-modal-price-change.component.jsx @@ -34,13 +34,13 @@ export default function PartsOrderModalPriceChange({ form, field }) { { key: "custom", label: ( - e.stopPropagation()} - addonAfter="%" - onKeyUp={(e) => { - if (e.key === "Enter") { - const values = form.getFieldsValue(); - const { parts_order_lines } = values; + + e.stopPropagation()} + onKeyUp={(e) => { + if (e.key === "Enter") { + const values = form.getFieldsValue(); + const { parts_order_lines } = values; form.setFieldsValue({ parts_order_lines: { @@ -56,10 +56,12 @@ export default function PartsOrderModalPriceChange({ form, field }) { }); e.target.value = 0; } - }} - min={0} - max={100} - /> + }} + min={0} + max={100} + /> + % + ) } ], diff --git a/client/src/components/parts-order-modal/parts-order-modal.component.jsx b/client/src/components/parts-order-modal/parts-order-modal.component.jsx index 2f875501b..032559081 100644 --- a/client/src/components/parts-order-modal/parts-order-modal.component.jsx +++ b/client/src/components/parts-order-modal/parts-order-modal.component.jsx @@ -199,7 +199,10 @@ export function PartsOrderModalComponent({ key={`${index}act_price`} name={[field.name, "act_price"]} > - } /> + + + + {isReturn && ( - + + + % + diff --git a/client/src/components/time-ticket-list/time-ticket-list-team-pay.component.jsx b/client/src/components/time-ticket-list/time-ticket-list-team-pay.component.jsx index 4aa25d687..9d08e463b 100644 --- a/client/src/components/time-ticket-list/time-ticket-list-team-pay.component.jsx +++ b/client/src/components/time-ticket-list/time-ticket-list-team-pay.component.jsx @@ -96,7 +96,10 @@ export function TimeTicketListTeamPay({ bodyshop, context }) { - + + + % +