Commit dea7417b by Eivi

bftdcr、bftsnd交易bug修改

parent 7785aee3
...@@ -225,6 +225,7 @@ export default { ...@@ -225,6 +225,7 @@ export default {
}, },
set(val) { set(val) {
this.model.bfdgrp.blk.docdisflg = val ? "X" : ""; this.model.bfdgrp.blk.docdisflg = val ? "X" : "";
this.model.bfdgrp.blk.docdis = "";
}, },
}, },
......
...@@ -327,7 +327,7 @@ ...@@ -327,7 +327,7 @@
:list="this.model.bftp.docgrdm.docgrd || []" :list="this.model.bftp.docgrdm.docgrd || []"
:paginationShow="false" :paginationShow="false"
:border="true" :border="true"
@change="executeDefault('bfdgrp.blk.prsdoc')" @click="prsdoc"
> >
<el-table-column label="1st" width="auto"> <el-table-column label="1st" width="auto">
<template slot-scope="scope"> <template slot-scope="scope">
...@@ -865,7 +865,18 @@ export default { ...@@ -865,7 +865,18 @@ export default {
// break; // break;
// } // }
// } // }
},//表格输入传入数据库
async prsdoc() {
let rtnmsg = await this.executeRule("bfdgrp.blk.prsdoc")
if (rtnmsg.respCode == SUCCESS) {
//TODO 处理数据逻辑
this.model.bfdgrp.blk.prsdoc = rtnmsg.data
} else {
this.$notify.error({ title: '错误', message: '服务请求失败!' });
}
}, },
}, },
created: function () {}, created: function () {},
}; };
......
...@@ -176,6 +176,7 @@ ...@@ -176,6 +176,7 @@
style="margin-left: 10px; padding: 0 10px" style="margin-left: 10px; padding: 0 10px"
size="small" size="small"
type="primary" type="primary"
disabled
> >
... ...
</c-button> </c-button>
......
...@@ -348,13 +348,15 @@ ...@@ -348,13 +348,15 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-col :span="12" style="margin-left: 150px"> <c-col :span="12">
<el-form-item label="" prop="letp.aamp.aammod.addamtflg">
<c-checkbox :disabled="true" v-model="model.ledgrp.rec.collflg" <c-checkbox :disabled="true" v-model="model.ledgrp.rec.collflg"
>Collateralized L/C</c-checkbox >Collateralized L/C</c-checkbox
> >
</el-form-item>
</c-col> </c-col>
<c-col :span="12" style="margin-right: -150px"> <c-col :span="12">
<el-form-item label="" prop="letp.aamp.aammod.addamtflg"> <el-form-item label="" prop="letp.aamp.aammod.addamtflg">
<c-checkbox v-model="model.letp.aamp.aammod.addamtflg">Add. Amount</c-checkbox> <c-checkbox v-model="model.letp.aamp.aammod.addamtflg">Add. Amount</c-checkbox>
</el-form-item> </el-form-item>
...@@ -362,11 +364,14 @@ ...@@ -362,11 +364,14 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-col :span="12" style="margin-left: 150px"> <c-col :span="12">
<el-form-item label="" prop="ledgrp.rec.inctrf">
<c-checkbox v-model="model.ledgrp.rec.inctrf" disabled>Incoming Transfer</c-checkbox> <c-checkbox v-model="model.ledgrp.rec.inctrf" disabled>Incoming Transfer</c-checkbox>
</el-form-item>
</c-col> </c-col>
<c-col :span="12" style="margin-right: -150px"> <c-col :span="12">
<el-form-item label="" prop="ledgrp.rec.resflg"> <el-form-item label="" prop="ledgrp.rec.resflg">
<c-checkbox v-model="resflg">Reserved Contract</c-checkbox> <c-checkbox v-model="resflg">Reserved Contract</c-checkbox>
</el-form-item> </el-form-item>
...@@ -521,14 +526,14 @@ export default { ...@@ -521,14 +526,14 @@ export default {
this.model.ledgrp.rec.nonban = val ? "X" : ""; this.model.ledgrp.rec.nonban = val ? "X" : "";
}, },
}, },
teskeyunc:{ teskeyunc: {
get() { get() {
return this.model.ledgrp.rec.teskeyunc != ""; return this.model.ledgrp.rec.teskeyunc != "";
}, },
set(val) { set(val) {
this.model.ledgrp.rec.teskeyunc = val ? "X" : ""; this.model.ledgrp.rec.teskeyunc = val ? "X" : "";
}, },
} },
}, },
methods: { methods: {
...Event, ...Event,
......
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
style="width: 100%" style="width: 100%"
placeholder="Please select Confirm. Instruct. to 2nd Adv. Bank" placeholder="Please select Confirm. Instruct. to 2nd Adv. Bank"
:code="codes.cnfins" :code="codes.cnfins"
disabled
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
style="margin-left: 10px; padding: 0 10px" style="margin-left: 10px; padding: 0 10px"
size="small" size="small"
type="primary" type="primary"
disabled
> >
... ...
</c-button> </c-button>
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
style="margin-left: 10px; padding: 0 10px" style="margin-left: 10px; padding: 0 10px"
size="small" size="small"
type="primary" type="primary"
disabled
> >
... ...
</c-button> </c-button>
......
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
</el-tab-pane> </el-tab-pane>
<!--PD000546 --> <!--PD000546 -->
<el-tab-pane label="Attachments" name="doctre"> <el-tab-pane label="Attachments" name="doctre" v-if="attachments">
<m-doctre :model="model" :codes="codes"/> <m-doctre :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
...@@ -162,11 +162,15 @@ export default { ...@@ -162,11 +162,15 @@ export default {
codes: { codes: {
...CodeTable ...CodeTable
}, },
attachments: false
} }
}, },
methods:{ methods:{
myTabClick(tab){ myTabClick(tab){
this.tabClick(tab) this.tabClick(tab)
if(tab.name === 'setpan') {
this.attachments = true
}
/** /**
* do it yourself * do it yourself
**/ **/
......
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