Commit f9029fd6 by hulei
parents ed9583fc feaec4b4
...@@ -112,7 +112,10 @@ ...@@ -112,7 +112,10 @@
<el-form-item label="保证金实收比例" prop="liaall.liaccv.relcshpct"> <el-form-item label="保证金实收比例" prop="liaall.liaccv.relcshpct">
<c-row> <c-row>
<c-col :span="8"> <c-col :span="8">
<c-input :readonly="true" v-model="model.liaall.liaccv.relcshpct"></c-input> <c-input
:readonly="true"
v-model="model.liaall.liaccv.relcshpct"
></c-input>
</c-col> </c-col>
<c-col :span="12" style="margin-left: 20px"> <c-col :span="12" style="margin-left: 20px">
<span>%</span> <span>%</span>
...@@ -183,53 +186,68 @@ ...@@ -183,53 +186,68 @@
--> -->
<c-col :span="24" style="text-align: right"> <c-col :span="24" style="text-align: right">
<c-row> <c-row>
<c-col :span="2" :offset="19"> <c-col :span="2" :offset="20">
<c-button <c-button size="small" type="primary" @click="onLiaccvAdd">
size="small"
type="primary"
@click="onLiaccvAdd"
>
Add Add
</c-button> </c-button>
<el-dialog :visible.sync="dialogTableVisible" :close-on-click-modal="false" :close-on-press-escape="false"> <el-dialog
<c-istream-table :visible.sync="dialogTableVisible"
:list="stmData.data" :close-on-click-modal="false"
:columns="stmData.columns" :close-on-press-escape="false"
> >
<el-table-column <c-istream-table :list="stmData.data" :columns="stmData.columns">
prop="op" <el-table-column prop="op" label="OP" width="100">
label="OP" <template slot-scope="scope">
width="100"> <a href="javascript:void(0)" @click="pickDepItem(scope.row)"
<template slot-scope="scope"> >选择</a
<a href="javascript:void(0)" @click="pickDepItem(scope.row)">选择</a> >
</template> </template>
</el-table-column> </el-table-column>
</c-istream-table> </c-istream-table>
</el-dialog> </el-dialog>
</c-col> </c-col>
<c-col :span="2"> <!-- <c-col :span="2">
<c-button size="small" icon="el-icon-delete" @click="onLiaccvDel"> <c-button size="small" icon="el-icon-delete" @click="onLiaccvDel">
Del Del
</c-button> </c-button>
</c-col> </c-col> -->
</c-row> </c-row>
</c-col> </c-col>
<c-col :span="24"><div style="height:10px"></div></c-col> <c-col :span="24"><div style="height: 10px"></div></c-col>
<c-col :span="22" :offset="1"> <c-col :span="22" :offset="1">
<c-table :border="true" :list="model.liaall.liaccv.liaccvg" style="width:80%,text-align:center"> <c-table
<el-table-column prop="ccdflg" label="CF000048" width="auto"> </el-table-column> :border="true"
<el-table-column prop="ownref" label="保证金编号" width="auto"> </el-table-column> :list="model.liaall.liaccv.liaccvg"
<el-table-column prop="cur" label="币种" width="auto"> </el-table-column> style="width:80%,text-align:center"
<el-table-column prop="oldamt" label="余额" width="auto"> </el-table-column> >
<el-table-column prop="amt" label="变动金额" width="auto"> </el-table-column> <el-table-column prop="ccdflg" label="CF000048" width="auto">
<el-table-column prop="acc" label="保证金账号" width="auto"> </el-table-column> </el-table-column>
<el-table-column prop="rat" label="汇率" width="auto"> </el-table-column> <el-table-column prop="ownref" label="保证金编号" width="auto">
<el-table-column prop="concur" label="币种" width="auto"> </el-table-column> </el-table-column>
<el-table-column prop="covamt" label="折算后金额" width="auto"> </el-table-column> <el-table-column prop="cur" label="币种" width="auto">
<el-table-column prop="acccovamt" label="Acc Amount" width="auto"> </el-table-column> </el-table-column>
<el-table-column prop="oldamt" label="余额" width="auto">
</el-table-column>
<el-table-column prop="amt" label="变动金额" width="auto">
</el-table-column>
<el-table-column prop="acc" label="保证金账号" width="auto">
</el-table-column>
<el-table-column prop="rat" label="汇率" width="auto">
</el-table-column>
<el-table-column prop="concur" label="币种" width="auto">
</el-table-column>
<el-table-column prop="covamt" label="折算后金额" width="auto">
</el-table-column>
<el-table-column prop="acccovamt" label="Acc Amount" width="auto">
</el-table-column>
<el-table-column label="OP" width="auto">
<template slot-scope="">
<a href="javascript:void(0)" @click="onLiaccvDel()">删除</a>
</template>
</el-table-column>
</c-table> </c-table>
</c-col> </c-col>
...@@ -262,22 +280,30 @@ ...@@ -262,22 +280,30 @@
</el-form-item> </el-form-item>
</c-col> --> </c-col> -->
<c-col :span="24">
<c-col :span="24"> <el-form-item label="金额总和">
<el-form-item label="金额总和"> <c-col :span="8">
<c-col :span="8"> <c-input
<c-input style="width:50%" v-model="model.liaall.liaccv.totcovamt" placeholder="请输入金额总和"></c-input> style="width: 50%"
</c-col> v-model="model.liaall.liaccv.totcovamt"
</el-form-item> placeholder="请输入金额总和"
</c-col> ></c-input>
<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> </c-col>
</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> </div>
</template> </template>
<script> <script>
...@@ -287,7 +313,7 @@ import CodeTable from "~/config/CodeTable"; ...@@ -287,7 +313,7 @@ import CodeTable from "~/config/CodeTable";
import Event from "~/model/Ditopn/Event"; import Event from "~/model/Ditopn/Event";
export default { export default {
inject: ['root'], inject: ["root"],
props: ["model", "codes"], props: ["model", "codes"],
mixins: [CommonProcess], mixins: [CommonProcess],
data() { data() {
......
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