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
71e2a35d
Commit
71e2a35d
authored
Dec 31, 2021
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bdtset调整
parent
faa032da
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
119 additions
and
77 deletions
+119
-77
IStreamTable.vue
src/components/IStreamTable.vue
+7
-1
Utlp.vue
src/views/Business/Bdtset/Utlp.vue
+90
-61
index.vue
src/views/Business/Bdtset/index.vue
+4
-0
BusRouter.js
src/views/Business/BusRouter.js
+1
-1
Infsea.vue
src/views/Business/Infbdd/Infsea.vue
+1
-1
index.vue
src/views/Business/Infbdd/index.vue
+8
-8
index.vue
src/views/Business/Infdid/index.vue
+6
-4
SideMenu.vue
src/views/Layout/SideMenu.vue
+2
-1
No files found.
src/components/IStreamTable.vue
View file @
71e2a35d
...
@@ -32,6 +32,7 @@
...
@@ -32,6 +32,7 @@
</el-table>
</el-table>
<c-col
:span=
"16"
>
<c-col
:span=
"16"
>
<el-pagination
<el-pagination
v-if=
"paginationShow"
class=
"eContainer-pagination"
class=
"eContainer-pagination"
layout=
"prev, pager, next, jumper"
layout=
"prev, pager, next, jumper"
:page-sizes=
"pageSizes"
:page-sizes=
"pageSizes"
...
@@ -43,7 +44,7 @@
...
@@ -43,7 +44,7 @@
></el-pagination>
></el-pagination>
</c-col>
</c-col>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<div
class=
"paginationLable"
>
<div
class=
"paginationLable"
v-if=
"paginationShow"
>
当前显示第
{{
(
currentPage
-
1
)
*
pageSize
+
1
}}
-
{{
当前显示第
{{
(
currentPage
-
1
)
*
pageSize
+
1
}}
-
{{
currentPage
*
pageSize
>
tableData
.
length
currentPage
*
pageSize
>
tableData
.
length
?
tableData
.
length
?
tableData
.
length
...
@@ -74,6 +75,11 @@ export default {
...
@@ -74,6 +75,11 @@ export default {
type
:
Boolean
,
type
:
Boolean
,
default
:
false
,
default
:
false
,
},
},
paginationShow
:
{
type
:
Boolean
,
required
:
false
,
default
:
true
,
},
},
},
computed
:
{
computed
:
{
tableColumns
()
{
tableColumns
()
{
...
...
src/views/Business/Bdtset/Utlp.vue
View file @
71e2a35d
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<c-col
:span=
"1
4
"
>
<c-col
:span=
"1
3
"
>
<el-form-item
label=
"信用证参考号"
prop=
"didgrp.rec.ownref"
>
<el-form-item
label=
"信用证参考号"
prop=
"didgrp.rec.ownref"
>
<c-input
<c-input
v-model=
"model.didgrp.rec.ownref"
v-model=
"model.didgrp.rec.ownref"
maxlength=
"16"
maxlength=
"16"
placeholder=
"请输入信用证参考号"
placeholder=
"请输入信用证参考号"
style=
"width:160px"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"
1
"
<c-col
:span=
"
2
"
><c-button
><c-button
type=
"primary"
type=
"primary"
icon=
"el-icon-search"
style=
"margin: 0 10px; padding: 0 10px"
style=
"margin: 0 5px; padding: 0 10px"
>
></c-button
<span
style=
"font-size:15px;font-family:'宋体';font-weight:bold"
>
i
</span>
</c-button
></c-col>
></c-col>
<c-col
:span=
"9"
>
<c-col
:span=
"9"
>
<el-form-item
<el-form-item
...
@@ -53,13 +55,16 @@
...
@@ -53,13 +55,16 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
style=
"height:13px"
>
<el-divider></el-divider>
</c-col>
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<c-col
:span=
"
22
"
>
<c-col
:span=
"
13
"
>
<el-form-item
label=
"单据参考号"
prop=
"bddgrp.rec.ownref"
>
<el-form-item
label=
"单据参考号"
prop=
"bddgrp.rec.ownref"
>
<c-input
<c-input
v-model=
"model.bddgrp.rec.ownref"
v-model=
"model.bddgrp.rec.ownref"
style=
"width:
98%
"
style=
"width:
160px
"
maxlength=
"16"
maxlength=
"16"
placeholder=
"请输入单据参考号"
placeholder=
"请输入单据参考号"
></c-input>
></c-input>
...
@@ -68,14 +73,15 @@
...
@@ -68,14 +73,15 @@
<c-col
:span=
"2"
style=
"text-align: right"
>
<c-col
:span=
"2"
style=
"text-align: right"
>
<c-button
<c-button
type=
"primary"
type=
"primary"
icon=
"el-icon-search"
style=
"margin: 0 10px; padding: 0 10px"
style=
"margin-left: 0"
>
></c-button>
<span
style=
"font-size:15px;font-family:'宋体';font-weight:bold"
>
i
</span>
</c-button>
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
"摘要"
prop=
"bddgrp.rec.nam"
>
<el-form-item
label=
"
单据
摘要"
prop=
"bddgrp.rec.nam"
>
<c-input
<c-input
v-model=
"model.bddgrp.rec.nam"
v-model=
"model.bddgrp.rec.nam"
maxlength=
"40"
maxlength=
"40"
...
@@ -205,7 +211,7 @@
...
@@ -205,7 +211,7 @@
<!-- ==========middle-right======== -->
<!-- ==========middle-right======== -->
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"申请人"
prop=
"bddgrp.apl.pts.ref"
>
<el-form-item
label=
"申请人
参考号
"
prop=
"bddgrp.apl.pts.ref"
>
<c-input
<c-input
v-model=
"model.bddgrp.apl.pts.ref"
v-model=
"model.bddgrp.apl.pts.ref"
maxlength=
"16"
maxlength=
"16"
...
@@ -215,7 +221,7 @@
...
@@ -215,7 +221,7 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Name of Party
"
prop=
"bddgrp.apl.pts.nam"
>
<el-form-item
label=
"
申请人名称
"
prop=
"bddgrp.apl.pts.nam"
>
<c-input
<c-input
v-model=
"model.bddgrp.apl.pts.nam"
v-model=
"model.bddgrp.apl.pts.nam"
maxlength=
"40"
maxlength=
"40"
...
@@ -225,7 +231,7 @@
...
@@ -225,7 +231,7 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"受益人"
prop=
"bddgrp.ben.pts.ref"
>
<el-form-item
label=
"受益人
参考号
"
prop=
"bddgrp.ben.pts.ref"
>
<c-input
<c-input
v-model=
"model.bddgrp.ben.pts.ref"
v-model=
"model.bddgrp.ben.pts.ref"
maxlength=
"16"
maxlength=
"16"
...
@@ -235,7 +241,7 @@
...
@@ -235,7 +241,7 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"bddgrp.ben.pts.nam"
>
<el-form-item
label=
"
受益人名称
"
prop=
"bddgrp.ben.pts.nam"
>
<c-input
<c-input
v-model=
"model.bddgrp.ben.pts.nam"
v-model=
"model.bddgrp.ben.pts.nam"
maxlength=
"40"
maxlength=
"40"
...
@@ -245,7 +251,7 @@
...
@@ -245,7 +251,7 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"交单行"
prop=
"bddgrp.prb.pts.ref"
>
<el-form-item
label=
"交单行
参考号
"
prop=
"bddgrp.prb.pts.ref"
>
<c-input
<c-input
v-model=
"model.bddgrp.prb.pts.ref"
v-model=
"model.bddgrp.prb.pts.ref"
maxlength=
"16"
maxlength=
"16"
...
@@ -255,7 +261,7 @@
...
@@ -255,7 +261,7 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"bddgrp.prb.pts.nam"
>
<el-form-item
label=
"
交单行名称
"
prop=
"bddgrp.prb.pts.nam"
>
<c-input
<c-input
v-model=
"model.bddgrp.prb.pts.nam"
v-model=
"model.bddgrp.prb.pts.nam"
maxlength=
"40"
maxlength=
"40"
...
@@ -265,12 +271,26 @@
...
@@ -265,12 +271,26 @@
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"22"
:offset=
"1"
style=
"height:10px"
>
<el-divider></el-divider>
</c-col>
<!-- =========bottom-left======== -->
<!-- =========bottom-left======== -->
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<c-col
:span=
"22"
:offset=
"2"
style=
"height:24px"
>
<el-form-item
class=
"formItemLabel"
label=
"表外信息"
label-width=
"300px"
>
</el-form-item>
</c-col>
<c-col
:span=
"22"
:offset=
"2"
>
<c-col
:span=
"22"
:offset=
"2"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
:paginationShow=
"false"
>
</c-istream-table>
</c-istream-table>
</c-col>
</c-col>
<c-col
:span=
"24"
style=
"margin-top: 20px"
>
<c-col
:span=
"24"
style=
"margin-top: 20px"
>
<c-col
:span=
"13"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"付款金额"
prop=
"setmod.doccur"
>
<el-form-item
label=
"付款金额"
prop=
"setmod.doccur"
>
...
@@ -292,6 +312,28 @@
...
@@ -292,6 +312,28 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"扣减金额"
prop=
"setmod.doccur"
>
<c-input
v-model=
"model.setmod.doccur"
style=
"width: 95%"
placeholder=
"请输入扣减金额"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
prop=
"setmod.redamt"
label-width=
"0"
>
<c-input
v-model=
"model.setmod.redamt"
placeholder=
"请输入扣减金额"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"扣费后付款金额"
prop=
"setmod.doccur"
>
<el-form-item
label=
"扣费后付款金额"
prop=
"setmod.doccur"
>
...
@@ -313,6 +355,7 @@
...
@@ -313,6 +355,7 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"SG000091"
prop=
"bddgrp.rec.clrmtd"
>
<el-form-item
label=
"SG000091"
prop=
"bddgrp.rec.clrmtd"
>
<c-input
<c-input
...
@@ -322,9 +365,10 @@
...
@@ -322,9 +365,10 @@
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"22"
:offset=
"2"
>
<c-col
:span=
"22"
:offset=
"2"
>
<div
class=
"e-table-wrapper"
>
<div
class=
"e-table-wrapper"
>
<c-table
:data=
"model.bptbck.bptbckg"
style=
"width: 100%"
>
<c-table
:data=
"model.bptbck.bptbckg"
style=
"width: 100%"
:paginationShow=
"false"
>
<el-table-column
prop=
"ownref"
label=
"Reference"
width=
"auto"
>
<el-table-column
prop=
"ownref"
label=
"Reference"
width=
"auto"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"opncur"
label=
"Cur."
width=
"auto"
>
<el-table-column
prop=
"opncur"
label=
"Cur."
width=
"auto"
>
...
@@ -342,54 +386,20 @@
...
@@ -342,54 +386,20 @@
</el-pagination>
-->
</el-pagination>
-->
</div>
</div>
</c-col>
</c-col>
</c-col>
</c-col>
<!-- =========bottom-right======== -->
<!-- =========bottom-right======== -->
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
style=
"margin-top: 10px"
>
<c-col
:span=
"24"
style=
"margin-top:10px;text-align:right"
>
<el-form-item>
<el-form-item
label-width=
"40px"
>
<c-checkbox
v-model=
"model.mtabut.clsflg"
style=
"margin-left: 50px"
>
闭卷
</c-checkbox>
<c-checkbox
v-model=
"model.trtcre.crefinflg"
>
融资
</c-checkbox>
<c-checkbox
v-model=
"model.trtcre.crefinflg"
>
融资
</c-checkbox>
<c-checkbox
v-model=
"model.mtabut.clsflg"
style=
"margin-left: 50px"
>
闭卷
</c-checkbox
>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item>
<c-checkbox
v-model=
"model.paypsb"
>
垫款
</c-checkbox>
<c-checkbox
v-model=
"model.paypsb"
>
垫款
</c-checkbox>
<c-checkbox
v-model=
"model.bddgrp.rec.frepayflg"
style=
"margin-left: 50px"
>
无偿放单
</c-checkbox
>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item>
<c-checkbox
v-model=
"model.dftcre.dfflag"
>
同业代付
</c-checkbox>
<c-checkbox
v-model=
"model.dftcre.dfflag"
>
同业代付
</c-checkbox>
<c-checkbox
v-model=
"model.bddgrp.rec.frepayflg"
style=
"margin-left: 50px"
>
无偿放单
</c-checkbox>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"扣减金额"
prop=
"setmod.doccur"
>
<c-input
v-model=
"model.setmod.doccur"
style=
"width: 95%"
placeholder=
"请输入扣减金额"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
prop=
"setmod.redamt"
label-width=
"0"
>
<c-input
v-model=
"model.setmod.redamt"
placeholder=
"请输入扣减金额"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
style=
"margin-top: 18px"
>
<c-col
:span=
"24"
style=
"margin-top: 18px"
>
<el-form-item
label=
"交单行"
prop=
"bddgrp.rec.docprbrol"
>
<el-form-item
label=
"交单行"
prop=
"bddgrp.rec.docprbrol"
>
<c-select
<c-select
...
@@ -401,7 +411,7 @@
...
@@ -401,7 +411,7 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"BIC"
prop=
"bddgrp.apl.pts.extkey"
>
<el-form-item
label=
"
交单行
BIC"
prop=
"bddgrp.apl.pts.extkey"
>
<c-input
<c-input
v-model=
"model.bddgrp.prb.pts.extkey"
v-model=
"model.bddgrp.prb.pts.extkey"
maxlength=
"16"
maxlength=
"16"
...
@@ -414,11 +424,18 @@
...
@@ -414,11 +424,18 @@
:disabledDizhii=
"true"
:disabledDizhii=
"true"
:model=
"model"
:model=
"model"
:argadr=
"
{
:argadr=
"
{
title: '',
title: '
交单行
',
rol: 'apl',
rol: 'apl',
grp: 'bddgrp',
grp: 'bddgrp',
}"
}"
>
</c-ptapdome>
>
</c-ptapdome>
</c-col>
</c-col>
<!--
<c-col
:span=
"12"
>
<!--
<c-col
:span=
"12"
>
...
@@ -558,5 +575,17 @@ export default {
...
@@ -558,5 +575,17 @@ export default {
created
:
function
()
{},
created
:
function
()
{},
};
};
</
script
>
</
script
>
<
style
>
<
style
scoped
>
.el-checkbox
{
margin-left
:
40px
;
margin-right
:
0
;
}
.formItemLabel
>>>
.el-form-item__label
{
text-align
:
left
;
font-weight
:
bold
;
}
.el-col
>>>
.el-divider--horizontal
{
margin-top
:
1px
;
}
</
style
>
>
</style>
</style>
src/views/Business/Bdtset/index.vue
View file @
71e2a35d
...
@@ -25,6 +25,10 @@
...
@@ -25,6 +25,10 @@
<m-utlp
:model=
"model"
:codes=
"codes"
/>
<m-utlp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"融资"
name=
"crefin"
v-if=
"model.trtcre.crefinflg===true"
>
</el-tab-pane>
<el-tab-pane
label=
"同行代付"
name=
"dff"
v-if=
"model.dftcre.dfflag===true"
>
</el-tab-pane>
<!--PD000027 -->
<!--PD000027 -->
<el-tab-pane
label=
"表外"
name=
"engp"
>
<el-tab-pane
label=
"表外"
name=
"engp"
>
...
...
src/views/Business/BusRouter.js
View file @
71e2a35d
...
@@ -177,7 +177,7 @@ const BusRouter = [
...
@@ -177,7 +177,7 @@ const BusRouter = [
{
path
:
'bdtcan'
,
component
:
Bdtcan
,
name
:
'Bdtcan'
,
meta
:
{
title
:
'买方信用证单据注销'
}
},
{
path
:
'bdtcan'
,
component
:
Bdtcan
,
name
:
'Bdtcan'
,
meta
:
{
title
:
'买方信用证单据注销'
}
},
{
path
:
'ditdla'
,
component
:
Ditdla
,
name
:
'Ditdla'
,
meta
:
{
title
:
'买方信用证减额接受'
}
},
{
path
:
'ditdla'
,
component
:
Ditdla
,
name
:
'Ditdla'
,
meta
:
{
title
:
'买方信用证减额接受'
}
},
{
path
:
'bdtset'
,
component
:
Bdtset
,
name
:
'Bdtset'
,
meta
:
{
title
:
'
Bdtset
'
}
},
{
path
:
'bdtset'
,
component
:
Bdtset
,
name
:
'Bdtset'
,
meta
:
{
title
:
'
信用证付款
'
}
},
{
path
:
'lttdav'
,
component
:
Lttdav
,
name
:
'Lttdav'
,
meta
:
{
title
:
'转让信用证通知到单'
}
},
{
path
:
'lttdav'
,
component
:
Lttdav
,
name
:
'Lttdav'
,
meta
:
{
title
:
'转让信用证通知到单'
}
},
{
path
:
'bttdck'
,
component
:
Bttdck
,
name
:
'Bttdck'
,
meta
:
{
title
:
'转让信用证单据第一受益人换单'
}
},
{
path
:
'bttdck'
,
component
:
Bttdck
,
name
:
'Bttdck'
,
meta
:
{
title
:
'转让信用证单据第一受益人换单'
}
},
...
...
src/views/Business/Infbdd/Infsea.vue
View file @
71e2a35d
...
@@ -222,7 +222,7 @@
...
@@ -222,7 +222,7 @@
</c-col>
</c-col>
</c-row> -->
</c-row> -->
<c-row
style=
"
margin-top: 20px;
padding: 0 10px 0 10px"
>
<c-row
style=
"padding: 0 10px 0 10px"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"OP"
width=
"120px"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"OP"
width=
"120px"
>
<
template
slot=
"header"
>
<
template
slot=
"header"
>
...
...
src/views/Business/Infbdd/index.vue
View file @
71e2a35d
...
@@ -2,15 +2,15 @@
...
@@ -2,15 +2,15 @@
<div
class=
"eContainer"
>
<div
class=
"eContainer"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"150px"
label-position=
"right"
size=
"small"
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"150px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
:validate-on-rule-change=
"false"
>
<
c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
class=
"infbddTab"
>
<
!--
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
class=
"infbddTab"
>
--
>
<
el-tab-pane
label=
"查询信息"
name=
"infsea"
>
<
!--
<el-tab-pane
label=
"查询信息"
name=
"infsea"
>
--
>
<
c-content
>
<
!--
<c-content>
--
>
<m-infsea
:model=
"model"
:codes=
"codes"
/>
<m-infsea
:model=
"model"
:codes=
"codes"
/>
<
/c-content
>
<
!--
</c-content>
--
>
<
/el-tab-pane
>
<
!--
</el-tab-pane>
--
>
<el-tab-pane
label=
"内容"
name=
"ovwp"
>
<
!--
<
el-tab-pane
label=
"内容"
name=
"ovwp"
>
<m-ovwp
:model=
"model"
:codes=
"codes"
/>
<m-ovwp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
...
@@ -64,8 +64,8 @@
...
@@ -64,8 +64,8 @@
<el-tab-pane
label=
"Order"
name=
"ordpan"
>
<el-tab-pane
label=
"Order"
name=
"ordpan"
>
<m-ordpan
:model=
"model"
:codes=
"codes"
/>
<m-ordpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
-->
<
/c-tabs
>
<
!--
</c-tabs>
--
>
</el-form>
</el-form>
</div>
</div>
</
template
>
</
template
>
...
...
src/views/Business/Infdid/index.vue
View file @
71e2a35d
<
template
>
<
template
>
<div
class=
"eContainer"
>
<div
class=
"eContainer"
>
<div
style=
"padding:0 5px"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"110px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"110px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<
c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<
!--
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
--
>
<!--PD000006 -->
<!--PD000006 -->
<!--
<el-tab-pane
label=
"信用证查询"
name=
"infsea"
>
-->
<!--
<el-tab-pane
label=
"信用证查询"
name=
"infsea"
>
-->
<
c-content
>
<
!--
<c-content>
--
>
<m-infsea
:model=
"model"
:codes=
"codes"
/>
<m-infsea
:model=
"model"
:codes=
"codes"
/>
<
/c-content
>
<
!--
</c-content>
--
>
<!--
</el-tab-pane>
-->
<!--
</el-tab-pane>
-->
<!--PD000001 -->
<!--PD000001 -->
...
@@ -94,8 +95,9 @@
...
@@ -94,8 +95,9 @@
<!--
<el-tab-pane
label=
"PD000488"
name=
"stament"
>
<!--
<el-tab-pane
label=
"PD000488"
name=
"stament"
>
<m-stament
:model=
"model"
:codes=
"codes"
/>
<m-stament
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
</el-tab-pane>
-->
<
/c-tabs
>
<
!--
</c-tabs>
--
>
</el-form>
</el-form>
</div>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
...
src/views/Layout/SideMenu.vue
View file @
71e2a35d
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<c-button
icon=
"el-icon-s-unfold"
v-else
@
click=
"openMenu"
></c-button>
<c-button
icon=
"el-icon-s-unfold"
v-else
@
click=
"openMenu"
></c-button>
<c-search-input
v-show=
"menuOpen"
></c-search-input>
<c-search-input
v-show=
"menuOpen"
></c-search-input>
</div>
</div>
<c-content
:height=
"
5
0"
>
<c-content
:height=
"0"
>
<el-menu
<el-menu
:default-active=
"activeMenu"
:default-active=
"activeMenu"
class=
"el-menu-vertical-demo"
class=
"el-menu-vertical-demo"
...
@@ -51,6 +51,7 @@ export default {
...
@@ -51,6 +51,7 @@ export default {
{
inifrm
:
"bdtudp"
,
ininam
:
"信用证承兑"
,
pntmiu
:
"2"
},
{
inifrm
:
"bdtudp"
,
ininam
:
"信用证承兑"
,
pntmiu
:
"2"
},
{
inifrm
:
"bdtdcr"
,
ininam
:
"信用证不符点/拒付"
,
pntmiu
:
"2"
},
{
inifrm
:
"bdtdcr"
,
ininam
:
"信用证不符点/拒付"
,
pntmiu
:
"2"
},
{
inifrm
:
"ditdck"
,
ininam
:
"信用证到单"
,
pntmiu
:
"2"
},
{
inifrm
:
"ditdck"
,
ininam
:
"信用证到单"
,
pntmiu
:
"2"
},
{
inifrm
:
"bdtset"
,
ininam
:
"信用证付款"
,
pntmiu
:
"2"
},
{
inifrm
:
"3"
,
ininam
:
"出口信用证"
,
pntmiu
:
""
},
{
inifrm
:
"3"
,
ininam
:
"出口信用证"
,
pntmiu
:
""
},
{
inifrm
:
"letsel"
,
ininam
:
"出口信用证查询"
,
pntmiu
:
"3"
},
{
inifrm
:
"letsel"
,
ininam
:
"出口信用证查询"
,
pntmiu
:
"3"
},
{
inifrm
:
"letopn"
,
ininam
:
"出口信用证通知"
,
pntmiu
:
"3"
},
{
inifrm
:
"letopn"
,
ininam
:
"出口信用证通知"
,
pntmiu
:
"3"
},
...
...
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