Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhouqian
vue-gjjs
Commits
6fbdf030
Commit
6fbdf030
authored
Sep 08, 2022
by
wanggang_yf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加出口融资还款修改返还注销
parent
7039dfb7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
80 additions
and
5 deletions
+80
-5
package-lock.json
package-lock.json
+0
-0
Bptopn.vue
src/views/Business/Bptopn/Bptopn.vue
+31
-0
Infsea.vue
src/views/Business/Infbpd/Infsea.vue
+45
-1
Detp.vue
src/views/Business/Litopn/Detp.vue
+4
-4
No files found.
package-lock.json
View file @
6fbdf030
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/views/Business/Bptopn/Bptopn.vue
View file @
6fbdf030
...
...
@@ -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>
<!-- =================下部====================== -->
...
...
src/views/Business/Infbpd/Infsea.vue
View file @
6fbdf030
...
...
@@ -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
()
{},
};
...
...
src/views/Business/Litopn/Detp.vue
View file @
6fbdf030
...
...
@@ -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">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment