Commit 503c8399 by lianyang

公共页面保证金Ccvpan.vue中金额总和加币种

parent 7c097bae
......@@ -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-input
style="width: 100%"
v-model="model.liaall.liaccv.totcovamt"
placeholder="请输入金额总和"
></c-input>
<!-- </c-col> -->
<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
v-model="model.liaall.liaccv.totcovamt"
:readonly="true"
></c-input>
</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
......@@ -312,6 +336,7 @@
placeholder="请输入Additional Information "
></c-input>
</el-form-item>
</c-col>
</c-col>
<!-- <c-col :span="12">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment