diff --git a/src/views/ManufacturingCenter/ScheduleCompletionDetails/index.vue b/src/views/ManufacturingCenter/ScheduleCompletionDetails/index.vue
index 31e19325..a262dd00 100644
--- a/src/views/ManufacturingCenter/ScheduleCompletionDetails/index.vue
+++ b/src/views/ManufacturingCenter/ScheduleCompletionDetails/index.vue
@@ -81,11 +81,6 @@
{{ scope.row.完成数量 }}
-
-
-
-
-
{{ scope.row.修补单件工时 }}
@@ -113,7 +108,7 @@
- {{ scope.row.修改人员 }}
+ {{ scope.row.修改人员姓名 }}
diff --git a/src/views/Outsourcing/OutsourcingPartsQuery/index.vue b/src/views/Outsourcing/OutsourcingPartsQuery/index.vue
index 5792c034..cada9d83 100644
--- a/src/views/Outsourcing/OutsourcingPartsQuery/index.vue
+++ b/src/views/Outsourcing/OutsourcingPartsQuery/index.vue
@@ -26,17 +26,17 @@
已到货
-
+
- {{ scope.row.项目名称 }}
+ {{ scope.row.机床图号 }}
-
+
{{ scope.row.零件图号 }}
-
+
{{ scope.row.零件名称 }}
@@ -46,22 +46,22 @@
{{ scope.row.批次数量 }}
-
+
{{ scope.row.外协工序 }}
-
+
{{ scope.row.外协工时 }}
-
+
{{ scope.row.加工价格_成交 }}
-
+
{{ scope.row.外协厂家名称 }}
@@ -71,22 +71,22 @@
{{ scope.row.表单号 }}
-
+
{{ scope.row.任务下达日期 ? scope.row.任务下达日期.split(' ')[0]:scope.row.任务下达日期 }}
-
+
{{ scope.row.到货日期 ? (scope.row.到货日期.split(' ')[0] !== '1900-01-01' ? scope.row.到货日期.split(' ')[0] : '') : scope.row.到货日期 }}
-
+
{{ scope.row.到货时间 ? (scope.row.到货时间.split(' ')[0] !== '1900-01-01' ? scope.row.到货时间.split(' ')[0] : '') : scope.row.到货时间 }}
-
+
{{ scope.row.外协计划员 }}
diff --git a/src/views/Outsourcing/OutsourcingTaskQuery/index.vue b/src/views/Outsourcing/OutsourcingTaskQuery/index.vue
index a58693e3..100a28aa 100644
--- a/src/views/Outsourcing/OutsourcingTaskQuery/index.vue
+++ b/src/views/Outsourcing/OutsourcingTaskQuery/index.vue
@@ -57,12 +57,12 @@
{{ scope.row.批次数量 }}
-
+
{{ scope.row.到货日期 }}
-
+
{{ scope.row.到货时间 }}