diff --git a/src/api/project_salary_detail.ts b/src/api/project_salary_detail.ts new file mode 100644 index 0000000..2d15184 --- /dev/null +++ b/src/api/project_salary_detail.ts @@ -0,0 +1,8 @@ +import request from '@/utils/request' + +// 工资明细列表列表 +export function projectsalaryDetailLists(params: any) { + return request.get({ url: '/project.project_salary_detail/lists', params }) +} + + diff --git a/src/api/project_salary_payment.ts b/src/api/project_salary_payment.ts index 3309334..b590116 100644 --- a/src/api/project_salary_payment.ts +++ b/src/api/project_salary_payment.ts @@ -28,4 +28,6 @@ export function projectsalarypaymentDetail(params: any) { //获取所有工资付款记录 export function getAllProjectRoles(params: any) { return request.post({ url: '/project.project_salary_payment/getAllProjectRoles', params }) -} \ No newline at end of file +} + + diff --git a/src/components/document_examination/index.vue b/src/components/document_examination/index.vue new file mode 100644 index 0000000..6024956 --- /dev/null +++ b/src/components/document_examination/index.vue @@ -0,0 +1,102 @@ + + + \ 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 20d6312..462d862 100644 --- a/src/views/bid_document_examination_detail/edit.vue +++ b/src/views/bid_document_examination_detail/edit.vue @@ -5,20 +5,20 @@ - + - + - + - + @@ -46,7 +46,6 @@ - @@ -106,8 +105,8 @@ const formRules = reactive({ //获取值 const customEvent = (e: any) => { formData.bid_document_examination_id = e.id; - matsname.value = e.person - project_name.value = e.custom_name + matsname.value = e.customer_name + project_name.value = e.project_name project_code.value = e.project_code showDialog.value = false; diff --git a/src/views/bid_result/edit.vue b/src/views/bid_result/edit.vue index 46e4b70..c3d06c9 100644 --- a/src/views/bid_result/edit.vue +++ b/src/views/bid_result/edit.vue @@ -2,17 +2,17 @@
- - + + - + - + - + @@ -34,21 +34,18 @@ - + - - - +
+ diff --git a/src/views/project_budget/edit.vue b/src/views/project_budget/edit.vue new file mode 100644 index 0000000..c3e2eb2 --- /dev/null +++ b/src/views/project_budget/edit.vue @@ -0,0 +1,172 @@ + + + diff --git a/src/views/project_budget/index.vue b/src/views/project_budget/index.vue new file mode 100644 index 0000000..517633a --- /dev/null +++ b/src/views/project_budget/index.vue @@ -0,0 +1,174 @@ + + + + diff --git a/src/views/project_personnel/detail.vue b/src/views/project_personnel/detail.vue index e7e0b2b..5281c88 100644 --- a/src/views/project_personnel/detail.vue +++ b/src/views/project_personnel/detail.vue @@ -159,8 +159,8 @@ - - + + diff --git a/src/views/project_personnel/edit.vue b/src/views/project_personnel/edit.vue index 28005d0..7945f4a 100644 --- a/src/views/project_personnel/edit.vue +++ b/src/views/project_personnel/edit.vue @@ -67,9 +67,6 @@
- - - diff --git a/src/views/project_salary/list/detail.vue b/src/views/project_salary/list/detail.vue index 5edf155..533f587 100644 --- a/src/views/project_salary/list/detail.vue +++ b/src/views/project_salary/list/detail.vue @@ -83,23 +83,19 @@
+ +
支付明细
- - - - - + - -
diff --git a/src/views/project_salary/project_salary_detail/index.vue b/src/views/project_salary/project_salary_detail/index.vue index a6849e9..3439f49 100644 --- a/src/views/project_salary/project_salary_detail/index.vue +++ b/src/views/project_salary/project_salary_detail/index.vue @@ -97,7 +97,7 @@ - diff --git a/src/views/supplerManagement/list/edit.vue b/src/views/supplerManagement/list/edit.vue deleted file mode 100644 index 1e5a22c..0000000 --- a/src/views/supplerManagement/list/edit.vue +++ /dev/null @@ -1,405 +0,0 @@ - - - diff --git a/src/views/supplerManagement/list/index.vue b/src/views/supplerManagement/list/index.vue deleted file mode 100644 index 22db4fc..0000000 --- a/src/views/supplerManagement/list/index.vue +++ /dev/null @@ -1,171 +0,0 @@ - - - - diff --git a/src/views/supplier/detail.vue b/src/views/supplier/detail.vue index 7a9d618..d4a321d 100644 --- a/src/views/supplier/detail.vue +++ b/src/views/supplier/detail.vue @@ -3,105 +3,131 @@