Commit 140cbef7 by nanrui

查询表格UI改造缺陷处理

parent 8475f069
......@@ -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: []
......
......@@ -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['信用证编号'])"
......
......@@ -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 19 "单据金额" 150',
'19 18 "币种" 150',
'17 17 "单据金额币种" 150',
'18 18 "单据金额" 150',
'19 19 "开立金额币种" 150',
'20 20 "开立金额" 150',
],
data: [],
......
......@@ -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="150px">
<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 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>
......
......@@ -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: [],
......
......@@ -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 "客户经理" 80',
'2 2 "客户经理" 100',
// '19 3 "融资类型" 120',
{
index: 19,
......@@ -457,7 +457,7 @@ export default {
label: "融资类型",
code: this.codes.fintyp_bpd,
},
'3 4 "Parent Contract" 120',
'3 4 "Parent Contract" 140',
'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 "组织机构代码" 100',
'7 13 "开立日期" 80',
'8 14 "关闭日期" 80',
'18 15 "参考指标" 80',
'27 16 "单据金额币种" 100',
'31 12 "组织机构代码" 120',
'7 13 "开立日期" 150',
'8 14 "关闭日期" 150',
'18 15 "参考指标" 100',
'27 16 "单据金额币种" 120',
'28 17 "单据金额" 110',
'29 18 "余额币种" 100',
'30 19 "余额" 110',
'9 20 "融资天数" 80',
'9 20 "融资天数" 100',
'26 21 "Pty .No" 120',
'10 22 "福费廷类型" 120',
'11 23 "福费廷转卖类型" 150',
'12 24 "卖出日期" 80',
'13 25 "包买行SWIFT号" 120',
'14 26 "包买行英文名称" 120',
'12 24 "卖出日期" 150',
'13 25 "包买行SWIFT号" 140',
'14 26 "包买行英文名称" 140',
'15 27 "包买行融资到期日" 150',
'16 28 "包买行汇入我行款项金额" 200',
'17 29 "我行卖出执行利率" 150',
'20 30 "开证行BIC编码" 120',
'21 31 "开证行BIC名称" 120',
'20 30 "开证行BIC编码" 140',
'21 31 "开证行BIC名称" 140',
],
data: [],
},
......
......@@ -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['单据编号'])"
......
......@@ -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="150px">
<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">
<!-- 申请一个弹出主键放在插槽,加工已渲染的数据 -->
......@@ -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 "单据金额币种" 80',
'12 13 "单据金额" 150 2 8 1 11',
'13 12 "余额币种" 80',
'11 11 "金额币种" 100',
'12 12 "金额" 150 2 8 1 11',
'13 13 "余额币种" 100',
'14 14 "余额" 150 2 8 1 13',
],
data: [],
......
......@@ -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: [],
......
......@@ -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>
......
......@@ -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 "付款金额币种" 80',
'20 18 "金额币种" 100',
'21 19 "付款金额" 150',
'22 20 "币种" 80',
'23 21 "Amount rcvd." 150',
......
......@@ -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="150px">
<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"><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['信用证编号'])"
......
......@@ -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['信用证编号'])"
......
......@@ -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="150px">
<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">
<!-- 申请一个弹出主键放在插槽,加工已渲染的数据 -->
......@@ -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 \"信用证编号\" 100',
'1 1 \"信用证编号\" 120',
'2 2 \"客户经理\" 100',
'3 12 \"开立日期\" 500 4 7',
'4 13 \"到期日\" 500 4 7',
'5 14 \"关闭日期\" 500 4 7',
'6 3 \"分行名称\" 136',
'3 12 \"开立日期\" 150 4 7',
'4 13 \"到期日\" 150 4 7',
'5 14 \"关闭日期\" 150 4 7',
'6 3 \"分行名称\" 140',
'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 \"信用证金额币种\" 410',
'16 17 \"信用证金额\" 508 2 8 1 15',
'17 16 \"余额币种\" 410',
'18 18 \"余额\" 508 2 8 1 17'
'15 15 \"金额币种\" 100',
'16 17 \"金额\" 100 2 8 1 15',
'17 16 \"余额币种\" 100',
'18 18 \"余额\" 100 2 8 1 17'
],
data: [],
},
......
......@@ -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',
......
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment