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
140cbef7
Commit
140cbef7
authored
Oct 27, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查询表格UI改造缺陷处理
parent
8475f069
Show whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
118 additions
and
113 deletions
+118
-113
Infsea.vue
src/views/Business/Infbcd/Infsea.vue
+7
-4
Infsea.vue
src/views/Business/Infbdd/Infsea.vue
+5
-6
Infsea.vue
src/views/Business/Infbed/Infsea.vue
+9
-9
Infsea.vue
src/views/Business/Infbfd/Infsea.vue
+11
-12
Infsea.vue
src/views/Business/Infbod/Infsea.vue
+3
-3
Infsea.vue
src/views/Business/Infbpd/Infsea.vue
+19
-19
Infsea.vue
src/views/Business/Infbrd/Infsea.vue
+3
-3
Infsea.vue
src/views/Business/Infbtd/Infsea.vue
+9
-9
Infsea.vue
src/views/Business/Infccd/Infsea.vue
+7
-7
Infsea.vue
src/views/Business/Infcld/Infsea.vue
+1
-1
Infsea.vue
src/views/Business/Infcpd/Infsea.vue
+9
-6
Infsea.vue
src/views/Business/Infdet/Infsea.vue
+6
-6
Infsea.vue
src/views/Business/Infdid/Infsea.vue
+2
-2
Infsea.vue
src/views/Business/Infltd/Infsea.vue
+15
-15
Infsea.vue
src/views/Business/Inftrd/Infsea.vue
+5
-5
InftrnpsDetail.vue
src/views/Business/Trnrel/InftrnpsDetail.vue
+1
-1
TrnfndsDetail.vue
src/views/Business/Trnrel/Trnfnd/TrnfndsDetail.vue
+6
-5
No files found.
src/views/Business/Infbcd/Infsea.vue
View file @
140cbef7
...
...
@@ -141,7 +141,10 @@
<c-col
:span=
"24"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
:showButtonFlg=
"true"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"150px"
>
<el-table-column
fixed=
"right"
prop=
"op"
width=
"140px"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align: center"
><span>
操作
</span></c-col>
</
template
>
<
template
slot-scope=
"scope"
>
<el-popover
placement=
"top-start"
title=
"历史信息"
width=
"800"
trigger=
"click"
:ref=
"'popover_' + scope.row.IDX"
>
...
...
@@ -158,7 +161,7 @@
<c-button
style=
"margin-left: 0"
size=
"small"
@
click=
"getTrnInfo(scope.$index, scope.row)"
slot=
"reference"
>
详情
</c-button>
</el-popover>
<c-button
style=
"margin-left:
0
"
size=
"small"
type=
"primary"
@
click=
"getButtons(scope.row['代收编号'])"
>
处理
<c-button
style=
"margin-left:
5px
"
size=
"small"
type=
"primary"
@
click=
"getButtons(scope.row['代收编号'])"
>
处理
</c-button>
</template>
</el-table-column>
...
...
@@ -219,9 +222,9 @@ export
"5 12
\"
货物类型
\"
130 1 0 1 GODCOD"
,
"3 13
\"
开立日期
\"
150 4 7"
,
"4 14
\"
开闭日期
\"
150 4 7"
,
"15 15
\"
代收
币种
\"
150"
,
"15 15
\"
金额
币种
\"
150"
,
"16 16
\"
代收金额
\"
120 2 8 1 15"
,
"17 17
\"
代收
币种
\"
150"
,
"17 17
\"
余额
币种
\"
150"
,
"18 18
\"
代收余额
\"
130 2 8 1 17"
,
],
data
:
[]
...
...
src/views/Business/Infbdd/Infsea.vue
View file @
140cbef7
...
...
@@ -226,16 +226,15 @@
<el-row>
<c-col
:span=
"24"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
:showButtonFlg=
"true"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"150px"
width=
"140px"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:
left
"
><span>
操作
</span></c-col>
<
c-col
:span=
"12"
style=
"text-align:right"
><c-button
icon=
"el-icon-s-tools"
></c-button></c-col
>
<c-col
:span=
"11"
style=
"text-align:
center
"
><span>
操作
</span></c-col>
<
!--
<c-col
:span=
"12"
style=
"text-align:right"
><c-button
icon=
"el-icon-s-tools"
></c-button></c-col>
--
>
</
template
>
<
template
slot-scope=
"scope"
>
...
...
@@ -281,7 +280,7 @@
</c-button>
</el-popover>
<c-button
style=
"margin-left:
0
"
style=
"margin-left:
5px
"
size=
"small"
type=
"primary"
@
click=
"getButtons(scope.row['信用证编号'])"
...
...
src/views/Business/Infbed/Infsea.vue
View file @
140cbef7
...
...
@@ -262,15 +262,15 @@
<el-row>
<c-col
:span=
"24"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"150px"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
:showButtonFlg=
"true"
>
<el-table-column
fixed=
"right"
prop=
"op"
width=
"150px"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:
left
"
<c-col
:span=
"11"
style=
"text-align:
center
"
><span>
操作
</span></c-col
>
<c-col
:span=
"12"
style=
"text-align: right"
<
!--
<
c-col
:span=
"12"
style=
"text-align: right"
><c-button
icon=
"el-icon-s-tools"
></c-button
></c-col>
></c-col>
-->
</
template
>
<
template
slot-scope=
"scope"
>
<el-popover
...
...
@@ -320,7 +320,7 @@
</c-button>
</el-popover>
<c-button
style=
"margin-left:
0
"
style=
"margin-left:
5px
"
size=
"small"
type=
"primary"
@
click=
"getButtons(scope.row['单据编号'])"
...
...
@@ -402,9 +402,9 @@ export default {
'14 11 "开证行名称" 150'
,
'15 12 "当事人编号" 150'
,
'16 13 "购买银行" 150'
,
'17 17 "币种" 150'
,
'18 1
9
"单据金额" 150'
,
'19 1
8 "
币种" 150'
,
'17 17 "
单据金额
币种" 150'
,
'18 1
8
"单据金额" 150'
,
'19 1
9 "开立金额
币种" 150'
,
'20 20 "开立金额" 150'
,
],
data
:
[],
...
...
src/views/Business/Infbfd/Infsea.vue
View file @
140cbef7
...
...
@@ -14,12 +14,6 @@
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"业务简略信息"
prop=
"infcon.nam"
>
<c-input
v-model=
"model.infcon.nam"
maxlength=
"40"
placeholder=
"请输入业务简略信息"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"开立日期"
prop=
"infcon.opndatfrom"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatfrom"
style=
"width: 100%"
...
...
@@ -34,6 +28,11 @@
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"业务简略信息"
prop=
"infcon.nam"
>
<c-input
v-model=
"model.infcon.nam"
maxlength=
"40"
placeholder=
"请输入业务简略信息"
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-row>
...
...
@@ -150,13 +149,13 @@
</c-list-search>
<c-col
:span=
"24"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"15
0px"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
:showButtonFlg=
"true"
>
<el-table-column
fixed=
"right"
prop=
"op"
width=
"14
0px"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:
left
"
><span>
操作
</span></c-col>
<c-col
:span=
"12"
style=
"text-align: right"
>
<c-col
:span=
"11"
style=
"text-align:
center
"
><span>
操作
</span></c-col>
<
!--
<
c-col
:span=
"12"
style=
"text-align: right"
>
<c-button
icon=
"el-icon-s-tools"
></c-button>
</c-col>
</c-col>
-->
</
template
>
<
template
slot-scope=
"scope"
>
<el-popover
placement=
"top-start"
title=
"历史信息"
width=
"800"
trigger=
"click"
...
...
@@ -187,7 +186,7 @@
</c-button>
</el-popover>
<c-button
style=
"margin-left:
0
"
size=
"small"
type=
"primary"
<c-button
style=
"margin-left:
5px
"
size=
"small"
type=
"primary"
@
click=
"getButtons(scope.row['信用证编号'])"
>
处理
</c-button>
...
...
src/views/Business/Infbod/Infsea.vue
View file @
140cbef7
...
...
@@ -159,7 +159,7 @@
<c-button
style=
"margin-left: 0"
size=
"small"
@
click=
"getTrnInfo(scope.$index, scope.row)"
slot=
"reference"
>
详情
</c-button>
</el-popover>
<c-button
style=
"margin-left:
0
"
size=
"small"
type=
"primary"
@
click=
"getButtons(scope.row['托收编号'])"
>
处理
<c-button
style=
"margin-left:
5px
"
size=
"small"
type=
"primary"
@
click=
"getButtons(scope.row['托收编号'])"
>
处理
</c-button>
</template>
</el-table-column>
...
...
@@ -220,9 +220,9 @@ export default {
'12 12 "Drawer CN" 150'
,
'13 13 "代收行编号" 200'
,
'14 14 "代收行" 200'
,
'15 15 "
托收
币种" 150'
,
'15 15 "
金额
币种" 150'
,
'16 16 "托收金额" 120 2 8 1 15'
,
'17 17 "
托收
币种" 150'
,
'17 17 "
余额
币种" 150'
,
'18 18 "托收余额" 130 2 8 1 -1'
],
data
:
[],
...
...
src/views/Business/Infbpd/Infsea.vue
View file @
140cbef7
...
...
@@ -345,13 +345,13 @@
</c-col>
<c-col
:span=
"24"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"140px"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
:showButtonFlg=
"true"
>
<el-table-column
fixed=
"right"
prop=
"op"
width=
"140px"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:
left
"
><span>
操作
</span></c-col>
<c-col
:span=
"12"
style=
"text-align: right"
<c-col
:span=
"11"
style=
"text-align:
center
"
><span>
操作
</span></c-col>
<
!--
<
c-col
:span=
"12"
style=
"text-align: right"
><c-button
icon=
"el-icon-s-tools"
></c-button
></c-col>
></c-col>
-->
</
template
>
<
template
slot-scope=
"scope"
>
<el-popover
...
...
@@ -399,7 +399,7 @@
</el-popover>
<c-button
style=
"margin-left:
0
"
style=
"margin-left:
5px
"
size=
"small"
type=
"primary"
@
click=
"getButtons(scope.row['出口融资编号'])"
...
...
@@ -447,7 +447,7 @@ export default {
stmData
:
{
columns
:
[
'1 1 "出口融资编号" 150'
,
'2 2 "客户经理"
8
0'
,
'2 2 "客户经理"
10
0'
,
// '19 3 "融资类型" 120',
{
index
:
19
,
...
...
@@ -457,7 +457,7 @@ export default {
label
:
"融资类型"
,
code
:
this
.
codes
.
fintyp_bpd
,
},
'3 4 "Parent Contract" 1
2
0'
,
'3 4 "Parent Contract" 1
4
0'
,
'4 5 "执行利率" 120'
,
'22 6 "Pta .No" 120'
,
'23 7 "当事人编号" 200'
,
...
...
@@ -465,26 +465,26 @@ export default {
'25 9 "Advanced CN" 200'
,
'5 10 "融资状态" 100'
,
'6 11 "融资账号" 100'
,
'31 12 "组织机构代码" 1
0
0'
,
'7 13 "开立日期"
8
0'
,
'8 14 "关闭日期"
8
0'
,
'18 15 "参考指标"
8
0'
,
'27 16 "单据金额币种" 1
0
0'
,
'31 12 "组织机构代码" 1
2
0'
,
'7 13 "开立日期"
15
0'
,
'8 14 "关闭日期"
15
0'
,
'18 15 "参考指标"
10
0'
,
'27 16 "单据金额币种" 1
2
0'
,
'28 17 "单据金额" 110'
,
'29 18 "余额币种" 100'
,
'30 19 "余额" 110'
,
'9 20 "融资天数"
8
0'
,
'9 20 "融资天数"
10
0'
,
'26 21 "Pty .No" 120'
,
'10 22 "福费廷类型" 120'
,
'11 23 "福费廷转卖类型" 150'
,
'12 24 "卖出日期"
8
0'
,
'13 25 "包买行SWIFT号" 1
2
0'
,
'14 26 "包买行英文名称" 1
2
0'
,
'12 24 "卖出日期"
15
0'
,
'13 25 "包买行SWIFT号" 1
4
0'
,
'14 26 "包买行英文名称" 1
4
0'
,
'15 27 "包买行融资到期日" 150'
,
'16 28 "包买行汇入我行款项金额" 200'
,
'17 29 "我行卖出执行利率" 150'
,
'20 30 "开证行BIC编码" 1
2
0'
,
'21 31 "开证行BIC名称" 1
2
0'
,
'20 30 "开证行BIC编码" 1
4
0'
,
'21 31 "开证行BIC名称" 1
4
0'
,
],
data
:
[],
},
...
...
src/views/Business/Infbrd/Infsea.vue
View file @
140cbef7
...
...
@@ -260,9 +260,9 @@
:columns=
"columns"
:showButtonFlg=
"true"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"140px"
>
<el-table-column
fixed=
"right"
prop=
"op"
width=
"140px"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:
left
"
><span>
操作
</span></c-col>
<c-col
:span=
"11"
style=
"text-align:
center
"
><span>
操作
</span></c-col>
</
template
>
<
template
slot-scope=
"scope"
>
...
...
@@ -310,7 +310,7 @@
</c-button>
</el-popover>
<c-button
style=
"margin-left:
0
"
style=
"margin-left:
5px
"
size=
"small"
type=
"primary"
@
click=
"getButtons(scope.row['单据编号'])"
...
...
src/views/Business/Infbtd/Infsea.vue
View file @
140cbef7
...
...
@@ -237,15 +237,15 @@
</c-list-search>
<c-col
:span=
"24"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
:showButtonFlg=
"true"
>
<!-- 自定义组件里加了最右边的一列”操作“ -->
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"15
0px"
>
<el-table-column
fixed=
"right"
prop=
"op"
width=
"14
0px"
>
<
template
slot=
"header"
>
<!-- 插槽里放了一个文字 一个按钮 -->
<c-col
:span=
"11"
style=
"text-align:
left
"
><span>
操作
</span></c-col>
<c-col
:span=
"12"
style=
"text-align: right"
<c-col
:span=
"11"
style=
"text-align:
center
"
><span>
操作
</span></c-col>
<
!--
<
c-col
:span=
"12"
style=
"text-align: right"
><c-button
icon=
"el-icon-s-tools"
></c-button
></c-col>
></c-col>
-->
</
template
>
<
template
slot-scope=
"scope"
>
<!-- 申请一个弹出主键放在插槽,加工已渲染的数据 -->
...
...
@@ -292,7 +292,7 @@
</c-button>
</el-popover>
<c-button
style=
"margin-left:
0
"
style=
"margin-left:
5px
"
size=
"small"
type=
"primary"
@
click=
"getButtons(scope.row['信用证编号'])"
...
...
@@ -370,9 +370,9 @@ export default {
'8 5 "第一国内受益人名称" 191'
,
'9 6 "第二当事人编号" 175'
,
'10 7 "第二受益人名称" 175'
,
'11 11 "
单据金额币种" 8
0'
,
'12 1
3 "单据
金额" 150 2 8 1 11'
,
'13 1
2 "余额币种" 8
0'
,
'11 11 "
金额币种" 10
0'
,
'12 1
2 "
金额" 150 2 8 1 11'
,
'13 1
3 "余额币种" 10
0'
,
'14 14 "余额" 150 2 8 1 13'
,
],
data
:
[],
...
...
src/views/Business/Infccd/Infsea.vue
View file @
140cbef7
...
...
@@ -272,15 +272,15 @@
>
</c-col>
<c-col
:span=
"24"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
:showButtonFlg=
"true"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"140px"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:
left
"
>
<c-col
:span=
"11"
style=
"text-align:
center
"
>
<span>
操作
</span>
</c-col>
<c-col
:span=
"12"
style=
"text-align: right"
>
<
!--
<
c-col
:span=
"12"
style=
"text-align: right"
>
<c-button
icon=
"el-icon-s-tools"
></c-button>
</c-col>
</c-col>
-->
</
template
>
<
template
slot-scope=
"scope"
>
<el-popover
...
...
@@ -327,7 +327,7 @@
>
</el-popover>
<c-button
style=
"margin-left:
0
"
style=
"margin-left:
5px
"
size=
"small"
type=
"primary"
@
click=
"getButtons(scope.row['光票托收编号'])"
...
...
@@ -428,9 +428,9 @@ export default {
'14 12 "代收行" 150'
,
'3 13 "开立日期" 150'
,
'4 14 "关闭日期" 150'
,
'15 15 "
汇票
币种" 150'
,
'15 15 "
金额
币种" 150'
,
'16 16 "汇票金额" 150'
,
'17 17 "
汇票
币种" 150'
,
'17 17 "
余额
币种" 150'
,
'18 18 "汇票余额" 150'
,
],
data
:
[],
...
...
src/views/Business/Infcld/Infsea.vue
View file @
140cbef7
...
...
@@ -161,7 +161,7 @@
<c-button
style=
"margin-left: 0"
size=
"small"
@
click=
"getTrnInfo(scope.$index, scope.row)"
slot=
"reference"
>
详情
</c-button>
</el-popover>
<c-button
style=
"margin-left:
0
"
size=
"small"
type=
"primary"
<c-button
style=
"margin-left:
5px
"
size=
"small"
type=
"primary"
@
click=
"getButtons(scope.row['打包托收编号'],scope.row['打包托收余额'], scope.row['编号'],scope.row['开立日期'])"
>
处理
</c-button>
</template>
...
...
src/views/Business/Infcpd/Infsea.vue
View file @
140cbef7
...
...
@@ -313,7 +313,7 @@
class=
"medium_bcs"
size=
"medium"
type=
"primary"
style=
"margin-left:
0
"
style=
"margin-left:
5px
"
@
click=
"toCptadv"
>
swift汇出
</c-button
>
...
...
@@ -321,7 +321,7 @@
class=
"medium_bcs"
size=
"medium"
type=
"primary"
style=
"margin-left:
0
"
style=
"margin-left:
5px
"
@
click=
"toCptati"
>
境内外币汇入
</c-button
>
...
...
@@ -329,7 +329,7 @@
class=
"medium_bcs"
size=
"medium"
type=
"primary"
style=
"margin-left:
0
"
style=
"margin-left:
5px
"
@
click=
"toCptato"
>
境内外币汇出
</c-button
>
...
...
@@ -348,7 +348,10 @@
:columns=
"stmData.columns"
:showButtonFlg=
"true"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"140px"
>
<el-table-column
fixed=
"right"
prop=
"op"
width=
"140px"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align: center"
><span>
操作
</span></c-col>
</
template
>
<
template
slot-scope=
"scope"
>
<el-popover
placement=
"top-start"
...
...
@@ -394,7 +397,7 @@
</el-popover>
<c-button
style=
"margin-left:
0
"
style=
"margin-left:
5px
"
size=
"small"
type=
"primary"
@
click=
"getButtons(scope.row['汇款编号'])"
...
...
@@ -511,7 +514,7 @@ export default {
pattern
:
"date"
,
label
:
"关闭日期"
,
},
'20 18 "
付款金额币种" 8
0'
,
'20 18 "
金额币种" 10
0'
,
'21 19 "付款金额" 150'
,
'22 20 "币种" 80'
,
'23 21 "Amount rcvd." 150'
,
...
...
src/views/Business/Infdet/Infsea.vue
View file @
140cbef7
...
...
@@ -282,13 +282,13 @@
</c-col>
<c-col
:span=
"24"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"1
5
0px"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
:showButtonFlg=
"true"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"1
4
0px"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:
left
"
><span>
操作
</span></c-col>
<c-col
:span=
"12"
style=
"text-align: right"
<c-col
:span=
"11"
style=
"text-align:
center
"
><span>
操作
</span></c-col>
<
!--
<
c-col
:span=
"12"
style=
"text-align: right"
><c-button
icon=
"el-icon-s-tools"
></c-button
></c-col>
></c-col>
-->
</
template
>
<
template
slot-scope=
"scope"
>
<el-popover
...
...
@@ -334,7 +334,7 @@
</c-button>
</el-popover>
<c-button
style=
"margin-left:
0
"
style=
"margin-left:
5px
"
size=
"small"
type=
"primary"
@
click=
"getButtons(scope.row['信用证编号'])"
...
...
src/views/Business/Infdid/Infsea.vue
View file @
140cbef7
...
...
@@ -312,7 +312,7 @@
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
:showButtonFlg=
"true"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"140px"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:
left
"
<c-col
:span=
"11"
style=
"text-align:
center
"
><span>
操作
</span></c-col
>
<!--
<c-col
:span=
"12"
style=
"text-align: right"
...
...
@@ -358,7 +358,7 @@
</el-popover>
<c-button
style=
"margin-left:
0
"
style=
"margin-left:
5px
"
size=
"small"
type=
"primary"
@
click=
"getButtons(scope.row['信用证编号'])"
...
...
src/views/Business/Infltd/Infsea.vue
View file @
140cbef7
...
...
@@ -190,15 +190,15 @@
</c-list-search>
<c-col
:span=
"24"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
:showButtonFlg=
"true"
>
<!-- 自定义组件里加了最右边的一列”操作“ -->
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"15
0px"
>
<el-table-column
fixed=
"right"
prop=
"op"
width=
"14
0px"
>
<
template
slot=
"header"
>
<!-- 插槽里放了一个文字 一个按钮 -->
<c-col
:span=
"11"
style=
"text-align:
left
"
><span>
操作
</span></c-col>
<c-col
:span=
"12"
style=
"text-align: right"
<c-col
:span=
"11"
style=
"text-align:
center
"
><span>
操作
</span></c-col>
<
!--
<
c-col
:span=
"12"
style=
"text-align: right"
><c-button
icon=
"el-icon-s-tools"
></c-button
></c-col>
></c-col>
-->
</
template
>
<
template
slot-scope=
"scope"
>
<!-- 申请一个弹出主键放在插槽,加工已渲染的数据 -->
...
...
@@ -245,7 +245,7 @@
</c-button>
</el-popover>
<c-button
style=
"margin-left:
0
"
style=
"margin-left:
5px
"
size=
"small"
type=
"primary"
@
click=
"getButtons(scope.row['信用证编号'])"
...
...
@@ -312,12 +312,12 @@ export default {
},
stmData
:
{
columns
:
[
'1 1
\
"信用证编号
\
" 1
0
0'
,
'1 1
\
"信用证编号
\
" 1
2
0'
,
'2 2
\
"客户经理
\
" 100'
,
'3 12
\
"开立日期
\
"
50
0 4 7'
,
'4 13
\
"到期日
\
"
50
0 4 7'
,
'5 14
\
"关闭日期
\
"
50
0 4 7'
,
'6 3
\
"分行名称
\
" 1
36
'
,
'3 12
\
"开立日期
\
"
15
0 4 7'
,
'4 13
\
"到期日
\
"
15
0 4 7'
,
'5 14
\
"关闭日期
\
"
15
0 4 7'
,
'6 3
\
"分行名称
\
" 1
40
'
,
'7 9
\
"PTA编号
\
" 100'
,
'8 4
\
"第一当事人编号
\
" 133'
,
'9 5
\
"第一受益人名称
\
" 133'
,
...
...
@@ -326,10 +326,10 @@ export default {
'12 8
\
"第二受益人名称
\
" 133'
,
'13 10
\
"第三当事人编号
\
" 133'
,
'14 11
\
"通知行
\
" 133'
,
'15 15
\
"
信用证金额币种
\
" 41
0'
,
'16 17
\
"
信用证金额
\
" 508
2 8 1 15'
,
'17 16
\
"余额币种
\
"
41
0'
,
'18 18
\
"余额
\
"
508
2 8 1 17'
'15 15
\
"
金额币种
\
" 10
0'
,
'16 17
\
"
金额
\
" 100
2 8 1 15'
,
'17 16
\
"余额币种
\
"
10
0'
,
'18 18
\
"余额
\
"
100
2 8 1 17'
],
data
:
[],
},
...
...
src/views/Business/Inftrd/Infsea.vue
View file @
140cbef7
...
...
@@ -336,9 +336,9 @@
:columns=
"stmData.columns"
:showButtonFlg=
"true"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"140px"
>
<el-table-column
fixed=
"right"
prop=
"op"
width=
"140px"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:
left
"
><span>
操作
</span></c-col>
<c-col
:span=
"11"
style=
"text-align:
center
"
><span>
操作
</span></c-col>
<!--
<c-col
:span=
"12"
style=
"text-align: right"
><c-button
icon=
"el-icon-s-tools"
></c-button
></c-col>
-->
...
...
@@ -387,7 +387,7 @@
</c-button>
</el-popover>
<c-button
style=
"margin-left:
0
"
style=
"margin-left:
5px
"
size=
"small"
type=
"primary"
@
click=
"getButtons(scope.row['进口融资编号'])"
...
...
@@ -481,7 +481,7 @@ export default {
position
:
18
,
width
:
100
,
pattern
:
"code"
,
label
:
"币种"
,
label
:
"
金额
币种"
,
code
:
"curtxt1"
,
},
'21 19 "进口押汇金额" 150 2 8 1 20'
,
...
...
@@ -491,7 +491,7 @@ export default {
position
:
20
,
width
:
100
,
pattern
:
"code"
,
label
:
"币种 "
,
label
:
"
余额
币种 "
,
code
:
"curtxt1"
,
},
'23 21 "进口押汇余额" 150 2 8 1 22'
,
...
...
src/views/Business/Trnrel/InftrnpsDetail.vue
View file @
140cbef7
...
...
@@ -470,7 +470,7 @@
:paginationShow=
"false"
style=
"width: 100%"
>
<el-table-column
label=
"
Action
"
width=
"auto"
>
<el-table-column
label=
"
行为
"
width=
"auto"
>
<
template
slot-scope=
"scope"
>
<span>
{{
flg
[
scope
.
row
.
IDX
]
}}
</span>
</
template
>
...
...
src/views/Business/Trnrel/Trnfnd/TrnfndsDetail.vue
View file @
140cbef7
...
...
@@ -303,6 +303,7 @@
:columns=
"documentsData.columns"
:paginationShow=
"false"
style=
"width: 100%"
:showButtonFlg=
"true"
>
<el-table-column
fixed=
"right"
...
...
@@ -311,12 +312,12 @@
width=
"170px"
>
<template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:
left
"
<c-col
:span=
"11"
style=
"text-align:
center
"
><span>
操作
</span></c-col
>
<c-col
:span=
"12"
style=
"text-align: right"
<
!--
<
c-col
:span=
"12"
style=
"text-align: right"
><c-button
icon=
"el-icon-s-tools"
></c-button
></c-col>
></c-col>
-->
</
template
>
<
template
slot-scope=
"scope"
>
<c-button
...
...
@@ -328,7 +329,7 @@
显示
</c-button>
<c-button
style=
"margin-left:
0
"
style=
"margin-left:
5px
"
size=
"small"
type=
"primary"
>
...
...
@@ -355,7 +356,7 @@
:paginationShow=
"false"
style=
"width: 100%"
>
<el-table-column
label=
"
Action
"
width=
"auto"
>
<el-table-column
label=
"
行为
"
width=
"auto"
>
<
template
slot-scope=
"scope"
>
<span>
{{
flg
[
scope
.
row
.
IDX
]
}}
</span>
</
template
>
...
...
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