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
eaf665d7
Commit
eaf665d7
authored
Nov 20, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c63edc8d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
FinancialDocuments.vue
src/pages/financial/financalDocument/FinancialDocuments.vue
+3
-3
WorkEntrustmentMy.vue
src/pages/financial/financalDocument/WorkEntrustmentMy.vue
+1
-1
No files found.
src/pages/financial/financalDocument/FinancialDocuments.vue
View file @
eaf665d7
...
...
@@ -1128,9 +1128,9 @@
<el-form-item
label=
"制单人转交:"
>
<el-select
v-model=
"zhuanjiaoMsg.CreateBy"
filterable
remote
reserve-keyword
:placeholder=
"$t('pub.pleaseImport')"
:remote-method=
"remoteMethodEx"
@
change=
"$forceUpdate(),choicereciveN2(zhuanjiaoMsg.CreateBy)"
>
<el-option
v-for=
"item in searchList"
:key=
"item.
empId"
:label=
"item.name"
:value=
"item.emp
Id"
>
<span
style=
"float: left"
>
{{
item
.
n
ame
}}
</span>
<span
style=
"float: right; color: #8492a6; font-size: 13px"
>
{{
item
.
pos
tName
}}
</span>
<el-option
v-for=
"item in searchList"
:key=
"item.
Id"
:label=
"item.EmployeeName"
:value=
"item.
Id"
>
<span
style=
"float: left"
>
{{
item
.
EmployeeN
ame
}}
</span>
<span
style=
"float: right; color: #8492a6; font-size: 13px"
>
{{
item
.
Dep
tName
}}
</span>
</el-option>
</el-select>
...
...
src/pages/financial/financalDocument/WorkEntrustmentMy.vue
View file @
eaf665d7
...
...
@@ -288,7 +288,7 @@ export default {
if
(
this
.
searchList
.
length
>
0
){
this
.
searchList
.
forEach
(
x
=>
{
if
(
x
.
Id
==
Id
){
this
.
addMsg
.
AuditEm
IdName
=
x
.
EmployeeName
this
.
addMsg
.
ReciveEmp
IdName
=
x
.
EmployeeName
}
})
}
...
...
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