From e5b04f94b86412482a6f5ad1ba1a247db2614c4e Mon Sep 17 00:00:00 2001
From: Vergil <974548713@qq.com>
Date: Tue, 19 May 2020 14:52:39 +0800
Subject: [PATCH] =?UTF-8?q?=E9=9B=B6=E4=BB=B6=E6=8A=A5=E5=BA=9F=E6=9F=A5?=
=?UTF-8?q?=E8=AF=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../DiscardedPartsInquiry/index.vue | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/src/views/ManufacturingCenter/DiscardedPartsInquiry/index.vue b/src/views/ManufacturingCenter/DiscardedPartsInquiry/index.vue
index 817384ad..db30f6f8 100644
--- a/src/views/ManufacturingCenter/DiscardedPartsInquiry/index.vue
+++ b/src/views/ManufacturingCenter/DiscardedPartsInquiry/index.vue
@@ -45,6 +45,16 @@
{{ scope.row.零件名称 }}
+
+
+ {{ scope.row.投产数 }}
+
+
+
+
+ {{ scope.row.加工数 }}
+
+
{{ scope.row.报废数量 }}
@@ -90,6 +100,11 @@
{{ scope.row.报废工时 }}
+
+
+ {{ scope.row.补投数量 }}
+
+
{{ scope.row.补投时间 ? scope.row.补投时间.split(' ')[0] : '' }}