Commit ddf6cc59 by lianyang

infled出口信用证交易查询页面加预开立按钮

parent 879f86e9
...@@ -340,6 +340,15 @@ ...@@ -340,6 +340,15 @@
class="medium_bcs" class="medium_bcs"
size="medium" size="medium"
type="primary" type="primary"
title="LETNOT"
@click="toLetnot"
>
出口信用证预开立
</c-button>
<c-button
class="medium_bcs"
size="medium"
type="primary"
title="LETOPN" title="LETOPN"
@click="toLetopn" @click="toLetopn"
> >
...@@ -605,6 +614,9 @@ export default { ...@@ -605,6 +614,9 @@ export default {
this.$refs[refId].doClose(); this.$refs[refId].doClose();
}, },
toLetnot(){
this.$router.history.push("/business/letnot")
},
toLetopn(){ toLetopn(){
this.$router.history.push("/business/letopn") this.$router.history.push("/business/letopn")
}, },
......
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