From 825c088e98207becc73c4506acb7b19213ec3563 Mon Sep 17 00:00:00 2001 From: yueli Date: Fri, 18 Sep 2026 10:07:24 +0800 Subject: [PATCH] =?UTF-8?q?feat(material):=20=E5=9F=BA=E7=A1=80=E4=BF=A1?= =?UTF-8?q?=E6=81=AF(Odoo)=E8=A1=A5=E5=9B=9E=E3=80=8C=E5=8F=91=E8=B5=B7?= =?UTF-8?q?=E9=87=87=E8=B4=AD=E7=94=B3=E8=AF=B7=E3=80=8D=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit buyOdoo.vue 是 list.vue 的手工副本。31903bd 给 list.vue 弹窗加了 「发起采购申请」,未同步到 Odoo 页,两个页面的编辑弹窗头部不一致。 补上弹窗头部链接、createPurchaseForMaterial 函数及 ShoppingCart 图标。 --- inventory-web/src/views/material/buyOdoo.vue | 26 +++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/inventory-web/src/views/material/buyOdoo.vue b/inventory-web/src/views/material/buyOdoo.vue index 3e8be27..1b39e49 100644 --- a/inventory-web/src/views/material/buyOdoo.vue +++ b/inventory-web/src/views/material/buyOdoo.vue @@ -434,6 +434,15 @@ > 加入或查看BOM + + 发起采购申请 + @@ -748,7 +757,7 @@