Merge remote-tracking branch '121/test20250220' into test20250220

# Conflicts:
#	src/views/report/Overvoewnew.vue
This commit is contained in:
joshen
2025-06-05 18:19:40 +08:00
5 changed files with 53375 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ import Cookies from 'vue-cookies'
// export const BATCH_IMPORT_SCORE = process.env.VUE_APP_BASE_API + '/admin/offcourse/batchImportScore' // export const BATCH_IMPORT_SCORE = process.env.VUE_APP_BASE_API + '/admin/offcourse/batchImportScore'
axios.defaults.withCredentials = true; axios.defaults.withCredentials = true;
const http = axios.create({ const http = axios.create({
baseURL: '/report', baseURL: '/',
timeout: 1000 * 15, timeout: 1000 * 15,
// headers: { "Content-Type": "multipart/form-data" }, // headers: { "Content-Type": "multipart/form-data" },
headers: {"Content-Type": "application/json"}, headers: {"Content-Type": "application/json"},

View File

@@ -781,7 +781,7 @@
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<!-- 无数据样式 --> <!-- 无数据样式 -->
<div class="notable" v-if="tableData6.length === 0"> <div class="notable" v-if="tableData6.length === 0">
@@ -975,7 +975,7 @@
:placeholder="[' 开始时间', ' 结束时间']" :placeholder="[' 开始时间', ' 结束时间']"
:disabled="editBeginClass" :disabled="editBeginClass"
/> --> /> -->
<a-date-picker <a-date-picker
style="width: 45%; height: 40px; border-radius: 8px" style="width: 45%; height: 40px; border-radius: 8px"
:show-time="{ format: 'HH:mm' }" :show-time="{ format: 'HH:mm' }"
:format="['YYYY-MM-DD HH:mm','YYYY/MM/DD HH:mm']" :format="['YYYY-MM-DD HH:mm','YYYY/MM/DD HH:mm']"
@@ -1172,7 +1172,7 @@
<span v-if="xjkkradioVEnd" style="color: #6d7584">天</span> <span v-if="xjkkradioVEnd" style="color: #6d7584">天</span>
</div> </div>
</div> </div>
<div class="cstm_items"> <div class="cstm_items">
<div class="signbox"> <div class="signbox">
<span style="margin-right: 3px">评估设置</span> <span style="margin-right: 3px">评估设置</span>
@@ -2317,7 +2317,7 @@ export default defineComponent({
const store = useStore(); const store = useStore();
const sysTypeOptions = computed(() => store.state.content_type); const sysTypeOptions = computed(() => store.state.content_type);
const durationText = computed(() => state.xjkkinputV3?.length==2?dayjs(state.xjkkinputV3[1]).diff(dayjs(state.xjkkinputV3[0]),'minute')|| '请输入持续时间':'请输入持续时间'); const durationText = computed(() => state.xjkkinputV3?.length==2?dayjs(state.xjkkinputV3[1]).diff(dayjs(state.xjkkinputV3[0]),'minute')|| '请输入持续时间':'请输入持续时间');
const state = reactive({ const state = reactive({
tableStudentChange: null, tableStudentChange: null,
isAssessmentId: null, isAssessmentId: null,
@@ -3684,7 +3684,7 @@ function onFocusEnd(){
}).catch(err=>{ }).catch(err=>{
message.error(err.message=='timeout of 15000ms exceeded'?'系统超时,请稍后再试':err.data.msg) message.error(err.message=='timeout of 15000ms exceeded'?'系统超时,请稍后再试':err.data.msg)
state.tableCoursePlanLoading = false state.tableCoursePlanLoading = false
res ={ res ={
data:{data:{ data:{data:{
"pageNo": "1", "pageNo": "1",
"pageSize": "10", "pageSize": "10",
@@ -4040,8 +4040,11 @@ function onFocusEnd(){
score: state.scoreParams, score: state.scoreParams,
}; };
if(state.kk_eidt){ if(state.kk_eidt){
console.log("编辑 gx state.kk_eidt",state.kk_eidt)
console.log("编辑 gx state.kk_eidt",state.examInfo)
//编辑 //编辑
postData.examInfo = state.examInfo; postData.examInfo = state.examInfo;
console.log("编辑 gx postData.examInfo",postData.examInfo)
if(postData.examInfo && postData.examInfo.examinationName){ if(postData.examInfo && postData.examInfo.examinationName){
postData.examInfo.examinationTestId = null; postData.examInfo.examinationTestId = null;
postData.examInfo.id = null; postData.examInfo.id = null;
@@ -4119,7 +4122,7 @@ function onFocusEnd(){
}); });
state.cstm_hs = false; state.cstm_hs = false;
}; };
let editBeginClass = ref(false) let editBeginClass = ref(false)
//编辑开课 //编辑开课
const handelEditStu = async (item) => { const handelEditStu = async (item) => {
@@ -4362,7 +4365,7 @@ function onFocusEnd(){
align: "center", align: "center",
customRender: ({ record }) => customRender: ({ record }) =>
record.examinationScore ? record.examinationScore : "-", record.examinationScore ? record.examinationScore : "-",
}, },
{ {
title: "结业状态", title: "结业状态",
@@ -5299,13 +5302,13 @@ function onFocusEnd(){
}; };
const disabledDateTime = () => { const disabledDateTime = () => {
// const dateOnlyStart = new Date(state.xjkkinputV3[0].split(' ')[0]); // const dateOnlyStart = new Date(state.xjkkinputV3[0].split(' ')[0]);
// const dateOnlyEnd = new Date(state.xjkkinputV3[1].split(' ')[0]); // const dateOnlyEnd = new Date(state.xjkkinputV3[1].split(' ')[0]);
// if(dateOnlyStart.getTime()==dateOnlyEnd.getTime()){ // if(dateOnlyStart.getTime()==dateOnlyEnd.getTime()){
// const currentMinute = dayjs(state.xjkkinputV3[0]).minute(); // const currentMinute = dayjs(state.xjkkinputV3[0]).minute();
// return { // return {
// disabledHours: () => range(0, dayjs(state.xjkkinputV3[0]).hour()).splice(0, dayjs(state.xjkkinputV3[0]).hour()), // disabledHours: () => range(0, dayjs(state.xjkkinputV3[0]).hour()).splice(0, dayjs(state.xjkkinputV3[0]).hour()),
// disabledMinutes: () => range(0, currentMinute+1).splice(0, currentMinute+1), // disabledMinutes: () => range(0, currentMinute+1).splice(0, currentMinute+1),
// }; // };
// } // }
}; };

View File

@@ -2185,6 +2185,7 @@ export default {
]; ];
} }
reset_(); reset_();
if ([0, 1].includes(index)) {
state.statusList = statusArr[index]; state.statusList = statusArr[index];
} }
state.tableSorts = []; state.tableSorts = [];

51158
src/views/report/org.json Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff