From c29fcb304405ab48faaae4b68c9518bf99ee1ac2 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Mon, 3 Jun 2024 10:05:12 +0800 Subject: [PATCH] add --- src/views/jxgl_temp/edit.vue | 355 ++++++++++++++++++ src/views/jxgl_temp/index.vue | 144 +++++++ src/views/marketing_contract/edit.vue | 23 +- src/views/marketing_contract/index.vue | 7 + .../marketing_framework_agreement/index.vue | 23 +- src/views/selfEvaluation/edit.vue | 355 ++++++++++++++++++ src/views/selfEvaluation/index.vue | 144 +++++++ 7 files changed, 1030 insertions(+), 21 deletions(-) create mode 100644 src/views/jxgl_temp/edit.vue create mode 100644 src/views/jxgl_temp/index.vue create mode 100644 src/views/selfEvaluation/edit.vue create mode 100644 src/views/selfEvaluation/index.vue diff --git a/src/views/jxgl_temp/edit.vue b/src/views/jxgl_temp/edit.vue new file mode 100644 index 0000000..3658b9f --- /dev/null +++ b/src/views/jxgl_temp/edit.vue @@ -0,0 +1,355 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/jxgl_temp/index.vue b/src/views/jxgl_temp/index.vue new file mode 100644 index 0000000..355d8d6 --- /dev/null +++ b/src/views/jxgl_temp/index.vue @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + + + + + 新增 + + + 删除 + + + + + + + + + + + + + 编辑 + + + 删除 + + + + + + + + + + + + + + + diff --git a/src/views/marketing_contract/edit.vue b/src/views/marketing_contract/edit.vue index aafe413..f1d8e36 100644 --- a/src/views/marketing_contract/edit.vue +++ b/src/views/marketing_contract/edit.vue @@ -1,7 +1,6 @@ - + @@ -26,8 +25,7 @@ - + @@ -80,8 +78,8 @@ - + @@ -139,8 +137,7 @@ - + @@ -318,7 +315,10 @@ import { marketing_framework_agreement, marketing_custom } from '@/components/dialogTable/dialogTableConfig' +import { useRoute } from "vue-router" +import { apimketingFrameworkAgreementDetail } from '@/api/marketing_framework_agreement' +const route = useRoute() defineProps({ dictData: { type: Object as PropType>, @@ -785,7 +785,12 @@ const open = (type = 'add') => { const handleClose = () => { emit('close') } - +if (route.query.marketing_framework_agreement_id) { + apimketingFrameworkAgreementDetail({ id: route.query.marketing_framework_agreement_id }).then(res => { + customEvent(res) + formData.contract_type = 0 + }) +} defineExpose({ open, setFormData, diff --git a/src/views/marketing_contract/index.vue b/src/views/marketing_contract/index.vue index 2a25dab..0764981 100644 --- a/src/views/marketing_contract/index.vue +++ b/src/views/marketing_contract/index.vue @@ -142,7 +142,9 @@ import feedback from '@/utils/feedback' import { deptLists } from "@/api/org/department" import EditPopup from './edit.vue' import DetailPopup from './detail.vue' +import { useRoute } from "vue-router" +const route = useRoute() const detailRef = shallowRef>() const editRef = shallowRef>() const showEdit = ref(false) @@ -222,4 +224,9 @@ const getDeptList = async () => { getLists() getDeptList() + +if (route.query.marketing_framework_agreement_id) { + handleAdd() +} + diff --git a/src/views/marketing_framework_agreement/index.vue b/src/views/marketing_framework_agreement/index.vue index 9fe9b60..4b0d8f9 100644 --- a/src/views/marketing_framework_agreement/index.vue +++ b/src/views/marketing_framework_agreement/index.vue @@ -71,12 +71,13 @@ @click="handledetail(row)"> 详情 - - 生成合同 - - + 已生成合同 + + 生成合同 + + @@ -170,14 +171,12 @@ const handledetail = async (data: any) => { // 生成合同 const handleContract = (row: any) => { - alert("没有接口") - console.log(row) -} - -// 已生成合同 -const handleGoContract = (row) => { - return alert("没有接口") - router.push('/') + router.push({ + path: '/marketing/marketing_contract/marketing_contract', + query: { + marketing_framework_agreement_id: row.is_generate == 1 ? '' : row.id + } + }) } const deptList = ref([]) diff --git a/src/views/selfEvaluation/edit.vue b/src/views/selfEvaluation/edit.vue new file mode 100644 index 0000000..3658b9f --- /dev/null +++ b/src/views/selfEvaluation/edit.vue @@ -0,0 +1,355 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/selfEvaluation/index.vue b/src/views/selfEvaluation/index.vue new file mode 100644 index 0000000..355d8d6 --- /dev/null +++ b/src/views/selfEvaluation/index.vue @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + + + + + 新增 + + + 删除 + + + + + + + + + + + + + 编辑 + + + 删除 + + + + + + + + + + + + + + +