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
90a0570f
Commit
90a0570f
authored
Jan 12, 2022
by
liushikai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://114.115.138.98:8900/fukai/vue-gjjs
parents
985b75b6
5b94e824
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
7 deletions
+30
-7
Pattern.js
src/model/Ditdck/Pattern.js
+4
-4
Infsea.vue
src/views/Business/Infbdd/Infsea.vue
+12
-3
Infsea.vue
src/views/Business/Infdid/Infsea.vue
+14
-0
No files found.
src/model/Ditdck/Pattern.js
View file @
90a0570f
...
...
@@ -108,8 +108,8 @@ export default {
{
max
:
20
,
message
:
"长度不能超过20"
}
],
"didgrp.rec.utlnbr"
:[
{
type
:
"
string
"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
{
type
:
"
number
"
,
required
:
false
,
message
:
"必输项"
},
//
{max: 3,message:"长度不能超过3"}
],
"bddgrp.prb.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
@@ -194,8 +194,8 @@ export default {
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"bddgrp.rec.tenmaxday"
:[
{
type
:
"
string
"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
{
type
:
"
number
"
,
required
:
false
,
message
:
"必输项"
},
//
{max: 3,message:"长度不能超过3"}
],
...
...
src/views/Business/Infbdd/Infsea.vue
View file @
90a0570f
...
...
@@ -251,7 +251,11 @@
title=
"历史信息"
width=
"800"
trigger=
"click"
:ref=
"'popover_' + scope.row.IDX"
>
<div
style=
"text-align: right; margin-top: -30px; margin-right: 5px; font-size: 16px;"
>
<span
class=
"el-icon-close"
@
click=
"closeTrn('popover_' + scope.row.IDX)"
/>
</div>
<c-istream-table
:list=
"trnData.data"
:columns=
"trnData.columns"
...
...
@@ -346,8 +350,10 @@ export default {
'8 6 "Beneficiary" 150'
,
'9 7 "Party Number" 140'
,
'10 8 "Presenting Bank" 220'
,
'3 9 "Opened" 150'
,
'4 10 "Closed" 80'
,
// '3 9 "Opened" 150',
// '4 10 "Closed" 80',
{
index
:
3
,
position
:
9
,
width
:
100
,
pattern
:
'date'
,
label
:
'Opened'
},
{
index
:
4
,
position
:
10
,
width
:
100
,
pattern
:
'date'
,
label
:
'Closed'
},
'11 11 "Doc Amount Cur" 120'
,
'12 12 "Doc Amount" 120'
,
'13 13 "Open Amount Cur" 130'
,
...
...
@@ -377,8 +383,11 @@ export default {
this
.
$router
.
history
.
push
(
"/business/"
+
code
)
this
.
initdialog
=
false
},
closeTrn
(
refId
){
this
.
$refs
[
refId
].
doClose
();
},
async
getTrnInfo
(
idx
,
row
)
{
debugger
;
this
.
model
.
infcon
.
objinr
=
row
[
"INR"
];
this
.
model
.
didgrp
.
rec
.
inr
=
row
[
"INR"
];
...
...
src/views/Business/Infdid/Infsea.vue
View file @
90a0570f
...
...
@@ -317,7 +317,11 @@
title=
"历史信息"
width=
"800"
trigger=
"click"
:ref=
"'popover_' + scope.row.IDX"
>
<div
style=
"text-align: right; margin-top: -30px; margin-right: 5px; font-size: 16px;"
>
<span
class=
"el-icon-close"
@
click=
"closeTrn('popover_' + scope.row.IDX)"
/>
</div>
<c-istream-table
:list=
"trnData.data"
:columns=
"trnData.columns"
...
...
@@ -342,6 +346,13 @@
>
详情
</c-button>
<!-- <c-button
style="margin-left: 0"
size="small"
>
关闭
</c-button> -->
</el-popover>
<!-- <c-button
...
...
@@ -670,6 +681,9 @@ export default {
this
.
trnData
.
data
=
rtnmsg
.
data
.
infcon_trnstm
.
rows
;
}
},
closeTrn
(
refId
){
this
.
$refs
[
refId
].
doClose
();
},
toDitopn
(){
this
.
$router
.
history
.
push
(
"/business/ditopn"
)
}
...
...
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