diff --git a/src/views/Inventory/ExchangePart/index.vue b/src/views/Inventory/ExchangePart/index.vue
index a7b7500a..9506ffba 100644
--- a/src/views/Inventory/ExchangePart/index.vue
+++ b/src/views/Inventory/ExchangePart/index.vue
@@ -109,12 +109,12 @@
- {{ scope.row.机床名称 }}
+ {{ scope.row.机床图号 }}
- {{ scope.row.组件名称 }}
+ {{ scope.row.组号 }}
@@ -149,12 +149,12 @@
- {{ scope.row.机床名称 }}
+ {{ scope.row.机床图号 }}
- {{ scope.row.组件名称 }}
+ {{ scope.row.组号 }}
diff --git a/src/views/Inventory/InventoryCheck/index.vue b/src/views/Inventory/InventoryCheck/index.vue
index 5a3bd0a6..4a528cc5 100644
--- a/src/views/Inventory/InventoryCheck/index.vue
+++ b/src/views/Inventory/InventoryCheck/index.vue
@@ -142,7 +142,7 @@
- {{ scope.row.出库时间 }}
+ {{ scope.row.出库日期 ? scope.row.出库日期.split(' ')[0] : '' }}
@@ -299,7 +299,7 @@
- {{ scope.row.出库时间 }}
+ {{ scope.row.出库时间 ? scope.row.出库时间.split(' ')[0] : '' }}
@@ -451,7 +451,7 @@
- {{ scope.row.出库时间 }}
+ {{ scope.row.出库时间 ? scope.row.出库时间.split(' ')[0] : '' }}
@@ -615,7 +615,7 @@
- {{ scope.row.出库时间 }}
+ {{ scope.row.出库时间 ? scope.row.到货时间.split(' ')[0] : '' }}
@@ -777,7 +777,7 @@
- {{ scope.row.出库时间 }}
+ {{ scope.row.出库时间 ? scope.row.出库时间.split(' ')[0] : '' }}
@@ -937,7 +937,7 @@
- {{ scope.row.出库时间 }}
+ {{ scope.row.出库时间 ? scope.row.出库时间.split(' ')[0] : '' }}