diff --git a/src/api/quotation_detail.ts b/src/api/quotation_detail.ts
index 21730d1..c4f7b71 100644
--- a/src/api/quotation_detail.ts
+++ b/src/api/quotation_detail.ts
@@ -5,3 +5,9 @@ export function apiQuotationDetailLists(params: any) {
return request.get({ url: '/quotation.quotation_detail/lists', params })
}
+
+// 删除报价明细列表
+export function apiQuotationDetailDelete(params: any) {
+ return request.post({ url: '/quotation.quotation_detail/delete', params })
+}
+
diff --git a/src/components/custom-dialog/index.vue b/src/components/custom-dialog/index.vue
index 13abb75..064c206 100644
--- a/src/components/custom-dialog/index.vue
+++ b/src/components/custom-dialog/index.vue
@@ -24,8 +24,8 @@
-
-
+
@@ -43,7 +43,7 @@
-
+
diff --git a/src/views/quotation/index.vue b/src/views/quotation/index.vue
index 2995ed3..719cebf 100644
--- a/src/views/quotation/index.vue
+++ b/src/views/quotation/index.vue
@@ -50,14 +50,16 @@
-
+
-
-
+
详情