|
@@ -904,34 +904,34 @@ export default class Process {
|
|
|
//region 计件模型
|
|
//region 计件模型
|
|
|
const countImages = [
|
|
const countImages = [
|
|
|
{
|
|
{
|
|
|
- label: '计件',
|
|
|
|
|
|
|
+ label: config.nodeKindDesc.register,
|
|
|
image:getImg('登记.png'),
|
|
image:getImg('登记.png'),
|
|
|
nodeKind:config.nodeKind.register,
|
|
nodeKind:config.nodeKind.register,
|
|
|
- nodeKindName:config.nodeKind.registerName
|
|
|
|
|
|
|
+ nodeKindName:config.nodeKindName.register
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- label: '登窑',
|
|
|
|
|
|
|
+ label: config.nodeKindDesc.climbKiln,
|
|
|
image:getImg('装卸.png'),
|
|
image:getImg('装卸.png'),
|
|
|
nodeKind:config.nodeKind.climbKiln,
|
|
nodeKind:config.nodeKind.climbKiln,
|
|
|
- nodeKindName:config.nodeKind.climbKilnName
|
|
|
|
|
|
|
+ nodeKindName:config.nodeKindName.climbKiln
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- label: '入窑',
|
|
|
|
|
|
|
+ label: config.nodeKindDesc.inKiln,
|
|
|
image:getImg('火炉.png'),
|
|
image:getImg('火炉.png'),
|
|
|
nodeKind:config.nodeKind.inKiln,
|
|
nodeKind:config.nodeKind.inKiln,
|
|
|
- nodeKindName:config.nodeKind.inKilnName
|
|
|
|
|
|
|
+ nodeKindName:config.nodeKindName.inKiln
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- label: '出窑',
|
|
|
|
|
|
|
+ label: config.nodeKindDesc.outKiln,
|
|
|
image:getImg('火炉.png'),
|
|
image:getImg('火炉.png'),
|
|
|
nodeKind:config.nodeKind.outKiln,
|
|
nodeKind:config.nodeKind.outKiln,
|
|
|
- nodeKindName:config.nodeKind.outKilnName
|
|
|
|
|
|
|
+ nodeKindName:config.nodeKindName.outKiln
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- label: '卸窑',
|
|
|
|
|
|
|
+ label: config.nodeKindDesc.uninstallKiln,
|
|
|
image:getImg('装卸.png'),
|
|
image:getImg('装卸.png'),
|
|
|
nodeKind:config.nodeKind.uninstallKiln,
|
|
nodeKind:config.nodeKind.uninstallKiln,
|
|
|
- nodeKindName:config.nodeKind.uninstallKilnName
|
|
|
|
|
|
|
+ nodeKindName:config.nodeKindName.uninstallKiln
|
|
|
},
|
|
},
|
|
|
]
|
|
]
|
|
|
const countNodes = countImages.map((item) =>
|
|
const countNodes = countImages.map((item) =>
|
|
@@ -951,16 +951,16 @@ export default class Process {
|
|
|
//region 检验模型
|
|
//region 检验模型
|
|
|
const testImages = [
|
|
const testImages = [
|
|
|
{
|
|
{
|
|
|
- label: '半检',
|
|
|
|
|
|
|
+ label: config.nodeKindDesc.halfCheck,
|
|
|
image:getImg('检查.png'),
|
|
image:getImg('检查.png'),
|
|
|
nodeKind:config.nodeKind.halfCheck,
|
|
nodeKind:config.nodeKind.halfCheck,
|
|
|
- nodeKindName:config.nodeKind.halfCheckName
|
|
|
|
|
|
|
+ nodeKindName:config.nodeKindName.halfCheck
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- label: '成检',
|
|
|
|
|
|
|
+ label: config.nodeKindDesc.finishCheck,
|
|
|
image:getImg('检查.png'),
|
|
image:getImg('检查.png'),
|
|
|
nodeKind:config.nodeKind.finishCheck,
|
|
nodeKind:config.nodeKind.finishCheck,
|
|
|
- nodeKindName:config.nodeKind.finishCheckName
|
|
|
|
|
|
|
+ nodeKindName:config.nodeKindName.finishCheck
|
|
|
},
|
|
},
|
|
|
]
|
|
]
|
|
|
const testNodes = testImages.map((item) =>
|
|
const testNodes = testImages.map((item) =>
|
|
@@ -980,16 +980,16 @@ export default class Process {
|
|
|
//region 特殊模型
|
|
//region 特殊模型
|
|
|
const specialImages = [
|
|
const specialImages = [
|
|
|
{
|
|
{
|
|
|
- label: '回收',
|
|
|
|
|
|
|
+ label: config.nodeKindDesc.recover,
|
|
|
image:getImg('回收.png'),
|
|
image:getImg('回收.png'),
|
|
|
nodeKind:config.nodeKind.recover,
|
|
nodeKind:config.nodeKind.recover,
|
|
|
- nodeKindName:config.nodeKind.recoverName
|
|
|
|
|
|
|
+ nodeKindName:config.nodeKindName.recover
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- label: '成型',
|
|
|
|
|
|
|
+ label: config.nodeKindDesc.shaping,
|
|
|
image:getImg('马桶.png'),
|
|
image:getImg('马桶.png'),
|
|
|
nodeKind:config.nodeKind.shaping,
|
|
nodeKind:config.nodeKind.shaping,
|
|
|
- nodeKindName:config.nodeKind.shapingName
|
|
|
|
|
|
|
+ nodeKindName:config.nodeKindName.shaping
|
|
|
},
|
|
},
|
|
|
]
|
|
]
|
|
|
const specialNodes = specialImages.map((item) =>
|
|
const specialNodes = specialImages.map((item) =>
|