物料明细 ({{ list.length || 0 }})个
绑定设备
编码
{{ mate.categoryCode }}
{{
mate.extInfo.productionTimes[item.currentTaskDiagram.taskId]
}}
编码
{{ mate.categoryCode }}
缓
名称
{{ mate.name }}
({{
mate.rootCategoryLevelId == 2
? "在制品"
: mate.rootCategoryLevelId == 23
? "半成品"
: mate.rootCategoryLevelId == 9
? "产品"
: mate.rootCategoryLevelId == 28
? "废品"
: ""
}})
型号
{{ mate.modelType }}
规格
{{ mate.specification }}
批次号
{{ mate.batchNo }}
牌号
{{ mate.brandNum }}
{{
currentTaskDiagram.isFirstTask == 1 ? "物料重量" : "上道重量"
}}
/{{ mate.extInfo.weightUnit }}
{{ mate.extInfo.newWeight || 0 }} {{ mate.extInfo.weightUnit }}
刻码
{{ mate.extInfo.engrave }}
序列号
{{ mate.extInfo.productSequence }}
物料代号
{{ mate.extInfo.materielCode }}
报工重量
{{ mate.extInfo.reportWeight }}
客户代号
{{ mate.extInfo.clientCode }}
设备
selectVal(e, mate, idx)"
dataKey="id"
filterable
:clear="false"
>
{{ mate.deviceName }}
炉次号
{{ mate.extInfo.heatNumber }}
投料类型
{{ workInfo.singleReport == 0 ? "批量投料" : "" }}
位置
{{ mate.extInfo.position }}
数量
{{ mate.feedQuantity }}
/{{ mate.unit }}
数量
/{{ mate.unit }}
(formData.deviceName = e.name + e.codeNumber)"
dataKey="id"
filterable
:clear="false"
>
取消
确定