From cda5d21ab60635e32b6cf24f1305133224276769 Mon Sep 17 00:00:00 2001 From: jia <1451658316@qq.com> Date: Fri, 5 Jan 2024 09:52:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/quotation_detail.ts | 19 --- .../bid_document_examination_detail/edit.vue | 13 +- src/views/quotation/index.vue | 30 +++-- src/views/quotation_detail/index.vue | 123 +++++++++--------- 4 files changed, 87 insertions(+), 98 deletions(-) diff --git a/src/api/quotation_detail.ts b/src/api/quotation_detail.ts index b66fb16..21730d1 100644 --- a/src/api/quotation_detail.ts +++ b/src/api/quotation_detail.ts @@ -5,22 +5,3 @@ export function apiQuotationDetailLists(params: any) { return request.get({ url: '/quotation.quotation_detail/lists', params }) } -// 添加报价明细 -export function apiQuotationDetailAdd(params: any) { - return request.post({ url: '/quotation.quotation_detail/add', params }) -} - -// 编辑报价明细 -export function apiQuotationDetailEdit(params: any) { - return request.post({ url: '/quotation.quotation_detail/edit', params }) -} - -// 删除报价明细 -export function apiQuotationDetailDelete(params: any) { - return request.post({ url: '/quotation.quotation_detail/delete', params }) -} - -// 报价明细详情 -export function apiQuotationDetailDetail(params: any) { - return request.get({ url: '/quotation.quotation_detail/detail', params }) -} \ No newline at end of file diff --git a/src/views/bid_document_examination_detail/edit.vue b/src/views/bid_document_examination_detail/edit.vue index 5b7d2c8..9de07db 100644 --- a/src/views/bid_document_examination_detail/edit.vue +++ b/src/views/bid_document_examination_detail/edit.vue @@ -15,11 +15,22 @@ - + + + + + + + + + + + + diff --git a/src/views/quotation/index.vue b/src/views/quotation/index.vue index 57be430..790b021 100644 --- a/src/views/quotation/index.vue +++ b/src/views/quotation/index.vue @@ -8,14 +8,20 @@ - - + + + + + + + - 查询 + + 查询 重置 @@ -34,16 +40,13 @@ - + + - - + + - - - - - + @@ -93,8 +96,9 @@ const customerList = ref([]) // 查询条件 const queryParams = reactive({ customer_id: '', - contacts: '', - create_user: '' + code: '', + create_user: '', + invoice_type: '' }) // 选中数据 diff --git a/src/views/quotation_detail/index.vue b/src/views/quotation_detail/index.vue index 0726d29..88193bc 100644 --- a/src/views/quotation_detail/index.vue +++ b/src/views/quotation_detail/index.vue @@ -3,20 +3,12 @@ - - - - - - - - - - + - + + 查询 重置 @@ -24,38 +16,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - @@ -69,24 +55,31 @@