Commit 52a065ff by liushikai

调整

parent bfb01b50
...@@ -176,7 +176,7 @@ ...@@ -176,7 +176,7 @@
<c-istream-table :list="this.model.infbut.dspstm" :columns="columns" > <c-istream-table :list="this.model.infbut.dspstm" :columns="columns" >
<el-table-column <el-table-column
prop="display" prop="display"
label="操作"" label="操作"
width="100"> width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<!-- <a :href="`/#/display/${scope.row['10'].toLowerCase()}?trn=${scope.row['1']}`" target="_blank" >显示快照</a>--> <!-- <a :href="`/#/display/${scope.row['10'].toLowerCase()}?trn=${scope.row['1']}`" target="_blank" >显示快照</a>-->
......
...@@ -255,7 +255,7 @@ ...@@ -255,7 +255,7 @@
fixed="right" fixed="right"
prop="display" prop="display"
label="操作" label="操作"
width="160px" width="140px"
> >
<template slot="header"> <template slot="header">
<c-col :span="11" style="text-align:left"><span>操作</span></c-col> <c-col :span="11" style="text-align:left"><span>操作</span></c-col>
...@@ -455,13 +455,13 @@ export default { ...@@ -455,13 +455,13 @@ export default {
}, },
stmData: { stmData: {
columns: [ columns: [
'1 1 "提示日期" 100px', '1 1 "提示日期" 160',
'2 2 "提示原因" 0', '2 2 "提示原因" 100',
'3 3 "业务编号" 0', '3 3 "业务编号" 150',
'4 4 "提示信息" 250px', '4 4 "提示信息" 270',
'5 5 "待操作交易代码" 0', '5 5 "待操作交易代码" 120',
'6 6 "经办柜员" 0', '6 6 "经办柜员" 100',
'7 7 "所属工作组" 0', '7 7 "所属工作组" 200',
// '8 8 "客户号" 1', // '8 8 "客户号" 1',
// '9 9 "客户名称" 1', // '9 9 "客户名称" 1',
// '10 10 "币种" 1', // '10 10 "币种" 1',
......
...@@ -292,19 +292,19 @@ export default { ...@@ -292,19 +292,19 @@ export default {
initdialog:false, initdialog:false,
stmData: { stmData: {
columns: [ columns: [
'1 1 "Reference" 100 ', '1 1 "Reference" 140 ',
'2 2 "Resp User" 100 ', '2 2 "Resp User" 100 ',
'5 3 "Applicant Party Number" 120', '5 3 "Applicant Party Number" 160',
'6 4 "Applicant" 100', '6 4 "Applicant" 100',
'7 5 "Beneficiary Party Number" 120', '7 5 "Beneficiary Party Number" 170',
'8 6 "Beneficiary" 120', '8 6 "Beneficiary" 150',
'9 7 "Party Number" 120', '9 7 "Party Number" 140',
'10 8 "Presenting Bank" 150', '10 8 "Presenting Bank" 220',
'3 9 "Opened" 80', '3 9 "Opened" 150',
'4 10 "Closed" 80', '4 10 "Closed" 80',
'11 11 "Doc Amount Cur" 70', '11 11 "Doc Amount Cur" 120',
'12 12 "Doc Amount" 70', '12 12 "Doc Amount" 120',
'13 13 "Open Amount Cur" 100', '13 13 "Open Amount Cur" 130',
'14 14 "Open Amount" 120', '14 14 "Open Amount" 120',
], ],
data: [], data: [],
......
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
<!-- <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">
......
...@@ -552,20 +552,20 @@ export default { ...@@ -552,20 +552,20 @@ export default {
initdialog:false, initdialog:false,
stmData: { stmData: {
columns: [ columns: [
'1 1 "Reference" 100', '1 1 "Reference" 120',
'2 2 "Resp User" 100', '2 2 "Resp User" 100',
'3 3 "Tenor day" 100', '3 3 "Tenor day" 100',
'7 4 "Applicant Party Number" 160', '7 4 "Applicant Party Number" 160',
'8 5 "Applicant" 100', '8 5 "Applicant" 100',
'9 6 "Beneficiary Party Number" 180', '9 6 "Beneficiary Party Number" 170',
'10 7 "Beneficiary" 100', '10 7 "Beneficiary" 150',
'11 8 "BIC" 80', '11 8 "BIC" 150',
'4 9 "Opened" 130', '4 9 "Opened" 150',
'5 10 "Expired" 130', '5 10 "Expired" 150',
'6 11 "Closed" 130', '6 11 "Closed" 100',
'12 12 "L/C Amt Cur" 150', '12 12 "L/C Amt Cur" 100',
'13 13 "L/C Amount" 120', '13 13 "L/C Amount" 120',
'14 14 "Open Amount Cur" 130', '14 14 "Open Amount Cur" 125',
'15 15 "Open Amount" 120', '15 15 "Open Amount" 120',
], ],
data: [], data: [],
......
...@@ -293,7 +293,7 @@ ...@@ -293,7 +293,7 @@
<el-table-column fixed="right" prop="op" label="操作" width="140px"> <el-table-column fixed="right" prop="op" label="操作" width="140px">
<template slot="header"> <template slot="header">
<c-col :span="11" style="text-align:left"><span>操作</span></c-col> <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="12" style="text-align:right" @click="setClounm"><c-button icon="el-icon-s-tools" @click="setClounm"></c-button></c-col>
</template> </template>
<template slot-scope="scope"> <template slot-scope="scope">
<c-button <c-button
...@@ -314,6 +314,30 @@ ...@@ -314,6 +314,30 @@
</c-istream-table> </c-istream-table>
</c-col> </c-col>
</el-row> </el-row>
<el-dialog :visible.sync="setClounmFlg" :title="'自定义列属性'" append-to-body>
<el-form-item label-width="0">
<el-checkbox>交易代码</el-checkbox>
<el-checkbox>业务编号</el-checkbox>
<el-checkbox>交易名称</el-checkbox>
<el-checkbox>状态</el-checkbox>
<el-checkbox>报文类型</el-checkbox>
<el-checkbox>对方银行BIC</el-checkbox>
<el-checkbox>创建时间</el-checkbox>
<el-checkbox>币种</el-checkbox>
<el-checkbox>金额</el-checkbox>
<el-checkbox>创建人</el-checkbox>
<el-checkbox>当前操作柜员</el-checkbox>
<el-checkbox>当前组别</el-checkbox>
<el-checkbox>上次操作柜员</el-checkbox>
<el-checkbox>来源</el-checkbox>
<el-checkbox>提示</el-checkbox>
<el-checkbox>信息提示</el-checkbox>
</el-form-item>
<span slot="footer">
<el-button type="primary" @click="setClounmFlg = false">保存</el-button>
</span>
</el-dialog>
<!-- <el-row style="margin-top: 2rem"> <!-- <el-row style="margin-top: 2rem">
<c-col :span="23"> <c-col :span="23">
<el-card class="box-card"> <el-card class="box-card">
...@@ -372,6 +396,7 @@ export default { ...@@ -372,6 +396,7 @@ export default {
sourceModel: [], sourceModel: [],
sourceData: [], sourceData: [],
initdialog: false, initdialog: false,
setClounmFlg: false,
transactionStatus: { transactionStatus: {
busiNo: "", busiNo: "",
modTimes: 0, modTimes: 0,
...@@ -433,10 +458,17 @@ export default { ...@@ -433,10 +458,17 @@ export default {
this.model[element] = 't'; this.model[element] = 't';
}); });
}, },
setClounm(){
this.setClounmFlg=true;
},
...Event ...Event
}, },
created: function () {}, created: function () {},
}; };
</script> </script>
<style> <style scoped>
.el-checkbox >>> .el-checkbox__label{
width: 60px;
font-size: 13px;
}
</style> </style>
...@@ -280,9 +280,9 @@ ...@@ -280,9 +280,9 @@
</el-table-column> </el-table-column>
<el-table-column label="Source" prop="src" width="70px"> <el-table-column label="Source" prop="src" width="70px">
</el-table-column> </el-table-column>
<el-table-column label="Disp" width="76px"> <el-table-column label="Disp" prop="dsp" width="76px">
<template #default="scope"> <template #default="scope">
<el-select v-model="scope.row.dsp" @change="dispDefault"> <el-select v-model="scope.row.dsp" @change="dispDefault(scope.$index+1)">
<el-option <el-option
v-for="item in codes.setfeldsp" v-for="item in codes.setfeldsp"
:key="item.value" :key="item.value"
...@@ -518,8 +518,8 @@ export default { ...@@ -518,8 +518,8 @@ export default {
}) })
}, },
dispDefault(){ dispDefault(index){
this.executeDefault("mac").then(res=>{ this.executeDefault(`setmod.setfeg.setfel(${index}).mac`).then(res=>{
Utils.copyValueFromVO(this.model, res.data) Utils.copyValueFromVO(this.model, res.data)
}) })
......
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