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