Commit 8e0e18aa by wangyanjiao

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs…

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs into development-202206
parents 34d32a46 ddf6cc59
......@@ -340,6 +340,15 @@
class="medium_bcs"
size="medium"
type="primary"
title="LETNOT"
@click="toLetnot"
>
出口信用证预开立
</c-button>
<c-button
class="medium_bcs"
size="medium"
type="primary"
title="LETOPN"
@click="toLetopn"
>
......@@ -605,6 +614,9 @@ export default {
this.$refs[refId].doClose();
},
toLetnot(){
this.$router.history.push("/business/letnot")
},
toLetopn(){
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