Commit 6fbdf030 by wanggang_yf

添加出口融资还款修改返还注销

parent 7039dfb7
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -220,6 +220,37 @@
</c-ptap>
</c-col>
</c-col>
<!--
<c-col :span="24" v-if="this.flag4">
<el-form-item label="Extkey" prop="lidgrp.avb.pts.extkey">
<c-fullbox>
<c-input
:disabled="this.flag5"
v-model="model.lidgrp.avb.pts.extkey"
maxlength="16"
placeholder="请输入External Key of Address"
@keyup.enter.native="showGridPromptDialog('lidgrp.avb.pts.extkey')"
></c-input>
<template slot="footer">
<c-button
style="margin:0 10px 0 10px;padding: 0 12px;"
size="small"
type="primary"
>
<span style="font-family:'宋体';font-weight:bold">i</span>
</c-button>
<c-button
style="margin:0 0"
size="small"
type="primary"
@click="onAvbpDet"
>
详情
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col> -->
</c-row>
<!-- =================下部====================== -->
......
......@@ -337,11 +337,43 @@
<c-button
class="medium_bcs"
size="medium"
style="margin-left: 0px"
style="margin-left: 0px,padding: 20px 16px"
type="primary"
@click="toBptopn"
>出口融资放款</c-button
>
<c-button
class="medium_bcs"
size="medium"
style="margin-left: 0px,padding: 20px 16px"
type="primary"
@click="toBPTSET"
>出口融资融资还款</c-button
>
<c-button
class="medium_bcs"
size="medium"
style="margin-left: 0px,padding: 20px 16px"
type="primary"
@click="toBPTAME"
>出口融资修改</c-button
>
<c-button
class="medium_bcs"
size="medium"
style="margin-left: 0px,padding: 20px 16px"
type="primary"
@click="toBPTCRF"
>出口融资融资返还</c-button
>
<c-button
class="medium_bcs"
size="medium"
style="margin-left: 0px,padding: 20px 16px"
type="primary"
@click="toBPTCAN"
>出口融资注销</c-button
>
</c-col>
<!-- <el-row> -->
......@@ -616,6 +648,18 @@ export default {
toBptopn() {
this.$router.history.push("/business/bptopn");
},
toBPTSET() {
this.$router.history.push("/business/bptset");
},
toBPTAME() {
this.$router.history.push("/business/bptame");
},
toBPTCRF() {
this.$router.history.push("/business/bptcrf");
},
toBPTCAN() {
this.$router.history.push("/business/bptcan");
},
},
created: function () {},
};
......
......@@ -43,7 +43,7 @@
</el-form-item>
</c-col>
<!-- <c-col :span="8">
<c-col :span="8">
<el-form-item label="" label-width="15px">
<c-button
size="small"
......@@ -55,9 +55,9 @@
Details
</c-button>
</el-form-item>
</c-col> -->
</c-col>
<c-col :span="24" v-if="this.flag4">
<!-- <c-col :span="24" v-if="this.flag4">
<el-form-item label="Available in" prop="lidgrp.avb.pts.adrblk">
<c-input
:disabled="this.flag6"
......@@ -70,7 +70,7 @@
<c-input
type="textarea" v-model="model.lidgrp.blk.avbwthtxt" maxlength="135" :rows="4" show-word-limit placeholder="请输入Available in" ></c-input>
</el-form-item>
</c-col>
</c-col> -->
<!--
<c-col :span="24">
<el-form-item label="Address Block" prop="lidgrp.avb.pts.adrblk">
......
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