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