|
|
@@ -269,6 +269,10 @@ export const formTitle = {
|
|
|
'pic_list': '图片列表',
|
|
|
'product_follow_item': '产品跟踪明细',
|
|
|
'mould_follow_item': '模具跟踪明细',
|
|
|
+ 'basic_info': '基本信息',
|
|
|
+ 'defect_setting': '缺陷设置',
|
|
|
+ 'advanced_attribute': '高级属性',
|
|
|
+ 'flow_control': '流程设置',
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
@@ -611,14 +615,14 @@ export const columns = {
|
|
|
judgeGradeIds: '可判分级',
|
|
|
flgAloneJudge: '独立检验',
|
|
|
backGradeIds: '返回分级',
|
|
|
- backNodeId: '返回完成工序',
|
|
|
+ backNodeId: '返回工序',
|
|
|
recycledGradeIds: '可回收分级',
|
|
|
- recycledKind: '回收后处理方式',
|
|
|
+ recycledKind: '回收后到达',
|
|
|
packKind: '组装方式',
|
|
|
flgCheckLabel: '验证标签',
|
|
|
pdtLabelKinds: '标签类型',
|
|
|
pdtGradeIds: '产品分级',
|
|
|
- node1Id: '发出工序',
|
|
|
+ node1Id: '报废前工序',
|
|
|
node2Id: '可到达工序',
|
|
|
node2IdName: '可到达工序',
|
|
|
processFlow: '工艺流程',
|