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
cf0aaa43
Commit
cf0aaa43
authored
Nov 19, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5e4254cb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
2 deletions
+19
-2
addFinancialDocuments.vue
...ages/financial/financalDocument/addFinancialDocuments.vue
+8
-1
addReceivablesDocuments.vue
...es/financial/financalDocument/addReceivablesDocuments.vue
+11
-1
No files found.
src/pages/financial/financalDocument/addFinancialDocuments.vue
View file @
cf0aaa43
...
...
@@ -677,7 +677,7 @@
<p>
{{$t('fnc.fjshuoming')}}
</p>
<div>
<p>
{{$t('fnc.fygsbumen')}}:
<span>
<el-select
filterable
v-model=
'msg.RB_Depart_Id'
class=
"w135 _border_b_1"
>
<el-select
filterable
v-model=
'msg.RB_Depart_Id'
class=
"w135 _border_b_1"
@
change=
"admin_get_Depart_IdGetList(msg.RB_Depart_Id)"
>
<el-option
v-for=
'item in departmentList'
:label=
'item.DeptName'
:value=
'item.DeptId'
:key=
'item.DeptId'
>
</el-option>
...
...
@@ -1699,6 +1699,13 @@
}
},
err
=>
{})
},
admin_get_Depart_IdGetList
(
Bid
){
this
.
departmentList
.
forEach
(
x
=>
{
//给msg传部门名称
if
(
x
.
DeptId
==
Bid
){
this
.
msg
.
RB_DepartName
=
x
.
DeptName
;
}
})
},
admin_get_DepartmentGetList
(
Bid
,
T
)
{
if
(
Bid
==
0
)
{
this
.
chosenPeople
=
[];
...
...
src/pages/financial/financalDocument/addReceivablesDocuments.vue
View file @
cf0aaa43
...
...
@@ -579,7 +579,7 @@
<p>
{{$t('fnc.fjshuoming')}}
</p>
<div>
<p>
{{$t('fnc.fygsbumen')}}:
<span>
<el-select
filterable
v-model=
'msg.RB_Depart_Id'
class=
"w135 _border_b_1"
>
<el-select
filterable
v-model=
'msg.RB_Depart_Id'
class=
"w135 _border_b_1"
@
change=
"admin_get_Depart_IdGetList(msg.RB_Depart_Id)"
>
<el-option
v-for=
'item in departmentList'
:label=
'item.DeptName'
:value=
'item.DeptId'
:key=
'item.DeptId'
>
</el-option>
...
...
@@ -1719,12 +1719,22 @@
}
else
{
this
.
msg
.
RB_Depart_Id
=
this
.
msg
.
RB_Depart_Id
?
this
.
msg
.
RB_Depart_Id
:
this
.
getLocalStorage
().
DeptId
;
this
.
msg
.
RB_DepartName
=
this
.
msg
.
RB_DepartName
?
this
.
msg
.
RB_DepartName
:
this
.
getLocalStorage
().
RB_DepartName
;
}
}
}).
catch
(()
=>
{
})
},
admin_get_Depart_IdGetList
(
Bid
){
this
.
departmentList
.
forEach
(
x
=>
{
//给msg传部门名称
if
(
x
.
DeptId
==
Bid
){
this
.
msg
.
RB_DepartName
=
x
.
DeptName
;
}
})
},
getCompany
()
{
// 获取公司
getSchoolPage
(
this
.
schoolMsg
).
then
(
res
=>
{
let
data
=
res
.
Data
.
PageData
;
...
...
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