Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
48b7d6c4
Commit
48b7d6c4
authored
Dec 14, 2020
by
Mac
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/confucius
parents
4ce1b79b
0d7265f5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
957 additions
and
6 deletions
+957
-6
sale.js
src/api/sale/sale.js
+13
-0
orderitem.vue
src/components/sale/orderitem.vue
+4
-0
employee-info.vue
src/components/school/manager/employee-info.vue
+141
-4
employee-set.vue
src/components/school/manager/employee-set.vue
+7
-2
classorder.vue
src/pages/course/classorder.vue
+787
-0
routes.js
src/router/routes.js
+5
-0
No files found.
src/api/sale/sale.js
View file @
48b7d6c4
...
...
@@ -202,3 +202,16 @@ export function getClassOrderLogList(data) {
data
})
}
/**
* 获取班级订单列表
*
*/
export
function
quertClassOrderList
(
data
)
{
return
request
({
url
:
'/order/GetClassOrderList'
,
method
:
'post'
,
data
})
}
\ No newline at end of file
src/components/sale/orderitem.vue
0 → 100644
View file @
48b7d6c4
<
template
>
<tbody>
</tbody>
</
template
>
src/components/school/manager/employee-info.vue
View file @
48b7d6c4
...
...
@@ -98,8 +98,31 @@
</div>
</div>
<div>
<q-btn
label=
"调岗"
color=
"accent q-px-md"
size=
"10px"
style=
"font-weight:400 !important;margin-right:10px;"
/>
<q-btn
label=
"调部门"
color=
"accent q-px-md"
size=
"10px"
style=
"font-weight:400 !important;"
/>
<q-btn
label=
"调岗"
color=
"accent q-px-md"
size=
"10px"
@
click=
"isShowJobPop=true"
style=
"font-weight:400 !important;margin-right:10px;"
>
<q-popup-proxy>
<q-banner
v-if=
"isShowJobPop"
>
<div
style=
"width:300px;padding-bottom:20px;"
>
<div
style=
"margin:10px 0 15px 0;"
>
调岗
</div>
<q-select
filled
stack-label
option-value=
"PostId"
option-label=
"PostName"
v-model=
"Post_Id"
ref=
"Post_Id"
:options=
"PostList"
label=
"岗位"
:dense=
"false"
class=
"col-6 q-pb-lg"
emit-value
map-options
/>
<q-btn
color=
"primary"
label=
"确定"
style=
"width:100%;"
@
click=
"savePost()"
/>
</div>
</q-banner>
</q-popup-proxy>
</q-btn>
<q-btn
label=
"调部门"
color=
"accent q-px-md"
size=
"10px"
@
click=
"isShowDepPop=true"
style=
"font-weight:400 !important;"
>
<q-popup-proxy>
<q-banner
v-if=
"isShowDepPop"
>
<div
style=
"width:300px;padding-bottom:20px;"
>
<div
style=
"margin:10px 0 15px 0;"
>
调部门
</div>
<selectTree
:treeData=
'DeptList'
:defaultArray=
"returnString"
nodeKey=
"DeptId"
:multiple=
"false"
labelKey=
"DeptName"
childrenKey=
"ChildList"
tipText=
"选择部门"
@
getChild=
"getChild"
classStr=
"col-6 q-pb-lg"
></selectTree>
<q-btn
color=
"primary"
label=
"确定"
style=
"width:100%;"
@
click=
"saveDepart()"
/>
</div>
</q-banner>
</q-popup-proxy>
</q-btn>
</div>
</div>
<div
class=
"Emloyee_CompanyInfo"
>
...
...
@@ -149,11 +172,23 @@
</
template
>
<
script
>
import
{
UpdateEmployeeLeave
,
UpdateEmployeeDept
,
UpdateEmployeePost
}
from
'../../../api/users/user'
import
{
getDeptTree
}
from
'../../../api/system/dept.js'
import
{
queryDeptPostList
}
from
'../../../api/system/post'
import
employeeDetails
from
'../manager/employee_details'
;
import
employeeRemark
from
'../manager/employee-remark'
;
import
employeeLog
from
'../manager/employee_log'
;
import
employeeFile
from
'../manager/employee_file'
;
import
employeeFinace
from
'../manager/employee_finace'
;
import
selectTree
from
'../../common/select-tree'
export
default
{
props
:
{
saveObj
:
{
...
...
@@ -166,7 +201,8 @@
employeeRemark
,
employeeLog
,
employeeFile
,
employeeFinace
employeeFinace
,
selectTree
},
data
()
{
return
{
...
...
@@ -174,6 +210,10 @@
tabCheck
:
0
,
//默认选第一个
loading
:
false
,
checkedIndex
:
0
,
setObj
:
{
type
:
0
,
selected
:
[]
},
menuList
:[{
name
:
'行政备注'
,
id
:
0
...
...
@@ -189,12 +229,23 @@
},{
name
:
'财务单据'
,
id
:
4
}]
}],
isShowJobPop
:
false
,
PostList
:[],
//岗位下拉数据
Post_Id
:
0
,
//岗位
isShowDepPop
:
false
,
DeptList
:[],
//部门数据
returnString
:
[],
//部门默认
departId
:
-
2
,
// 部门
}
},
created
()
{},
mounted
()
{
console
.
log
(
"aaa"
,
this
.
saveObj
);
// this.Post_Id = this.saveObj.Post_Id
this
.
queryPostList
();
this
.
getDepartList
();
},
methods
:
{
closeShenheForm
()
{
...
...
@@ -206,6 +257,92 @@
this
.
checkedIndex
=
index
;
this
.
tabCheck
=
item
.
id
;
},
//获取岗位下拉
queryPostList
()
{
var
postMsg
=
{
QDeptIds
:
this
.
saveObj
.
Dept_Id
};
queryDeptPostList
(
postMsg
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
this
.
PostList
=
res
.
Data
;
let
obj
=
{
PostName
:
'不限'
,
PostId
:
0
}
this
.
PostList
.
unshift
(
obj
);
}
})
},
//保存修改岗位
savePost
(){
if
(
this
.
Post_Id
==
0
)
{
this
.
$q
.
notify
({
type
:
'negative'
,
position
:
"top"
,
message
:
`请选择岗位`
})
return
;
}
let
obj
=
{};
if
(
this
.
saveObj
)
{
obj
.
Id
=
this
.
saveObj
.
Id
;
obj
.
AccountId
=
this
.
saveObj
.
AccountId
;
obj
.
AccountType
=
this
.
saveObj
.
AccountType
;
obj
.
Post_Id
=
this
.
Post_Id
;
}
UpdateEmployeePost
(
obj
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
this
.
isShowJobPop
=
false
;
this
.
closeShenheForm
=
false
;
this
.
$emit
(
'close'
);
this
.
$emit
(
'success'
);
}
})
},
//选择部门
getChild
(
deptArray
)
{
if
(
deptArray
&&
deptArray
!=
''
)
{
this
.
departId
=
deptArray
;
}
},
//获取部门下拉数据
getDepartList
()
{
let
msg
=
{
School_Id
:
this
.
saveObj
.
School_Id
}
getDeptTree
(
msg
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
this
.
DeptList
=
res
.
Data
;
}
})
},
//保存部门
saveDepart
(){
let
Msg
=
[];
if
(
this
.
departId
==
-
2
)
{
this
.
$q
.
notify
({
type
:
'negative'
,
position
:
"top"
,
message
:
`请选择部门`
})
return
;
}
let
obj
=
{};
if
(
this
.
saveObj
)
{
obj
.
Id
=
this
.
saveObj
.
Id
;
obj
.
AccountId
=
this
.
saveObj
.
AccountId
;
obj
.
AccountType
=
this
.
saveObj
.
AccountType
;
obj
.
Dept_Id
=
this
.
departId
;
}
UpdateEmployeeDept
(
obj
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
this
.
isShowDepPop
=
false
;
this
.
closeShenheForm
=
false
;
this
.
$emit
(
'success'
);
this
.
$emit
(
'close'
)
}
})
}
},
}
...
...
src/components/school/manager/employee-set.vue
View file @
48b7d6c4
...
...
@@ -131,8 +131,8 @@
</div>
</div>
</div>
<div
style=
"text-align:
center
"
>
<q-btn
color=
"primary"
label=
"确定"
@
click=
"saveReuslt()"
style=
"width:
4
00px;"
/>
<div
style=
"text-align:
left;margin-left:20px;
"
>
<q-btn
color=
"primary"
label=
"确定"
@
click=
"saveReuslt()"
style=
"width:
3
00px;"
/>
</div>
</q-card>
<div
class=
"dialog-out-close"
@
click=
"closeShenheForm"
...
...
@@ -211,7 +211,12 @@
};
queryDeptPostList
(
postMsg
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
let
obj
=
{
PostName
:
'不限'
,
PostId
:
0
}
this
.
PostList
=
res
.
Data
;
this
.
PostList
.
unshift
(
obj
);
}
})
},
...
...
src/pages/course/classorder.vue
0 → 100644
View file @
48b7d6c4
This diff is collapsed.
Click to expand it.
src/router/routes.js
View file @
48b7d6c4
...
...
@@ -102,6 +102,11 @@ const routes = [{
component
:
()
=>
import
(
"pages/course/classManage.vue"
)
},
{
path
:
"/course/classorder"
,
//班级订单
component
:
()
=>
import
(
"pages/course/classorder.vue"
)
},
{
path
:
"/course/teachplan"
,
//教案管理
component
:
()
=>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment