From 2f89c025759b1b1c33286f1dbdbbd92dc01ee80a Mon Sep 17 00:00:00 2001
From: zds <2388969634@qq.com>
Date: Mon, 5 Sep 2022 15:48:00 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
mes/qd/src/views/wms/pdm/produce/dailyplan/index.vue | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
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('请先选择关键设备!')