diff --git a/src/components/cost_approved_projects/index.vue b/src/components/cost_approved_projects/index.vue deleted file mode 100644 index 7c9c836..0000000 --- a/src/components/cost_approved_projects/index.vue +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - 查询 - 重置 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/components/cost_project/index.vue b/src/components/cost_project/index.vue deleted file mode 100644 index b141045..0000000 --- a/src/components/cost_project/index.vue +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - 查询 - 重置 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/components/cost_subject/index.vue b/src/components/cost_subject/index.vue index bfc668f..60b66c3 100644 --- a/src/components/cost_subject/index.vue +++ b/src/components/cost_subject/index.vue @@ -29,7 +29,7 @@ - + - diff --git a/src/views/data_reception/edit.vue b/src/views/data_reception/edit.vue index a0bd4da..14a8250 100644 --- a/src/views/data_reception/edit.vue +++ b/src/views/data_reception/edit.vue @@ -1,6 +1,7 @@ - + @@ -72,8 +73,8 @@ - + @@ -81,8 +82,8 @@ - + @@ -100,7 +101,8 @@ - + + @@ -111,7 +113,7 @@ import type { FormInstance } from 'element-plus' import Popup from '@/components/popup/index.vue' import { apiDataReceptionAdd, apiDataReceptionEdit, } from '@/api/data_reception' -import { timeFormat } from '@/utils/util' +import { cost_project } from "@/components/dialogTable/dialogTableConfig" import type { PropType } from 'vue' defineProps({ dictData: { diff --git a/src/views/jianli_project_progress_report/edit.vue b/src/views/jianli_project_progress_report/edit.vue index 90670b3..9ee4078 100644 --- a/src/views/jianli_project_progress_report/edit.vue +++ b/src/views/jianli_project_progress_report/edit.vue @@ -1,6 +1,7 @@ - + @@ -24,7 +25,8 @@ - + @@ -74,7 +76,8 @@ - + @@ -107,7 +110,8 @@ - + + @@ -122,7 +126,7 @@ import type { FormInstance } from 'element-plus' import Popup from '@/components/popup/index.vue' import { apiJianliProjectProgressReportAdd, apiJianliProjectProgressReportEdit, } from '@/api/jianli_project_progress_report' -import { timeFormat } from '@/utils/util' +import { cost_project } from "@/components/dialogTable/dialogTableConfig" import type { PropType } from 'vue' defineProps({ dictData: { diff --git a/src/views/project_change_visa/edit.vue b/src/views/project_change_visa/edit.vue index 763862e..d17a0a8 100644 --- a/src/views/project_change_visa/edit.vue +++ b/src/views/project_change_visa/edit.vue @@ -23,7 +23,8 @@ - + + @@ -118,7 +119,7 @@ import type { FormInstance } from 'element-plus' import Popup from '@/components/popup/index.vue' import { apiProjectChangeVisaAdd, apiProjectChangeVisaEdit, } from '@/api/project_change_visa' -import { timeFormat } from '@/utils/util' +import { cost_project } from "@/components/dialogTable/dialogTableConfig" import type { PropType } from 'vue' defineProps({ dictData: { diff --git a/src/views/project_commission/edit.vue b/src/views/project_commission/edit.vue index 444a1da..f27decc 100644 --- a/src/views/project_commission/edit.vue +++ b/src/views/project_commission/edit.vue @@ -90,7 +90,8 @@ - + + @@ -194,6 +195,8 @@ import type { FormInstance } from 'element-plus' import Popup from '@/components/popup/index.vue' import { apiProjectCommissionAdd, apiProjectCommissionEdit, } from '@/api/project_commission' import type { PropType } from 'vue' +import { cost_project } from "@/components/dialogTable/dialogTableConfig" + defineProps({ dictData: { type: Object as PropType>, diff --git a/src/views/project_progress_payment/edit.vue b/src/views/project_progress_payment/edit.vue index 3b2e111..ef6ec96 100644 --- a/src/views/project_progress_payment/edit.vue +++ b/src/views/project_progress_payment/edit.vue @@ -57,7 +57,8 @@ @delFile="delFileFn" /> - + + 进度明细 @@ -203,7 +204,7 @@ import type { FormInstance } from 'element-plus' import Popup from '@/components/popup/index.vue' import { apiProjectProgressPaymentAdd, apiProjectProgressPaymentEdit, apiProjectProgressPaymentDetail } from '@/api/project_progress_payment' import type { PropType } from 'vue' -import { number } from 'echarts/core' +import { cost_project } from "@/components/dialogTable/dialogTableConfig" defineProps({ dictData: { type: Object as PropType>, diff --git a/src/views/project_rectification/edit.vue b/src/views/project_rectification/edit.vue index 9eb027c..11cb0bc 100644 --- a/src/views/project_rectification/edit.vue +++ b/src/views/project_rectification/edit.vue @@ -1,6 +1,7 @@ - + @@ -23,7 +24,8 @@ - + @@ -47,7 +49,8 @@ @delFile="delFileFn" /> - + + @@ -62,7 +65,7 @@ import type { FormInstance } from 'element-plus' import Popup from '@/components/popup/index.vue' import { apiProjectRectificationAdd, apiProjectRectificationEdit, } from '@/api/project_rectification' -import { timeFormat } from '@/utils/util' +import { cost_project } from "@/components/dialogTable/dialogTableConfig" import type { PropType } from 'vue' defineProps({ dictData: { diff --git a/src/views/project_survey_signature/edit.vue b/src/views/project_survey_signature/edit.vue index 53968b1..20bf67d 100644 --- a/src/views/project_survey_signature/edit.vue +++ b/src/views/project_survey_signature/edit.vue @@ -1,6 +1,7 @@ - + @@ -55,7 +56,8 @@ - + + @@ -72,6 +74,8 @@ import Popup from '@/components/popup/index.vue' import { apiProjectSurveySignatureAdd, apiProjectSurveySignatureEdit, } from '@/api/project_survey_signature' import { timeFormat } from '@/utils/util' import type { PropType } from 'vue' +import { cost_project } from "@/components/dialogTable/dialogTableConfig" + defineProps({ dictData: { type: Object as PropType>, diff --git a/src/views/task_allocation/edit.vue b/src/views/task_allocation/edit.vue index c01e587..5a46664 100644 --- a/src/views/task_allocation/edit.vue +++ b/src/views/task_allocation/edit.vue @@ -26,7 +26,8 @@ @delFile="delFileFn" /> - + + @@ -192,6 +193,7 @@ import type { FormInstance } from 'element-plus' import Popup from '@/components/popup/index.vue' import { apiTaskAllocationAdd, apiTaskAllocationEdit, } from '@/api/task_allocation' +import { cost_project } from "@/components/dialogTable/dialogTableConfig" import type { PropType } from 'vue' defineProps({ dictData: { diff --git a/src/views/task_allocation/index.vue b/src/views/task_allocation/index.vue index dd28a8a..68a9cda 100644 --- a/src/views/task_allocation/index.vue +++ b/src/views/task_allocation/index.vue @@ -29,7 +29,7 @@ - + @@ -72,7 +72,8 @@ - + 编辑 { getLists() - diff --git a/src/views/task_handling_three_level_review/edit.vue b/src/views/task_handling_three_level_review/edit.vue index dff0380..375595d 100644 --- a/src/views/task_handling_three_level_review/edit.vue +++ b/src/views/task_handling_three_level_review/edit.vue @@ -257,7 +257,8 @@ - + + @@ -273,8 +274,8 @@ import type { FormInstance } from 'element-plus' import Popup from '@/components/popup/index.vue' import { apiTaskHandlingThreeLevelReviewAdd, apiTaskHandlingThreeLevelReviewEdit, } from '@/api/task_handling_three_level_review' -import { timeFormat } from '@/utils/util' import type { PropType } from 'vue' +import { cost_project } from "@/components/dialogTable/dialogTableConfig" import file from "@/components/material/file.vue"; defineProps({ dictData: {