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
67652421
Commit
67652421
authored
Apr 12, 2019
by
huangyuanyuan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
4af2e1fc
84b48046
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
4 deletions
+35
-4
addReceivablesDocuments.vue
src/components/FinancialModule/addReceivablesDocuments.vue
+35
-4
No files found.
src/components/FinancialModule/addReceivablesDocuments.vue
View file @
67652421
...
@@ -606,7 +606,9 @@ export default {
...
@@ -606,7 +606,9 @@ export default {
timer
:
''
,
timer
:
''
,
hideFlashMan
:
false
,
hideFlashMan
:
false
,
imgList
:[],
imgList
:[],
resultCode
:
null
resultCode
:
null
,
templateType
:
1
,
setCode
:
''
,
}
}
},
},
methods
:{
methods
:{
...
@@ -785,8 +787,38 @@ export default {
...
@@ -785,8 +787,38 @@ export default {
Type
:
fileTypeNumber
,
Type
:
fileTypeNumber
,
Url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
Url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
})
})
this
.
$message
.
success
(
this
.
$t
(
'tips.scchenggong'
))
this
.
Success
(
this
.
$t
(
'tips.scchenggong'
))
});
if
(
this
.
bankType
==
13
&&
x
.
data
.
Ocr
.
length
>
0
){
var
OcrStr
=
''
;
x
.
data
.
Ocr
.
forEach
(
x
=>
{
OcrStr
+=
x
.
words
})
var
wechat
=
[];
var
zhifu
=
[];
wechat
=
OcrStr
.
match
(
/
(?
<=商户单号
)(\d
*
)
/
);
zhifu
=
OcrStr
.
match
(
/
(?
<=商家可扫码退款或查询交易
)(\d
*
)
/
);
if
(
wechat
==
null
&&
zhifu
==
null
){
return
;
}
if
(
zhifu
==
null
&&
wechat
.
length
>
0
){
this
.
setCode
=
wechat
[
wechat
.
length
-
1
]
}
else
if
(
wechat
==
null
&&
zhifu
.
length
>
0
){
this
.
setCode
=
zhifu
[
zhifu
.
length
-
1
]
}
this
.
$confirm
(
'匹配到交易流水号是否替换?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(()
=>
{
this
.
msg
.
AccountNumber
=
this
.
setCode
}).
catch
(()
=>
{
this
.
$message
({
type
:
'info'
,
message
:
'已取消删除'
});
});
}
},
1
);
},
},
countFee
(){
// 输入原币手续费计算本位币手续费
countFee
(){
// 输入原币手续费计算本位币手续费
if
(
this
.
msg
.
detailList
.
length
>
0
&&
this
.
msg
.
detailList
[
0
].
Rate
&&
this
.
msg
.
OriginalFee
){
if
(
this
.
msg
.
detailList
.
length
>
0
&&
this
.
msg
.
detailList
[
0
].
Rate
&&
this
.
msg
.
OriginalFee
){
...
@@ -1452,7 +1484,6 @@ export default {
...
@@ -1452,7 +1484,6 @@ export default {
if
(
this
.
$route
.
query
.
Conditon
){
if
(
this
.
$route
.
query
.
Conditon
){
this
.
returnCode
=
this
.
$route
.
query
.
Conditon
;
this
.
returnCode
=
this
.
$route
.
query
.
Conditon
;
}
}
this
.
BankAccount_post_GetAccountType
();
this
.
BankAccount_post_GetAccountType
();
// this.admin_get_DepartmentGetList();
// this.admin_get_DepartmentGetList();
//this.hasnextpoint()
//this.hasnextpoint()
...
...
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