diff --git a/src/views/order/store_order/add.vue b/src/views/order/store_order/add.vue
index 05acc46fa..45eec92da 100644
--- a/src/views/order/store_order/add.vue
+++ b/src/views/order/store_order/add.vue
@@ -117,6 +117,16 @@
min-width="80"
show-overflow-tooltip
/>
+
+
+
+
+
{
id: item.id,
product_id: item.product_id,
stock: item.new_stock || 0,
- price: item.price || 0
+ price: item.price || 0,
+ purchase: item.purchase || 0
}
})
console.log(storeList.value)