diff --git a/src/api/cost_budget_adjust.ts b/src/api/cost_budget_adjust.ts index 25c93cc..e4a39c1 100644 --- a/src/api/cost_budget_adjust.ts +++ b/src/api/cost_budget_adjust.ts @@ -27,5 +27,5 @@ export function apiadjustDetail(params: any) { // 预算调整表详情列表 export function apiadjustdetailDetail(params: any) { - return request.get({ url: '/cost.cost_budget_detail/lists', params }) + return request.get({ url: '/cost.cost_budget_adjust_detail/lists', params }) } \ No newline at end of file diff --git a/src/components/biddingDecision/index.vue b/src/components/biddingDecision/index.vue index 40e44be..998b1fd 100644 --- a/src/components/biddingDecision/index.vue +++ b/src/components/biddingDecision/index.vue @@ -43,7 +43,11 @@ - + + + @@ -66,7 +70,7 @@ const queryParams = reactive({ }); // 获取字典数据 -const { dictData } = useDictData('construction_funds_sources,bidding_method,whether_status') +const { dictData } = useDictData('construction_funds_sources,bidding_method,whether_status,project_assurance') // 选中数据 const emits = defineEmits(["customEvent"]); diff --git a/src/components/build_plan/index.vue b/src/components/build_plan/index.vue index c2d2590..4500117 100644 --- a/src/components/build_plan/index.vue +++ b/src/components/build_plan/index.vue @@ -15,6 +15,7 @@
+ diff --git a/src/components/build_process/index.vue b/src/components/build_process/index.vue index 6912f2d..c398a3a 100644 --- a/src/components/build_process/index.vue +++ b/src/components/build_process/index.vue @@ -15,6 +15,7 @@
+ diff --git a/src/components/contacts/index.vue b/src/components/contacts/index.vue index 5d049d4..aca92a7 100644 --- a/src/components/contacts/index.vue +++ b/src/components/contacts/index.vue @@ -15,6 +15,7 @@
+ diff --git a/src/components/document_examination/index.vue b/src/components/document_examination/index.vue index 6024956..d5c55fb 100644 --- a/src/components/document_examination/index.vue +++ b/src/components/document_examination/index.vue @@ -17,6 +17,7 @@ + diff --git a/src/components/paylist/index.vue b/src/components/paylist/index.vue index 41d736f..080f657 100644 --- a/src/components/paylist/index.vue +++ b/src/components/paylist/index.vue @@ -16,6 +16,7 @@
+ diff --git a/src/components/pending_paymentplan/index.vue b/src/components/pending_paymentplan/index.vue index a68761b..cad6040 100644 --- a/src/components/pending_paymentplan/index.vue +++ b/src/components/pending_paymentplan/index.vue @@ -16,6 +16,7 @@
+ diff --git a/src/components/procurement/index.vue b/src/components/procurement/index.vue index 57c4226..db481f9 100644 --- a/src/components/procurement/index.vue +++ b/src/components/procurement/index.vue @@ -16,6 +16,7 @@
+ diff --git a/src/components/procurementsubcontracting_selector/index.vue b/src/components/procurementsubcontracting_selector/index.vue index 6906302..9ec4a8b 100644 --- a/src/components/procurementsubcontracting_selector/index.vue +++ b/src/components/procurementsubcontracting_selector/index.vue @@ -16,6 +16,7 @@
+ diff --git a/src/components/project_document/index.vue b/src/components/project_document/index.vue index 3f1c86b..46c70d4 100644 --- a/src/components/project_document/index.vue +++ b/src/components/project_document/index.vue @@ -16,6 +16,7 @@
+ diff --git a/src/components/proontract/index.vue b/src/components/proontract/index.vue index b943648..bdf0b35 100644 --- a/src/components/proontract/index.vue +++ b/src/components/proontract/index.vue @@ -16,6 +16,7 @@
+ diff --git a/src/components/purchasing/index.vue b/src/components/purchasing/index.vue index 241eff4..454881c 100644 --- a/src/components/purchasing/index.vue +++ b/src/components/purchasing/index.vue @@ -16,6 +16,7 @@
+ diff --git a/src/views/InvoicingRequests/index.vue b/src/views/InvoicingRequests/index.vue index 627c20a..f13704c 100644 --- a/src/views/InvoicingRequests/index.vue +++ b/src/views/InvoicingRequests/index.vue @@ -40,6 +40,7 @@
+ diff --git a/src/views/acceptance_bill/index.vue b/src/views/acceptance_bill/index.vue index d09c8b3..706eb14 100644 --- a/src/views/acceptance_bill/index.vue +++ b/src/views/acceptance_bill/index.vue @@ -40,6 +40,7 @@
+ diff --git a/src/views/administrativeContracts/index.vue b/src/views/administrativeContracts/index.vue index 49e9be2..2cbb83a 100644 --- a/src/views/administrativeContracts/index.vue +++ b/src/views/administrativeContracts/index.vue @@ -39,6 +39,7 @@
+ diff --git a/src/views/administrative_payments/index.vue b/src/views/administrative_payments/index.vue index c04b170..5340f32 100644 --- a/src/views/administrative_payments/index.vue +++ b/src/views/administrative_payments/index.vue @@ -34,6 +34,7 @@
+ diff --git a/src/views/administrative_ticket_collection/index.vue b/src/views/administrative_ticket_collection/index.vue index 1372340..5569e50 100644 --- a/src/views/administrative_ticket_collection/index.vue +++ b/src/views/administrative_ticket_collection/index.vue @@ -34,6 +34,7 @@
+ diff --git a/src/views/bid_bidding_decision/index.vue b/src/views/bid_bidding_decision/index.vue index a0694d5..7e8ca44 100644 --- a/src/views/bid_bidding_decision/index.vue +++ b/src/views/bid_bidding_decision/index.vue @@ -34,6 +34,8 @@
+ + diff --git a/src/views/bid_buy_bidding_document/index.vue b/src/views/bid_buy_bidding_document/index.vue index 2d8601f..34d7d7b 100644 --- a/src/views/bid_buy_bidding_document/index.vue +++ b/src/views/bid_buy_bidding_document/index.vue @@ -2,8 +2,10 @@
- - + + + + @@ -34,6 +36,7 @@
+ @@ -104,6 +107,7 @@ import { usePaging } from '@/hooks/usePaging' import { useDictData } from '@/hooks/useDictOptions' import { apiBidBuyBiddingDocumentLists, apiBidBuyBiddingDocumentDelete, apiBidBuyBiddingDocumentDetail } from '@/api/bid_buy_bidding_document' import { timeFormat } from '@/utils/util' +import { apiProjectLists } from '@/api/project' import feedback from '@/utils/feedback' import EditPopup from './edit.vue' import DetailPopup from './detail.vue' @@ -113,7 +117,7 @@ const editRef = shallowRef>() const showEdit = ref(false) const showDtail = ref(false) - +const projectList = ref([]) // 查询条件 @@ -172,6 +176,15 @@ const handledetail = async (data: any) => { detailRef.value?.open() detailRef.value?.setFormData(res) } + +//获取项目 + +const projectlist = async () => { + let res = await apiProjectLists({ page_no: 1, page_size: 9999 }) + projectList.value = res.lists + +} +projectlist() getLists() diff --git a/src/views/bid_document_examination/index.vue b/src/views/bid_document_examination/index.vue index fd1708d..9dd0eda 100644 --- a/src/views/bid_document_examination/index.vue +++ b/src/views/bid_document_examination/index.vue @@ -2,8 +2,15 @@
- - + + + + + + + + + 查询 @@ -24,55 +31,29 @@
- - + + + + + + + + + + + + + - - - - - - - - - - - - - - + + - - - - - - - - - -