From ca892410f4dc65b295d8d119fc483227b5ab86a9 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Tue, 9 Apr 2024 09:48:46 +0800 Subject: [PATCH] add --- src/views/manage_project/edit.vue | 4 +- src/views/marketing_contract/edit.vue | 141 +++++++++++------- src/views/marketing_contract/index.vue | 101 +++++++++---- .../marketing_framework_agreement/edit.vue | 47 +++--- src/views/project_attendance_detail/edit.vue | 4 +- src/views/project_settlement/edit.vue | 2 +- .../project_subcontract_settlement/edit.vue | 2 +- src/views/supervision_accept/detail.vue | 2 +- src/views/supervision_accept/edit.vue | 6 +- src/views/supervision_inspection/detail.vue | 2 +- src/views/supervision_inspection/edit.vue | 2 +- src/views/supervision_side_station/detail.vue | 2 +- src/views/supervision_side_station/edit.vue | 4 +- 13 files changed, 192 insertions(+), 127 deletions(-) diff --git a/src/views/manage_project/edit.vue b/src/views/manage_project/edit.vue index 0fc0f83..3f37943 100644 --- a/src/views/manage_project/edit.vue +++ b/src/views/manage_project/edit.vue @@ -264,8 +264,8 @@ const chekcDate1 = (rule: any, value: any, callback: any) => { } const chekcDate2 = (rule: any, value: any, callback: any) => { - if (new Date(formData.initiation_date) < new Date(formData.actual_start_date)) { - callback(new Error('立项日期不能早于实际开工日期')) + if (new Date(formData.actual_start_date) < new Date(formData.initiation_date)) { + callback(new Error('立项日期早于实际开工日期')) } else { callback() } diff --git a/src/views/marketing_contract/edit.vue b/src/views/marketing_contract/edit.vue index 8188c44..f152b3f 100644 --- a/src/views/marketing_contract/edit.vue +++ b/src/views/marketing_contract/edit.vue @@ -1,7 +1,6 @@ @@ -298,6 +301,9 @@ const emit = defineEmits(["success", "close"]); const formRef = shallowRef(); const popupRef = shallowRef>(); const mode = ref("add"); +const showDialog = ref(false) +const personnel = ref(null) + // 弹窗标题 const popupTitle = computed(() => { @@ -318,6 +324,7 @@ const formData = reactive({ part_a_address: "", part_b: "", part_b_signatory: "", + part_b_signatory_name: "", business_nature: "", industry_nature: "", fund_sources: "", @@ -337,8 +344,10 @@ const formData = reactive({ annex: "", signed_dept: "", signed_head: "", + signed_head_name: "", supervise_dept: "", project_manager: "", + project_manager_name: "", implement_method: "", seal_name: "", is_limit: "", @@ -346,6 +355,7 @@ const formData = reactive({ file_type: "", seal_num: "", seal_user: "", + seal_user_name: "", plance_seal: "", send_date: "", mailing_number: "", @@ -354,6 +364,25 @@ const formData = reactive({ create_user: "", }); + +let value; +const userclick = async (val) => { + showDialog.value = true + value = val + await nextTick() + personnel.value.open() + +} + +//确认 +const submituser = (e: any) => { + formData[value + '_name'] = e.name + formData.seal_user = e.id + showDialog.value = false +} + + + // 表单验证 const formRules = reactive({ related_contract_id: [ diff --git a/src/views/marketing_contract/index.vue b/src/views/marketing_contract/index.vue index 0693f54..0670fe4 100644 --- a/src/views/marketing_contract/index.vue +++ b/src/views/marketing_contract/index.vue @@ -1,39 +1,74 @@ - + diff --git a/src/views/supervision_inspection/edit.vue b/src/views/supervision_inspection/edit.vue index e338c97..3e19980 100644 --- a/src/views/supervision_inspection/edit.vue +++ b/src/views/supervision_inspection/edit.vue @@ -166,7 +166,7 @@ const tableConfig = reactive( }, { - label: "检查类容", + label: "检查内容", value: 'check_content' }, { diff --git a/src/views/supervision_side_station/detail.vue b/src/views/supervision_side_station/detail.vue index 07c27fc..0259070 100644 --- a/src/views/supervision_side_station/detail.vue +++ b/src/views/supervision_side_station/detail.vue @@ -58,7 +58,7 @@ - + diff --git a/src/views/supervision_side_station/edit.vue b/src/views/supervision_side_station/edit.vue index 0199c11..803b9b9 100644 --- a/src/views/supervision_side_station/edit.vue +++ b/src/views/supervision_side_station/edit.vue @@ -201,7 +201,7 @@ const formData = reactive({ const tableConfig = reactive( { - title: "巡视结果", + title: "旁站结果", tableConfig: [ { label: "检查类别", @@ -248,7 +248,7 @@ const tableConfig = reactive( const tableConfig1 = reactive( { - title: "巡视问题", + title: "旁站问题", tableConfig: [ { label: "问题分类",