讲师管理bug

This commit is contained in:
zhangsir
2025-01-09 16:41:30 +08:00
parent 361ff48742
commit b2fc819a8c
2 changed files with 15 additions and 4 deletions

View File

@@ -16,6 +16,12 @@
</a-input>
</div>
</a-form-item>
<a-form-item class="select">
<a-input v-model:value="searchParam.courseName" style="width: 230px; height: 40px; border-radius: 8px"
placeholder="请输入课程名称进行检索" allowClear showSearch
v-on:keydown.enter="enterPressHadlerSearch">
</a-input>
</a-form-item>
<a-form-item class="select">
<a-select style="width: 235px ;margin-bottom:20px" v-model:value="searchParam.trainOrgId" placeholder="请选择培训发生组织" allowClear
:options="orgListSearch"
@@ -42,7 +48,7 @@
v-on:keydown.enter="enterPressHadlerSearch">
</a-select>
</a-form-item>
<a-form-item class="select" >
<a-form-item class="select" v-if="moreid==2">
<a-select style="width: 200px ;margin-bottom:20px" v-model:value="searchParam.status" placeholder="请选择状态" allowClear
:options="AuthenticationStatusList"
v-on:keydown.enter="enterPressHadlerSearch">
@@ -662,6 +668,7 @@
name:null,
trainOrgId:null,
tSystemId:null,
courseName: null,
tLevelName:null,
courseType:null,
certStatus:null,
@@ -841,7 +848,7 @@ getAllLevelList().then((res) => {
state.moreid=1
// state.searchParam.certStatus=null
// state.searchParam.salaryName=null
// state.searchParam.status=null
state.searchParam.status=null
state.searchParam.tSystemId = null
state.searchParam.tLevelName = null
}
@@ -1126,6 +1133,7 @@ getAllLevelList().then((res) => {
beginTime:null,
userNo:null,
tSystemId:null,
courseName: null,
tLevelName:null,
courseType:null,
certStatus:null,
@@ -1821,7 +1829,7 @@ const column = ref([
const handleExport = ()=>{
window.open (
`${process.env.VUE_APP_BASE_API}/admin/export/exportTeacherExpense?name=${state.searchParam.name || ""
}&status=${ state.searchParam.status || ""}&trainOrgId=${ state.searchParam.trainOrgId || ""}&type=${state.searchParam.type || ""}&tSystemId=${ state.searchParam.tSystemId || ""}&tLevelName=${ state.searchParam.tLevelName || ""}&beginTime=${state.searchParam.beginTime || ""}&endTime=${state.searchParam.endTime || ""}`
}&status=${ state.searchParam.status || ""}&trainOrgId=${ state.searchParam.trainOrgId || ""}&type=${state.searchParam.type || ""}&courseName=${ state.searchParam.courseName || ""}&tSystemId=${ state.searchParam.tSystemId || ""}&tLevelName=${ state.searchParam.tLevelName || ""}&beginTime=${state.searchParam.beginTime || ""}&endTime=${state.searchParam.endTime || ""}`
);
// this.download('lesson_records/export', {
// ...state.searchParam

View File

@@ -69,6 +69,9 @@
</a-button>
</div> -->
<!-- 表格 -->
<div style="margin-bottom: 4px;color: #aaaaaa;">
下表为按讲师汇总的费用
</div>
<div style="padding: 10px 0">
<a-table :header-cell-style="{ 'text-align': 'center' }" style="border: 1px solid #f2f6fe" :columns="columns"
:data-source="tableData" :loading="tableLoading" :scroll="{ x: 600}" :pagination="pagination">
@@ -105,7 +108,7 @@
</div> -->
<!-- 抽屉 -->
<a-drawer class="largeDrawerInside" v-model:visible="opendrawer" placement="right"
@closa="cancelTeachingDialog" :maskClosable="true" width="60%" :title="false">
@closa="cancelTeachingDialog" :maskClosable="true" width="80%" :title="false">
<div style="padding:24px;">
<div class="headers" style="margin-top:-24px;">
<div class="headerTitle">查看详情</div>