导入导出
This commit is contained in:
140
auto-imports.d.ts
vendored
140
auto-imports.d.ts
vendored
@@ -1,73 +1,73 @@
|
|||||||
// Generated by 'unplugin-auto-import'
|
// Generated by 'unplugin-auto-import'
|
||||||
export {};
|
export {}
|
||||||
declare global {
|
declare global {
|
||||||
const EffectScope: typeof import('vue')['EffectScope'];
|
const EffectScope: typeof import('vue')['EffectScope']
|
||||||
const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate'];
|
const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
|
||||||
const computed: typeof import('vue')['computed'];
|
const computed: typeof import('vue')['computed']
|
||||||
const createApp: typeof import('vue')['createApp'];
|
const createApp: typeof import('vue')['createApp']
|
||||||
const createPinia: typeof import('pinia')['createPinia'];
|
const createPinia: typeof import('pinia')['createPinia']
|
||||||
const customRef: typeof import('vue')['customRef'];
|
const customRef: typeof import('vue')['customRef']
|
||||||
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent'];
|
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
|
||||||
const defineComponent: typeof import('vue')['defineComponent'];
|
const defineComponent: typeof import('vue')['defineComponent']
|
||||||
const defineStore: typeof import('pinia')['defineStore'];
|
const defineStore: typeof import('pinia')['defineStore']
|
||||||
const effectScope: typeof import('vue')['effectScope'];
|
const effectScope: typeof import('vue')['effectScope']
|
||||||
const getActivePinia: typeof import('pinia')['getActivePinia'];
|
const getActivePinia: typeof import('pinia')['getActivePinia']
|
||||||
const getCurrentInstance: typeof import('vue')['getCurrentInstance'];
|
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
|
||||||
const getCurrentScope: typeof import('vue')['getCurrentScope'];
|
const getCurrentScope: typeof import('vue')['getCurrentScope']
|
||||||
const h: typeof import('vue')['h'];
|
const h: typeof import('vue')['h']
|
||||||
const inject: typeof import('vue')['inject'];
|
const inject: typeof import('vue')['inject']
|
||||||
const isProxy: typeof import('vue')['isProxy'];
|
const isProxy: typeof import('vue')['isProxy']
|
||||||
const isReactive: typeof import('vue')['isReactive'];
|
const isReactive: typeof import('vue')['isReactive']
|
||||||
const isReadonly: typeof import('vue')['isReadonly'];
|
const isReadonly: typeof import('vue')['isReadonly']
|
||||||
const isRef: typeof import('vue')['isRef'];
|
const isRef: typeof import('vue')['isRef']
|
||||||
const mapActions: typeof import('pinia')['mapActions'];
|
const mapActions: typeof import('pinia')['mapActions']
|
||||||
const mapGetters: typeof import('pinia')['mapGetters'];
|
const mapGetters: typeof import('pinia')['mapGetters']
|
||||||
const mapState: typeof import('pinia')['mapState'];
|
const mapState: typeof import('pinia')['mapState']
|
||||||
const mapStores: typeof import('pinia')['mapStores'];
|
const mapStores: typeof import('pinia')['mapStores']
|
||||||
const mapWritableState: typeof import('pinia')['mapWritableState'];
|
const mapWritableState: typeof import('pinia')['mapWritableState']
|
||||||
const markRaw: typeof import('vue')['markRaw'];
|
const markRaw: typeof import('vue')['markRaw']
|
||||||
const nextTick: typeof import('vue')['nextTick'];
|
const nextTick: typeof import('vue')['nextTick']
|
||||||
const onActivated: typeof import('vue')['onActivated'];
|
const onActivated: typeof import('vue')['onActivated']
|
||||||
const onBeforeMount: typeof import('vue')['onBeforeMount'];
|
const onBeforeMount: typeof import('vue')['onBeforeMount']
|
||||||
const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave'];
|
const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
|
||||||
const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate'];
|
const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
|
||||||
const onBeforeUnmount: typeof import('vue')['onBeforeUnmount'];
|
const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
|
||||||
const onBeforeUpdate: typeof import('vue')['onBeforeUpdate'];
|
const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
|
||||||
const onDeactivated: typeof import('vue')['onDeactivated'];
|
const onDeactivated: typeof import('vue')['onDeactivated']
|
||||||
const onErrorCaptured: typeof import('vue')['onErrorCaptured'];
|
const onErrorCaptured: typeof import('vue')['onErrorCaptured']
|
||||||
const onMounted: typeof import('vue')['onMounted'];
|
const onMounted: typeof import('vue')['onMounted']
|
||||||
const onRenderTracked: typeof import('vue')['onRenderTracked'];
|
const onRenderTracked: typeof import('vue')['onRenderTracked']
|
||||||
const onRenderTriggered: typeof import('vue')['onRenderTriggered'];
|
const onRenderTriggered: typeof import('vue')['onRenderTriggered']
|
||||||
const onScopeDispose: typeof import('vue')['onScopeDispose'];
|
const onScopeDispose: typeof import('vue')['onScopeDispose']
|
||||||
const onServerPrefetch: typeof import('vue')['onServerPrefetch'];
|
const onServerPrefetch: typeof import('vue')['onServerPrefetch']
|
||||||
const onUnmounted: typeof import('vue')['onUnmounted'];
|
const onUnmounted: typeof import('vue')['onUnmounted']
|
||||||
const onUpdated: typeof import('vue')['onUpdated'];
|
const onUpdated: typeof import('vue')['onUpdated']
|
||||||
const provide: typeof import('vue')['provide'];
|
const provide: typeof import('vue')['provide']
|
||||||
const reactive: typeof import('vue')['reactive'];
|
const reactive: typeof import('vue')['reactive']
|
||||||
const readonly: typeof import('vue')['readonly'];
|
const readonly: typeof import('vue')['readonly']
|
||||||
const ref: typeof import('vue')['ref'];
|
const ref: typeof import('vue')['ref']
|
||||||
const resolveComponent: typeof import('vue')['resolveComponent'];
|
const resolveComponent: typeof import('vue')['resolveComponent']
|
||||||
const resolveDirective: typeof import('vue')['resolveDirective'];
|
const resolveDirective: typeof import('vue')['resolveDirective']
|
||||||
const setActivePinia: typeof import('pinia')['setActivePinia'];
|
const setActivePinia: typeof import('pinia')['setActivePinia']
|
||||||
const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix'];
|
const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix']
|
||||||
const shallowReactive: typeof import('vue')['shallowReactive'];
|
const shallowReactive: typeof import('vue')['shallowReactive']
|
||||||
const shallowReadonly: typeof import('vue')['shallowReadonly'];
|
const shallowReadonly: typeof import('vue')['shallowReadonly']
|
||||||
const shallowRef: typeof import('vue')['shallowRef'];
|
const shallowRef: typeof import('vue')['shallowRef']
|
||||||
const storeToRefs: typeof import('pinia')['storeToRefs'];
|
const storeToRefs: typeof import('pinia')['storeToRefs']
|
||||||
const toRaw: typeof import('vue')['toRaw'];
|
const toRaw: typeof import('vue')['toRaw']
|
||||||
const toRef: typeof import('vue')['toRef'];
|
const toRef: typeof import('vue')['toRef']
|
||||||
const toRefs: typeof import('vue')['toRefs'];
|
const toRefs: typeof import('vue')['toRefs']
|
||||||
const triggerRef: typeof import('vue')['triggerRef'];
|
const triggerRef: typeof import('vue')['triggerRef']
|
||||||
const unref: typeof import('vue')['unref'];
|
const unref: typeof import('vue')['unref']
|
||||||
const useAttrs: typeof import('vue')['useAttrs'];
|
const useAttrs: typeof import('vue')['useAttrs']
|
||||||
const useCssModule: typeof import('vue')['useCssModule'];
|
const useCssModule: typeof import('vue')['useCssModule']
|
||||||
const useCssVars: typeof import('vue')['useCssVars'];
|
const useCssVars: typeof import('vue')['useCssVars']
|
||||||
const useLink: typeof import('vue-router')['useLink'];
|
const useLink: typeof import('vue-router')['useLink']
|
||||||
const useRoute: typeof import('vue-router')['useRoute'];
|
const useRoute: typeof import('vue-router')['useRoute']
|
||||||
const useRouter: typeof import('vue-router')['useRouter'];
|
const useRouter: typeof import('vue-router')['useRouter']
|
||||||
const useSlots: typeof import('vue')['useSlots'];
|
const useSlots: typeof import('vue')['useSlots']
|
||||||
const watch: typeof import('vue')['watch'];
|
const watch: typeof import('vue')['watch']
|
||||||
const watchEffect: typeof import('vue')['watchEffect'];
|
const watchEffect: typeof import('vue')['watchEffect']
|
||||||
const watchPostEffect: typeof import('vue')['watchPostEffect'];
|
const watchPostEffect: typeof import('vue')['watchPostEffect']
|
||||||
const watchSyncEffect: typeof import('vue')['watchSyncEffect'];
|
const watchSyncEffect: typeof import('vue')['watchSyncEffect']
|
||||||
}
|
}
|
||||||
|
|||||||
91
src/api/basic/graduverify.ts
Normal file
91
src/api/basic/graduverify.ts
Normal file
@@ -0,0 +1,91 @@
|
|||||||
|
import request from '/@/utils/request';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 分页查询毕业学生核对数据
|
||||||
|
* @param query 查询参数
|
||||||
|
*/
|
||||||
|
export const fetchList = (query?: any) => {
|
||||||
|
return request({
|
||||||
|
url: '/basic/graduverify/page',
|
||||||
|
method: 'get',
|
||||||
|
params: query
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 导入毕业学籍回流数据并核对
|
||||||
|
* @param file 文件
|
||||||
|
*/
|
||||||
|
export const importData = (file: File) => {
|
||||||
|
const formData = new FormData();
|
||||||
|
formData.append('file', file);
|
||||||
|
return request({
|
||||||
|
url: '/basic/graduverify/import',
|
||||||
|
method: 'post',
|
||||||
|
data: formData,
|
||||||
|
headers: {
|
||||||
|
'Content-Type': 'multipart/form-data'
|
||||||
|
}
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 导出核对数据
|
||||||
|
* @param data 查询条件
|
||||||
|
*/
|
||||||
|
export const exportData = (data: any) => {
|
||||||
|
return request({
|
||||||
|
url: '/basic/graduverify/export',
|
||||||
|
method: 'post',
|
||||||
|
data,
|
||||||
|
responseType: 'blob'
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 下发至班主任核对
|
||||||
|
* @param batchNo 批次号
|
||||||
|
*/
|
||||||
|
export const sendToClassMaster = (batchNo: string) => {
|
||||||
|
return request({
|
||||||
|
url: '/basic/graduverify/send',
|
||||||
|
method: 'post',
|
||||||
|
params: { batchNo }
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 提交核对结果
|
||||||
|
* @param id 记录ID
|
||||||
|
* @param verifyResult 核对结果
|
||||||
|
*/
|
||||||
|
export const submitVerify = (id: string, verifyResult: string) => {
|
||||||
|
return request({
|
||||||
|
url: '/basic/graduverify/verify',
|
||||||
|
method: 'post',
|
||||||
|
params: { id, verifyResult }
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 获取待核对统计
|
||||||
|
* @param classMasterCode 班主任工号
|
||||||
|
*/
|
||||||
|
export const getPendingCount = (classMasterCode?: string) => {
|
||||||
|
return request({
|
||||||
|
url: '/basic/graduverify/pending-count',
|
||||||
|
method: 'get',
|
||||||
|
params: { classMasterCode }
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 下载导入模板
|
||||||
|
*/
|
||||||
|
export const downloadTemplate = () => {
|
||||||
|
return request({
|
||||||
|
url: '/basic/graduverify/template',
|
||||||
|
method: 'get',
|
||||||
|
responseType: 'blob'
|
||||||
|
});
|
||||||
|
};
|
||||||
702
src/api/stuwork/file.ts
Normal file
702
src/api/stuwork/file.ts
Normal file
@@ -0,0 +1,702 @@
|
|||||||
|
import request from '/@/utils/request';
|
||||||
|
import { useMessage } from '/@/hooks/message';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 通用的 blob 文件下载辅助函数
|
||||||
|
* @param promise 请求 Promise
|
||||||
|
* @param fileName 下载文件名
|
||||||
|
*/
|
||||||
|
export const downloadBlobFile = async (promise: Promise<any>, fileName: string) => {
|
||||||
|
try {
|
||||||
|
const res = await promise;
|
||||||
|
// 检查响应数据
|
||||||
|
if (!res.data) {
|
||||||
|
useMessage().error('响应数据为空');
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
// 检查是否是错误响应(JSON 格式的错误信息)
|
||||||
|
const contentType = res.headers?.['content-type'] || '';
|
||||||
|
if (contentType.includes('application/json')) {
|
||||||
|
// 后端返回了 JSON 格式的错误信息
|
||||||
|
const reader = new FileReader();
|
||||||
|
reader.onload = () => {
|
||||||
|
try {
|
||||||
|
const errorData = JSON.parse(reader.result as string);
|
||||||
|
useMessage().error(errorData.msg || '下载失败');
|
||||||
|
} catch {
|
||||||
|
useMessage().error('下载失败');
|
||||||
|
}
|
||||||
|
};
|
||||||
|
reader.readAsText(res.data);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
// 创建 blob 对象
|
||||||
|
const blob = res.data instanceof Blob ? res.data : new Blob([res.data]);
|
||||||
|
|
||||||
|
// 检查 blob 大小
|
||||||
|
if (blob.size === 0) {
|
||||||
|
useMessage().error('文件内容为空');
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
// 创建下载链接
|
||||||
|
const url = window.URL.createObjectURL(blob);
|
||||||
|
const link = document.createElement('a');
|
||||||
|
link.href = url;
|
||||||
|
link.download = fileName;
|
||||||
|
document.body.appendChild(link);
|
||||||
|
link.click();
|
||||||
|
// 清理
|
||||||
|
window.URL.revokeObjectURL(url);
|
||||||
|
document.body.removeChild(link);
|
||||||
|
useMessage().success('下载成功');
|
||||||
|
return true;
|
||||||
|
} catch (error: any) {
|
||||||
|
console.error('文件下载失败:', error);
|
||||||
|
useMessage().error(error.msg || '下载失败');
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
// ==================== 教室日卫生 ====================
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 下载教室日卫生导入模板
|
||||||
|
*/
|
||||||
|
export const downloadClassRoomHygieneDailyTemplate = () => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/classRoomHygieneDaily/import/template',
|
||||||
|
method: 'get',
|
||||||
|
responseType: 'blob'
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 教室日卫生导入
|
||||||
|
* @param formData 文件表单数据
|
||||||
|
*/
|
||||||
|
export const importClassRoomHygieneDaily = (formData: FormData) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/classRoomHygieneDaily/import',
|
||||||
|
method: 'post',
|
||||||
|
data: formData,
|
||||||
|
headers: {
|
||||||
|
'Content-Type': 'multipart/form-data'
|
||||||
|
}
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建导出教室日卫生异步任务
|
||||||
|
* @param query 查询参数
|
||||||
|
*/
|
||||||
|
export const makeExportClassRoomHygieneDailyTask = (query?: any) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/makeExportClassRoomHygieneDailyTask',
|
||||||
|
method: 'post',
|
||||||
|
data: query
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// ==================== 教室月卫生 ====================
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 下载教室月卫生导入模板
|
||||||
|
*/
|
||||||
|
export const downloadClassRoomHygieneMonthlyTemplate = () => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/classroomhygienemonthly/import/template',
|
||||||
|
method: 'get',
|
||||||
|
responseType: 'blob'
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 教室月卫生导入
|
||||||
|
* @param formData 文件表单数据
|
||||||
|
*/
|
||||||
|
export const importClassRoomHygieneMonthly = (formData: FormData) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/classroomhygienemonthly/import',
|
||||||
|
method: 'post',
|
||||||
|
data: formData,
|
||||||
|
headers: {
|
||||||
|
'Content-Type': 'multipart/form-data'
|
||||||
|
}
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建导出教室月卫生异步任务
|
||||||
|
* @param query 查询参数
|
||||||
|
*/
|
||||||
|
export const makeExportClassRoomHygieneMonthlyTask = (query?: any) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/makeExportClassRoomHygieneMonthlyTask',
|
||||||
|
method: 'post',
|
||||||
|
data: query
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// ==================== 日常巡检 ====================
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 下载日常巡检导入模板
|
||||||
|
*/
|
||||||
|
export const downloadClassCheckDailyTemplate = () => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/classcheckdaily/importTemplate',
|
||||||
|
method: 'get',
|
||||||
|
responseType: 'blob'
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 日常巡检导入
|
||||||
|
* @param formData 文件表单数据
|
||||||
|
*/
|
||||||
|
export const importClassCheckDaily = (formData: FormData) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/classcheckdaily/import',
|
||||||
|
method: 'post',
|
||||||
|
data: formData,
|
||||||
|
headers: {
|
||||||
|
'Content-Type': 'multipart/form-data'
|
||||||
|
}
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建导出日常巡检异步任务
|
||||||
|
* @param query 查询参数
|
||||||
|
*/
|
||||||
|
export const makeExportClassCheckDailyTask = (query?: any) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/makeExportClassCheckDailyTask',
|
||||||
|
method: 'post',
|
||||||
|
data: query
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// ==================== 日常行为 ====================
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 下载日常行为导入模板
|
||||||
|
*/
|
||||||
|
export const downloadClassHygieneDailyTemplate = () => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/classhygienedaily/importTemplate',
|
||||||
|
method: 'get',
|
||||||
|
responseType: 'blob'
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 日常行为导入
|
||||||
|
* @param formData 文件表单数据
|
||||||
|
*/
|
||||||
|
export const importClassHygieneDaily = (formData: FormData) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/classhygienedaily/import',
|
||||||
|
method: 'post',
|
||||||
|
data: formData,
|
||||||
|
headers: {
|
||||||
|
'Content-Type': 'multipart/form-data'
|
||||||
|
}
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建导出日常行为异步任务
|
||||||
|
* @param query 查询参数
|
||||||
|
*/
|
||||||
|
export const makeExportClassHygieneDailyTask = (query?: any) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/makeExportClassHygieneDailyTask',
|
||||||
|
method: 'post',
|
||||||
|
data: query
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// ==================== 班级概况 / 学生信息 ====================
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建导出班级概况异步任务
|
||||||
|
* @param query 查询参数
|
||||||
|
*/
|
||||||
|
export const makeExportClassOverviewTask = (query?: any) => {
|
||||||
|
return request({
|
||||||
|
url: '/basic/basicFile/makeExportClassOverviewTask',
|
||||||
|
method: 'post',
|
||||||
|
data: query
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建导出学生信息异步任务
|
||||||
|
* @param query 查询参数
|
||||||
|
*/
|
||||||
|
export const makeExportStudentDataTask = (query?: any) => {
|
||||||
|
return request({
|
||||||
|
url: '/basic/basicFile/makeExportStudentDataTask',
|
||||||
|
method: 'post',
|
||||||
|
data: query
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// ==================== 班主任考核 ====================
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 下载班主任考核导入模板
|
||||||
|
*/
|
||||||
|
export const downloadClassMasterEvaluationTemplate = () => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/getClassMasterEvaluationImportTemplate',
|
||||||
|
method: 'get',
|
||||||
|
responseType: 'blob'
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 班主任考核导入
|
||||||
|
* @param formData 文件表单数据
|
||||||
|
*/
|
||||||
|
export const importClassMasterEvaluation = (formData: FormData) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/importClassMasterEvaluation',
|
||||||
|
method: 'post',
|
||||||
|
data: formData,
|
||||||
|
headers: {
|
||||||
|
'Content-Type': 'multipart/form-data'
|
||||||
|
}
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建导出班主任考核异步任务
|
||||||
|
* @param query 查询参数
|
||||||
|
*/
|
||||||
|
export const makeExportClassMasterEvaluationTask = (query?: any) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/makeExportClassMasterEvaluationTask',
|
||||||
|
method: 'post',
|
||||||
|
data: query
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// ==================== 住宿管理 ====================
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建导出住宿名单异步任务
|
||||||
|
* @param query 查询参数
|
||||||
|
*/
|
||||||
|
export const makeExportDormStudentTask = (query?: any) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/makeExportDormStudentTask',
|
||||||
|
method: 'post',
|
||||||
|
data: query
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建导出住宿情况统计表异步任务
|
||||||
|
* @param query 查询参数
|
||||||
|
*/
|
||||||
|
export const makeExportDormStatisticsTask = (query?: any) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/makeExportDormStatisticsTask',
|
||||||
|
method: 'post',
|
||||||
|
data: query
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建导出宿舍房间异步任务
|
||||||
|
* @param query 查询参数
|
||||||
|
*/
|
||||||
|
export const makeExportDormRoomTask = (query?: any) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/makeExportDormRoomTask',
|
||||||
|
method: 'post',
|
||||||
|
data: query
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建导出异常住宿异步任务
|
||||||
|
* @param query 查询参数
|
||||||
|
*/
|
||||||
|
export const makeExportDormStudentAbnormalTask = (query?: any) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/makeExportDormStudentAbnormalTask',
|
||||||
|
method: 'post',
|
||||||
|
data: query
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// ==================== 宿舍月卫生 ====================
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 导出宿舍月卫生模板
|
||||||
|
* @param query 查询参数
|
||||||
|
*/
|
||||||
|
export const exportDormHygieneMonthlyTemplate = (query?: any) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/exportDormHygieneMonthlyTemplate',
|
||||||
|
method: 'post',
|
||||||
|
data: query,
|
||||||
|
responseType: 'blob'
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 导入宿舍月卫生数据
|
||||||
|
* @param formData 文件表单数据
|
||||||
|
*/
|
||||||
|
export const importDormHygieneMonthly = (formData: FormData) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/importDormHygieneMonthly',
|
||||||
|
method: 'post',
|
||||||
|
data: formData,
|
||||||
|
headers: {
|
||||||
|
'Content-Type': 'multipart/form-data'
|
||||||
|
}
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// ==================== 宿舍整改 ====================
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建导出宿舍整改异步任务
|
||||||
|
* @param query 查询参数
|
||||||
|
*/
|
||||||
|
export const makeExportDormReformTask = (query?: any) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/makeExportDormReformTask',
|
||||||
|
method: 'post',
|
||||||
|
data: query
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// ==================== 宿舍水电 ====================
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建导出宿舍水电异步任务
|
||||||
|
* @param query 查询参数
|
||||||
|
*/
|
||||||
|
export const makeExportDormWaterElectricityTask = (query?: any) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/makeExportDormWaterElectricityTask',
|
||||||
|
method: 'post',
|
||||||
|
data: query
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// ==================== 学籍异动 ====================
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建导出学籍异动异步任务
|
||||||
|
* @param query 查询参数
|
||||||
|
*/
|
||||||
|
export const makeExportStudentChangeTask = (query?: any) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/makeExportStudentChangeTask',
|
||||||
|
method: 'post',
|
||||||
|
data: query
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// ==================== 学生违纪 ====================
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建导出学生违纪异步任务
|
||||||
|
* @param query 查询参数
|
||||||
|
*/
|
||||||
|
export const makeExportStudentDisciplineTask = (query?: any) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/makeExportStudentDisciplineTask',
|
||||||
|
method: 'post',
|
||||||
|
data: query
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// ==================== 学生请假 ====================
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建导出学生请假异步任务
|
||||||
|
* @param query 查询参数
|
||||||
|
*/
|
||||||
|
export const makeExportStudentLeaveTask = (query?: any) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/makeExportStudentLeaveTask',
|
||||||
|
method: 'post',
|
||||||
|
data: query
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// ==================== 学生评优评先 ====================
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建导出学生评优评先异步任务
|
||||||
|
* @param query 查询参数
|
||||||
|
*/
|
||||||
|
export const makeExportStudentPraiseTask = (query?: any) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/makeExportStudentPraiseTask',
|
||||||
|
method: 'post',
|
||||||
|
data: query
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// ==================== 班费 ====================
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建导出班费异步任务
|
||||||
|
* @param query 查询参数
|
||||||
|
*/
|
||||||
|
export const makeExportClassFundTask = (query?: any) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/makeExportClassFundTask',
|
||||||
|
method: 'post',
|
||||||
|
data: query
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// ==================== 操行考核 ====================
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 导出操行考核模板
|
||||||
|
*/
|
||||||
|
export const exportConductAssessmentTemplate = () => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/exportConductAssessmentTemplate',
|
||||||
|
method: 'get',
|
||||||
|
responseType: 'blob'
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 导入操行考核数据
|
||||||
|
* @param formData 文件表单数据
|
||||||
|
*/
|
||||||
|
export const importConductAssessment = (formData: FormData) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/importConductAssessment',
|
||||||
|
method: 'post',
|
||||||
|
data: formData,
|
||||||
|
headers: {
|
||||||
|
'Content-Type': 'multipart/form-data'
|
||||||
|
}
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// ==================== 安全教育 ====================
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建导出安全教育异步任务
|
||||||
|
* @param query 查询参数
|
||||||
|
*/
|
||||||
|
export const makeExportSafetyEducationTask = (query?: any) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/makeExportSafetyEducationTask',
|
||||||
|
method: 'post',
|
||||||
|
data: query
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// ==================== 文明班级 ====================
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 导出文明班级模板
|
||||||
|
*/
|
||||||
|
export const exportRewardClassTemplate = () => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/exportRewardClassTemplate',
|
||||||
|
method: 'get',
|
||||||
|
responseType: 'blob'
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 导入文明班级数据
|
||||||
|
* @param formData 文件表单数据
|
||||||
|
*/
|
||||||
|
export const importRewardClass = (formData: FormData) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/importRewardClass',
|
||||||
|
method: 'post',
|
||||||
|
data: formData,
|
||||||
|
headers: {
|
||||||
|
'Content-Type': 'multipart/form-data'
|
||||||
|
}
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// ==================== 文明宿舍 ====================
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 导出文明宿舍模板
|
||||||
|
*/
|
||||||
|
export const exportRewardDormTemplate = () => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/exportRewardDormTemplate',
|
||||||
|
method: 'get',
|
||||||
|
responseType: 'blob'
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 导入文明宿舍数据
|
||||||
|
* @param formData 文件表单数据
|
||||||
|
*/
|
||||||
|
export const importRewardDorm = (formData: FormData) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/importRewardDorm',
|
||||||
|
method: 'post',
|
||||||
|
data: formData,
|
||||||
|
headers: {
|
||||||
|
'Content-Type': 'multipart/form-data'
|
||||||
|
}
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// ==================== 班级学生评语 ====================
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 导出班级学生评语文档(单人/班级)
|
||||||
|
* @param query 查询参数
|
||||||
|
*/
|
||||||
|
export const exportClassAssetsIntroduction = (query?: any) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/classassets/exportIntroduction',
|
||||||
|
method: 'post',
|
||||||
|
data: query,
|
||||||
|
responseType: 'blob'
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// ==================== 学生评语 ====================
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 导出学生评语模板
|
||||||
|
*/
|
||||||
|
export const exportStudentCommentTemplate = () => {
|
||||||
|
return request({
|
||||||
|
url: '/ems/file/exportStudentCommentTemplate',
|
||||||
|
method: 'get',
|
||||||
|
responseType: 'blob'
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 导入学生评语数据
|
||||||
|
* @param formData 文件表单数据
|
||||||
|
*/
|
||||||
|
export const importStudentComment = (formData: FormData) => {
|
||||||
|
return request({
|
||||||
|
url: '/ems/file/importStudentComment',
|
||||||
|
method: 'post',
|
||||||
|
data: formData,
|
||||||
|
headers: {
|
||||||
|
'Content-Type': 'multipart/form-data'
|
||||||
|
}
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// ==================== 教室公物 ====================
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建导出教室公物异步任务
|
||||||
|
* @param query 查询参数
|
||||||
|
*/
|
||||||
|
export const makeExportClassAssetsTask = (query?: any) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/makeExportClassAssetsTask',
|
||||||
|
method: 'post',
|
||||||
|
data: query
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// ==================== 活动报名详情 ====================
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建导出活动报名详情异步任务
|
||||||
|
* @param query 查询参数
|
||||||
|
*/
|
||||||
|
export const makeExportActivitySignUpDetailTask = (query?: any) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/makeExportActivitySignUpDetailTask',
|
||||||
|
method: 'post',
|
||||||
|
data: query
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// ==================== 活动获奖 ====================
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 导出活动获奖模板
|
||||||
|
*/
|
||||||
|
export const exportActivityAwardsTemplate = () => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/exportActivityAwardsTemplate',
|
||||||
|
method: 'get',
|
||||||
|
responseType: 'blob'
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 导入活动获奖数据
|
||||||
|
* @param formData 文件表单数据
|
||||||
|
*/
|
||||||
|
export const importActivityAwards = (formData: FormData) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/importActivityAwards',
|
||||||
|
method: 'post',
|
||||||
|
data: formData,
|
||||||
|
headers: {
|
||||||
|
'Content-Type': 'multipart/form-data'
|
||||||
|
}
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// ==================== 团员信息 ====================
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 导出团员数据模板
|
||||||
|
*/
|
||||||
|
export const exportStuUnionLeagueTemplate = () => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/exportStuUnionLeagueTemplate',
|
||||||
|
method: 'get',
|
||||||
|
responseType: 'blob'
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 导入团员数据
|
||||||
|
* @param formData 文件表单数据
|
||||||
|
*/
|
||||||
|
export const importStuUnionLeague = (formData: FormData) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/importStuUnionLeague',
|
||||||
|
method: 'post',
|
||||||
|
data: formData,
|
||||||
|
headers: {
|
||||||
|
'Content-Type': 'multipart/form-data'
|
||||||
|
}
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建导出团员信息异步任务
|
||||||
|
* @param query 查询参数
|
||||||
|
*/
|
||||||
|
export const makeExportStuUnionLeagueTask = (query?: any) => {
|
||||||
|
return request({
|
||||||
|
url: '/stuwork/file/makeExportStuUnionLeagueTask',
|
||||||
|
method: 'post',
|
||||||
|
data: query
|
||||||
|
});
|
||||||
|
};
|
||||||
@@ -106,11 +106,13 @@ const downExcelTemp = async () => {
|
|||||||
window.URL.revokeObjectURL(url);
|
window.URL.revokeObjectURL(url);
|
||||||
document.body.removeChild(link);
|
document.body.removeChild(link);
|
||||||
} else {
|
} else {
|
||||||
// 使用后端接口下载
|
// 使用后端接口下载,文件名使用导入功能名称
|
||||||
const fileName = prop.tempUrl?.split('/').pop() || 'template.xlsx';
|
const title = prop.title?.replace('导入', '') || '导入模板';
|
||||||
|
const fileName = `${title}模板.xlsx`;
|
||||||
await other.downBlobFile(other.adaptationUrl(prop.tempUrl), {}, fileName);
|
await other.downBlobFile(other.adaptationUrl(prop.tempUrl), {}, fileName);
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
console.error('模板下载失败:', error);
|
||||||
useMessage().error('模板下载失败,请先维护模板文件');
|
useMessage().error('模板下载失败,请先维护模板文件');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -285,8 +285,8 @@ export function downBlobFile(url: any, query: any, fileName: string) {
|
|||||||
* @returns
|
* @returns
|
||||||
*/
|
*/
|
||||||
export function handleBlobFile(response: any, fileName: string) {
|
export function handleBlobFile(response: any, fileName: string) {
|
||||||
// 处理返回的文件流
|
// 处理返回的文件流,支持 axios 响应结构 { data: blob } 或直接 blob
|
||||||
const blob = response;
|
const blob = response?.data || response;
|
||||||
if (blob && blob.size === 0) {
|
if (blob && blob.size === 0) {
|
||||||
useMessage().error('内容为空,无法下载');
|
useMessage().error('内容为空,无法下载');
|
||||||
return;
|
return;
|
||||||
@@ -295,7 +295,7 @@ export function handleBlobFile(response: any, fileName: string) {
|
|||||||
|
|
||||||
// 兼容一下 入参不是 File Blob 类型情况
|
// 兼容一下 入参不是 File Blob 类型情况
|
||||||
var binaryData = [] as any;
|
var binaryData = [] as any;
|
||||||
binaryData.push(response);
|
binaryData.push(blob);
|
||||||
link.href = window.URL.createObjectURL(new Blob(binaryData));
|
link.href = window.URL.createObjectURL(new Blob(binaryData));
|
||||||
link.download = fileName;
|
link.download = fileName;
|
||||||
document.body.appendChild(link);
|
document.body.appendChild(link);
|
||||||
|
|||||||
495
src/views/basic/graduverify/index.vue
Normal file
495
src/views/basic/graduverify/index.vue
Normal file
@@ -0,0 +1,495 @@
|
|||||||
|
<template>
|
||||||
|
<div class="modern-page-container">
|
||||||
|
<div class="page-wrapper">
|
||||||
|
<!-- 搜索表单卡片 -->
|
||||||
|
<el-card v-show="showSearch" class="search-card" shadow="never">
|
||||||
|
<template #header>
|
||||||
|
<div class="card-header">
|
||||||
|
<span class="card-title">
|
||||||
|
<el-icon class="title-icon"><Search /></el-icon>
|
||||||
|
筛选条件
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
<el-form :model="searchForm" ref="searchFormRef" :inline="true" @keyup.enter="handleSearch" class="search-form">
|
||||||
|
<el-form-item label="批次号" prop="batchNo">
|
||||||
|
<el-input
|
||||||
|
v-model="searchForm.batchNo"
|
||||||
|
placeholder="请输入批次号"
|
||||||
|
clearable
|
||||||
|
style="width: 180px" />
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item label="学号" prop="stuNo">
|
||||||
|
<el-input
|
||||||
|
v-model="searchForm.stuNo"
|
||||||
|
placeholder="请输入学号"
|
||||||
|
clearable
|
||||||
|
style="width: 150px" />
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item label="姓名" prop="systemRealName">
|
||||||
|
<el-input
|
||||||
|
v-model="searchForm.systemRealName"
|
||||||
|
placeholder="请输入姓名"
|
||||||
|
clearable
|
||||||
|
style="width: 120px" />
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item label="入学年份" prop="enterYear">
|
||||||
|
<el-date-picker
|
||||||
|
v-model="searchForm.enterYear"
|
||||||
|
type="year"
|
||||||
|
placeholder="选择年份"
|
||||||
|
value-format="YYYY"
|
||||||
|
style="width: 120px" />
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item label="是否一致" prop="isMatch">
|
||||||
|
<el-select
|
||||||
|
v-model="searchForm.isMatch"
|
||||||
|
placeholder="请选择"
|
||||||
|
clearable
|
||||||
|
style="width: 120px">
|
||||||
|
<el-option label="一致" value="1" />
|
||||||
|
<el-option label="不一致" value="0" />
|
||||||
|
</el-select>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item label="核对状态" prop="verifyStatus">
|
||||||
|
<el-select
|
||||||
|
v-model="searchForm.verifyStatus"
|
||||||
|
placeholder="请选择核对状态"
|
||||||
|
clearable
|
||||||
|
style="width: 120px">
|
||||||
|
<el-option label="待核对" value="0" />
|
||||||
|
<el-option label="已核对" value="1" />
|
||||||
|
</el-select>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item>
|
||||||
|
<el-button type="primary" icon="Search" @click="handleSearch">查询</el-button>
|
||||||
|
<el-button icon="Refresh" @click="handleReset">重置</el-button>
|
||||||
|
</el-form-item>
|
||||||
|
</el-form>
|
||||||
|
</el-card>
|
||||||
|
|
||||||
|
<!-- 内容卡片 -->
|
||||||
|
<el-card class="content-card" shadow="never">
|
||||||
|
<template #header>
|
||||||
|
<div class="card-header">
|
||||||
|
<span class="card-title">
|
||||||
|
<el-icon class="title-icon"><User /></el-icon>
|
||||||
|
毕业学生信息核对
|
||||||
|
</span>
|
||||||
|
<div class="header-actions">
|
||||||
|
<el-upload
|
||||||
|
:show-file-list="false"
|
||||||
|
:before-upload="beforeUpload"
|
||||||
|
:http-request="handleImport"
|
||||||
|
accept=".xlsx,.xls"
|
||||||
|
class="upload-btn">
|
||||||
|
<el-button type="primary" icon="Upload" :loading="importLoading">导入核对</el-button>
|
||||||
|
</el-upload>
|
||||||
|
<el-button type="success" icon="Download" @click="handleDownloadTemplate">下载模板</el-button>
|
||||||
|
<el-button type="warning" icon="Download" @click="handleExport">导出数据</el-button>
|
||||||
|
<el-button type="info" icon="Bell" @click="handleSend" :disabled="!searchForm.batchNo">下发班主任</el-button>
|
||||||
|
<right-toolbar
|
||||||
|
v-model:showSearch="showSearch"
|
||||||
|
class="ml10"
|
||||||
|
@queryTable="getDataList" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<!-- 统计卡片 -->
|
||||||
|
<el-row :gutter="16" class="stat-row">
|
||||||
|
<el-col :span="4">
|
||||||
|
<el-statistic title="总核对数" :value="statistics.total" />
|
||||||
|
</el-col>
|
||||||
|
<el-col :span="4">
|
||||||
|
<el-statistic title="信息一致" :value="statistics.matched">
|
||||||
|
<template #suffix>
|
||||||
|
<span class="text-success">人</span>
|
||||||
|
</template>
|
||||||
|
</el-statistic>
|
||||||
|
</el-col>
|
||||||
|
<el-col :span="4">
|
||||||
|
<el-statistic title="信息不一致" :value="statistics.mismatched">
|
||||||
|
<template #suffix>
|
||||||
|
<span class="text-danger">人</span>
|
||||||
|
</template>
|
||||||
|
</el-statistic>
|
||||||
|
</el-col>
|
||||||
|
<el-col :span="4">
|
||||||
|
<el-statistic title="待核对" :value="statistics.pending" />
|
||||||
|
</el-col>
|
||||||
|
<el-col :span="4">
|
||||||
|
<el-statistic title="已核对" :value="statistics.verified" />
|
||||||
|
</el-col>
|
||||||
|
</el-row>
|
||||||
|
|
||||||
|
<!-- 表格 -->
|
||||||
|
<el-table
|
||||||
|
:data="dataList"
|
||||||
|
v-loading="loading"
|
||||||
|
stripe
|
||||||
|
:cell-style="tableStyle.cellStyle"
|
||||||
|
:header-cell-style="tableStyle.headerCellStyle"
|
||||||
|
class="modern-table">
|
||||||
|
<el-table-column type="index" label="序号" width="70" align="center">
|
||||||
|
<template #default="{ $index }">
|
||||||
|
{{ (page.currentPage - 1) * page.pageSize + $index + 1 }}
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column prop="batchNo" label="批次号" width="160" align="center" />
|
||||||
|
<el-table-column prop="stuNo" label="学号" width="120" align="center" />
|
||||||
|
<el-table-column label="姓名" width="180" align="center">
|
||||||
|
<template #default="{ row }">
|
||||||
|
<div>
|
||||||
|
<span v-if="row.systemRealName">系统:{{ row.systemRealName }}</span>
|
||||||
|
<span v-if="row.systemRealName && row.enrollRealName && row.systemRealName !== row.enrollRealName"
|
||||||
|
class="text-danger">
|
||||||
|
<br />回流:{{ row.enrollRealName }}
|
||||||
|
</span>
|
||||||
|
<span v-else-if="row.enrollRealName && !row.systemRealName">回流:{{ row.enrollRealName }}</span>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column label="身份证号" width="220" align="center">
|
||||||
|
<template #default="{ row }">
|
||||||
|
<div v-if="row.systemIdCard || row.enrollIdCard">
|
||||||
|
<div v-if="row.systemIdCard">系统:{{ row.systemIdCard }}</div>
|
||||||
|
<div v-if="row.enrollIdCard && row.enrollIdCard !== row.systemIdCard" class="text-warning">
|
||||||
|
回流:{{ row.enrollIdCard }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column prop="enrollNo" label="学籍号" width="180" align="center" />
|
||||||
|
<el-table-column prop="className" label="班级" width="150" />
|
||||||
|
<el-table-column prop="classMasterName" label="班主任" width="100" align="center" />
|
||||||
|
<el-table-column prop="enterYear" label="入学年份" width="100" align="center" />
|
||||||
|
<el-table-column prop="isMatch" label="是否一致" width="100" align="center">
|
||||||
|
<template #default="{ row }">
|
||||||
|
<el-tag :type="row.isMatch === '1' ? 'success' : 'danger'" size="small">
|
||||||
|
{{ row.isMatch === '1' ? '一致' : '不一致' }}
|
||||||
|
</el-tag>
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column prop="verifyStatus" label="核对状态" width="100" align="center">
|
||||||
|
<template #default="{ row }">
|
||||||
|
<el-tag :type="row.verifyStatus === '1' ? 'success' : 'warning'" size="small">
|
||||||
|
{{ row.verifyStatus === '1' ? '已核对' : '待核对' }}
|
||||||
|
</el-tag>
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column prop="verifyResult" label="核对结果" width="150" show-overflow-tooltip />
|
||||||
|
<el-table-column prop="remarks" label="备注" width="150" show-overflow-tooltip />
|
||||||
|
<el-table-column label="操作" width="120" align="center" fixed="right">
|
||||||
|
<template #default="{ row }">
|
||||||
|
<el-button
|
||||||
|
v-if="row.verifyStatus === '0'"
|
||||||
|
icon="Edit"
|
||||||
|
link
|
||||||
|
type="primary"
|
||||||
|
@click="handleVerify(row)">
|
||||||
|
核对
|
||||||
|
</el-button>
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
|
<template #empty>
|
||||||
|
<el-empty description="暂无数据" :image-size="120" />
|
||||||
|
</template>
|
||||||
|
</el-table>
|
||||||
|
|
||||||
|
<!-- 分页 -->
|
||||||
|
<el-pagination
|
||||||
|
v-model:current-page="page.currentPage"
|
||||||
|
v-model:page-size="page.pageSize"
|
||||||
|
:page-sizes="[10, 20, 50, 100]"
|
||||||
|
:total="page.total"
|
||||||
|
layout="total, sizes, prev, pager, next, jumper"
|
||||||
|
class="pagination"
|
||||||
|
@size-change="handleSizeChange"
|
||||||
|
@current-change="handleCurrentChange" />
|
||||||
|
</el-card>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- 核对弹窗 -->
|
||||||
|
<el-dialog
|
||||||
|
v-model="verifyDialogVisible"
|
||||||
|
title="毕业学生信息核对"
|
||||||
|
width="600px"
|
||||||
|
:close-on-click-modal="false">
|
||||||
|
<el-descriptions :column="2" border>
|
||||||
|
<el-descriptions-item label="学号">{{ verifyData.stuNo }}</el-descriptions-item>
|
||||||
|
<el-descriptions-item label="入学年份">{{ verifyData.enterYear }}</el-descriptions-item>
|
||||||
|
<el-descriptions-item label="系统姓名">{{ verifyData.systemRealName }}</el-descriptions-item>
|
||||||
|
<el-descriptions-item label="回流姓名">{{ verifyData.enrollRealName }}</el-descriptions-item>
|
||||||
|
<el-descriptions-item label="系统身份证">{{ verifyData.systemIdCard }}</el-descriptions-item>
|
||||||
|
<el-descriptions-item label="回流身份证">{{ verifyData.enrollIdCard }}</el-descriptions-item>
|
||||||
|
<el-descriptions-item label="学籍号">{{ verifyData.enrollNo }}</el-descriptions-item>
|
||||||
|
<el-descriptions-item label="班级">{{ verifyData.className }}</el-descriptions-item>
|
||||||
|
<el-descriptions-item label="信息是否一致" :span="2">
|
||||||
|
<el-tag :type="verifyData.isMatch === '1' ? 'success' : 'danger'">
|
||||||
|
{{ verifyData.isMatch === '1' ? '一致' : '不一致' }}
|
||||||
|
</el-tag>
|
||||||
|
</el-descriptions-item>
|
||||||
|
<el-descriptions-item v-if="verifyData.remarks" label="备注" :span="2">{{ verifyData.remarks }}</el-descriptions-item>
|
||||||
|
</el-descriptions>
|
||||||
|
<el-form :model="verifyForm" label-width="80px" class="verify-form">
|
||||||
|
<el-form-item label="核对结果">
|
||||||
|
<el-radio-group v-model="verifyForm.verifyResult">
|
||||||
|
<el-radio label="信息无误">信息无误</el-radio>
|
||||||
|
<el-radio label="需修改系统">需修改系统</el-radio>
|
||||||
|
<el-radio label="需修改回流">需修改回流</el-radio>
|
||||||
|
<el-radio label="其他问题">其他问题</el-radio>
|
||||||
|
</el-radio-group>
|
||||||
|
</el-form-item>
|
||||||
|
</el-form>
|
||||||
|
<template #footer>
|
||||||
|
<el-button @click="verifyDialogVisible = false">取消</el-button>
|
||||||
|
<el-button type="primary" @click="submitVerify" :loading="verifyLoading">确定</el-button>
|
||||||
|
</template>
|
||||||
|
</el-dialog>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup lang="ts" name="GraduVerify">
|
||||||
|
import { reactive, ref, onMounted } from 'vue'
|
||||||
|
import { fetchList, importData, exportData, sendToClassMaster, submitVerify as submitVerifyApi, downloadTemplate } from '/@/api/basic/graduverify'
|
||||||
|
import { useMessage, useMessageBox } from '/@/hooks/message'
|
||||||
|
import { Search, User, Upload, Download, Bell, Edit } from '@element-plus/icons-vue'
|
||||||
|
|
||||||
|
// 定义变量内容
|
||||||
|
const searchFormRef = ref()
|
||||||
|
const showSearch = ref(true)
|
||||||
|
const loading = ref(false)
|
||||||
|
const importLoading = ref(false)
|
||||||
|
const verifyLoading = ref(false)
|
||||||
|
const dataList = ref<any[]>([])
|
||||||
|
const verifyDialogVisible = ref(false)
|
||||||
|
const verifyData = ref<any>({})
|
||||||
|
const verifyForm = reactive({
|
||||||
|
id: '',
|
||||||
|
verifyResult: '信息无误'
|
||||||
|
})
|
||||||
|
|
||||||
|
// 统计数据
|
||||||
|
const statistics = reactive({
|
||||||
|
total: 0,
|
||||||
|
matched: 0,
|
||||||
|
mismatched: 0,
|
||||||
|
pending: 0,
|
||||||
|
verified: 0
|
||||||
|
})
|
||||||
|
|
||||||
|
// 分页
|
||||||
|
const page = reactive({
|
||||||
|
currentPage: 1,
|
||||||
|
pageSize: 20,
|
||||||
|
total: 0
|
||||||
|
})
|
||||||
|
|
||||||
|
// 搜索表单
|
||||||
|
const searchForm = reactive({
|
||||||
|
batchNo: '',
|
||||||
|
stuNo: '',
|
||||||
|
systemRealName: '',
|
||||||
|
enterYear: undefined as number | undefined,
|
||||||
|
isMatch: '',
|
||||||
|
verifyStatus: ''
|
||||||
|
})
|
||||||
|
|
||||||
|
// 表格样式
|
||||||
|
const tableStyle = {
|
||||||
|
cellStyle: { textAlign: 'center' },
|
||||||
|
headerCellStyle: {
|
||||||
|
textAlign: 'center',
|
||||||
|
background: 'var(--el-table-row-hover-bg-color)',
|
||||||
|
color: 'var(--el-text-color-primary)'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// 查询
|
||||||
|
const handleSearch = () => {
|
||||||
|
page.currentPage = 1
|
||||||
|
getDataList()
|
||||||
|
}
|
||||||
|
|
||||||
|
// 重置
|
||||||
|
const handleReset = () => {
|
||||||
|
searchFormRef.value?.resetFields()
|
||||||
|
getDataList()
|
||||||
|
}
|
||||||
|
|
||||||
|
// 分页
|
||||||
|
const handleSizeChange = (val: number) => {
|
||||||
|
page.pageSize = val
|
||||||
|
getDataList()
|
||||||
|
}
|
||||||
|
|
||||||
|
const handleCurrentChange = (val: number) => {
|
||||||
|
page.currentPage = val
|
||||||
|
getDataList()
|
||||||
|
}
|
||||||
|
|
||||||
|
// 获取数据列表
|
||||||
|
const getDataList = async () => {
|
||||||
|
loading.value = true
|
||||||
|
try {
|
||||||
|
const res = await fetchList({
|
||||||
|
current: page.currentPage,
|
||||||
|
size: page.pageSize,
|
||||||
|
...searchForm,
|
||||||
|
enterYear: searchForm.enterYear ? parseInt(searchForm.enterYear as any) : undefined
|
||||||
|
})
|
||||||
|
if (res.data && res.data.records) {
|
||||||
|
dataList.value = res.data.records
|
||||||
|
page.total = res.data.total
|
||||||
|
|
||||||
|
// 计算统计数据
|
||||||
|
statistics.total = res.data.total
|
||||||
|
statistics.matched = dataList.value.filter((item: any) => item.isMatch === '1').length
|
||||||
|
statistics.mismatched = dataList.value.filter((item: any) => item.isMatch === '0').length
|
||||||
|
statistics.pending = dataList.value.filter((item: any) => item.verifyStatus === '0').length
|
||||||
|
statistics.verified = dataList.value.filter((item: any) => item.verifyStatus === '1').length
|
||||||
|
} else {
|
||||||
|
dataList.value = []
|
||||||
|
page.total = 0
|
||||||
|
}
|
||||||
|
} catch (err: any) {
|
||||||
|
useMessage().error(err.msg || '获取数据失败')
|
||||||
|
} finally {
|
||||||
|
loading.value = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// 上传前验证
|
||||||
|
const beforeUpload = (file: File) => {
|
||||||
|
const isExcel = file.name.endsWith('.xlsx') || file.name.endsWith('.xls')
|
||||||
|
if (!isExcel) {
|
||||||
|
useMessage().error('只能上传Excel文件')
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
|
||||||
|
// 导入核对
|
||||||
|
const handleImport = async (options: any) => {
|
||||||
|
importLoading.value = true
|
||||||
|
try {
|
||||||
|
const res = await importData(options.file)
|
||||||
|
useMessage().success(res.msg || '导入核对成功')
|
||||||
|
if (res.data) {
|
||||||
|
searchForm.batchNo = ''
|
||||||
|
}
|
||||||
|
getDataList()
|
||||||
|
} catch (err: any) {
|
||||||
|
useMessage().error(err.msg || '导入失败')
|
||||||
|
} finally {
|
||||||
|
importLoading.value = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// 下载模板
|
||||||
|
const handleDownloadTemplate = async () => {
|
||||||
|
try {
|
||||||
|
const res = await downloadTemplate()
|
||||||
|
const blob = new Blob([res], { type: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' })
|
||||||
|
const url = window.URL.createObjectURL(blob)
|
||||||
|
const link = document.createElement('a')
|
||||||
|
link.href = url
|
||||||
|
link.download = '毕业学籍回流导入模板.xlsx'
|
||||||
|
link.click()
|
||||||
|
window.URL.revokeObjectURL(url)
|
||||||
|
} catch (err: any) {
|
||||||
|
useMessage().error(err.msg || '下载失败')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// 导出
|
||||||
|
const handleExport = async () => {
|
||||||
|
try {
|
||||||
|
const res = await exportData(searchForm)
|
||||||
|
const blob = new Blob([res], { type: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' })
|
||||||
|
const url = window.URL.createObjectURL(blob)
|
||||||
|
const link = document.createElement('a')
|
||||||
|
link.href = url
|
||||||
|
link.download = '毕业学生核对数据.xlsx'
|
||||||
|
link.click()
|
||||||
|
window.URL.revokeObjectURL(url)
|
||||||
|
} catch (err: any) {
|
||||||
|
useMessage().error(err.msg || '导出失败')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// 下发班主任
|
||||||
|
const handleSend = async () => {
|
||||||
|
if (!searchForm.batchNo) {
|
||||||
|
useMessage().warning('请先选择批次号')
|
||||||
|
return
|
||||||
|
}
|
||||||
|
try {
|
||||||
|
await useMessageBox().confirm('确定要将该批次数据下发至班主任核对吗?')
|
||||||
|
await sendToClassMaster(searchForm.batchNo)
|
||||||
|
useMessage().success('下发成功')
|
||||||
|
} catch (err: any) {
|
||||||
|
if (err !== 'cancel') {
|
||||||
|
useMessage().error(err.msg || '下发失败')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// 核对
|
||||||
|
const handleVerify = (row: any) => {
|
||||||
|
verifyData.value = row
|
||||||
|
verifyForm.id = row.id
|
||||||
|
verifyForm.verifyResult = '信息无误'
|
||||||
|
verifyDialogVisible.value = true
|
||||||
|
}
|
||||||
|
|
||||||
|
// 提交核对
|
||||||
|
const submitVerify = async () => {
|
||||||
|
verifyLoading.value = true
|
||||||
|
try {
|
||||||
|
await submitVerifyApi(verifyForm.id, verifyForm.verifyResult)
|
||||||
|
useMessage().success('核对成功')
|
||||||
|
verifyDialogVisible.value = false
|
||||||
|
getDataList()
|
||||||
|
} catch (err: any) {
|
||||||
|
useMessage().error(err.msg || '核对失败')
|
||||||
|
} finally {
|
||||||
|
verifyLoading.value = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// 初始化
|
||||||
|
onMounted(() => {
|
||||||
|
getDataList()
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped lang="scss">
|
||||||
|
@import '/@/assets/styles/modern-page.scss';
|
||||||
|
|
||||||
|
.stat-row {
|
||||||
|
margin-bottom: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.upload-btn {
|
||||||
|
display: inline-block;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-danger {
|
||||||
|
color: var(--el-color-danger);
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-warning {
|
||||||
|
color: var(--el-color-warning);
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-success {
|
||||||
|
color: var(--el-color-success);
|
||||||
|
}
|
||||||
|
|
||||||
|
.verify-form {
|
||||||
|
margin-top: 16px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -18,11 +18,18 @@
|
|||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
icon="Upload"
|
icon="Upload"
|
||||||
type="primary"
|
type="success"
|
||||||
class="ml10"
|
class="ml10"
|
||||||
@click="handleImport">
|
@click="handleImport">
|
||||||
导入
|
导入
|
||||||
</el-button>
|
</el-button>
|
||||||
|
<el-button
|
||||||
|
icon="Download"
|
||||||
|
type="warning"
|
||||||
|
class="ml10"
|
||||||
|
@click="handleExport">
|
||||||
|
导出
|
||||||
|
</el-button>
|
||||||
<right-toolbar
|
<right-toolbar
|
||||||
v-model:showSearch="showSearch"
|
v-model:showSearch="showSearch"
|
||||||
class="ml10"
|
class="ml10"
|
||||||
@@ -178,7 +185,8 @@
|
|||||||
<script setup lang="ts" name="ActivityAwards">
|
<script setup lang="ts" name="ActivityAwards">
|
||||||
import { reactive, ref } from 'vue'
|
import { reactive, ref } from 'vue'
|
||||||
import { BasicTableProps, useTable } from "/@/hooks/table";
|
import { BasicTableProps, useTable } from "/@/hooks/table";
|
||||||
import { fetchList, delObj, importExcel } from "/@/api/stuwork/activityawards";
|
import { fetchList, delObj } from "/@/api/stuwork/activityawards";
|
||||||
|
import { exportActivityAwardsTemplate, importActivityAwards, downloadBlobFile } from "/@/api/stuwork/file";
|
||||||
import { useMessage, useMessageBox } from "/@/hooks/message";
|
import { useMessage, useMessageBox } from "/@/hooks/message";
|
||||||
import { parseTime } from "/@/utils/formatTime";
|
import { parseTime } from "/@/utils/formatTime";
|
||||||
import TableColumnControl from '/@/components/TableColumnControl/index.vue'
|
import TableColumnControl from '/@/components/TableColumnControl/index.vue'
|
||||||
@@ -266,28 +274,14 @@ const handleImport = () => {
|
|||||||
uploadRef.value?.clearFiles()
|
uploadRef.value?.clearFiles()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 导出
|
||||||
|
const handleExport = async () => {
|
||||||
|
await downloadBlobFile(exportActivityAwardsTemplate(), '活动获奖导入模板.xlsx')
|
||||||
|
}
|
||||||
|
|
||||||
// 下载模板
|
// 下载模板
|
||||||
const handleDownloadTemplate = async () => {
|
const handleDownloadTemplate = async () => {
|
||||||
try {
|
await downloadBlobFile(exportActivityAwardsTemplate(), '活动获奖导入模板.xlsx')
|
||||||
const fileName = '获奖活动信息导入模板.xlsx'
|
|
||||||
const fileUrl = new URL(`../../../assets/file/${fileName}`, import.meta.url).href
|
|
||||||
const response = await fetch(fileUrl)
|
|
||||||
if (!response.ok) {
|
|
||||||
throw new Error('文件下载失败')
|
|
||||||
}
|
|
||||||
const blob = await response.blob()
|
|
||||||
const url = window.URL.createObjectURL(blob)
|
|
||||||
const link = document.createElement('a')
|
|
||||||
link.href = url
|
|
||||||
link.download = fileName
|
|
||||||
document.body.appendChild(link)
|
|
||||||
link.click()
|
|
||||||
window.URL.revokeObjectURL(url)
|
|
||||||
document.body.removeChild(link)
|
|
||||||
useMessage().success('模板下载成功')
|
|
||||||
} catch (error) {
|
|
||||||
useMessage().error('模板下载失败,请检查模板文件是否存在')
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 文件变化
|
// 文件变化
|
||||||
@@ -304,7 +298,9 @@ const handleImportSubmit = async () => {
|
|||||||
|
|
||||||
importLoading.value = true
|
importLoading.value = true
|
||||||
try {
|
try {
|
||||||
await importExcel(importFile.value)
|
const formData = new FormData()
|
||||||
|
formData.append('file', importFile.value)
|
||||||
|
await importActivityAwards(formData)
|
||||||
useMessage().success('导入成功')
|
useMessage().success('导入成功')
|
||||||
importDialogVisible.value = false
|
importDialogVisible.value = false
|
||||||
importFile.value = null
|
importFile.value = null
|
||||||
|
|||||||
@@ -100,9 +100,16 @@
|
|||||||
新增
|
新增
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
icon="Download"
|
icon="Upload"
|
||||||
type="success"
|
type="success"
|
||||||
class="ml10"
|
class="ml10"
|
||||||
|
@click="handleImport">
|
||||||
|
导入
|
||||||
|
</el-button>
|
||||||
|
<el-button
|
||||||
|
icon="Download"
|
||||||
|
type="warning"
|
||||||
|
class="ml10"
|
||||||
@click="handleExport">
|
@click="handleExport">
|
||||||
导出
|
导出
|
||||||
</el-button>
|
</el-button>
|
||||||
@@ -213,6 +220,14 @@
|
|||||||
<!-- 编辑、新增 -->
|
<!-- 编辑、新增 -->
|
||||||
<FormDialog ref="formDialogRef" @refresh="getDataList(false)" />
|
<FormDialog ref="formDialogRef" @refresh="getDataList(false)" />
|
||||||
|
|
||||||
|
<!-- 导入对话框 -->
|
||||||
|
<upload-excel
|
||||||
|
ref="uploadExcelRef"
|
||||||
|
:title="'导入日常巡检'"
|
||||||
|
:url="'/stuwork/classcheckdaily/import'"
|
||||||
|
:temp-url="templateUrl"
|
||||||
|
@refreshDataList="getDataList" />
|
||||||
|
|
||||||
<!-- 学期统计对话框 -->
|
<!-- 学期统计对话框 -->
|
||||||
<el-dialog
|
<el-dialog
|
||||||
title="学期统计"
|
title="学期统计"
|
||||||
@@ -271,6 +286,7 @@
|
|||||||
import { ref, reactive, defineAsyncComponent, computed, onMounted } from 'vue'
|
import { ref, reactive, defineAsyncComponent, computed, onMounted } from 'vue'
|
||||||
import { BasicTableProps, useTable } from "/@/hooks/table";
|
import { BasicTableProps, useTable } from "/@/hooks/table";
|
||||||
import { fetchList, delObjs, exportData, getRank } from "/@/api/stuwork/classcheckdaily";
|
import { fetchList, delObjs, exportData, getRank } from "/@/api/stuwork/classcheckdaily";
|
||||||
|
import { makeExportClassCheckDailyTask } from "/@/api/stuwork/file";
|
||||||
import { useMessage, useMessageBox } from "/@/hooks/message";
|
import { useMessage, useMessageBox } from "/@/hooks/message";
|
||||||
import { getDeptList } from '/@/api/basic/basicclass'
|
import { getDeptList } from '/@/api/basic/basicclass'
|
||||||
import { getClassListByRole } from '/@/api/basic/basicclass'
|
import { getClassListByRole } from '/@/api/basic/basicclass'
|
||||||
@@ -281,15 +297,19 @@ import { useTableColumnControl } from '/@/hooks/tableColumn'
|
|||||||
|
|
||||||
// 引入组件
|
// 引入组件
|
||||||
const FormDialog = defineAsyncComponent(() => import('./form.vue'));
|
const FormDialog = defineAsyncComponent(() => import('./form.vue'));
|
||||||
|
const UploadExcel = defineAsyncComponent(() => import('/@/components/Upload/Excel.vue'));
|
||||||
|
|
||||||
// 定义变量内容
|
// 定义变量内容
|
||||||
const formDialogRef = ref()
|
const formDialogRef = ref()
|
||||||
const searchFormRef = ref()
|
const searchFormRef = ref()
|
||||||
const columnControlRef = ref()
|
const columnControlRef = ref()
|
||||||
|
const uploadExcelRef = ref()
|
||||||
const showSearch = ref(true)
|
const showSearch = ref(true)
|
||||||
const deptList = ref<any[]>([])
|
const deptList = ref<any[]>([])
|
||||||
const classList = ref<any[]>([])
|
const classList = ref<any[]>([])
|
||||||
const schoolYearList = ref<any[]>([])
|
const schoolYearList = ref<any[]>([])
|
||||||
|
// 模板文件URL
|
||||||
|
const templateUrl = ref('/stuwork/classcheckdaily/importTemplate')
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
const tableColumns = [
|
const tableColumns = [
|
||||||
@@ -402,22 +422,20 @@ const handleDelete = async (ids: string[]) => {
|
|||||||
// 导出
|
// 导出
|
||||||
const handleExport = async () => {
|
const handleExport = async () => {
|
||||||
try {
|
try {
|
||||||
const res = await exportData(searchForm)
|
await makeExportClassCheckDailyTask(searchForm)
|
||||||
const blob = new Blob([res.data])
|
useMessage().success('导出任务已创建,请在文件管理中下载')
|
||||||
const elink = document.createElement('a')
|
|
||||||
elink.download = '日常巡检.xlsx'
|
|
||||||
elink.style.display = 'none'
|
|
||||||
elink.href = URL.createObjectURL(blob)
|
|
||||||
document.body.appendChild(elink)
|
|
||||||
elink.click()
|
|
||||||
URL.revokeObjectURL(elink.href)
|
|
||||||
document.body.removeChild(elink)
|
|
||||||
useMessage().success('导出成功')
|
|
||||||
} catch (err: any) {
|
} catch (err: any) {
|
||||||
useMessage().error(err.msg || '导出失败')
|
useMessage().error(err.msg || '导出失败')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 导入
|
||||||
|
const handleImport = () => {
|
||||||
|
if (uploadExcelRef.value) {
|
||||||
|
uploadExcelRef.value.show()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// 打开学期统计对话框
|
// 打开学期统计对话框
|
||||||
const handleRank = () => {
|
const handleRank = () => {
|
||||||
rankDialogVisible.value = true
|
rankDialogVisible.value = true
|
||||||
|
|||||||
@@ -88,6 +88,20 @@
|
|||||||
@click="formDialogRef.openDialog()">
|
@click="formDialogRef.openDialog()">
|
||||||
新增
|
新增
|
||||||
</el-button>
|
</el-button>
|
||||||
|
<el-button
|
||||||
|
icon="Upload"
|
||||||
|
type="success"
|
||||||
|
class="ml10"
|
||||||
|
@click="handleImport">
|
||||||
|
导入
|
||||||
|
</el-button>
|
||||||
|
<el-button
|
||||||
|
icon="Download"
|
||||||
|
type="warning"
|
||||||
|
class="ml10"
|
||||||
|
@click="handleExport">
|
||||||
|
导出
|
||||||
|
</el-button>
|
||||||
<right-toolbar
|
<right-toolbar
|
||||||
v-model:showSearch="showSearch"
|
v-model:showSearch="showSearch"
|
||||||
class="ml10"
|
class="ml10"
|
||||||
@@ -194,6 +208,14 @@
|
|||||||
|
|
||||||
<!-- 编辑、新增 -->
|
<!-- 编辑、新增 -->
|
||||||
<FormDialog ref="formDialogRef" @refresh="getDataList(false)" />
|
<FormDialog ref="formDialogRef" @refresh="getDataList(false)" />
|
||||||
|
|
||||||
|
<!-- 导入对话框 -->
|
||||||
|
<upload-excel
|
||||||
|
ref="uploadExcelRef"
|
||||||
|
:title="'导入日常行为'"
|
||||||
|
:url="'/stuwork/classhygienedaily/import'"
|
||||||
|
:temp-url="templateUrl"
|
||||||
|
@refreshDataList="getDataList" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -201,6 +223,7 @@
|
|||||||
import { ref, reactive, defineAsyncComponent, computed, onMounted } from 'vue'
|
import { ref, reactive, defineAsyncComponent, computed, onMounted } from 'vue'
|
||||||
import { BasicTableProps, useTable } from "/@/hooks/table";
|
import { BasicTableProps, useTable } from "/@/hooks/table";
|
||||||
import { fetchList, delObjs } from "/@/api/stuwork/classhygienedaily";
|
import { fetchList, delObjs } from "/@/api/stuwork/classhygienedaily";
|
||||||
|
import { downloadClassHygieneDailyTemplate, makeExportClassHygieneDailyTask } from "/@/api/stuwork/file";
|
||||||
import { useMessage, useMessageBox } from "/@/hooks/message";
|
import { useMessage, useMessageBox } from "/@/hooks/message";
|
||||||
import { getDeptList } from '/@/api/basic/basicclass'
|
import { getDeptList } from '/@/api/basic/basicclass'
|
||||||
import { getClassListByRole } from '/@/api/basic/basicclass'
|
import { getClassListByRole } from '/@/api/basic/basicclass'
|
||||||
@@ -210,14 +233,18 @@ import { useTableColumnControl } from '/@/hooks/tableColumn'
|
|||||||
|
|
||||||
// 引入组件
|
// 引入组件
|
||||||
const FormDialog = defineAsyncComponent(() => import('./form.vue'));
|
const FormDialog = defineAsyncComponent(() => import('./form.vue'));
|
||||||
|
const UploadExcel = defineAsyncComponent(() => import('/@/components/Upload/Excel.vue'));
|
||||||
|
|
||||||
// 定义变量内容
|
// 定义变量内容
|
||||||
const formDialogRef = ref()
|
const formDialogRef = ref()
|
||||||
const searchFormRef = ref()
|
const searchFormRef = ref()
|
||||||
const columnControlRef = ref()
|
const columnControlRef = ref()
|
||||||
|
const uploadExcelRef = ref()
|
||||||
const showSearch = ref(true)
|
const showSearch = ref(true)
|
||||||
const deptList = ref<any[]>([])
|
const deptList = ref<any[]>([])
|
||||||
const classList = ref<any[]>([])
|
const classList = ref<any[]>([])
|
||||||
|
// 模板文件URL
|
||||||
|
const templateUrl = ref('/stuwork/classhygienedaily/importTemplate')
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
const tableColumns = [
|
const tableColumns = [
|
||||||
@@ -292,6 +319,23 @@ const handleReset = () => {
|
|||||||
getDataList()
|
getDataList()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 导入
|
||||||
|
const handleImport = () => {
|
||||||
|
if (uploadExcelRef.value) {
|
||||||
|
uploadExcelRef.value.show()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// 导出
|
||||||
|
const handleExport = async () => {
|
||||||
|
try {
|
||||||
|
await makeExportClassHygieneDailyTask(searchForm)
|
||||||
|
useMessage().success('导出任务已创建,请在文件管理中下载')
|
||||||
|
} catch (err: any) {
|
||||||
|
useMessage().error(err.msg || '导出失败')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// 删除
|
// 删除
|
||||||
const handleDelete = async (ids: string[]) => {
|
const handleDelete = async (ids: string[]) => {
|
||||||
try {
|
try {
|
||||||
|
|||||||
@@ -274,7 +274,7 @@
|
|||||||
<upload-excel
|
<upload-excel
|
||||||
ref="uploadExcelRef"
|
ref="uploadExcelRef"
|
||||||
:title="'导入班主任考核'"
|
:title="'导入班主任考核'"
|
||||||
:url="'/stuwork/classmasterevaluation/importData'"
|
:url="'/stuwork/file/importClassMasterEvaluation'"
|
||||||
:temp-url="templateUrl"
|
:temp-url="templateUrl"
|
||||||
@refreshDataList="getDataList" />
|
@refreshDataList="getDataList" />
|
||||||
|
|
||||||
@@ -323,7 +323,8 @@
|
|||||||
<script setup lang="ts" name="ClassMasterEvaluation">
|
<script setup lang="ts" name="ClassMasterEvaluation">
|
||||||
import { ref, reactive, defineAsyncComponent, computed, onMounted } from 'vue'
|
import { ref, reactive, defineAsyncComponent, computed, onMounted } from 'vue'
|
||||||
import { BasicTableProps, useTable } from "/@/hooks/table";
|
import { BasicTableProps, useTable } from "/@/hooks/table";
|
||||||
import { fetchList, delObjs, exportData } from "/@/api/stuwork/classmasterevaluation";
|
import { fetchList, delObjs } from "/@/api/stuwork/classmasterevaluation";
|
||||||
|
import { downloadClassMasterEvaluationTemplate, makeExportClassMasterEvaluationTask } from "/@/api/stuwork/file";
|
||||||
import { useMessage, useMessageBox } from "/@/hooks/message";
|
import { useMessage, useMessageBox } from "/@/hooks/message";
|
||||||
import { getDeptList } from '/@/api/basic/basicclass'
|
import { getDeptList } from '/@/api/basic/basicclass'
|
||||||
import { getClassListByRole } from '/@/api/basic/basicclass'
|
import { getClassListByRole } from '/@/api/basic/basicclass'
|
||||||
@@ -347,7 +348,7 @@ const classList = ref<any[]>([])
|
|||||||
const assessmentCategoryList = ref<any[]>([])
|
const assessmentCategoryList = ref<any[]>([])
|
||||||
const assessmentPointList = ref<any[]>([])
|
const assessmentPointList = ref<any[]>([])
|
||||||
const appealDialogVisible = ref(false)
|
const appealDialogVisible = ref(false)
|
||||||
const templateUrl = ref('assets/file/班主任考核导入模板.xlsx')
|
const templateUrl = ref('/stuwork/file/getClassMasterEvaluationImportTemplate')
|
||||||
const appealForm = reactive({
|
const appealForm = reactive({
|
||||||
id: '',
|
id: '',
|
||||||
virtualClassNo: '',
|
virtualClassNo: '',
|
||||||
@@ -472,17 +473,8 @@ const handleImport = () => {
|
|||||||
// 导出
|
// 导出
|
||||||
const handleExport = async () => {
|
const handleExport = async () => {
|
||||||
try {
|
try {
|
||||||
const res = await exportData(searchForm)
|
await makeExportClassMasterEvaluationTask(searchForm)
|
||||||
const blob = new Blob([res.data])
|
useMessage().success('导出任务已创建,请在文件管理中下载')
|
||||||
const elink = document.createElement('a')
|
|
||||||
elink.download = '班主任考核.xlsx'
|
|
||||||
elink.style.display = 'none'
|
|
||||||
elink.href = URL.createObjectURL(blob)
|
|
||||||
document.body.appendChild(elink)
|
|
||||||
elink.click()
|
|
||||||
URL.revokeObjectURL(elink.href)
|
|
||||||
document.body.removeChild(elink)
|
|
||||||
useMessage().success('导出成功')
|
|
||||||
} catch (err: any) {
|
} catch (err: any) {
|
||||||
useMessage().error(err.msg || '导出失败')
|
useMessage().error(err.msg || '导出失败')
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -87,6 +87,20 @@
|
|||||||
@click="formDialogRef.openDialog()">
|
@click="formDialogRef.openDialog()">
|
||||||
新增
|
新增
|
||||||
</el-button>
|
</el-button>
|
||||||
|
<el-button
|
||||||
|
icon="Upload"
|
||||||
|
type="success"
|
||||||
|
class="ml10"
|
||||||
|
@click="handleImport">
|
||||||
|
导入
|
||||||
|
</el-button>
|
||||||
|
<el-button
|
||||||
|
icon="Download"
|
||||||
|
type="warning"
|
||||||
|
class="ml10"
|
||||||
|
@click="handleExport">
|
||||||
|
导出
|
||||||
|
</el-button>
|
||||||
<right-toolbar
|
<right-toolbar
|
||||||
v-model:showSearch="showSearch"
|
v-model:showSearch="showSearch"
|
||||||
:export="'stuwork_classRoomHygieneDaily_export'"
|
:export="'stuwork_classRoomHygieneDaily_export'"
|
||||||
@@ -195,6 +209,14 @@
|
|||||||
|
|
||||||
<!-- 编辑、新增 -->
|
<!-- 编辑、新增 -->
|
||||||
<FormDialog ref="formDialogRef" @refresh="getDataList(false)" />
|
<FormDialog ref="formDialogRef" @refresh="getDataList(false)" />
|
||||||
|
|
||||||
|
<!-- 导入对话框 -->
|
||||||
|
<upload-excel
|
||||||
|
ref="uploadExcelRef"
|
||||||
|
:title="'导入教室日卫生'"
|
||||||
|
:url="'/stuwork/classRoomHygieneDaily/import'"
|
||||||
|
:temp-url="templateUrl"
|
||||||
|
@refreshDataList="getDataList" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -202,6 +224,7 @@
|
|||||||
import { ref, reactive, defineAsyncComponent, onMounted } from 'vue'
|
import { ref, reactive, defineAsyncComponent, onMounted } from 'vue'
|
||||||
import { BasicTableProps, useTable } from "/@/hooks/table";
|
import { BasicTableProps, useTable } from "/@/hooks/table";
|
||||||
import { fetchList, delObjs } from "/@/api/stuwork/classroomhygienedaily";
|
import { fetchList, delObjs } from "/@/api/stuwork/classroomhygienedaily";
|
||||||
|
import { downloadClassRoomHygieneDailyTemplate, makeExportClassRoomHygieneDailyTask, downloadBlobFile } from "/@/api/stuwork/file";
|
||||||
import { useMessage, useMessageBox } from "/@/hooks/message";
|
import { useMessage, useMessageBox } from "/@/hooks/message";
|
||||||
import { getDeptList } from '/@/api/basic/basicclass'
|
import { getDeptList } from '/@/api/basic/basicclass'
|
||||||
import { getClassListByRole } from '/@/api/basic/basicclass'
|
import { getClassListByRole } from '/@/api/basic/basicclass'
|
||||||
@@ -211,15 +234,19 @@ import { useTableColumnControl } from '/@/hooks/tableColumn'
|
|||||||
|
|
||||||
// 引入组件
|
// 引入组件
|
||||||
const FormDialog = defineAsyncComponent(() => import('./form.vue'));
|
const FormDialog = defineAsyncComponent(() => import('./form.vue'));
|
||||||
|
const UploadExcel = defineAsyncComponent(() => import('/@/components/Upload/Excel.vue'));
|
||||||
|
|
||||||
// 定义变量内容
|
// 定义变量内容
|
||||||
const formDialogRef = ref()
|
const formDialogRef = ref()
|
||||||
const searchFormRef = ref()
|
const searchFormRef = ref()
|
||||||
const columnControlRef = ref()
|
const columnControlRef = ref()
|
||||||
|
const uploadExcelRef = ref()
|
||||||
// 搜索变量
|
// 搜索变量
|
||||||
const showSearch = ref(true)
|
const showSearch = ref(true)
|
||||||
const deptList = ref<any[]>([])
|
const deptList = ref<any[]>([])
|
||||||
const classList = ref<any[]>([])
|
const classList = ref<any[]>([])
|
||||||
|
// 模板文件URL
|
||||||
|
const templateUrl = ref('/stuwork/classRoomHygieneDaily/import/template')
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
const tableColumns = [
|
const tableColumns = [
|
||||||
@@ -316,6 +343,23 @@ const exportExcel = () => {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 导入
|
||||||
|
const handleImport = () => {
|
||||||
|
if (uploadExcelRef.value) {
|
||||||
|
uploadExcelRef.value.show()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// 导出
|
||||||
|
const handleExport = async () => {
|
||||||
|
try {
|
||||||
|
await makeExportClassRoomHygieneDailyTask(searchForm)
|
||||||
|
useMessage().success('导出任务已创建,请在文件管理中下载')
|
||||||
|
} catch (err: any) {
|
||||||
|
useMessage().error(err.msg || '导出失败')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// 删除操作
|
// 删除操作
|
||||||
const handleDelete = async (ids: string[]) => {
|
const handleDelete = async (ids: string[]) => {
|
||||||
try {
|
try {
|
||||||
|
|||||||
@@ -95,6 +95,13 @@
|
|||||||
@click="handleImport">
|
@click="handleImport">
|
||||||
导入
|
导入
|
||||||
</el-button>
|
</el-button>
|
||||||
|
<el-button
|
||||||
|
icon="Download"
|
||||||
|
type="warning"
|
||||||
|
class="ml10"
|
||||||
|
@click="handleExport">
|
||||||
|
导出
|
||||||
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
icon="DocumentChecked"
|
icon="DocumentChecked"
|
||||||
type="success"
|
type="success"
|
||||||
@@ -271,6 +278,7 @@ import { ref, reactive, defineAsyncComponent, computed, onMounted } from 'vue'
|
|||||||
import { useRoute } from 'vue-router'
|
import { useRoute } from 'vue-router'
|
||||||
import { BasicTableProps, useTable } from "/@/hooks/table";
|
import { BasicTableProps, useTable } from "/@/hooks/table";
|
||||||
import { fetchList, delObjs, checkClassRoomHygieneMonthly } from "/@/api/stuwork/classroomhygienemonthly";
|
import { fetchList, delObjs, checkClassRoomHygieneMonthly } from "/@/api/stuwork/classroomhygienemonthly";
|
||||||
|
import { makeExportClassRoomHygieneMonthlyTask } from "/@/api/stuwork/file";
|
||||||
import { useMessage, useMessageBox } from "/@/hooks/message";
|
import { useMessage, useMessageBox } from "/@/hooks/message";
|
||||||
import { queryAllSchoolYear } from '/@/api/basic/basicyear'
|
import { queryAllSchoolYear } from '/@/api/basic/basicyear'
|
||||||
import { getDeptList } from '/@/api/basic/basicclass'
|
import { getDeptList } from '/@/api/basic/basicclass'
|
||||||
@@ -299,8 +307,8 @@ const schoolTermList = ref<any[]>([])
|
|||||||
const deptList = ref<any[]>([])
|
const deptList = ref<any[]>([])
|
||||||
const classList = ref<any[]>([])
|
const classList = ref<any[]>([])
|
||||||
const checkDialogVisible = ref(false)
|
const checkDialogVisible = ref(false)
|
||||||
// 模板文件URL
|
// 模板文件URL - 使用后端接口
|
||||||
const templateUrl = ref('assets/file/教室月卫生导入模板.xlsx')
|
const templateUrl = ref('/stuwork/classroomhygienemonthly/import/template')
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
const tableColumns = [
|
const tableColumns = [
|
||||||
@@ -457,6 +465,16 @@ const handleImport = () => {
|
|||||||
(uploadExcelRef.value as any)?.show()
|
(uploadExcelRef.value as any)?.show()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 导出
|
||||||
|
const handleExport = async () => {
|
||||||
|
try {
|
||||||
|
await makeExportClassRoomHygieneMonthlyTask(searchForm)
|
||||||
|
useMessage().success('导出任务已创建,请在文件管理中下载')
|
||||||
|
} catch (err: any) {
|
||||||
|
useMessage().error(err.msg || '导出失败')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// 考核
|
// 考核
|
||||||
const handleCheck = () => {
|
const handleCheck = () => {
|
||||||
checkDialogVisible.value = true
|
checkDialogVisible.value = true
|
||||||
|
|||||||
@@ -59,6 +59,19 @@
|
|||||||
宿舍月卫生列表
|
宿舍月卫生列表
|
||||||
</span>
|
</span>
|
||||||
<div class="header-actions">
|
<div class="header-actions">
|
||||||
|
<el-button
|
||||||
|
icon="Upload"
|
||||||
|
type="primary"
|
||||||
|
@click="handleImport">
|
||||||
|
导入
|
||||||
|
</el-button>
|
||||||
|
<el-button
|
||||||
|
icon="Download"
|
||||||
|
type="warning"
|
||||||
|
class="ml10"
|
||||||
|
@click="handleExport">
|
||||||
|
导出
|
||||||
|
</el-button>
|
||||||
<right-toolbar
|
<right-toolbar
|
||||||
v-model:showSearch="showSearch"
|
v-model:showSearch="showSearch"
|
||||||
class="ml10"
|
class="ml10"
|
||||||
@@ -195,20 +208,33 @@
|
|||||||
<el-button type="primary" @click="submitEvaluation" :loading="evalLoading">确定评比</el-button>
|
<el-button type="primary" @click="submitEvaluation" :loading="evalLoading">确定评比</el-button>
|
||||||
</template>
|
</template>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
|
||||||
|
<!-- 导入对话框 -->
|
||||||
|
<upload-excel
|
||||||
|
ref="uploadExcelRef"
|
||||||
|
:title="'导入宿舍月卫生'"
|
||||||
|
:url="'/stuwork/file/importDormHygieneMonthly'"
|
||||||
|
:temp-url="templateUrl"
|
||||||
|
@refreshDataList="getDataList" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts" name="DormHygieneMonthly">
|
<script setup lang="ts" name="DormHygieneMonthly">
|
||||||
import { reactive, ref, onMounted } from 'vue'
|
import { reactive, ref, onMounted, defineAsyncComponent } from 'vue'
|
||||||
import { fetchList, addObj, editObj, delObj, triggerEvaluation } from '/@/api/stuwork/dormhygienemonthly'
|
import { fetchList, addObj, editObj, delObj, triggerEvaluation } from '/@/api/stuwork/dormhygienemonthly'
|
||||||
|
import { exportDormHygieneMonthlyTemplate, downloadBlobFile } from '/@/api/stuwork/file'
|
||||||
import { getBuildingList } from '/@/api/stuwork/dormbuilding'
|
import { getBuildingList } from '/@/api/stuwork/dormbuilding'
|
||||||
import { useMessage } from '/@/hooks/message'
|
import { useMessage } from '/@/hooks/message'
|
||||||
import { Search, Document, Plus, Edit, Delete, Promotion } from '@element-plus/icons-vue'
|
import { Search, Document, Plus, Edit, Delete, Promotion } from '@element-plus/icons-vue'
|
||||||
|
|
||||||
|
// 引入组件
|
||||||
|
const UploadExcel = defineAsyncComponent(() => import('/@/components/Upload/Excel.vue'));
|
||||||
|
|
||||||
// 定义变量内容
|
// 定义变量内容
|
||||||
const searchFormRef = ref()
|
const searchFormRef = ref()
|
||||||
const formRef = ref()
|
const formRef = ref()
|
||||||
const evalFormRef = ref()
|
const evalFormRef = ref()
|
||||||
|
const uploadExcelRef = ref()
|
||||||
const showSearch = ref(true)
|
const showSearch = ref(true)
|
||||||
const loading = ref(false)
|
const loading = ref(false)
|
||||||
const submitLoading = ref(false)
|
const submitLoading = ref(false)
|
||||||
@@ -218,6 +244,8 @@ const buildingList = ref<any[]>([])
|
|||||||
const dialogVisible = ref(false)
|
const dialogVisible = ref(false)
|
||||||
const evalDialogVisible = ref(false)
|
const evalDialogVisible = ref(false)
|
||||||
const dialogTitle = ref('新增宿舍月卫生')
|
const dialogTitle = ref('新增宿舍月卫生')
|
||||||
|
// 模板文件URL
|
||||||
|
const templateUrl = ref('/stuwork/file/exportDormHygieneMonthlyTemplate')
|
||||||
|
|
||||||
// 分页
|
// 分页
|
||||||
const page = reactive({
|
const page = reactive({
|
||||||
@@ -361,6 +389,18 @@ const handleEvaluation = () => {
|
|||||||
evalDialogVisible.value = true
|
evalDialogVisible.value = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 导入
|
||||||
|
const handleImport = () => {
|
||||||
|
if (uploadExcelRef.value) {
|
||||||
|
uploadExcelRef.value.show()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// 导出
|
||||||
|
const handleExport = async () => {
|
||||||
|
await downloadBlobFile(exportDormHygieneMonthlyTemplate(searchForm), '宿舍月卫生.xlsx')
|
||||||
|
}
|
||||||
|
|
||||||
// 提交评比
|
// 提交评比
|
||||||
const submitEvaluation = async () => {
|
const submitEvaluation = async () => {
|
||||||
evalLoading.value = true
|
evalLoading.value = true
|
||||||
|
|||||||
@@ -101,6 +101,13 @@
|
|||||||
@click="handleImport">
|
@click="handleImport">
|
||||||
导入
|
导入
|
||||||
</el-button>
|
</el-button>
|
||||||
|
<el-button
|
||||||
|
icon="Download"
|
||||||
|
type="warning"
|
||||||
|
class="ml10"
|
||||||
|
@click="handleExport">
|
||||||
|
导出
|
||||||
|
</el-button>
|
||||||
<right-toolbar
|
<right-toolbar
|
||||||
v-model:showSearch="showSearch"
|
v-model:showSearch="showSearch"
|
||||||
class="ml10"
|
class="ml10"
|
||||||
@@ -254,7 +261,8 @@
|
|||||||
<script setup lang="ts" name="RewardClass">
|
<script setup lang="ts" name="RewardClass">
|
||||||
import { reactive, ref, onMounted } from 'vue'
|
import { reactive, ref, onMounted } from 'vue'
|
||||||
import { BasicTableProps, useTable } from "/@/hooks/table";
|
import { BasicTableProps, useTable } from "/@/hooks/table";
|
||||||
import { fetchList, delObj, importExcel } from "/@/api/stuwork/rewardclass";
|
import { fetchList, delObj } from "/@/api/stuwork/rewardclass";
|
||||||
|
import { exportRewardClassTemplate, importRewardClass, downloadBlobFile } from "/@/api/stuwork/file";
|
||||||
import { getDeptList } from "/@/api/basic/basicclass";
|
import { getDeptList } from "/@/api/basic/basicclass";
|
||||||
import { getClassListByRole } from "/@/api/basic/basicclass";
|
import { getClassListByRole } from "/@/api/basic/basicclass";
|
||||||
import { queryAllSchoolYear } from "/@/api/basic/basicyear";
|
import { queryAllSchoolYear } from "/@/api/basic/basicyear";
|
||||||
@@ -360,29 +368,14 @@ const handleImport = () => {
|
|||||||
uploadRef.value?.clearFiles()
|
uploadRef.value?.clearFiles()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 导出
|
||||||
|
const handleExport = async () => {
|
||||||
|
await downloadBlobFile(exportRewardClassTemplate(), '文明班级导入模板.xlsx')
|
||||||
|
}
|
||||||
|
|
||||||
// 下载模板
|
// 下载模板
|
||||||
const handleDownloadTemplate = async () => {
|
const handleDownloadTemplate = async () => {
|
||||||
try {
|
await downloadBlobFile(exportRewardClassTemplate(), '文明班级导入模板.xlsx')
|
||||||
const fileName = '文明班级导入模板.xlsx'
|
|
||||||
// 使用动态导入获取文件URL,从 views/stuwork/rewardclass 到 assets/file 的相对路径
|
|
||||||
const fileUrl = new URL(`../../../assets/file/${fileName}`, import.meta.url).href
|
|
||||||
const response = await fetch(fileUrl)
|
|
||||||
if (!response.ok) {
|
|
||||||
throw new Error('文件下载失败')
|
|
||||||
}
|
|
||||||
const blob = await response.blob()
|
|
||||||
const url = window.URL.createObjectURL(blob)
|
|
||||||
const link = document.createElement('a')
|
|
||||||
link.href = url
|
|
||||||
link.download = fileName
|
|
||||||
document.body.appendChild(link)
|
|
||||||
link.click()
|
|
||||||
window.URL.revokeObjectURL(url)
|
|
||||||
document.body.removeChild(link)
|
|
||||||
useMessage().success('模板下载成功')
|
|
||||||
} catch (error) {
|
|
||||||
useMessage().error('模板下载失败,请检查模板文件是否存在')
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 文件变化
|
// 文件变化
|
||||||
@@ -399,7 +392,9 @@ const handleImportSubmit = async () => {
|
|||||||
|
|
||||||
importLoading.value = true
|
importLoading.value = true
|
||||||
try {
|
try {
|
||||||
await importExcel(importFile.value)
|
const formData = new FormData()
|
||||||
|
formData.append('file', importFile.value)
|
||||||
|
await importRewardClass(formData)
|
||||||
useMessage().success('导入成功')
|
useMessage().success('导入成功')
|
||||||
importDialogVisible.value = false
|
importDialogVisible.value = false
|
||||||
importFile.value = null
|
importFile.value = null
|
||||||
|
|||||||
@@ -84,6 +84,13 @@
|
|||||||
@click="handleImport">
|
@click="handleImport">
|
||||||
导入
|
导入
|
||||||
</el-button>
|
</el-button>
|
||||||
|
<el-button
|
||||||
|
icon="Download"
|
||||||
|
type="warning"
|
||||||
|
class="ml10"
|
||||||
|
@click="handleExport">
|
||||||
|
导出
|
||||||
|
</el-button>
|
||||||
<right-toolbar
|
<right-toolbar
|
||||||
v-model:showSearch="showSearch"
|
v-model:showSearch="showSearch"
|
||||||
class="ml10"
|
class="ml10"
|
||||||
@@ -235,7 +242,8 @@
|
|||||||
import { reactive, ref, onMounted, computed } from 'vue'
|
import { reactive, ref, onMounted, computed } from 'vue'
|
||||||
import { useRoute } from 'vue-router'
|
import { useRoute } from 'vue-router'
|
||||||
import { BasicTableProps, useTable } from "/@/hooks/table";
|
import { BasicTableProps, useTable } from "/@/hooks/table";
|
||||||
import { fetchList, delObj, importExcel } from "/@/api/stuwork/rewarddorm";
|
import { fetchList, delObj } from "/@/api/stuwork/rewarddorm";
|
||||||
|
import { exportRewardDormTemplate, importRewardDorm, downloadBlobFile } from "/@/api/stuwork/file";
|
||||||
import { queryAllSchoolYear } from "/@/api/basic/basicyear";
|
import { queryAllSchoolYear } from "/@/api/basic/basicyear";
|
||||||
import { getDicts } from "/@/api/admin/dict";
|
import { getDicts } from "/@/api/admin/dict";
|
||||||
import { useMessage, useMessageBox } from "/@/hooks/message";
|
import { useMessage, useMessageBox } from "/@/hooks/message";
|
||||||
@@ -332,29 +340,14 @@ const handleImport = () => {
|
|||||||
uploadRef.value?.clearFiles()
|
uploadRef.value?.clearFiles()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 导出
|
||||||
|
const handleExport = async () => {
|
||||||
|
await downloadBlobFile(exportRewardDormTemplate(), '文明宿舍导入模板.xlsx')
|
||||||
|
}
|
||||||
|
|
||||||
// 下载模板
|
// 下载模板
|
||||||
const handleDownloadTemplate = async () => {
|
const handleDownloadTemplate = async () => {
|
||||||
try {
|
await downloadBlobFile(exportRewardDormTemplate(), '文明宿舍导入模板.xlsx')
|
||||||
const fileName = '文明宿舍导入模板.xlsx'
|
|
||||||
// 模板文件位于 views/stuwork/rewarddorm 下的 assets/file 目录
|
|
||||||
const fileUrl = new URL(`../../../assets/file/${fileName}`, import.meta.url).href
|
|
||||||
const response = await fetch(fileUrl)
|
|
||||||
if (!response.ok) {
|
|
||||||
throw new Error('下载失败')
|
|
||||||
}
|
|
||||||
const blob = await response.blob()
|
|
||||||
const url = window.URL.createObjectURL(blob)
|
|
||||||
const link = document.createElement('a')
|
|
||||||
link.href = url
|
|
||||||
link.download = fileName
|
|
||||||
document.body.appendChild(link)
|
|
||||||
link.click()
|
|
||||||
window.URL.revokeObjectURL(url)
|
|
||||||
document.body.removeChild(link)
|
|
||||||
useMessage().success('下载成功')
|
|
||||||
} catch (error) {
|
|
||||||
useMessage().error('下载失败')
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 文件变化
|
// 文件变化
|
||||||
@@ -371,7 +364,9 @@ const handleImportSubmit = async () => {
|
|||||||
|
|
||||||
importLoading.value = true
|
importLoading.value = true
|
||||||
try {
|
try {
|
||||||
await importExcel(importFile.value)
|
const formData = new FormData()
|
||||||
|
formData.append('file', importFile.value)
|
||||||
|
await importRewardDorm(formData)
|
||||||
useMessage().success('导入成功')
|
useMessage().success('导入成功')
|
||||||
importDialogVisible.value = false
|
importDialogVisible.value = false
|
||||||
importFile.value = null
|
importFile.value = null
|
||||||
|
|||||||
@@ -289,7 +289,8 @@
|
|||||||
import { reactive, ref, onMounted, computed, nextTick } from 'vue'
|
import { reactive, ref, onMounted, computed, nextTick } from 'vue'
|
||||||
import { useRoute } from 'vue-router'
|
import { useRoute } from 'vue-router'
|
||||||
import { BasicTableProps, useTable } from "/@/hooks/table";
|
import { BasicTableProps, useTable } from "/@/hooks/table";
|
||||||
import { fetchList, delObj, importExcel, exportExcel, getStatistics } from "/@/api/stuwork/stuunionleague";
|
import { fetchList, delObj, getStatistics } from "/@/api/stuwork/stuunionleague";
|
||||||
|
import { exportStuUnionLeagueTemplate, importStuUnionLeague, makeExportStuUnionLeagueTask } from "/@/api/stuwork/file";
|
||||||
import { getClassListByRole } from "/@/api/basic/basicclass";
|
import { getClassListByRole } from "/@/api/basic/basicclass";
|
||||||
import { getGradeList } from "/@/api/basic/basicclass";
|
import { getGradeList } from "/@/api/basic/basicclass";
|
||||||
import { useMessage, useMessageBox } from "/@/hooks/message";
|
import { useMessage, useMessageBox } from "/@/hooks/message";
|
||||||
@@ -448,7 +449,9 @@ const handleImportSubmit = async () => {
|
|||||||
|
|
||||||
importLoading.value = true
|
importLoading.value = true
|
||||||
try {
|
try {
|
||||||
await importExcel(file as File)
|
const formData = new FormData()
|
||||||
|
formData.append('file', file as File)
|
||||||
|
await importStuUnionLeague(formData)
|
||||||
useMessage().success('导入成功')
|
useMessage().success('导入成功')
|
||||||
importDialogVisible.value = false
|
importDialogVisible.value = false
|
||||||
fileList.value = []
|
fileList.value = []
|
||||||
@@ -463,17 +466,8 @@ const handleImportSubmit = async () => {
|
|||||||
// 导出
|
// 导出
|
||||||
const handleExport = async () => {
|
const handleExport = async () => {
|
||||||
try {
|
try {
|
||||||
const res = await exportExcel(state.queryForm)
|
await makeExportStuUnionLeagueTask(state.queryForm)
|
||||||
const blob = new Blob([res.data as BlobPart])
|
useMessage().success('导出任务已创建,请在文件管理中下载')
|
||||||
const url = window.URL.createObjectURL(blob)
|
|
||||||
const link = document.createElement('a')
|
|
||||||
link.href = url
|
|
||||||
link.download = `学生团组织_${parseTime(new Date(), '{y}{m}{d}{h}{i}{s}')}.xlsx`
|
|
||||||
document.body.appendChild(link)
|
|
||||||
link.click()
|
|
||||||
document.body.removeChild(link)
|
|
||||||
window.URL.revokeObjectURL(url)
|
|
||||||
useMessage().success('导出成功')
|
|
||||||
} catch (err: any) {
|
} catch (err: any) {
|
||||||
useMessage().error(err.msg || '导出失败')
|
useMessage().error(err.msg || '导出失败')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user