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
d4c3df57
Commit
d4c3df57
authored
Jan 27, 2022
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
f8ebe5a4
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
26 additions
and
10 deletions
+26
-10
Opnp1.vue
src/views/Business/Cptadv/Opnp1.vue
+19
-5
index.vue
src/views/Business/Cptadv/index.vue
+1
-1
Opnp1.vue
src/views/Business/Cptopn/Opnp1.vue
+3
-1
index.vue
src/views/Business/Cptopn/index.vue
+1
-1
CptOpnp1Common.vue
src/views/Public/CptOpnp1Common.vue
+2
-2
No files found.
src/views/Business/Cptadv/Opnp1.vue
View file @
d4c3df57
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<!-- ============== 顶部============================== -->
<!-- ============== 顶部============================== -->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
style=
"height: 24px"
>
<el-form-item
label=
"基本信息"
class=
"messageLabel"
>
</el-form-item>
</c-col>
<c-col
:span=
"24"
style=
"height: 0px"
>
<el-divider></el-divider>
</c-col>
<c-col
:span=
"24"
style=
"margin-top: 10px"
>
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<el-form-item
label=
"业务编号"
style=
"width:100%"
prop=
"cpdgrp.rec.ownref"
>
<el-form-item
label=
"业务编号"
style=
"width:100%"
prop=
"cpdgrp.rec.ownref"
>
<c-fullbox>
<c-fullbox>
...
@@ -91,6 +97,7 @@
...
@@ -91,6 +97,7 @@
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<el-form-item
label=
""
label-width=
"8px"
style=
"text-align: left"
prop=
"cpdgrp.cbs.nom1.amt"
>
<el-form-item
label=
""
label-width=
"8px"
style=
"text-align: left"
prop=
"cpdgrp.cbs.nom1.amt"
>
<c-input
<c-input
class=
"m-input-currency"
v-model=
"model.cpdgrp.cbs.nom1.amt"
v-model=
"model.cpdgrp.cbs.nom1.amt"
style=
"text-align: left; width: 100%"
style=
"text-align: left; width: 100%"
placeholder=
"请输入汇款金额"
placeholder=
"请输入汇款金额"
...
@@ -341,12 +348,13 @@
...
@@ -341,12 +348,13 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"13"
>
<c-col
:span=
"13"
style=
"text-align:right"
>
<el-form-item
label=
""
label-width=
"
8px
"
prop=
"cpdgrp.rec.feeamt"
>
<el-form-item
label=
""
label-width=
"
0
"
prop=
"cpdgrp.rec.feeamt"
>
<c-input
<c-input
class=
"m-input-currency"
v-model=
"model.cpdgrp.rec.feeamt"
v-model=
"model.cpdgrp.rec.feeamt"
placeholder=
"请输入国外费用金额"
placeholder=
"请输入国外费用金额"
style=
"width:
71
%"
style=
"width:
63
%"
></c-input>
></c-input>
<c-checkbox
v-model=
"model.cpdgrp.rec.tsnflg"
<c-checkbox
v-model=
"model.cpdgrp.rec.tsnflg"
>
同名划转标志
</c-checkbox
>
同名划转标志
</c-checkbox
...
@@ -354,7 +362,13 @@
...
@@ -354,7 +362,13 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
style=
"height: 24px"
>
<el-form-item
label=
"*****信息"
class=
"messageLabel"
>
</el-form-item>
</c-col>
<c-col
:span=
"24"
style=
"height: 0px"
>
<el-divider></el-divider>
</c-col>
<CptOpnp1Common
:model=
"model"
:codes=
"codes"
v-on:onSndpDet=
"onSndpDet"
></CptOpnp1Common>
<CptOpnp1Common
:model=
"model"
:codes=
"codes"
v-on:onSndpDet=
"onSndpDet"
></CptOpnp1Common>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
...
...
src/views/Business/Cptadv/index.vue
View file @
d4c3df57
...
@@ -149,7 +149,7 @@ export default {
...
@@ -149,7 +149,7 @@ export default {
</
script
>
</
script
>
<
style
>
<
style
>
.el-col
.el-divider--horizontal
{
.el-col
.el-divider--horizontal
{
margin-top
:
5px
;
margin-top
:
0
;
}
}
.messageLabel
.el-form-item__label
{
.messageLabel
.el-form-item__label
{
text-align
:
left
;
text-align
:
left
;
...
...
src/views/Business/Cptopn/Opnp1.vue
View file @
d4c3df57
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<el-divider></el-divider>
<el-divider></el-divider>
</c-col>
</c-col>
<c-col
:span=
"24"
style=
"margin-top:
2
0px"
>
<c-col
:span=
"24"
style=
"margin-top:
1
0px"
>
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<el-form-item
<el-form-item
label=
"业务编号"
label=
"业务编号"
...
@@ -132,8 +132,10 @@
...
@@ -132,8 +132,10 @@
prop=
"cpdgrp.cbs.nom1.amt"
prop=
"cpdgrp.cbs.nom1.amt"
>
>
<c-input
<c-input
class=
"m-input-currency"
v-model=
"model.cpdgrp.cbs.nom1.amt"
v-model=
"model.cpdgrp.cbs.nom1.amt"
placeholder=
"请输入汇款金额"
placeholder=
"请输入汇款金额"
@
keyup
.
enter
.
native=
"defaultFunction('cpdgrp.cbs.nom1.amt', model.cpdgrp.cbs.nom1.amt)"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
...
src/views/Business/Cptopn/index.vue
View file @
d4c3df57
...
@@ -195,7 +195,7 @@ export default {
...
@@ -195,7 +195,7 @@ export default {
</
script
>
</
script
>
<
style
>
<
style
>
.el-col
.el-divider--horizontal
{
.el-col
.el-divider--horizontal
{
margin-top
:
5px
;
margin-top
:
0
;
}
}
.messageLabel
.el-form-item__label
{
.messageLabel
.el-form-item__label
{
text-align
:
left
;
text-align
:
left
;
...
...
src/views/Public/CptOpnp1Common.vue
View file @
d4c3df57
<
template
>
<
template
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<!-- ================底部--左================= -->
<!-- ================底部--左================= -->
<c-col
:span=
"11"
style=
"margin-top:
2
0px"
>
<c-col
:span=
"11"
style=
"margin-top:
1
0px"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
<el-form-item
label=
"Ordering institution (52a)"
label=
"Ordering institution (52a)"
...
@@ -155,7 +155,7 @@
...
@@ -155,7 +155,7 @@
: model.cpdgrp.rec.swftyp === '' ||
: model.cpdgrp.rec.swftyp === '' ||
model.cpdgrp.rec.swftyp === '103'
model.cpdgrp.rec.swftyp === '103'
"
"
style=
"margin-top:
2
0px"
style=
"margin-top:
1
0px"
>
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-fullbox>
<c-fullbox>
...
...
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