diff --git a/src/components/project_expense_reimbursement/index.vue b/src/components/project_expense_reimbursement/index.vue index 38ac449..7e24557 100644 --- a/src/components/project_expense_reimbursement/index.vue +++ b/src/components/project_expense_reimbursement/index.vue @@ -15,20 +15,17 @@
- + + - - - + + + + - - - - -
diff --git a/src/components/project_labor_budget/index.vue b/src/components/project_labor_budget/index.vue new file mode 100644 index 0000000..1482cbe --- /dev/null +++ b/src/components/project_labor_budget/index.vue @@ -0,0 +1,64 @@ + + + \ No newline at end of file diff --git a/src/components/project_loan_apply/index.vue b/src/components/project_loan_apply/index.vue index 60ec974..f566517 100644 --- a/src/components/project_loan_apply/index.vue +++ b/src/components/project_loan_apply/index.vue @@ -39,13 +39,17 @@ import { usePaging } from "@/hooks/usePaging" import { useDictData } from "@/hooks/useDictOptions" import { apiProjectLoanApplyLists } from '@/api/project_loan_apply' -import { defineEmits } from "vue" +import { defineEmits, defineProps } from "vue" import { timeFormat } from '@/utils/util' +const props = defineProps({ + project_id: Number +}) // 查询条件 const queryParams = reactive({ // custom_name: '', // project_type: "" + project_id: props.project_id }); const { dictData } = useDictData('contract_type,contract_pricing_method') diff --git a/src/components/project_personnel/index.vue b/src/components/project_personnel/index.vue index 11a5235..3e7c7c6 100644 --- a/src/components/project_personnel/index.vue +++ b/src/components/project_personnel/index.vue @@ -68,7 +68,7 @@ - +} diff --git a/src/views/project_material_budget_detail/edit.vue b/src/views/project_material_budget_detail/edit.vue index 712f68d..220d157 100644 --- a/src/views/project_material_budget_detail/edit.vue +++ b/src/views/project_material_budget_detail/edit.vue @@ -17,7 +17,6 @@ - @@ -174,6 +173,7 @@ const setFormData = async (data: Record) => { material_brand.value = data.material_brand material_unit.value = data.material_unit material_specs.value = data.material_specs + formData.budget_type = String(formData.budget_type) } diff --git a/src/views/project_salary_payment/edit.vue b/src/views/project_salary_payment/edit.vue index 3b08c39..4a4b439 100644 --- a/src/views/project_salary_payment/edit.vue +++ b/src/views/project_salary_payment/edit.vue @@ -60,27 +60,30 @@ - - - -