-
-
+
-
-
-
+
+
+
+ {{ row.dept_name || '全公司' }}
+
+
+
-
-
-
-
+
+
+ {{ row.check_admin_users || '审核结束' }}
+
+
+
+
+
详情
-
+
设置打款
@@ -100,11 +107,6 @@ const { pager, getLists, resetParams, resetPage } = usePaging({
params: queryParams
})
-
-
-// 编辑
-
-
const handDetail = async (id: any) => {
let res = await apiExpenseDetail({ id })
showDetail.value = true
@@ -114,7 +116,8 @@ const handDetail = async (id: any) => {
}
const handPayment = async (id: any) => {
- let res = await apiExpensePayment({ id })
+ await feedback.confirm('确定设置打款吗?')
+ await apiExpensePayment({ id })
getLists()
}
diff --git a/src/views/organization/department/edit.vue b/src/views/organization/department/edit.vue
index a722964..76b9bc7 100644
--- a/src/views/organization/department/edit.vue
+++ b/src/views/organization/department/edit.vue
@@ -89,6 +89,13 @@ const checkMobile = (rule: any, value: any, callback: any) => {
}
}
const formRules = {
+ org_id: [
+ {
+ required: true,
+ message: '请选择组织',
+ trigger: ['blur']
+ }
+ ],
name: [
{
required: true,
diff --git a/src/views/permission/admin/edit.vue b/src/views/permission/admin/edit.vue
index 4f74b0c..bfc78f9 100644
--- a/src/views/permission/admin/edit.vue
+++ b/src/views/permission/admin/edit.vue
@@ -53,9 +53,9 @@
-
+