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 @@ @@ -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 @@ + + +