Commit d8eecac5 by “yanyuxin”

Trtset交易Bug修改

parent 686b9dab
......@@ -22,7 +22,7 @@ let checkObj = {
"pager.liaall_limmod_limpfp_clmcbe.total" :null,
"pager.liaall_limmod_limpfp_clmpty.total" :null,
"pager.liaall_limmod_limpfp_clmcbb.total" :null,
"trtfipl1blk" :null,
"clsflg" :null,
}
for (const key in checkObj) {
......
......@@ -50,6 +50,18 @@ export default {
"trtmod.finmod.cbs.cbb.amt" :Utils.defaultFunction,
"mtabut.clsflg" :Utils.defaultFunction,
"mtabut.coninf.conexedat" :Utils.defaultFunction,
"trtfipl1blk" :Utils.defaultFunction,
"clsflg" :Utils.defaultFunction,
"liaall.limmod.limpts.oth.pts.extkey" :Utils.defaultFunction,
"liaall.limmod.limpts.wrk.pts.extkey" :Utils.defaultFunction,
"bopmod.dbcgrp.bas.ownextkey" :Utils.defaultFunction,
"liaall.limmod.limpts.nonrevflg2" :Utils.defaultFunction,
"liaall.limmod.limpts.nonrevflg1" :Utils.defaultFunction,
"trnmod.cipmod.feecod" :Utils.defaultFunction,
"liaall.limmod.limpts.oth.pts.nam" :Utils.defaultFunction,
"liaall.limmod.comamt" :Utils.defaultFunction,
"liaall.limmod.ccvamt" :Utils.defaultFunction,
"liaall.limmod.limpts.wrk.pts.nam" :Utils.defaultFunction,
"liaall.misamt" :Utils.defaultFunction,
}
//你可以添加自动default处理
......@@ -9,6 +9,7 @@ export default class Trtset{
this.data = {
trdgrp:{
rec:{
inr:"",
pntref:"", // 父交易参考号 .trdgrp.rec.pntref
pntnam:"", // Name .trdgrp.rec.pntnam
ownref:"", // 参考号 .trdgrp.rec.ownref
......@@ -105,18 +106,7 @@ export default class Trtset{
liaall:new Pub().data.Liaall,
trnmod:new Pub().data.Trnmod,
pageId: "", // ctx的key
trtfipl1blk:"",
// pager:{
// liaall_limmod_limpfp_clmcbe:{
// total:"",
// },
// liaall_limmod_limpfp_clmpty:{
// total:"",
// },
// liaall_limmod_limpfp_clmcbb:{
// total:"",
// }
// },
trtfipl1blk:"",
}
}
}
\ No newline at end of file
......@@ -104,7 +104,7 @@
</el-form-item>
</c-col>
<c-col :span="17">
<c-col :span="14">
<c-form-item label="借据号" prop="trtmod.finmod.fincod">
<c-input
v-model="model.trtmod.finmod.fincod"
......@@ -114,7 +114,7 @@
</c-form-item>
</c-col>
<c-col :span="6" :offset="1">
<c-col :span="3" class="bctdav_bctp_bctovw_cheak">
<c-checkbox
v-model="model.clsflg"
:disabled="checkDate(model.trdgrp.rec.stttendat)"
......@@ -143,10 +143,10 @@
<c-select
v-model="model.trtmod.finmod.acttyp"
style="width: 100%"
:disabled="flag2"
:disabled="true"
placeholder="请选择第三方还款方式"
>
<!-- <el-option v-for="item in codes.acttyp1" :key="item.value" :label="item.label" :value="item.value"></el-option> -->
<el-option v-for="item in codes.acttyp1" :key="item.value" :label="item.label" :value="item.value"></el-option>
</c-select>
</el-form-item>
</c-col>
......@@ -501,9 +501,10 @@
</c-form-item>
</c-col>
<c-col :span="20" :offset="4">
<c-col :span="20" class="bctdav_bctp_bctovw_cheak">
<c-checkbox v-model="model.mtabut.clsflg"
:disabled="flag">{{
true-label="C" false-label="O"
:disabled="flag1">{{
$t("闭卷")
}}</c-checkbox>
</c-col>
......@@ -545,22 +546,25 @@ export default {
}
},
change(a){
this.executeRule("clsflg").then((res) => {
if ((res.respCode == SUCCESS)) {
Utils.copyValueFromVO(this.model, res.data);
}
});
if (a = 'X'){
this.model.trtmod.finmod.reptyp = "1"
if(this.flag1 == true){
this.flag1 = false
this.model.mtabut.clsflg = 'X'
this.model.mtabut.clsflg = "C"
}
}
},
selChange(a){
if(a == '2'||this.model.mtabut.clsflg == 'X'||this.flag2 == false){
this.model.mtabut.clsflg = ''
selChange(b){
if(b == '2'||this.flag2 == false){
this.model.mtabut.clsflg = 'O'
this.flag1 = true
}
}
},
},
created: function () {},
};
......
......@@ -53,7 +53,7 @@
</c-content>
</el-tab-pane>
<!--trndoc PD000529 &Messages -->
<el-tab-pane label="&Messages" name="docpan">
<el-tab-pane label="面函" name="docpan">
<c-content>
<m-docpan :model="model" :codes="codes" />
</c-content>
......@@ -92,12 +92,12 @@ import Pattern from "~/model/Trtset/Pattern";
import Ovwp from "./Ovwp";
import Shisuan from "./Shisuan";
import Limitbody from "./Limitbody";
import Engp from "~/views/Public/Engp";
import Setpan from "~/views/Public/Setpan";
import Coninfp from "~/views/Public/Coninfp";
import Docpan from "~/views/Public/Docpan";
import Doctre from "~/views/Public/Doctre";
import Limitbody from "~/views/Public/Limitbody";
import Glepan from "~/views/Public/Glepan";
export default {
......
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