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
c63edc8d
Commit
c63edc8d
authored
Nov 20, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
90414718
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
3 deletions
+30
-3
FinancialDocuments.vue
src/pages/financial/financalDocument/FinancialDocuments.vue
+20
-2
WorkEntrustmentMy.vue
src/pages/financial/financalDocument/WorkEntrustmentMy.vue
+10
-1
No files found.
src/pages/financial/financalDocument/FinancialDocuments.vue
View file @
c63edc8d
...
@@ -1051,7 +1051,7 @@
...
@@ -1051,7 +1051,7 @@
<el-form
label-width=
"100px"
>
<el-form
label-width=
"100px"
>
<el-form-item
:label=
"$t('fnc.zhuanjiaoren')"
>
<el-form-item
:label=
"$t('fnc.zhuanjiaoren')"
>
<el-select
v-model=
"zhuanMsg.AuditEmId"
filterable
remote
reserve-keyword
<el-select
v-model=
"zhuanMsg.AuditEmId"
filterable
remote
reserve-keyword
:placeholder=
"$t('pub.pleaseImport')"
:remote-method=
"remoteMethod"
@
change=
"$forceUpdate()"
:placeholder=
"$t('pub.pleaseImport')"
:remote-method=
"remoteMethod"
@
change=
"$forceUpdate()
,choicereciveN(zhuanMsg.AuditEmId)
"
:loading=
"loading2"
>
:loading=
"loading2"
>
<el-option
v-for=
"item in searchList"
:key=
"item.Id"
:label=
"item.EmployeeName"
:value=
"item.Id"
>
<el-option
v-for=
"item in searchList"
:key=
"item.Id"
:label=
"item.EmployeeName"
:value=
"item.Id"
>
<span
style=
"float: left"
>
{{
item
.
EmployeeName
}}
</span>
<span
style=
"float: left"
>
{{
item
.
EmployeeName
}}
</span>
...
@@ -1127,7 +1127,7 @@
...
@@ -1127,7 +1127,7 @@
<el-form
label-width=
"100px"
>
<el-form
label-width=
"100px"
>
<el-form-item
label=
"制单人转交:"
>
<el-form-item
label=
"制单人转交:"
>
<el-select
v-model=
"zhuanjiaoMsg.CreateBy"
filterable
remote
reserve-keyword
<el-select
v-model=
"zhuanjiaoMsg.CreateBy"
filterable
remote
reserve-keyword
:placeholder=
"$t('pub.pleaseImport')"
:remote-method=
"remoteMethodEx"
@
change=
"$forceUpdate()"
>
: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.empId"
>
<el-option
v-for=
"item in searchList"
:key=
"item.empId"
:label=
"item.name"
:value=
"item.empId"
>
<span
style=
"float: left"
>
{{
item
.
name
}}
</span>
<span
style=
"float: left"
>
{{
item
.
name
}}
</span>
<span
style=
"float: right; color: #8492a6; font-size: 13px"
>
{{
item
.
postName
}}
</span>
<span
style=
"float: right; color: #8492a6; font-size: 13px"
>
{{
item
.
postName
}}
</span>
...
@@ -1840,6 +1840,24 @@
...
@@ -1840,6 +1840,24 @@
this
.
loading2
=
false
;
this
.
loading2
=
false
;
}
}
},
},
choicereciveN
(
Id
){
if
(
this
.
searchList
.
length
>
0
){
this
.
searchList
.
forEach
(
x
=>
{
if
(
x
.
Id
==
Id
){
this
.
zhuanMsg
.
AuditEmIdName
=
x
.
EmployeeName
}
})
}
},
choicereciveN2
(
Id
){
if
(
this
.
searchList
.
length
>
0
){
this
.
searchList
.
forEach
(
x
=>
{
if
(
x
.
Id
==
Id
){
this
.
zhuanjiaoMsg
.
AuditEmIdName
=
x
.
EmployeeName
}
})
}
},
closeChangeMachie
(
done
)
{
// 转交窗口关闭
closeChangeMachie
(
done
)
{
// 转交窗口关闭
this
.
BOSSDialogText
=
false
;
this
.
BOSSDialogText
=
false
;
done
();
done
();
...
...
src/pages/financial/financalDocument/WorkEntrustmentMy.vue
View file @
c63edc8d
...
@@ -103,7 +103,7 @@
...
@@ -103,7 +103,7 @@
</el-col>
</el-col>
<el-col
:span=
"12"
:offset=
"1"
>
<el-col
:span=
"12"
:offset=
"1"
>
<el-form-item
label=
"受委托人:"
>
<el-form-item
label=
"受委托人:"
>
<el-select
v-model=
'addMsg.reciveEmpId'
filterable
remote
reserve-keyword
placeholder=
"请输入关键词"
:remote-method=
"remoteMethod"
:loading=
"loading"
>
<el-select
v-model=
'addMsg.reciveEmpId'
filterable
remote
reserve-keyword
placeholder=
"请输入关键词"
:remote-method=
"remoteMethod"
:loading=
"loading"
@
change=
"choicereciveN(addMsg.reciveEmpId)"
>
<el-option
v-for=
'item in searchList'
<el-option
v-for=
'item in searchList'
:label=
'item.EmployeeName'
:label=
'item.EmployeeName'
:value=
'item.Id'
:value=
'item.Id'
...
@@ -283,6 +283,15 @@ export default {
...
@@ -283,6 +283,15 @@ export default {
})
})
}
}
},
choicereciveN
(
Id
){
if
(
this
.
searchList
.
length
>
0
){
this
.
searchList
.
forEach
(
x
=>
{
if
(
x
.
Id
==
Id
){
this
.
addMsg
.
AuditEmIdName
=
x
.
EmployeeName
}
})
}
}
}
},
},
mounted
(){
mounted
(){
...
...
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