Commit afa59899 by nanrui

SPTSEL、TRNREL交易UI问题解决,以及之前负责交易微调

parent 64632e83
......@@ -139,7 +139,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">
......
......@@ -140,7 +140,7 @@
<c-col :span="24">
<c-istream-table :list="stmData.data" :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>
......
......@@ -83,7 +83,7 @@
<c-select
v-model="model.sta"
style="width: 100%"
placeholder="请选择Status"
placeholder="请选择交易状态"
>
<el-option
v-for="item in this.sta"
......@@ -213,7 +213,7 @@
@click.native="onOperate('relrow')"
:disabled=this.flag
title="Release">
Release
释放
</c-button>
<c-button
style="margin-left: 7px"
......@@ -223,7 +223,7 @@
@click.native="onOperate('reprow')"
:disabled=this.flag
title="Repair">
Repair
纠正
</c-button>
<c-button
......@@ -235,7 +235,7 @@
title="Reject"
:disabled=this.flag
>
Reject
拒绝
</c-button>
</div>
</div>
......
......@@ -40,7 +40,7 @@
<c-select
v-model="model.spt.hldflg"
style="width: 100%"
placeholder="请选择Hold Flag"
placeholder="请选择交易状态"
:code="codes.hldflg"
disabled
>
......@@ -61,12 +61,12 @@
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="Ident No" prop="spt.inr" style="width: 100%">
<el-form-item label="身份证号" prop="spt.inr" style="width: 100%">
<c-input
v-model="model.spt.inr"
maxlength="8"
style="width: 100%"
placeholder="请输入Internal Unique ID of Pending Transaction"
placeholder="请输入身份证号"
disabled
></c-input>
</el-form-item>
......@@ -86,7 +86,7 @@
<c-col :span="11" :offset="1">
<c-col :span="13">
<el-form-item label="交易 " prop="spt.frm">
<el-form-item label="交易" prop="spt.frm">
<c-input
v-model="model.spt.frm"
maxlength="6"
......@@ -111,22 +111,22 @@
</c-col>
<c-col :span="11">
<el-form-item label="Responsible User " prop="spt.ownusr">
<el-form-item label="客户经理代码" prop="spt.ownusr">
<c-input
v-model="model.spt.ownusr"
maxlength="8"
placeholder="请输入Responsible User "
placeholder="请输入客户经理代码 "
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="Responsible Group" prop="spt.ownusg">
<el-form-item label="责任小组" prop="spt.ownusg">
<c-select
v-model="model.spt.ownusg"
style="width: 100%"
placeholder="请选择Responsible Group"
placeholder="请选择责任小组"
disabled
>
</c-select>
......@@ -135,14 +135,14 @@
<c-col :span="11">
<c-col :span="19">
<el-form-item label="Infotext" prop="spt.inftxt">
<el-form-item label="信息文本" prop="spt.inftxt">
<c-input
type="textarea"
v-model="model.spt.inftxt"
maxlength="65"
style="width: 100%"
show-word-limit
placeholder="请输入Infotext"
placeholder="请输入信息文本"
disabled
></c-input>
</el-form-item>
......@@ -152,7 +152,7 @@
<c-select
v-model="model.spt.infdsp"
style="width: 100%; padding-left: 0px"
placeholder="请选择Infotext"
placeholder="请选择信息文本"
:code="codes.infdsp"
disabled
>
......@@ -174,7 +174,7 @@
</c-col>
<c-col :span="7">
<el-form-item label="at" prop="spt.dattim" label-width="50px">
<el-form-item label="" prop="spt.dattim" label-width="50px">
<c-input
v-model="model.spt.dattim"
placeholder="请输入创建时间"
......@@ -196,10 +196,10 @@
</c-col>
<c-col :span="24">
<c-col :span="11">
<el-form-item label="Target for Completion" prop="spt.tardattim">
<el-form-item label="完成目标" prop="spt.tardattim">
<c-input
v-model="model.spt.tardattim"
placeholder="请输入Target for Completion"
placeholder="请输入完成目标"
disabled
></c-input>
</el-form-item>
......@@ -320,19 +320,8 @@
</c-col>
<c-col :span="24" style="">
<!-- <el-form-item label-width="500px"> -->
<!-- <c-table :paginationShow="false" :border="true">
<el-table-column label="Start" width="auto"></el-table-column>
<el-table-column label="Type" width="auto"></el-table-column>
<el-table-column label="User" width="auto"></el-table-column>
<el-table-column label="TRN" width="auto"></el-table-column>
<el-table-column label="End" width="auto"></el-table-column>
<el-table-column label="Text" width="auto"></el-table-column>
</c-table> -->
<!-- </el-form-item> -->
<c-istream-table :list="stmData2.data" :columns="stmData2.columns" :paginationShow="false" style="width:100%">
</c-istream-table>
</c-col>
</el-form>
</div>
......@@ -358,14 +347,14 @@ export default {
stmData2:{
columns:[
// "7 1 \"Start\" 0",
{index:1,position:1,width:140,pattern:'time',label:'Start'},
{index:1,position:1,width:140,pattern:'time',label:'开始时间'},
// "2 2 \"类型\" 0",
{index:2,position:2,width:'auto',pattern:'code',label:'类型',code:CodeTable.sptDetSta},
"3 3 \"User\" auto",
"3 3 \"用户\" auto",
"4 4 \"交易代码\" auto",
// "7 5 \"End\" 0",
{index:5,position:5,width:140,pattern:'time',label:'End'},
"8 6 \"Text\" auto",
{index:5,position:5,width:140,pattern:'time',label:'结束时间'},
"8 6 \"文本\" auto",
],
data:[],
}
......
......@@ -33,7 +33,7 @@
type="date"
v-model="model.trncorco.inidatfro"
style="width: 100%"
placeholder="请选择Date of entry of Transaction"
placeholder="请选择开始时间"
></c-date-picker>
</c-col>
<c-col :span="2" style="text-align: center">
......@@ -44,7 +44,7 @@
type="date"
v-model="model.trncorco.inidattil"
style="width: 100%"
placeholder="请选择Date of entry of Transaction until"
placeholder="请选择结束时间"
></c-date-picker>
</c-col>
</el-form-item>
......@@ -212,7 +212,7 @@
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> -->
</template>
<template slot-scope="scope">
......@@ -266,18 +266,18 @@ export default {
},
stmData: {
columns: [
'10 1 "交易代码" 80',
'10 1 "交易代码" 100',
'11 2 "业务编号" 170',
'17 3 "摘要信息" 300',
'12 4 "币种" 70',
'13 5 "金额" 100',
// '14 6 "创建时间" 170',
{index:14,position:6,width:140,pattern:'time',label:'创建时间'},
'9 7 "签名要求" 80',
'2 8 "签名状态" 80',
'16 9 "经办柜员" 80',
'9 7 "签名要求" 100',
'2 8 "签名状态" 100',
'16 9 "经办柜员" 100',
// '0 10 "业务状态" 80',
{index:0,position:10,width:80,pattern:'code',label:'业务状态',code:[{ label: "Final", value: "F" },
{index:0,position:10,width:100,pattern:'code',label:'业务状态',code:[{ label: "Final", value: "F" },
{ label: "Released", value: "R" },]},
'15 11 "业务机构" 200',
],
......@@ -298,8 +298,15 @@ export default {
// return this.multipleSelection.map((idx) => this.stmData.data[idx]);
// },
...Event,
getInidatfro(){
let datetime = new Date();
datetime = datetime.setDate(datetime.getDate() - 1);
this.model.trncorco.inidatfro = new Date(datetime);
}
},
created: function () {
this.getInidatfro();
},
created: function () {},
mounted() {
this.relflgCodes = [
{ label: "ALL", value: "1" }, //已完成列表业务状态All
......
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