Commit 9c26a83b by zhujiazhan

Brtset,Cptadv,Cptopn交易中境外境内申请书页面初始化问题

parent 76bcc86f
......@@ -298,7 +298,11 @@ export default {
},
methods:{...Event},
created:function(){
this.executeRule("bopmod.dbcp.basp").then((res) => {
if (res.respCode == SUCCESS) {
this.copyValueFromVO(res.data);
}
});
}
}
</script>
......
......@@ -298,7 +298,11 @@ export default {
},
methods:{...Event},
created:function(){
this.executeRule("bopmod.dbfp.basp").then((res) => {
if (res.respCode == SUCCESS) {
this.copyValueFromVO(res.data);
}
});
}
}
</script>
......
......@@ -325,7 +325,11 @@ export default {
},
methods:{...Event},
created:function(){
this.executeRule("bopmod.dbdp.basp").then((res) => {
if (res.respCode == SUCCESS) {
this.copyValueFromVO(res.data);
}
});
}
}
</script>
......
......@@ -341,7 +341,11 @@ export default {
},
methods:{...Event},
created:function(){
this.executeRule("bopmod.dbap.basp").then((res) => {
if (res.respCode == SUCCESS) {
this.copyValueFromVO(res.data);
}
});
}
}
</script>
......
......@@ -239,11 +239,11 @@ export default {
this.basflgEnable = true;
this.model.bopmod.acttyp ="";
this.model.bopmod.ownextkey ="";
}else if(this.model.bopmod.szflg == '2'){
this.model.bopmod.acttyp ="";
this.model.bopmod.outchargeamt="0.00";
}
},
},
watch:{
......
......@@ -304,7 +304,11 @@ export default {
},
methods:{...Event},
created:function(){
this.executeRule("bopmod.dbbp.basp").then((res) => {
if (res.respCode == SUCCESS) {
this.copyValueFromVO(res.data);
}
});
}
}
</script>
......
......@@ -304,7 +304,11 @@ export default {
},
methods:{...Event},
created:function(){
this.executeRule("bopmod.dbep.basp").then((res) => {
if (res.respCode == SUCCESS) {
this.copyValueFromVO(res.data);
}
});
}
}
</script>
......
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