diff --git a/src/views/Inventory/CreatePickingList/index.vue b/src/views/Inventory/CreatePickingList/index.vue
index df5ffa75..ffd14e82 100644
--- a/src/views/Inventory/CreatePickingList/index.vue
+++ b/src/views/Inventory/CreatePickingList/index.vue
@@ -177,6 +177,26 @@
{{ scope.row.领料单编号 }}
+
+
+
+
+
+
+
+ {{ scope.row.领料单编号 }}
+
+
+
+
+ {{ scope.row.领用数量 }}
+
+
+
+ 领料详情
+
+
+
共{{ totalnumber }}条信息,选择{{ gouxuan }}条
@@ -254,6 +274,26 @@
{{ scope.row.领料单编号 }}
+
+
+
+
+
+
+
+ {{ scope.row.领料单编号 }}
+
+
+
+
+ {{ scope.row.领用数量 }}
+
+
+
+ 领料详情
+
+
+
共{{ totalnumber }}条信息,选择{{ gouxuan }}条
diff --git a/src/views/ManufacturingCenter/GroupMatching/index.vue b/src/views/ManufacturingCenter/GroupMatching/index.vue
index 0bdf62c6..e5d6e6c2 100644
--- a/src/views/ManufacturingCenter/GroupMatching/index.vue
+++ b/src/views/ManufacturingCenter/GroupMatching/index.vue
@@ -91,6 +91,18 @@
+
+
+
+
+
+
+ 未分配
+ 未询价
+ 已询价
+ 已采购
+
+
{{ scope.row.机床图号 }}
@@ -156,6 +168,18 @@
+
+
+
+
+
+
+ 未分配
+ 未询价
+ 已询价
+ 已采购
+
+
{{ scope.row.机床图号 }}
@@ -226,6 +250,18 @@
+
+
+
+
+
+
+ 未分配
+ 未询价
+ 已询价
+ 已采购
+
+
{{ scope.row.机床图号 }}
diff --git a/src/views/Outsourcing/OutsourcingPartsQuery/index.vue b/src/views/Outsourcing/OutsourcingPartsQuery/index.vue
index cada9d83..39e3ed50 100644
--- a/src/views/Outsourcing/OutsourcingPartsQuery/index.vue
+++ b/src/views/Outsourcing/OutsourcingPartsQuery/index.vue
@@ -11,32 +11,32 @@
:label="item.label"
:value="item.value"/>
- 查询
+ 查询
导出
-
-
+
+
未提交
未外协
未到货
- 已到货
+ 已到货
-
+
- {{ 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/OutsourcingTaskExecution/index.vue b/src/views/Outsourcing/OutsourcingTaskExecution/index.vue
index d2b6c4a1..9a6bf71a 100644
--- a/src/views/Outsourcing/OutsourcingTaskExecution/index.vue
+++ b/src/views/Outsourcing/OutsourcingTaskExecution/index.vue
@@ -66,7 +66,7 @@