Commit 49e3e136 by lianyang

infled出口信用证交易查询页面加'非我行通知及收单行登记'按钮进入letdrw交易

parent 07a651db
......@@ -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