# ingredient-calculation **Repository Path**: jbliuweb/ingredient-calculation ## Basic Information - **Project Name**: ingredient-calculation - **Description**: 配料计算前端页面设计,主要用于需求和设计阶段 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-30 - **Last Updated**: 2026-02-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ###按照功能菜单设计初始版本的页面 注意:正算的过程中,需要解析指标质之间的引用关系,后台计算的时候要舍去中间指标,追溯才会准,例如:f(x) = a+(c/d)+ e+f ;不能算出c/d后再带入公式,这样会出现精度问题 # 项目目录结构(含中文说明) > 说明:本文件按当前仓库目录结构整理,用于标注层级关系并给出中文含义。 ```text ingredient-calculation/(配料计算项目) ├── basic-configuration/(基础配置) │ ├── basicDataSetting/(基础数据设置) │ │ ├── indicator/(基础数据:指标配置) │ │ │ └── index.html(页面入口) │ │ └── supplier/(基础数据:供应商配置) │ │ └── index.html(页面入口) │ └── indicatorFormulaSetting/(指标与公式设置) │ ├── ingredientCalculIndicator/(配料计算指标设置) │ │ └── index.html(页面入口) │ ├── ingredientCalculFormula/(配料计算公式设置) │ │ └── index.html(页面入口) │ ├── constraintsAndRules/(约束与规则配置) │ │ └── index.html(页面入口) │ └── computingEngine/(计算引擎配置) │ └── index.html(页面入口) ├── ingredient-calcul/(计算相关页面/原型) │ ├── ingredientCalcul/(配料计算:公式设计/计算入口占位) │ │ └── index.html(页面入口,占位:当前为空文件) │ └── calculProcessTrace/(计算过程追溯:入口占位) │ └── index.html(页面入口,占位:当前为空文件) ├── ingredient-scheme/(配料方案相关页面/原型) │ ├── inputAnalysis/(投料分析:入口占位) │ │ └── index.html(页面入口,占位:当前为空文件) │ ├── ingredientTest/(配料试算:入口占位) │ │ └── index.html(页面入口,占位:当前为空文件) │ ├── scheme/(方案管理:入口占位) │ │ └── index.html(页面入口,占位:当前为空文件) │ └── ingredientChange/(配料变更:入口占位) │ └── index.html(页面入口,占位:当前为空文件) └── README.MD(项目说明) ``` ## 目录/命名翻译对照 - **basic-configuration**:基础配置 - **basicDataSetting**:基础数据设置 - **indicator**:指标(基础数据) - **supplier**:供应商 - **indicatorFormulaSetting**:指标与公式设置 - **ingredientCalculIndicator**:配料计算指标 - **ingredientCalculFormula**:配料计算公式 - **constraintsAndRules**:约束与规则 - **computingEngine**:计算引擎 - **ingredient-calcul**:计算相关页面/原型 - **ingredientCalcul**:配料计算 - **calculProcessTrace**:计算过程追溯 - **ingredient-scheme**:配料方案相关页面/原型 - **inputAnalysis**:投料分析 - **ingredientTest**:配料试算 - **scheme**:方案管理 - **ingredientChange**:配料变更