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
fukai
vue-gjjs
Commits
b29fc954
Commit
b29fc954
authored
Jan 26, 2022
by
吴佳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2022.01.26 wujia 汇入汇款界面调整
parent
fbd2abac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
63 additions
and
61 deletions
+63
-61
Opnp1.vue
src/views/Business/Cptadv/Opnp1.vue
+6
-6
CptOpnp1Common.vue
src/views/Public/CptOpnp1Common.vue
+57
-55
No files found.
src/views/Business/Cptadv/Opnp1.vue
View file @
b29fc954
...
...
@@ -200,7 +200,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
"汇款方式"
label-width=
"
40%
"
prop=
"cpdgrp.rec.paytype"
>
<el-form-item
label=
"汇款方式"
label-width=
"
80px
"
prop=
"cpdgrp.rec.paytype"
>
<c-select
v-model=
"model.cpdgrp.rec.paytype"
style=
"width: 100%"
...
...
@@ -233,7 +233,7 @@
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
"收支类型"
label-width=
"
40%
"
prop=
"cpdgrp.rec.sztyp"
>
<el-form-item
label=
"收支类型"
label-width=
"
80px
"
prop=
"cpdgrp.rec.sztyp"
>
<c-select
v-model=
"model.cpdgrp.rec.sztyp"
style=
"width: 100%"
...
...
@@ -276,7 +276,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
"起息日"
label-width=
"
40%
"
prop=
"cpdgrp.rec.valdat"
>
<el-form-item
label=
"起息日"
label-width=
"
80px
"
prop=
"cpdgrp.rec.valdat"
>
<c-date-picker
type=
"date"
v-model=
"model.cpdgrp.rec.valdat"
...
...
@@ -304,7 +304,7 @@
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
"报文类型"
label-width=
"
40%
"
prop=
"cpdgrp.rec.swftyp"
>
<el-form-item
label=
"报文类型"
label-width=
"
80px
"
prop=
"cpdgrp.rec.swftyp"
>
<c-select
v-model=
"model.cpdgrp.rec.swftyp"
style=
"width: 100%"
...
...
@@ -342,11 +342,11 @@
</c-col>
<c-col
:span=
"13"
>
<el-form-item
label=
""
label-width=
"
10
px"
prop=
"cpdgrp.rec.feeamt"
>
<el-form-item
label=
""
label-width=
"
8
px"
prop=
"cpdgrp.rec.feeamt"
>
<c-input
v-model=
"model.cpdgrp.rec.feeamt"
placeholder=
"请输入国外费用金额"
style=
"width:
64
%"
style=
"width:
71
%"
></c-input>
<c-checkbox
v-model=
"model.cpdgrp.rec.tsnflg"
>
同名划转标志
</c-checkbox
...
...
src/views/Public/CptOpnp1Common.vue
View file @
b29fc954
...
...
@@ -16,26 +16,31 @@
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"18"
>
<!--
<c-col
:span=
"18"
>
-->
<c-fullbox>
<el-form-item
label=
""
>
<c-input
v-model=
"model.cpdgrp.ori.pts.extkey"
placeholder=
""
style=
"width:100%"
></c-input>
</el-form-item>
</c-col>
<
!--
<
/c-col>
<c-col
:span=
"6"
style=
"text-align: right"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"15px"
>
-->
<!--
<c-col
:span=
"12"
>
-->
<template
slot=
"footer"
>
<c-button
style=
"margin:0 10px 0 10;padding: 0 12px;"
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
</c-button>
<
/c-col
>
<
c-col
:span=
"12"
>
<
!--
</c-col>
--
>
<
!--
<c-col
:span=
"12"
>
--
>
<c-button
style=
"margin:0 0"
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
...
...
@@ -43,9 +48,11 @@
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
</
template
>
<!-- </c-col> -->
<!-- </el-form-item> -->
</c-fullbox>
<!-- </c-col> -->
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -83,7 +90,7 @@
</c-col>
<c-col
:span=
"24"
>
<c-
col
:span=
"18"
>
<c-
fullbox
>
<el-form-item
label=
""
>
<c-input
v-model=
"model.cpdgrp.orc.pts.extkey"
...
...
@@ -94,19 +101,19 @@
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
style=
"text-align: right"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<!-- </c-col>
<c-col :span="6" style="text-align: right"> -->
<
template
slot=
"footer"
>
<c-button
style=
"margin:0 10px 0 10;padding: 0 12px;"
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
style=
"margin:0 0"
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
...
...
@@ -114,9 +121,8 @@
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
</
template
>
</c-fullbox>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -149,23 +155,23 @@
style=
"margin-top: 20px"
>
<c-col
:span=
"24"
>
<c-
col
:span=
"18"
>
<c-
fullbox
>
<el-form-item
label=
"发报行"
prop=
"cpdgrp.snd.pts.extkey"
>
<c-input
placeholder=
"请输入发报行"
v-model=
"model.cpdgrp.snd.pts.extkey"
@
keyup
.
enter
.
native=
"showGridPromptDialog('cpdgrp.snd.pts.extkey')"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
style=
"text-align: right"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<
template
slot=
"footer"
>
<c-button
style=
"margin:0 10px 0 10;padding: 0 12px;"
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
style=
"margin:0 0"
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
...
...
@@ -173,9 +179,8 @@
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
</
template
>
</c-fullbox>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -214,7 +219,7 @@
<c-col
:span=
"10"
>
<el-form-item
label=
""
label-width=
"
15
px"
label-width=
"
8
px"
prop=
"cpdgrp.rec.amtf33b"
>
<c-input
...
...
@@ -257,7 +262,7 @@
<c-col
:span=
"10"
>
<el-form-item
label=
""
label-width=
"
15
px"
label-width=
"
8
px"
prop=
"cpdgrp.rec.amt71f"
>
<c-input
...
...
@@ -289,7 +294,7 @@
</c-col>
<c-col
:span=
"24"
>
<c-
col
:span=
"18"
>
<c-
fullbox
>
<el-form-item
label=
"收款人"
prop=
"cpdgrp.pye.pts.extkey"
>
<c-input
v-model=
"model.cpdgrp.pye.pts.extkey"
...
...
@@ -300,29 +305,26 @@
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
style=
"text-align: right"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
<
template
slot=
"footer"
>
<c-button
style=
"margin:0 10px 0 10;padding: 0 12px;"
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
</c-button>
<c-button
style=
"margin:0 0"
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</
template
>
</c-fullbox>
</c-col>
<c-col
:span=
"24"
>
...
...
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