refactor: 全链路统一将物料编码改称图号,优化入库流程

1.  统一全系统UI与文档中的"物料编码"为客户口径"图号",覆盖前端页面、后端导出表头与帮助文档
2.  优化入库模块:
    - 新增归属类型"其他"并完善注释
    - 入库时自动回写入库单批次号
    - 优化库位选择为三级联动下拉选择,替换原手动输入
    - 新增入库归属编号录入功能
3. 更新需求文档,同步完成图号全链路改造的验收标记
This commit is contained in:
SunYF
2026-09-17 18:27:07 +08:00
parent 1cc93795ce
commit e31b85e87a
20 changed files with 162 additions and 68 deletions
@@ -109,7 +109,7 @@
<div v-for="g in card.bomGroups" :key="g.bomName" class="blk">
<div class="blk-t">BOM{{ g.bomName }}</div>
<el-table :data="g.items" border size="small">
<el-table-column prop="materialCode" label="物料编码" min-width="140" show-overflow-tooltip />
<el-table-column prop="materialCode" label="图号" min-width="140" show-overflow-tooltip />
<el-table-column prop="materialName" label="物料名称" min-width="150" show-overflow-tooltip />
<el-table-column prop="spec" label="规格" min-width="120" show-overflow-tooltip />
<el-table-column prop="unit" label="单位" width="70" align="center" />