Commit 9c26a83b by zhujiazhan

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

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