feat: 完成多模块迭代更新

- 新增过程巡检按步骤上报、数量不符上报、工位退料功能
- 增加工单工程编号三级归属字段
- 新增物料安全库存与缺货预警
- 新增附件管理、退库单管理模块
- 优化生产看板展示逻辑与前端页面文案
- 清理冗余的工艺路线相关代码与备份文件
This commit is contained in:
SunYF
2026-09-15 16:37:39 +08:00
parent 951f3dfecd
commit 4a5e2d7bac
494 changed files with 24702 additions and 139223 deletions
+3 -6
View File
@@ -33,6 +33,9 @@ type InspectionRecord func(*sql.Selector)
// LinePoint is the predicate function for linepoint builders.
type LinePoint func(*sql.Selector)
// MaterialQtyReport is the predicate function for materialqtyreport builders.
type MaterialQtyReport func(*sql.Selector)
// MaterialRequest is the predicate function for materialrequest builders.
type MaterialRequest func(*sql.Selector)
@@ -48,9 +51,6 @@ type PlcSendLog func(*sql.Selector)
// ProcessFlow is the predicate function for processflow builders.
type ProcessFlow func(*sql.Selector)
// ProcessRoute is the predicate function for processroute builders.
type ProcessRoute func(*sql.Selector)
// ProcessStep is the predicate function for processstep builders.
type ProcessStep func(*sql.Selector)
@@ -60,9 +60,6 @@ type ProductType func(*sql.Selector)
// Role is the predicate function for role builders.
type Role func(*sql.Selector)
// RouteSegment is the predicate function for routesegment builders.
type RouteSegment func(*sql.Selector)
// ScanRecord is the predicate function for scanrecord builders.
type ScanRecord func(*sql.Selector)