diff --git a/src/api/supplier/purReplyHist.js b/src/api/supplier/purReplyHist.js
index b75451c..70fd582 100644
--- a/src/api/supplier/purReplyHist.js
+++ b/src/api/supplier/purReplyHist.js
@@ -8,3 +8,7 @@ export const updatePurReplyHist = (data) => createAPI(`/purQuotationReplyHist/sa
export const deletePurReplyHist = (data) => createAPI(`/purQuotationReplyHist/delete`, 'post', data)
//更新状态
export const updatePurReplyHistStatus = (data) => createAPI(`/purQuotationReplyHist/updatePurReplyHistStatus`, 'post', data)
+
+// 报价阶梯价
+export const listPurReplyTierPrice = (data) => createAPI(`/purQuotationReplyHist/listTierPrice`, 'post', data)
+export const getPurReplyPriceSheet = (data) => createAPI(`/purQuotationReplyHist/getPriceSheet`, 'post', data)
diff --git a/src/views/modules/supplier/com_inquiry_QuotationList.vue b/src/views/modules/supplier/com_inquiry_QuotationList.vue
index 67026f5..6a642a3 100644
--- a/src/views/modules/supplier/com_inquiry_QuotationList.vue
+++ b/src/views/modules/supplier/com_inquiry_QuotationList.vue
@@ -37,17 +37,16 @@
{{ formatColumn(scope.row, item) }}
-
-
-
-
-
-
-
-
-
-
-
+
+
+ 价格表查询
+
+
@@ -175,12 +174,72 @@
取消
+
+
+
+
+
+
+
+ {{ formatNumber(scope.row.qtyStart) }}
+
+
+
+
+ {{ formatNumber(scope.row.qtyEnd) }}
+
+
+
+
+ {{ formatNumber(scope.row.unitPrice) }}
+
+
+
+
+
+