web / UseReturnOrder
Interface: UseReturnOrder ​
Defined in: apps/web/app/composables/useReturnOrder/types.ts:17
Properties ​
cleanReturnData ​
cleanReturnData:
CleanReturnData
Defined in: apps/web/app/composables/useReturnOrder/types.ts:26
currentReturnOrder ​
currentReturnOrder:
Readonly<Ref<UseReturnOrderState["currentReturnOrder"]>>
Defined in: apps/web/app/composables/useReturnOrder/types.ts:20
data ​
data:
Readonly<Ref<UseReturnOrderState["data"]>>
Defined in: apps/web/app/composables/useReturnOrder/types.ts:18
hasMinimumQuantitySelected ​
hasMinimumQuantitySelected:
Ref<boolean>
Defined in: apps/web/app/composables/useReturnOrder/types.ts:28
hasQuantityAndNoReasonsSelected ​
hasQuantityAndNoReasonsSelected:
Ref<boolean>
Defined in: apps/web/app/composables/useReturnOrder/types.ts:29
loading ​
loading:
Readonly<Ref<boolean>>
Defined in: apps/web/app/composables/useReturnOrder/types.ts:19
makeOrderReturn ​
makeOrderReturn:
MakeOrderReturn
Defined in: apps/web/app/composables/useReturnOrder/types.ts:27
returnData ​
returnData:
Readonly<Ref<UseReturnOrderState["returnData"]>>
Defined in: apps/web/app/composables/useReturnOrder/types.ts:21
selectAll ​
selectAll:
SelectAll
Defined in: apps/web/app/composables/useReturnOrder/types.ts:25
setCurrentReturnOrder ​
setCurrentReturnOrder:
SetCurrentReturnOrder
Defined in: apps/web/app/composables/useReturnOrder/types.ts:22
updateQuantity ​
updateQuantity:
UpdateQuantity
Defined in: apps/web/app/composables/useReturnOrder/types.ts:23
updateReason ​
updateReason:
UpdateReason
Defined in: apps/web/app/composables/useReturnOrder/types.ts:24