✨ feat(mes): 添加计量单位名称到生产任务响应对象
parent
c63a5f87a4
commit
05f43f91ab
|
|
@ -424,7 +424,7 @@ const handleTaskChange = async (task: any) => {
|
|||
productInfo.value = {
|
||||
itemCode: task.itemCode || '',
|
||||
itemName: task.itemName || '',
|
||||
unitMeasureName: '',
|
||||
unitMeasureName: task.unitMeasureName || '',
|
||||
itemSpecification: task.itemSpecification || ''
|
||||
}
|
||||
await loadCheckFlag(task.routeId, task.processId)
|
||||
|
|
|
|||
Loading…
Reference in New Issue