From 8b9752234b93450ffac48684c50027868384c28a Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Wed, 20 Mar 2024 14:28:23 +0800 Subject: [PATCH] add --- src/api/quotation_detail.ts | 6 + src/components/custom-dialog/index.vue | 6 +- src/views/quotation/detail.vue | 6 +- src/views/quotation/edit.vue | 259 +++++++++---------------- src/views/quotation/index.vue | 12 +- 5 files changed, 109 insertions(+), 180 deletions(-) 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 @@ - +