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 @@