From cfaf489e038b314e57c67dcfd68ef1cc550a4243 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Wed, 29 May 2024 10:55:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=89=B9=E6=B5=81=E7=A8=8B=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=96=B9=E5=BC=8F=E6=9B=B4=E6=96=B0=EF=BC=8Coa=5FInit?= =?UTF-8?q?iate=E4=BF=AE=E6=94=B9=E5=8F=8Aoa=5Fflow=5Ftype=E7=BC=96?= =?UTF-8?q?=E8=BE=91=EF=BC=8C=E7=B4=A2=E5=BC=95=E9=A1=B5=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=AE=8C=E6=88=90=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/oa_Initiate/index.vue | 10 +++++----- src/views/oa_apply/detail.vue | 21 ++++++++++++++++++--- src/views/organization/department/edit.vue | 2 +- 3 files changed, 24 insertions(+), 9 deletions(-) diff --git a/src/views/oa_Initiate/index.vue b/src/views/oa_Initiate/index.vue index 0943667..eaf109c 100644 --- a/src/views/oa_Initiate/index.vue +++ b/src/views/oa_Initiate/index.vue @@ -20,11 +20,11 @@ - - - - - + + + + + diff --git a/src/views/oa_apply/detail.vue b/src/views/oa_apply/detail.vue index 4afaafe..e130ac9 100644 --- a/src/views/oa_apply/detail.vue +++ b/src/views/oa_apply/detail.vue @@ -71,7 +71,8 @@ - + @@ -87,8 +88,7 @@ v-if="formData.admin_id != userStore.id && formData.flow_info.check_type == 3"> 回退 - + 撤回 @@ -98,6 +98,15 @@ + + + + + + 撤回 + 取消 + + @@ -116,6 +125,7 @@ const popupRef = shallowRef>() const showPerDialog = ref(false); const personnel = ref(null); const userStore = useUserStore().userInfo; +const showBackDialog = ref(false) // 表单数据 const formData = reactive({ @@ -145,6 +155,11 @@ const form = reactive({ }) +const backFn = () => { + if (!form.content) return feedback.msgError("请填写撤回原因"); + form.check = 3 + handCheck() +} const userclick = async () => { showPerDialog.value = true; await nextTick(); diff --git a/src/views/organization/department/edit.vue b/src/views/organization/department/edit.vue index 76b9bc7..4aa6781 100644 --- a/src/views/organization/department/edit.vue +++ b/src/views/organization/department/edit.vue @@ -13,7 +13,7 @@ - +