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
81f3294c
Commit
81f3294c
authored
Jan 12, 2022
by
吴佳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2022.01.12 wujia 保证金 授信额度界面调整
parent
8003312d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
19 deletions
+30
-19
Ccvpan.vue
src/views/Public/Ccvpan.vue
+24
-13
Limitbody.vue
src/views/Public/Limitbody.vue
+6
-6
No files found.
src/views/Public/Ccvpan.vue
View file @
81f3294c
...
...
@@ -29,7 +29,7 @@
</el-option>
</c-select>
</c-col>
<c-col
:span=
"1
4
"
>
<c-col
:span=
"1
6
"
>
<c-input
:readonly=
"true"
v-model=
"model.liaall.liaccv.newamt"
...
...
@@ -53,10 +53,10 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"保证金应收比例"
prop=
"liaall.liaccv.cshpct"
>
<c-row>
<c-col
:span=
"
8
"
>
<c-col
:span=
"
20
"
>
<c-input
v-model=
"model.liaall.liaccv.cshpct"
></c-input>
</c-col>
<c-col
:span=
"
1
2"
style=
"margin-left: 20px"
>
<c-col
:span=
"2"
style=
"margin-left: 20px"
>
<span>
%
</span>
</c-col>
</c-row>
...
...
@@ -92,7 +92,7 @@
</el-option>
</c-select>
</c-col>
<c-col
:span=
"1
4
"
>
<c-col
:span=
"1
6
"
>
<c-input
:readonly=
"true"
v-model=
"model.liaall.liaccv.newresamt"
...
...
@@ -111,13 +111,13 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"保证金实收比例"
prop=
"liaall.liaccv.relcshpct"
>
<c-row>
<c-col
:span=
"
8
"
>
<c-col
:span=
"
20
"
>
<c-input
:readonly=
"true"
v-model=
"model.liaall.liaccv.relcshpct"
></c-input>
</c-col>
<c-col
:span=
"
1
2"
style=
"margin-left: 20px"
>
<c-col
:span=
"2"
style=
"margin-left: 20px"
>
<span>
%
</span>
</c-col>
</c-row>
...
...
@@ -162,7 +162,7 @@
</el-option>
</c-select>
</c-col>
<c-col
:span=
"1
4
"
>
<c-col
:span=
"1
6
"
>
<c-input
:readonly=
"true"
v-model=
"model.liaall.liaccv.pctresamt"
...
...
@@ -280,19 +280,17 @@
</el-form-item>
</c-col> -->
<c-col
:span=
"
24
"
style=
"margin-top:15px"
>
<c-col
:span=
"
12
"
style=
"margin-top:15px"
>
<el-form-item
label=
"金额总和"
>
<
c-col
:span=
"8"
>
<
!-- <c-col :span="8"> --
>
<c-input
style=
"width:
5
0%"
style=
"width:
10
0%"
v-model=
"model.liaall.liaccv.totcovamt"
placeholder=
"请输入金额总和"
></c-input>
<
/c-col
>
<
!-- </c-col> --
>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Additional Information "
>
<c-input
type=
"textarea"
...
...
@@ -304,6 +302,19 @@
></c-input>
</el-form-item>
</c-col>
<!-- <c-col :span="12">
<el-form-item label="Additional Information ">
<c-input
type="textarea"
:rows="5"
v-model="model.liaall.liaccv.addinf"
maxlength="200"
show-word-limit
placeholder="请输入Additional Information "
></c-input>
</el-form-item>
</c-col> -->
</div>
</template>
<
script
>
...
...
src/views/Public/Limitbody.vue
View file @
81f3294c
...
...
@@ -133,36 +133,36 @@
<!-- ========================右边======================= -->
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"2
0
"
>
<c-col
:span=
"2
4
"
>
<el-form-item
label=
"业务编号"
prop=
"liaall.limmod.ownref"
>
<c-input
v-model=
"model.liaall.limmod.ownref"
maxlength=
"16"
placeholder=
"请输入国结业务编号"
:disabled=
"true"
style=
"width:
95
%"
style=
"width:
100
%"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2
0
"
>
<c-col
:span=
"2
4
"
>
<el-form-item
label=
"业务余额"
prop=
"liaall.limmod.comamt"
>
<c-input
v-model=
"model.liaall.limmod.comamt"
placeholder=
"请输入业务余额"
:disabled=
"true"
style=
"width:
95
%"
style=
"width:
100
%"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2
0
"
>
<c-col
:span=
"2
4
"
>
<el-form-item
label=
"保证金余额"
prop=
"liaall.limmod.ccvamt"
>
<c-input
v-model=
"model.liaall.limmod.ccvamt"
placeholder=
"请输入保证金余额"
:disabled=
"true"
style=
"width:
95
%"
style=
"width:
100
%"
></c-input>
</el-form-item>
</c-col>
...
...
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