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
448bbe77
Commit
448bbe77
authored
Nov 04, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
a9e16ebd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
FinancialDocuments.vue
src/components/FinancialModule/FinancialDocuments.vue
+1
-0
GetWOrkTransferPageLis.vue
src/components/FinancialModule/GetWOrkTransferPageLis.vue
+2
-1
No files found.
src/components/FinancialModule/FinancialDocuments.vue
View file @
448bbe77
...
@@ -1082,6 +1082,7 @@ export default {
...
@@ -1082,6 +1082,7 @@ export default {
}
}
},
},
closeChangeMachie
(
done
)
{
// 转交窗口关闭
closeChangeMachie
(
done
)
{
// 转交窗口关闭
this
.
BOSSDialogText
=
false
;
done
();
done
();
},
},
Financial_post_SetBatch
(){
// 批量提交
Financial_post_SetBatch
(){
// 批量提交
...
...
src/components/FinancialModule/GetWOrkTransferPageLis.vue
View file @
448bbe77
...
@@ -651,8 +651,8 @@ export default {
...
@@ -651,8 +651,8 @@ export default {
},
},
subBOSSBtnClick
:
function
()
{
subBOSSBtnClick
:
function
()
{
this
.
loading
=
true
;
this
.
loading
=
true
;
this
.
BOSSDialogText
=
true
;
if
(
this
.
bossLen
&&
this
.
bossLen
<=
this
.
checkList
.
length
)
{
if
(
this
.
bossLen
&&
this
.
bossLen
<=
this
.
checkList
.
length
)
{
this
.
BOSSDialogText
=
true
;
this
.
AuditOrRefundMsg
.
WorkFlowId
=
this
.
checkList
[
this
.
bossLen
-
1
]
this
.
AuditOrRefundMsg
.
WorkFlowId
=
this
.
checkList
[
this
.
bossLen
-
1
]
this
.
apipost
(
'Financial_post_AuditOrRefund'
,
this
.
AuditOrRefundMsg
,
res
=>
{
this
.
apipost
(
'Financial_post_AuditOrRefund'
,
this
.
AuditOrRefundMsg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
){
if
(
res
.
data
.
resultCode
==
1
){
...
@@ -765,6 +765,7 @@ export default {
...
@@ -765,6 +765,7 @@ export default {
}
}
},
},
closeChangeMachie
(
done
)
{
// 转交窗口关闭
closeChangeMachie
(
done
)
{
// 转交窗口关闭
this
.
BOSSDialogText
=
false
;
done
();
done
();
},
},
Financial_post_SetBatch
(){
// 批量提交
Financial_post_SetBatch
(){
// 批量提交
...
...
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