Commit 51383bf2 by wangna

infccd修改

parent fd1c60b9
......@@ -250,6 +250,9 @@ export default class Infccd{
},
},
ccdgrp:{
rec:{
inr:"",
},
blk:{
setins:"", // Settlement Instructions .ccdgrp.blk.setins
},
......
......@@ -259,7 +259,7 @@
</c-list-search>
<el-row>
<c-col :span="24" style="margin-top: 10px">
<c-col :span="24" style="margin-top: 10px">
<c-button
class="medium_bcs"
size="medium"
......@@ -267,7 +267,7 @@
@click="toCctdav"
>光票托收建立</c-button
>
</c-col>
</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">
......@@ -564,12 +564,13 @@ export default {
trnData: {
columns: [
'0 1 "Trn ID" 100',
'1 2 "Transaction Name" 200',
'2 3 "Entry" 200',
'3 4 "Status" 100',
'4 5 "Cur." 80',
'5 6 "Relevant Amount" 200',
'6 7 "Signed" 80',
'1 2 "Reference" 150',
'2 3 "Transaction Name" 200',
'3 4 "Entry" 150',
'4 5 "Status" 150',
'5 6 "Cur." 100',
'6 7 "Relevant Amount" 150',
'7 8 "Signed" 150',
],
data: [],
},
......@@ -618,7 +619,7 @@ export default {
async getTrnInfo(idx, row) {
this.model.infcon.objinr = row["INR"];
this.model.gidgrp.rec.inr = row["INR"];
this.model.ccdgrp.rec.inr = row["INR"];
this.model.infcon.chksubcon = "X";
this.dialogTableVisible = true;
......@@ -631,7 +632,7 @@ export default {
closeTrn(refId) {
this.$refs[refId].doClose();
},
toCctdav() {
toCctdav() {
this.$router.history.push("/business/cctdav");
},
},
......
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