diff --git a/src/config/index.ts b/src/config/index.ts index d0cec2a..3f9618a 100644 --- a/src/config/index.ts +++ b/src/config/index.ts @@ -6,5 +6,4 @@ const config = { urlPrefix: "adminapi", //请求默认前缀 timeout: 10 * 1000, //请求超时时长 }; -console.log(import.meta.env) export default config; diff --git a/src/views/administrative_ticket_collection/edit.vue b/src/views/administrative_ticket_collection/edit.vue index 4b80270..1274d28 100644 --- a/src/views/administrative_ticket_collection/edit.vue +++ b/src/views/administrative_ticket_collection/edit.vue @@ -16,7 +16,8 @@ - + @@ -26,7 +27,8 @@ - + @@ -38,7 +40,8 @@ - + @@ -49,9 +52,11 @@ - + - + {{ item.name }} @@ -63,8 +68,10 @@ - - + + @@ -87,15 +94,18 @@ - + - + - + @@ -109,7 +119,11 @@ - - --> - + @@ -240,7 +246,10 @@ const getlist1 = (id: any) => { } //获取值 const customEvent = (e: any) => { - formData.project_id = e.id; + + console.log(e, 'e') + + formData.project_id = e.project_id; matsname.value = e.custom_name project_name.value = e.project_name project_code.value = e.project_code diff --git a/src/views/bid_buy_bidding_document/index.vue b/src/views/bid_buy_bidding_document/index.vue index eef7465..1d492c0 100644 --- a/src/views/bid_buy_bidding_document/index.vue +++ b/src/views/bid_buy_bidding_document/index.vue @@ -169,7 +169,7 @@ const handledetail = async (data: any) => { //获取项目 const projectlist = async () => { - let res = await apiProjectLists({ page_no: 1, page_size: 9999 }) + let res = await apiProjectLists({ page_no: 1, page_size: 15 }) projectList.value = res.lists } diff --git a/src/views/custom/detail.vue b/src/views/custom/detail.vue index 711dcc7..d4750e0 100644 --- a/src/views/custom/detail.vue +++ b/src/views/custom/detail.vue @@ -13,19 +13,25 @@ - {{ formData.name }} - {{ formData.custom_type_text }} - {{ formData.parent_company }} + {{ formData.name }} + + {{ formData.custom_type_text }} + + {{ formData.parent_company }} {{ formData.address }} - {{ formData.phone + {{ + formData.phone }} - {{ formData.credit_rating_text + + {{ formData.credit_rating_text - }} + }} - {{ formData.notes + {{ + formData.notes }} @@ -33,15 +39,20 @@ - {{ formData.master_name }} - {{ formData.master_position }} - {{ formData.master_phone }} + {{ + formData.master_name }} + {{ + formData.master_position }} + {{ + formData.master_phone }} {{ formData.master_email }} - {{ formData.master_telephone + {{ + formData.master_telephone }} - {{ formData.master_notes + {{ + formData.master_notes }} @@ -69,20 +80,25 @@ - {{ formData.company_name }} - {{ formData.company_tin }} + {{ formData.company_name }} + {{ formData.company_tin }} {{ formData.bank_open_address }} - {{ formData.company_telephone + {{ + formData.company_telephone }} - {{ formData.bank_name + + {{ formData.bank_name - }} - {{ formData.bank_account + }} + + {{ formData.bank_account - }} + }} @@ -101,7 +117,9 @@
- +
@@ -118,7 +136,9 @@
- +
@@ -141,7 +161,9 @@
- +
合同洽商
@@ -156,10 +178,12 @@
- +
- Task + Task
回款计划
@@ -178,7 +202,9 @@
- +
回款记录
@@ -194,7 +220,9 @@
- +
@@ -211,7 +239,9 @@
- +
diff --git a/src/views/custom/index.vue b/src/views/custom/index.vue index 8e5a069..c4fe2f9 100644 --- a/src/views/custom/index.vue +++ b/src/views/custom/index.vue @@ -9,7 +9,8 @@ - + diff --git a/src/views/project/components/Business.vue b/src/views/project/components/Business.vue new file mode 100644 index 0000000..e82ea6a --- /dev/null +++ b/src/views/project/components/Business.vue @@ -0,0 +1,259 @@ + + + + + \ No newline at end of file diff --git a/src/views/project/components/Overview.vue b/src/views/project/components/Overview.vue new file mode 100644 index 0000000..ad3006a --- /dev/null +++ b/src/views/project/components/Overview.vue @@ -0,0 +1,93 @@ + + + + + \ No newline at end of file diff --git a/src/views/project/components/a.vue b/src/views/project/components/a.vue new file mode 100644 index 0000000..a274585 --- /dev/null +++ b/src/views/project/components/a.vue @@ -0,0 +1,11 @@ + + + + + \ No newline at end of file diff --git a/src/views/project/detail.vue b/src/views/project/detail.vue index b4537d3..de9b3d2 100644 --- a/src/views/project/detail.vue +++ b/src/views/project/detail.vue @@ -8,39 +8,74 @@ - {{ formData.org_name }} - {{ formData.dept_name }} - {{ formData.name }} - {{ formData.project_code }} - {{ formData.custom_name }} + {{ formData.org_name }} + + {{ formData.dept_name }} + {{ formData.name }} + + {{ formData.project_code }} + + {{ formData.custom_name }} {{ formData.status_text }} - {{ formData.project_type_name }} - {{ formData.create_time }} - {{ formData.project_address }} - {{ formData.strategic_significance_text }} - {{ formData.industry_text }} - {{ formData.unit_nature_text }} - {{ formData.bidding_method_text }} - {{ formData.bidding_time }} - {{ formData.estimated_construction }} - {{ formData.project_estimation }} - {{ formData.name }} - {{ formData.contacts }} - {{ formData.department }} - {{ formData.position }} - {{ formData.telephone }} - {{ formData.discovery_time }} - {{ formData.information_sources_text }} - {{ formData.person }} - {{ formData.project_content }} - {{ formData.competitor }} - {{ formData.construction_funds_sources_text }} - {{ formData.construction_payment_method }} - {{ formData.construction_financial_status_text }} - {{ formData.construction_recognition_text }} - {{ formData.my_construction_recognition_text }} + + {{ formData.project_type_name }} + + {{ formData.create_time }} + + {{ formData.project_address }} + + {{ formData.strategic_significance_text }} + + {{ formData.industry_text }} + + {{ formData.unit_nature_text }} + + {{ formData.bidding_method_text }} + + {{ formData.bidding_time }} + + {{ formData.estimated_construction }} + {{ formData.project_estimation }} + {{ formData.name }} + + {{ formData.contacts }} + + {{ formData.department }} + + {{ formData.position }} + + {{ formData.telephone }} + + {{ formData.discovery_time }} + + {{ formData.information_sources_text }} + + {{ formData.person }} + + {{ formData.project_content }} + + {{ formData.competitor }} + {{ formData.construction_funds_sources_text + }} + {{ formData.construction_payment_method + }} + {{ formData.construction_financial_status_text + }} + {{ formData.construction_recognition_text + }} + {{ formData.my_construction_recognition_text + }} @@ -51,7 +86,8 @@
@@ -78,7 +114,9 @@
- +
客户需求
@@ -103,7 +141,9 @@
- +
解决方案
@@ -128,7 +168,9 @@
- +
项目概算
@@ -155,7 +197,9 @@
- +
竞争对手
@@ -183,7 +227,9 @@
- +
@@ -203,7 +249,9 @@
- +
购买标书
@@ -218,7 +266,9 @@
- +
标书审查
@@ -234,7 +284,9 @@
- +
投标结果
@@ -250,7 +302,9 @@
- +
投标保证金
@@ -266,7 +320,9 @@
- +
退投标保证金
@@ -281,7 +337,10 @@
- +
@@ -303,7 +362,10 @@
- +
合同洽商
@@ -318,7 +380,10 @@
- +
@@ -340,7 +405,10 @@
- +
@@ -364,7 +432,10 @@
- +
@@ -394,7 +465,10 @@
- +
分包洽商
@@ -412,7 +486,10 @@
- +
@@ -434,7 +511,10 @@
- +
@@ -453,7 +533,10 @@
- +
@@ -471,7 +554,10 @@
- +
@@ -491,7 +577,10 @@
- +
@@ -511,7 +600,10 @@
- +
@@ -529,7 +621,10 @@
- +
@@ -550,7 +645,10 @@
- +
@@ -570,7 +668,10 @@
- +
@@ -596,7 +697,10 @@
- +
@@ -629,7 +733,10 @@
- +
@@ -648,7 +755,10 @@
- +
@@ -670,7 +780,10 @@
- +
@@ -694,7 +807,10 @@
- +
@@ -713,7 +829,10 @@
- +
@@ -746,7 +865,10 @@
- +
@@ -1896,13 +2018,11 @@ defineExpose({ getDetail }) - +} diff --git a/src/views/project/index.vue b/src/views/project/index.vue index 1449339..f6126e5 100644 --- a/src/views/project/index.vue +++ b/src/views/project/index.vue @@ -20,7 +20,8 @@ - + @@ -32,33 +33,39 @@
- + - + - + - + - + - + @@ -81,7 +88,8 @@ 新增 - + 删除 @@ -106,7 +114,8 @@ 编辑 - + 删除 diff --git a/src/views/quotation/edit.vue b/src/views/quotation/edit.vue index a0ffe80..068ca3c 100644 --- a/src/views/quotation/edit.vue +++ b/src/views/quotation/edit.vue @@ -13,13 +13,16 @@ - - + + - + @@ -28,8 +31,10 @@ - - + + @@ -40,45 +45,57 @@ - + {{ item.name }} - - + + - + - + - + - + - + - -
选择产品
+
选择产品
@@ -113,9 +132,11 @@ - + - +