mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 00:36:46 +08:00
929t调整
This commit is contained in:
@@ -234,7 +234,7 @@
|
||||
tagsshow:"1",
|
||||
delTeacherId:null, //删除id确认
|
||||
newStatus:null , //修改状态码确认
|
||||
kid:null, //内部讲师工号确认
|
||||
id:null, //内部讲师工号确认
|
||||
lookTeacherId:null, //内部讲师详情id确认
|
||||
// deleteInTeacherdialog: false, //删除弹窗
|
||||
editTeacher:false , //修改状态弹窗
|
||||
@@ -252,14 +252,14 @@
|
||||
formParamstatues:{
|
||||
status:'S20',
|
||||
remark: null,
|
||||
kid:null,
|
||||
id:null,
|
||||
},
|
||||
searchdate: null, //选择时间
|
||||
searchParam: {
|
||||
teacherNo:null,
|
||||
teacherName:null,
|
||||
trainorgId:null,
|
||||
kid:null,
|
||||
id:null,
|
||||
levelId:null,
|
||||
courseType:null,
|
||||
certStatus:null,
|
||||
@@ -506,7 +506,7 @@
|
||||
endDate:null,
|
||||
startDate:null,
|
||||
teacherNo:null,
|
||||
kid:null,
|
||||
id:null,
|
||||
levelId:null,
|
||||
courseType:null,
|
||||
certStatus:null,
|
||||
@@ -560,7 +560,7 @@
|
||||
//修改状态窗口
|
||||
const handleOperate = (record) => {
|
||||
state.editTeacher = true
|
||||
state.formParamstatues.kid= record.kid
|
||||
state.formParamstatues.id= record.id
|
||||
};
|
||||
//提交
|
||||
const closehandleOperate= ()=>{
|
||||
@@ -586,7 +586,7 @@
|
||||
teacher:null,
|
||||
teacherNo:null,
|
||||
departId:null,
|
||||
kid:null,
|
||||
id:null,
|
||||
courseName:0,
|
||||
levelId:null,
|
||||
payrollPlaceId:null,
|
||||
@@ -607,14 +607,14 @@
|
||||
//表格内查看数据操作
|
||||
const handleLook = (record) => {
|
||||
state.teachingdialog = true;
|
||||
state.kid= record.kid
|
||||
state.id= record.id
|
||||
TeacherSystem()
|
||||
gettableDataExamine( )
|
||||
}
|
||||
|
||||
//详情
|
||||
const TeacherSystem=()=>{
|
||||
getTeacherFeeDetail({kid : state.kid}).then((res) => {
|
||||
getTeacherFeeDetail({id : state.id}).then((res) => {
|
||||
// state.formParam=Object.assign({} ,res.data.data)
|
||||
state.formParam=res.data.data
|
||||
console.log( state.formParam)
|
||||
@@ -626,7 +626,7 @@
|
||||
const tableDataExamine = ref([
|
||||
])
|
||||
const gettableDataExamine = () => {
|
||||
getTeacherFeeApprovalList({kid : state.kid})
|
||||
getTeacherFeeApprovalList({id : state.id})
|
||||
.then((res) => {
|
||||
tableDataExamine.value = res.data.data.records
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user