Commit 504e15db 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 5e76132d 49e3e136
......@@ -354,6 +354,15 @@
>
出口信用证开立
</c-button>
<c-button
class="medium_bcs"
size="medium"
type="primary"
title="LETDRW"
@click="toLetdrw"
>
非我行通知及收单行登记
</c-button>
<!-- <c-button size="small" type="primary" @click="onInfbutDsp">
Display
</c-button> -->
......@@ -621,6 +630,9 @@ export default {
toLetopn(){
this.$router.history.push("/business/letopn")
},
toLetdrw(){
this.$router.history.push("/business/letdrw")
},
handleReset: function () {
this.model = {
......
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