Commit 92548156 by Wuyuqiu

公共面板金额格式复原

parent f157b975
......@@ -206,20 +206,20 @@
<el-table-column prop="cur" label="币种" width="70px">
</el-table-column>
<el-table-column prop="oldamt" label="余额" width="110px">
<template slot-scope="scope">
<!-- <template slot-scope="scope">
<c-input-currency
v-model="scope.row.oldamt"
placeholder="0.00"
></c-input-currency>
</template>
</template>-->
</el-table-column>
<el-table-column prop="amt" label="变动金额" width="110px">
<template slot-scope="scope">
<!-- <template slot-scope="scope">
<c-input-currency
v-model="scope.row.amt"
placeholder="0.00"
></c-input-currency>
</template>
</template> -->
</el-table-column>
<el-table-column prop="acc" label="保证金账号" width="180px">
</el-table-column>
......@@ -228,20 +228,20 @@
<el-table-column prop="concur" label="币种" width="70px">
</el-table-column>
<el-table-column prop="covamt" label="折算后金额" width="110px">
<template slot-scope="scope">
<!-- <template slot-scope="scope">
<c-input-currency
v-model="scope.row.covamt"
placeholder="0.00"
></c-input-currency>
</template>
</el-table-column>
</template>-->
</el-table-column>
<el-table-column prop="acccovamt" label="实际折算金额" width="150px">
<template slot-scope="scope">
<!-- <template slot-scope="scope">
<c-input-currency
v-model="scope.row.acccovamt"
placeholder="0.00"
></c-input-currency>
</template>
</template> -->
</el-table-column>
<el-table-column label="操作" width="auto" fixed="right" align="center">
<template slot-scope="scope">
......
......@@ -58,12 +58,12 @@
<el-table-column prop="cur" label="币种" width="70px">
</el-table-column>
<el-table-column prop="oldamt" label="原始金额" width="110px">
<template slot-scope="scope">
<!-- <template slot-scope="scope">
<c-input-currency
v-model="scope.row.oldamt"
placeholder="0.00"
></c-input-currency>
</template>
</template> -->
<!-- <template slot-scope="scope">
{{moneyFormat(scope.row.oldamt)}}
</template> -->
......@@ -72,12 +72,12 @@
<!-- <template slot-scope="scope">
{{moneyFormat(scope.row.amt)}}
</template> -->
<template slot-scope="scope">
<!-- <template slot-scope="scope">
<c-input-currency
v-model="scope.row.amt"
placeholder="0.00"
></c-input-currency>
</template>
</template> -->
</el-table-column>
<el-table-column prop="tenpct" label="%" width="70px">
</el-table-column>
......
......@@ -193,10 +193,10 @@
label-width="0"
:prop="'setmod.setfog.setfol.' + scope.$index + '.amt'"
>
<c-input-currency
<!-- <c-input-currency
v-model="scope.row.amt"
placeholder="0.00"
></c-input-currency>
></c-input-currency> -->
</el-form-item>
</template>
</el-table-column>
......@@ -398,12 +398,12 @@
</template>
</el-table-column>
<el-table-column label="应收金额" prop="ogiamt" width="110px">
<template slot-scope="scope">
<!-- <template slot-scope="scope">
<c-input-currency
v-model="scope.row.ogiamt"
placeholder="0.00"
></c-input-currency>
</template>
</template> -->
</el-table-column>
<el-table-column label="实收金额" prop="amt" width="110px">
<template slot-scope="scope">
......@@ -411,10 +411,11 @@
label-width="0"
:prop="'setmod.setfeg.setfel.' + scope.$index + '.amt'"
>
<c-input-currency
{{ scope.row.amt }}
<!-- <c-input-currency
v-model="scope.row.amt"
placeholder="0.00"
></c-input-currency>
></c-input-currency> -->
</el-form-item>
</template>
</el-table-column>
......@@ -470,7 +471,7 @@
:list="stmData3"
:paginationShow="true"
:border="true"
:total="stmData3.length"
:total="stmData3.length"
>
<el-table-column label="修改标识" prop="modflg" width="70px">
</el-table-column>
......@@ -496,15 +497,15 @@
</el-table-column>
<el-table-column label="记账金额" prop="fmtaccamt" width="110px">
<template slot-scope="scope">
<!-- <c-input
<c-input
v-model="scope.row.fmtaccamt"
@change="fmtaccamtChange(scope.$index)"
/> -->
<c-input-currency
/>
<!-- <c-input-currency
v-model="scope.row.fmtaccamt"
placeholder="0.00"
@change="fmtaccamtChange(scope.$index)"
></c-input-currency>
></c-input-currency> -->
</template>
</el-table-column>
<el-table-column label="处理方式" width="110px">
......@@ -547,12 +548,12 @@
<el-table-column label="原始币种" prop="cur" width="70px">
</el-table-column>
<el-table-column label="原始金额" prop="fmtamt" width="110px">
<template slot-scope="scope">
<!-- <template slot-scope="scope">
<c-input-currency
v-model="scope.row.fmtamt"
placeholder="0.00"
></c-input-currency>
</template>
</template> -->
</el-table-column>
<el-table-column label="汇率" prop="rat" width="auto">
</el-table-column>
......
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