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
9466caab
Commit
9466caab
authored
Sep 03, 2021
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
table格式调整
parent
e5fa86df
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
32 additions
and
27 deletions
+32
-27
IStreamTable.vue
src/components/IStreamTable.vue
+1
-1
IStreamTableDocpan.vue
src/components/IStreamTableDocpan.vue
+1
-1
Ccvpan.vue
src/views/Business/Ditopn/Ccvpan.vue
+3
-3
Detp.vue
src/views/Business/Ditopn/Detp.vue
+1
-1
Detp1.vue
src/views/Business/Ditopn/Detp1.vue
+3
-3
Docpan.vue
src/views/Business/Ditopn/Docpan.vue
+4
-2
Engp.vue
src/views/Business/Ditopn/Engp.vue
+5
-3
Glepan.vue
src/views/Business/Ditopn/Glepan.vue
+4
-3
Limitbody.vue
src/views/Business/Ditopn/Limitbody.vue
+2
-2
Ovwp.vue
src/views/Business/Ditopn/Ovwp.vue
+2
-2
Setpan.vue
src/views/Business/Ditopn/Setpan.vue
+6
-6
No files found.
src/components/IStreamTable.vue
View file @
9466caab
...
...
@@ -6,7 +6,7 @@
@
selection-change=
"handleSelectionChange"
:row-key=
"getRowKey"
:header-cell-style=
"
{background: 'eef1f6', color: '#606266'}"
border="true">
:
border="true">
<el-table-column
type=
"selection"
width=
"55"
v-if=
"showSelection"
:reserve-selection=
"true"
></el-table-column>
<el-table-column
v-for=
"(item, key) in tableColumns"
...
...
src/components/IStreamTableDocpan.vue
View file @
9466caab
...
...
@@ -6,7 +6,7 @@
class=
"eContainer-table"
:row-class-name=
"tableRowClassName"
:header-cell-style=
"
{background: 'eef1f6', color: '#606266'}"
border="true">
:
border="true">
<el-table-column
v-for=
"(item, key) in tableColumns"
:key=
"key"
...
...
src/views/Business/Ditopn/Ccvpan.vue
View file @
9466caab
...
...
@@ -183,7 +183,7 @@
-->
<el-col
:span=
"24"
style=
"text-align: right"
>
<el-row>
<el-col
:span=
"2"
offset=
"19"
>
<el-col
:span=
"2"
:
offset=
"19"
>
<c-button
size=
"small"
type=
"primary"
...
...
@@ -218,8 +218,8 @@
<el-col
:span=
"24"
><div
style=
"height:10px"
></div></el-col>
<el-col
:span=
"2
4
"
>
<c-table
border
:list=
"model.liaall.liaccv.liaccvg"
style=
"width:80%,text-align:center"
>
<el-col
:span=
"2
2"
:offset=
"1
"
>
<c-table
:border=
"true"
:list=
"model.liaall.liaccv.liaccvg"
style=
"width:80%,text-align:center"
>
<el-table-column
prop=
"ccdflg"
label=
"CFO"
width=
"auto"
>
</el-table-column>
<el-table-column
prop=
"ownref"
label=
"保证金编号"
width=
"auto"
>
</el-table-column>
<el-table-column
prop=
"cur"
label=
"币种"
width=
"auto"
>
</el-table-column>
...
...
src/views/Business/Ditopn/Detp.vue
View file @
9466caab
...
...
@@ -66,7 +66,7 @@
</el-col>
<!-- ========================= Right ========================= -->
<el-col
:span=
"11"
offset=
"1"
>
<el-col
:span=
"11"
:
offset=
"1"
>
<el-form-item
label=
"分批装运货物"
prop=
"didgrp.rec.shppar"
>
<c-select
v-model=
"model.didgrp.rec.shppar"
style=
"width:50%"
placeholder=
"请选择"
>
<el-option
v-for=
"item in codes.shppar"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
...
...
src/views/Business/Ditopn/Detp1.vue
View file @
9466caab
...
...
@@ -70,7 +70,7 @@
</el-col>
</el-col>
<!-- =========================开证行========================= -->
<el-col
:span=
"11"
offset=
"1"
>
<el-col
:span=
"11"
:
offset=
"1"
>
<el-form-item
label=
"开证行BIC"
prop=
"didgrp.iss.pts.extkey"
>
<c-input
@
change=
"changeExtkey"
...
...
@@ -194,7 +194,7 @@
</el-form-item>
</el-col>
<!-- =========================保兑行========================= -->
<el-col
:span=
"11"
offset=
"1"
>
<el-col
:span=
"11"
:
offset=
"1"
>
<el-form-item
label=
"是否可保兑"
prop=
"didgrp.rec.bdflg"
>
<c-select
v-model=
"model.didgrp.rec.bdflg"
...
...
@@ -289,7 +289,7 @@
</el-form-item>
</el-col>
<!-- ========================申请行 ======================== -->
<el-col
:span=
"11"
offset=
"1"
>
<el-col
:span=
"11"
:
offset=
"1"
>
<el-form-item
label=
"申请行联行行号"
prop=
"didgrp.apc.pts.bankno"
>
<c-input
v-model=
"model.didgrp.apc.pts.bankno"
...
...
src/views/Business/Ditopn/Docpan.vue
View file @
9466caab
...
...
@@ -4,7 +4,8 @@
<el-form-item
label=
"Correspondence"
>
</el-form-item>
</el-col>
<c-istream-table-docpan
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-col
:span=
"22"
:offset=
"1"
>
<c-istream-table-docpan
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
label=
"报文格式"
>
<template
slot-scope=
"scope"
>
<c-select
...
...
@@ -160,6 +161,7 @@
</el-table-column> -->
</c-istream-table-docpan>
</el-col>
<!-- <el-col :span="24">
<c-table :list="model.trnmod.trndoc.doceot" style="width:80%,text-align:center">
...
...
@@ -419,7 +421,7 @@
:data=
"dialog.rcv.ptyinftxt.rows"
size=
"mini"
stripe
border
:border=
"true"
empty-text=
" "
max-height=
"430px"
>
...
...
src/views/Business/Ditopn/Engp.vue
View file @
9466caab
<
template
>
<div
class=
"eibs-tab"
>
Liability
<el-col
:span=
"24"
>
<c-table
:list=
"model.liaall.liaallg"
style=
"width:80%,text-align:center"
border
>
<el-col
:span=
"24"
style=
"margin-bottom:18px"
>
Liability
</el-col>
<el-col
:span=
"22"
:offset=
"1"
>
<c-table
:list=
"model.liaall.liaallg"
style=
"width:80%,text-align:center,margin-bottom:18px"
:border=
"true"
>
<el-table-column
prop=
"cbtpfx"
label=
"Type"
width=
"auto"
>
</el-table-column>
<el-table-column
prop=
"matdat"
label=
"Maturity"
width=
"auto"
>
</el-table-column>
<el-table-column
prop=
"tenday"
label=
"Tenor"
width=
"auto"
>
</el-table-column>
...
...
src/views/Business/Ditopn/Glepan.vue
View file @
9466caab
<
template
>
<div
class=
"eibs-tab"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
</c-istream-table>
<el-col
:span=
"22"
:offset=
"1"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
</c-istream-table>
</el-col>
</div>
</
template
>
<
script
>
...
...
src/views/Business/Ditopn/Limitbody.vue
View file @
9466caab
...
...
@@ -222,8 +222,8 @@
</el-col>
-->
<el-col
:span=
"2
4
"
>
<c-table
style=
"text-align: center"
:data=
"tableData"
border
>
<el-col
:span=
"2
2"
:offset=
"1
"
>
<c-table
style=
"text-align: center"
:data=
"tableData"
:border=
"true"
>
<el-table-column
label=
"可否串用"
width=
"auto"
>
</el-table-column>
-->
...
...
src/views/Business/Ditopn/Ovwp.vue
View file @
9466caab
...
...
@@ -2,7 +2,7 @@
<el-row>
<!-- =================顶部====================== -->
<el-col
:span=
"24"
>
<el-col
:span=
"8"
offset=
""
>
<el-col
:span=
"8"
>
<el-form-item
label=
"参考号"
prop=
"didgrp.rec.ownref"
>
<c-input
v-model=
"model.didgrp.rec.ownref"
...
...
@@ -354,7 +354,7 @@
</el-col>
</el-col>
<!-- ========================右边======================= -->
<el-col
:span=
"11"
offset=
"1"
>
<el-col
:span=
"11"
:
offset=
"1"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"申请人 参考号"
...
...
src/views/Business/Ditopn/Setpan.vue
View file @
9466caab
...
...
@@ -78,12 +78,12 @@
>
</el-form-item>
</el-col>
<el-col
:span=
"2
4"
style=
"margin-bottom: 18px
"
>
<el-col
:span=
"2
2"
style=
"margin-bottom: 18px"
:offset=
"1
"
>
<c-table
style=
"text-align: center"
:list=
"model.setmod.setfog.setfol"
:paginationShow=
"false"
border
:border=
"true"
>
<el-table-column
label=
"Payer"
prop=
"ptydbt"
width=
"auto"
>
<template
slot-scope=
"scope"
>
...
...
@@ -226,12 +226,12 @@
<el-col
:span=
"24"
style=
"text-align: left"
>
<el-form-item
label=
"Own Commission/Charges:"
>
</el-form-item>
</el-col>
<el-col
:span=
"2
4"
style=
"margin-bottom: 18px
"
>
<el-col
:span=
"2
2"
style=
"margin-bottom: 18px"
:offset=
"1
"
>
<c-table
style=
"text-align: center"
:list=
"model.setmod.setfeg.setfel"
:paginationShow=
"false"
border
:border=
"true"
>
<el-table-column
label=
"Role"
width=
"auto"
>
<
template
#
default=
"scope"
>
...
...
@@ -297,12 +297,12 @@
<el-form-item
label=
"Settlement:"
label-width=
"100px"
>
</el-form-item>
</el-col>
<el-col
:span=
"2
4"
style=
"margin-bottom: 18px
"
>
<el-col
:span=
"2
2"
style=
"margin-bottom: 18px"
:offset=
"1
"
>
<c-table
style=
"text-align: center"
:list=
"model.setmod.setglg.setgll"
:paginationShow=
"false"
border
:border=
"true"
>
<el-table-column
label=
"Mod"
prop=
"modflg"
width=
"auto"
>
</el-table-column>
...
...
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