Commit d8eecac5 by “yanyuxin”

Trtset交易Bug修改

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