diff --git a/src/pages-erp/stock-out/scan/index.vue b/src/pages-erp/stock-out/scan/index.vue index 642bc0a..722b466 100644 --- a/src/pages-erp/stock-out/scan/index.vue +++ b/src/pages-erp/stock-out/scan/index.vue @@ -553,6 +553,7 @@ async function handleSubmit() { await createStockOut({ outTime: new Date().toISOString(), + customerId: 1, items, })