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
8646fb1e
Commit
8646fb1e
authored
Apr 16, 2021
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
员工单据交接
parent
bb11b252
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1384 additions
and
4 deletions
+1384
-4
GetWOrkTransferPageLis.vue
...ges/financial/financalDocument/GetWOrkTransferPageLis.vue
+1360
-0
RecPayQuery.vue
src/pages/financial/financalDocument/RecPayQuery.vue
+8
-4
sysuser.vue
src/pages/school/sysuser.vue
+11
-0
routes.js
src/router/routes.js
+5
-0
No files found.
src/pages/financial/financalDocument/GetWOrkTransferPageLis.vue
0 → 100644
View file @
8646fb1e
This diff is collapsed.
Click to expand it.
src/pages/financial/financalDocument/RecPayQuery.vue
View file @
8646fb1e
...
...
@@ -892,9 +892,9 @@
<el-form-item
label=
"制单人转交:"
>
<el-select
v-model=
"zhuanjiaoMsg.CreateBy"
filterable
remote
reserve-keyword
:placeholder=
"$t('pub.pleaseImport')"
:remote-method=
"remoteMethod"
@
change=
"$forceUpdate(),choicereciveN(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
.
p
ostName
}}
</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
.
P
ostName
}}
</span>
</el-option>
</el-select>
...
...
@@ -994,6 +994,7 @@
//转交信息
zhuanjiaoMsg
:
{
CreateBy
:
''
,
RB_CreateByName
:
''
,
FrIDList
:
[]
},
DataList
:
[],
...
...
@@ -1114,6 +1115,7 @@
var
that
=
this
;
that
.
MsgBus
.
$on
(
'getRecQuery'
,
function
(
FrID
)
{
that
.
zhuanjiaoMsg
.
CreateBy
=
''
;
that
.
zhuanjiaoMsg
.
RB_CreateByName
=
''
;
that
.
zhuanjiaoMsg
.
FrIDList
=
[];
that
.
zhuanjiaoMsg
.
FrIDList
.
push
(
FrID
);
that
.
zhuanjiaoBox
=
true
;
...
...
@@ -1122,6 +1124,7 @@
methods
:
{
getExchange
(
rowData
){
this
.
zhuanjiaoMsg
.
CreateBy
=
''
;
this
.
zhuanjiaoMsg
.
RB_CreateByName
=
''
;
this
.
zhuanjiaoMsg
.
FrIDList
=
[];
this
.
zhuanjiaoMsg
.
FrIDList
.
push
(
rowData
.
FrID
);
this
.
zhuanjiaoBox
=
true
;
...
...
@@ -1167,7 +1170,8 @@
if
(
this
.
searchList
.
length
>
0
){
this
.
searchList
.
forEach
(
x
=>
{
if
(
x
.
Id
==
Id
){
this
.
zhuanMsg
.
AuditEmIdName
=
x
.
EmployeeName
this
.
zhuanMsg
.
AuditEmIdName
=
x
.
EmployeeName
;
this
.
zhuanjiaoMsg
.
RB_CreateByName
=
x
.
EmployeeName
;
}
})
}
...
...
src/pages/school/sysuser.vue
View file @
8646fb1e
...
...
@@ -159,6 +159,11 @@
<q-item-label>
账户
</q-item-label>
</q-item-section>
</q-item>
<q-item
clickable
v-close-popup
@
click=
"goWOrkTransfer(props.row.EmAccountId)"
>
<q-item-section>
<q-item-label>
单据交接
</q-item-label>
</q-item-section>
</q-item>
<q-item
clickable
v-close-popup
@
click=
"resetSinglePwd(props.row)"
>
<q-item-section>
<q-item-label>
重置密码
</q-item-label>
...
...
@@ -654,6 +659,12 @@
path
:
tempStr
});
},
goWOrkTransfer
(
Id
){
var
tempStr
=
'/financial/financalDocument/GetWOrkTransferPageLis?type=9'
+
'&id='
+
Id
;
this
.
$router
.
push
({
path
:
tempStr
});
},
GetFirst
(
val
)
{
if
(
val
)
{
return
val
.
substr
(
0
,
1
);
...
...
src/router/routes.js
View file @
8646fb1e
...
...
@@ -396,6 +396,11 @@ const routes = [{
component
:
()
=>
import
(
"pages/financial/financalDocument/FinancialDocuments.vue"
)
},
{
path
:
"/financial/financalDocument/GetWOrkTransferPageLis"
,
//员工财务单据转交
component
:
()
=>
import
(
"pages/financial/financalDocument/GetWOrkTransferPageLis.vue"
)
},
{
path
:
"/financial/financalDocument/WorkEntrustmentMy"
,
//工作委托
component
:
()
=>
...
...
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