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
503c8399
Commit
503c8399
authored
Aug 17, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公共页面保证金Ccvpan.vue中金额总和加币种
parent
7c097bae
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
4 deletions
+29
-4
Ccvpan.vue
src/views/Public/Ccvpan.vue
+29
-4
No files found.
src/views/Public/Ccvpan.vue
View file @
503c8399
...
...
@@ -7,6 +7,7 @@
</el-form-item>
</c-col>
-->
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"合同金额"
prop=
"liaall.liaccv.concur"
>
<c-row>
...
...
@@ -62,6 +63,7 @@
</c-row>
</el-form-item>
</c-col>
</c-col>
<!--
<c-col
:span=
"12"
>
...
...
@@ -70,6 +72,7 @@
</el-form-item>
</c-col>
-->
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Reserved Amount"
prop=
"liaall.liaccv.newresamt"
>
<c-row>
...
...
@@ -123,6 +126,7 @@
</c-row>
</el-form-item>
</c-col>
</c-col>
<!--
<c-col
:span=
"12"
>
...
...
@@ -291,16 +295,36 @@
</c-col> -->
<c-col
:span=
"12"
style=
"margin-top:15px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"金额总和"
>
<!-- <c-col :span="8"> -->
<c-row>
<c-col
:span=
"8"
>
<c-select
v-model=
"model.liaall.liaccv.concur"
disabled
style=
"width: 95%"
placeholder=
"请选择Type of settlement"
>
<el-option
v-for=
"item in codes.curtxt"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</c-col>
<c-col
:span=
"16"
>
<c-input
style=
"width: 100%"
v-model=
"model.liaall.liaccv.totcovamt"
placeholder=
"请输入金额总和
"
:readonly=
"true
"
></c-input>
<!-- </c-col> -->
</c-col>
</c-row>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Additional Information "
v-if=
"model.liaall.liaccv.addinf!=''"
>
<c-input
...
...
@@ -313,6 +337,7 @@
></c-input>
</el-form-item>
</c-col>
</c-col>
<!-- <c-col :span="12">
<el-form-item label="Additional Information ">
...
...
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