addOrderToMovement
This commit is contained in:
@@ -300,11 +300,7 @@ export default defineComponent({
|
||||
title: 'Ordine'
|
||||
}).onOk(async () => {
|
||||
|
||||
let options = {
|
||||
// userIdStore: order.items ? order.items[0].order.storehouse.username : '',
|
||||
}
|
||||
|
||||
statusnow.value = await productStore.UpdateOrderCartStatus({ order_id: order._id, status, options })
|
||||
statusnow.value = await productStore.UpdateOrderCartStatus({ order_id: order._id, status })
|
||||
|
||||
if (statusnow.value === status) {
|
||||
order.status = statusnow.value
|
||||
|
||||
Reference in New Issue
Block a user