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
39ed0177
Commit
39ed0177
authored
Nov 20, 2020
by
Mac
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/confucius
parents
c56c1d3a
2b66608c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
11 deletions
+25
-11
AccountType.vue
src/pages/financial/AccountType.vue
+25
-11
No files found.
src/pages/financial/AccountType.vue
View file @
39ed0177
...
@@ -353,8 +353,8 @@
...
@@ -353,8 +353,8 @@
<!--
<el-select
filterable
v-model=
'addMsg.DepartmentID'
@
change=
"getPostList()"
>
-->
<!--
<el-select
filterable
v-model=
'addMsg.DepartmentID'
@
change=
"getPostList()"
>
-->
<el-select
filterable
multiple
v-model=
'RangeIdsList'
@
change=
"changeRange"
>
<el-select
filterable
multiple
v-model=
'RangeIdsList'
@
change=
"changeRange"
>
<el-option
:label=
"$t('active.cl_tongyong')"
:value=
'-1'
></el-option>
<el-option
:label=
"$t('active.cl_tongyong')"
:value=
'-1'
></el-option>
<el-option
v-for=
'item in departmentList'
:label=
'item.Dep
artmentName'
:value=
'item.DepartmentID
'
<el-option
v-for=
'item in departmentList'
:label=
'item.Dep
tName'
:value=
'item.DeptId
'
:key=
'item.Dep
artmentID
'
:disabled=
"item.disabled"
>
:key=
'item.Dep
tId
'
:disabled=
"item.disabled"
>
</el-option>
</el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
...
@@ -384,6 +384,10 @@
...
@@ -384,6 +384,10 @@
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
{
getDeptPage
,
}
from
'../../api/system/dept'
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
@@ -491,15 +495,25 @@
...
@@ -491,15 +495,25 @@
}
}
},
},
getDepartment
()
{
//获取部门
getDepartment
()
{
//获取部门
this
.
apipost
(
'admin_get_DepartmentGetList'
,
this
.
departmentMsg
,
res
=>
{
var
msg
=
{
if
(
res
.
data
.
resultCode
==
1
)
{
pageIndex
:
1
,
let
d
=
res
.
data
.
data
;
pageSize
:
999
,
d
.
forEach
(
x
=>
{
rowsPerPage
:
12
,
x
.
disabled
=
true
;
DeptName
:
""
,
//部门名称
})
DeptId
:
0
,
//部门编号
this
.
departmentList
=
d
;
Status
:
"-1"
,
}
School_Id
:
"0"
,
},
err
=>
{})
DeptTier
:
"0"
,
ParentId
:
"0"
,
}
getDeptPage
(
msg
).
then
(
res
=>
{
this
.
departmentList
=
res
.
Data
.
PageData
;
this
.
departmentList
.
forEach
(
x
=>
{
x
.
disabled
=
true
;
})
}).
catch
(()
=>
{
})
},
},
getProfitLossList
(
id
)
{
// 获取禁用时间
getProfitLossList
(
id
)
{
// 获取禁用时间
this
.
apipost
(
'FinanceInfo_post_GetProfitLossList'
,
{
this
.
apipost
(
'FinanceInfo_post_GetProfitLossList'
,
{
...
...
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