Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
f3abbd6c
Commit
f3abbd6c
authored
Dec 27, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0a8de33b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
outWorkApproval.vue
src/components/administrative/outWorkApproval.vue
+3
-1
No files found.
src/components/administrative/outWorkApproval.vue
View file @
f3abbd6c
...
...
@@ -13,7 +13,7 @@
</li>
<li>
<span><em>
{{
$t
(
'objFill.v101.administrative.qiandaoren'
)
}}
</em><el-select
filterable
v-model=
'msg.EmployeeId'
:disabled=
"F_Query_SelfBranch"
>
:disabled=
"F_Query_SelfBranch
&& F_Query_employee
"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
value=
'-1'
></el-option>
<el-option
v-for=
'item in userList'
:label=
'item.name'
:value=
'item.empId'
:key=
'item.empId'
></el-option>
</el-select>
...
...
@@ -109,6 +109,7 @@
data
()
{
return
{
F_Query_SelfBranch
:
false
,
F_Query_employee
:
false
,
picObj
:[],
dspNone
:
true
,
loading
:
true
,
...
...
@@ -226,6 +227,7 @@
this
.
msg
.
RB_BranchId
=
userInfo
.
RB_Branch_id
}
else
{
this
.
F_Query_SelfBranch
=
true
this
.
F_Query_employee
=
true
;
this
.
msg
.
EmployeeId
=
userInfo
.
EmployeeId
}
this
.
getUserMsg
.
RB_Group_id
=
this
.
getCompanyMsg
.
RB_Group_Id
=
userInfo
.
RB_Group_id
;
//集团ID
...
...
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