diff --git a/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue b/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue
index 3d59ff66..9d46b708 100644
--- a/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue
+++ b/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue
@@ -70,17 +70,12 @@
{{ scope.row.供货商 || '—' }}
-
-
- {{ scope.row.备注 || '—' }}
-
-
-
+
{{ scope.row.零件数量 || '—' }}
-
+
{{ parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='' ? '—' : scope.row.数量 || scope.row.离线采购数量 || '—' }}
@@ -105,6 +100,11 @@
{{ scope.row.姓名 || '—' }}
+
+
+ {{ scope.row.备注 || '—' }}
+
+
-
-
- {{ scope.row.备注 || '—' }}
-
-
-
+
{{ scope.row.零件数量 || '—' }}
-
+
{{ parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='' ? '—' : scope.row.数量 || scope.row.离线采购数量 || '—' }}
@@ -193,6 +188,11 @@
{{ scope.row.姓名 || '—' }}
+
+
+ {{ scope.row.备注 || '—' }}
+
+
-
-
- {{ scope.row.备注 || '—' }}
-
-
-
+
{{ scope.row.零件数量 || '—' }}
@@ -286,6 +281,11 @@
{{ scope.row.姓名 || '—' }}
+
+
+ {{ scope.row.备注 || '—' }}
+
+