diff --git a/mes/qd/src/views/wms/pdm/produce/dailyplan/index.vue b/mes/qd/src/views/wms/pdm/produce/dailyplan/index.vue index f82b017e..74b072d2 100644 --- a/mes/qd/src/views/wms/pdm/produce/dailyplan/index.vue +++ b/mes/qd/src/views/wms/pdm/produce/dailyplan/index.vue @@ -165,7 +165,7 @@ - + @@ -303,6 +303,13 @@ export default { } } }, + seriesFormat2(row) { + for (const item of this.XLList) { + if (item.id === row.mater_product_series) { + return item.name + } + } + }, save() { if (this.crud.query.device_id === '' || this.crud.query.device_id === undefined) { this.crud.notify('请先选择关键设备!')