Commit e1c2fb3a authored by 我在何方's avatar 我在何方

应收款查询bug

parent df66098f
This diff is collapsed.
......@@ -261,21 +261,21 @@
{{ form.receivableTotalAmount }}
</el-descriptions-item> -->
<el-descriptions-item label="已核销总金额">
<el-tag>{{ verificationData.usCount }}美元</el-tag>
<el-tag>{{ verificationData.rmbCount }}人民币</el-tag>
<el-tag>{{ verificationData.nairaCount }}奈拉</el-tag>
<el-tag>{{ verificationData.usCount.toFixed(6) }}美元</el-tag>
<el-tag>{{ verificationData.rmbCount.toFixed(6) }}人民币</el-tag>
<el-tag>{{ verificationData.nairaCount.toFixed(6) }}奈拉</el-tag>
</el-descriptions-item>
<el-descriptions-item>
<template slot="label">
已核销金额(<dict-tag :type="DICT_TYPE.BOX_SHIPPING_PRICE_UNIT" :value="showCurrencyId" />
</template>
{{ verificationData.writtenOff }}
{{ verificationData.writtenOff.toFixed(6) }}
</el-descriptions-item>
<el-descriptions-item>
<template slot="label">
已核销比例(<dict-tag :type="DICT_TYPE.BOX_SHIPPING_PRICE_UNIT" :value="showCurrencyId" />
</template>
{{ verificationData.WriteOffProportion }}%
{{ parseFloat(verificationData.WriteOffProportion/100).toFixed(2) }}%
</el-descriptions-item>
</el-descriptions>
</el-card>
......
......@@ -162,7 +162,7 @@
clearable
/>
</el-form-item>
<el-form-item label="自编号:">
<!-- <el-form-item label="自编号:">
<el-input
style="max-width: 188px"
v-model="queryParams.selfNo"
......@@ -170,7 +170,7 @@
clearable
@keyup.enter.native="handleQuery"
/>
</el-form-item>
</el-form-item> -->
<el-form-item label="创建时间:">
<!-- <dict-selector :type="DICT_TYPE.BEGINTIME_TYPE_ENDTIME" v-model="queryParams.date"></dict-selector> -->
<el-date-picker
......
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