From 067214b284c07df7840d5d4744aae489704d139a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Fri, 30 Jan 2026 17:39:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=89=A9=E6=96=99?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E6=A8=A1=E5=9D=97=E5=8F=8A=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增物料管理模块,包括产品、配料、采购、入库、出库等功能 添加物料看板页面和BOM管理组件 更新环境配置和依赖项 --- gear-ui3/.env.development | 4 +- gear-ui3/.env.production | 4 +- gear-ui3/.env.staging | 4 +- gear-ui3/index.html | 8 +- gear-ui3/package.json | 3 + gear-ui3/src/api/mat/matPriceHistory.js | 44 ++ gear-ui3/src/api/mat/material.js | 44 ++ gear-ui3/src/api/mat/materialOut.js | 44 ++ gear-ui3/src/api/mat/product.js | 44 ++ .../src/api/mat/productMaterialRelation.js | 44 ++ gear-ui3/src/api/mat/purchase.js | 44 ++ gear-ui3/src/api/mat/purchaseInDetail.js | 44 ++ gear-ui3/src/assets/styles/element-ui.scss | 2 +- gear-ui3/src/components/RawSelector/index.vue | 0 gear-ui3/src/components/Renderer/Raw.vue | 25 ++ gear-ui3/src/layout/components/Navbar.vue | 4 +- gear-ui3/src/views/mat/components/bom.vue | 237 ++++++++++ gear-ui3/src/views/mat/components/in.vue | 286 ++++++++++++ gear-ui3/src/views/mat/dashboard/index.vue | 17 + gear-ui3/src/views/mat/in/index.vue | 282 ++++++++++++ gear-ui3/src/views/mat/out/index.vue | 278 ++++++++++++ gear-ui3/src/views/mat/product/index.vue | 297 ++++++++++++ gear-ui3/src/views/mat/purchase/index.vue | 404 +++++++++++++++++ gear-ui3/src/views/mat/raw/index.vue | 424 ++++++++++++++++++ 24 files changed, 2574 insertions(+), 13 deletions(-) create mode 100644 gear-ui3/src/api/mat/matPriceHistory.js create mode 100644 gear-ui3/src/api/mat/material.js create mode 100644 gear-ui3/src/api/mat/materialOut.js create mode 100644 gear-ui3/src/api/mat/product.js create mode 100644 gear-ui3/src/api/mat/productMaterialRelation.js create mode 100644 gear-ui3/src/api/mat/purchase.js create mode 100644 gear-ui3/src/api/mat/purchaseInDetail.js create mode 100644 gear-ui3/src/components/RawSelector/index.vue create mode 100644 gear-ui3/src/components/Renderer/Raw.vue create mode 100644 gear-ui3/src/views/mat/components/bom.vue create mode 100644 gear-ui3/src/views/mat/components/in.vue create mode 100644 gear-ui3/src/views/mat/dashboard/index.vue create mode 100644 gear-ui3/src/views/mat/in/index.vue create mode 100644 gear-ui3/src/views/mat/out/index.vue create mode 100644 gear-ui3/src/views/mat/product/index.vue create mode 100644 gear-ui3/src/views/mat/purchase/index.vue create mode 100644 gear-ui3/src/views/mat/raw/index.vue diff --git a/gear-ui3/.env.development b/gear-ui3/.env.development index f7467dc..348ac99 100644 --- a/gear-ui3/.env.development +++ b/gear-ui3/.env.development @@ -1,6 +1,6 @@ # 页面标题 -VITE_APP_TITLE = 首达特及巨峰外贸中心 -# VITE_APP_TITLE = 创高综合办公系统 +# VITE_APP_TITLE = 首达特及巨峰外贸中心 +VITE_APP_TITLE = 创高综合办公系统 # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/gear-ui3/.env.production b/gear-ui3/.env.production index 3c61a0f..465b25e 100644 --- a/gear-ui3/.env.production +++ b/gear-ui3/.env.production @@ -1,6 +1,6 @@ # 页面标题 -VITE_APP_TITLE = 首达特及巨峰外贸中心 -# VITE_APP_TITLE = 创高综合办公系统 +# VITE_APP_TITLE = 首达特及巨峰外贸中心 +VITE_APP_TITLE = 创高综合办公系统 # 生产环境配置 VITE_APP_ENV = 'production' diff --git a/gear-ui3/.env.staging b/gear-ui3/.env.staging index 6def981..d433645 100644 --- a/gear-ui3/.env.staging +++ b/gear-ui3/.env.staging @@ -1,6 +1,6 @@ # 页面标题 -VITE_APP_TITLE = 首达特及巨峰外贸中心 -# VITE_APP_TITLE = 创高综合办公系统 +# VITE_APP_TITLE = 首达特及巨峰外贸中心 +VITE_APP_TITLE = 创高综合办公系统 # 生产环境配置 VITE_APP_ENV = 'staging' diff --git a/gear-ui3/index.html b/gear-ui3/index.html index 3ee9bae..e7240ac 100644 --- a/gear-ui3/index.html +++ b/gear-ui3/index.html @@ -6,10 +6,10 @@ - - 首达特及巨峰钢铁外贸中心 - + + + 创高综合办公系统