Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
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
zhouqian
vue-gjjs
Commits
6c04d686
Commit
6c04d686
authored
Dec 07, 2022
by
wangna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cptopn修改
parent
9e0b635b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
30 deletions
+10
-30
index.js
src/model/Cptopn/index.js
+4
-25
Infsea.vue
src/views/Business/Infcpd/Infsea.vue
+6
-5
No files found.
src/model/Cptopn/index.js
View file @
6c04d686
import
Api
from
"~/service/Api"
;
import
Pts
from
"../Common/Pts"
import
Pub
from
"../Public"
export
default
class
Cptopn
{
constructor
()
{
this
.
data
=
{
...
...
@@ -241,30 +242,6 @@ export default class Cptopn{
uetr
:
""
,
// Uetr .cptp.uetr
},
pyenam
:
""
,
// 收款人名称 pyenam
setmod
:{
docamttyplab
:
""
,
// settled amount description as label .setmod.docamttyplab
retmsg
:
""
,
// Label showing Retry overflow condition .setmod.retmsg
ref
:
""
,
// our reference .setmod.ref
doccur
:
""
,
// document currency .setmod.doccur
docamt
:
""
,
// document amount .setmod.docamt
dspflg
:
""
,
// Type of settlement .setmod.dspflg
xreflg
:
""
,
// Recalculate Rates .setmod.xreflg
setglg
:{
labdspflg
:
""
,
// Label for Type of Settlement .setmod.setglg.labdspflg
setgll
:[]
},
zmqacclab
:
""
,
// 主�'�号LABEL .setmod.zmqacclab
zmqacc
:
""
,
// 自�'�区主�'�号 .setmod.zmqacc
setfog
:{
setfol
:[]
},
setfeg
:{
setfel
:[]
},
glemod
:{
gleshwstm
:
{}
}
},
mtabut
:{
coninf
:{
oitinf
:{
...
...
@@ -394,7 +371,8 @@ export default class Cptopn{
sbankname
:
""
,
// 银行机构名称 .cnybop.sbankname
outscale
:
""
,
// OUTSCALE .cnybop.outscale
},
pageId
:
""
// ctx的key
pageId
:
""
,
// ctx的key
setmod
:
new
Pub
().
data
.
Setmod
,
}
}
}
\ No newline at end of file
src/views/Business/Infcpd/Infsea.vue
View file @
6c04d686
...
...
@@ -297,7 +297,7 @@
size=
"medium"
type=
"primary"
style=
"margin-left: 0"
@
click=
"toCpt
opn
"
@
click=
"toCpt
adv
"
>
swift汇入
</c-button
>
<c-button
...
...
@@ -305,7 +305,7 @@
size=
"medium"
type=
"primary"
style=
"margin-left: 5px"
@
click=
"toCpt
adv
"
@
click=
"toCpt
opn
"
>
swift汇出
</c-button
>
<c-button
...
...
@@ -355,7 +355,7 @@
>
<div
style=
"
text-align: right;
text-align: right;
margin-top: -30px;
margin-right: 5px;
font-size: 16px;
...
...
@@ -554,9 +554,10 @@ export default {
this
.
$refs
.
childs
.
initdialog
=
true
;
console
.
log
(
"ownref:"
+
ownref
);
},
async
onChoose
(
code
)
{
async
onChoose
(
code
,
prePageId
)
{
//跳转交易
this
.
$router
.
history
.
push
(
"/business/"
+
code
);
// this.$router.history.push("/business/" + code);
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
}
});
this
.
$refs
.
childs
.
initdialog
=
false
;
},
async
getDitSelInfo
(
code
)
{
...
...
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