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
fukai
vue-gjjs
Commits
16e8aeda
Commit
16e8aeda
authored
Jul 05, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brteus增加从breudp传过来的页面(加字段)
parent
783c1d7c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
0 deletions
+29
-0
index.js
src/model/Brteus/index.js
+1
-0
index.vue
src/views/Business/Brteus/index.vue
+28
-0
No files found.
src/model/Brteus/index.js
View file @
16e8aeda
...
...
@@ -23,6 +23,7 @@ export default class Brteus{
matdat
:
""
,
// Maturity Date .brdgrp.rec.matdat
tenmaxday
:
""
,
// Tenor day .brdgrp.rec.tenmaxday
stadat
:
""
,
// 远期单据到期日 .brdgrp.rec.stadat
advtyp
:
""
,
// Type of Advice Received .brdgrp.rec.advtyp //brtudp交易沿用过来显示的页面字段
},
cbs
:{
max
:{
...
...
src/views/Business/Brteus/index.vue
View file @
16e8aeda
...
...
@@ -31,6 +31,27 @@
<m-brteus
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!-- ======新增隐藏面板(从brtudp交易的隐藏页面传(沿用)过来的)mt750p、mt754p、othadvtypp====== -->
<!--PD000139 -->
<el-tab-pane
label=
"Advice of Discrepance"
name=
"mt750p"
v-if=
"model.brdgrp.rec.advtyp=='750'"
>
<c-content>
<m-mt750p
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000147 -->
<el-tab-pane
label=
"Advice of Payment "
name=
"mt754p"
v-if=
"model.brdgrp.rec.advtyp=='754'"
>
<c-content>
<m-mt754p
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000213 -->
<el-tab-pane
label=
"Advice Details"
name=
"othadvtypp"
v-if=
"model.brdgrp.rec.advtyp=='oth'"
>
<m-othadvtypp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000027 -->
<el-tab-pane
label=
"Liability"
name=
"engp"
>
<m-engp
:model=
"model"
:codes=
"codes"
/>
...
...
@@ -89,10 +110,17 @@ import Docpan from "~/views/Public/Docpan";
import
Doctre
from
"~/views/Public/Doctre"
;
import
Limitbody
from
"~/views/Public/Limitbody"
;
import
Mt750p
from
"../Brtudp/Mt750p"
;
import
Mt754p
from
"../Brtudp/Mt754p"
;
import
Othadvtypp
from
"../Brtudp/Othadvtypp"
;
export
default
{
name
:
"Brteus"
,
components
:
{
"m-brteus"
:
Brteuss
,
"m-mt750p"
:
Mt750p
,
"m-mt754p"
:
Mt754p
,
"m-othadvtypp"
:
Othadvtypp
,
"m-engp"
:
Engp
,
"m-setpan"
:
Setpan
,
"m-coninfp"
:
Coninfp
,
...
...
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