|
@@ -4,7 +4,7 @@
|
|
|
<!-- 本月 -->
|
|
|
<el-col :span="8">
|
|
|
<el-row :gutter="20">
|
|
|
- <el-col :span="10" :offset="6">
|
|
|
+ <el-col :span="24" >
|
|
|
<el-divider>
|
|
|
<span class="title-font">本月</span>
|
|
|
</el-divider>
|
|
@@ -14,108 +14,122 @@
|
|
|
<el-col :span="8">
|
|
|
<borderTemp>
|
|
|
<template #content>
|
|
|
- <el-row>
|
|
|
- <el-col class="title-fonts">订单目标</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row :gutter="20">
|
|
|
- <el-col :span="12">
|
|
|
+ <div style="margin-left: 4px;margin-right: 10px">
|
|
|
+ <el-row>
|
|
|
+ <el-col class="title-fonts">订单目标</el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row :gutter="20" >
|
|
|
+ <el-col :span="12">
|
|
|
<span style="font-size: 18px;padding: 0 0 0 5px">
|
|
|
{{tool.formatAmount(listby.wcamount * 100,2) + '%'}}
|
|
|
</span>
|
|
|
- </el-col>
|
|
|
- <el-col :span="12">
|
|
|
- <span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
- <span v-if="listby.unamount < 0" style="color: #E13333">
|
|
|
- ¥{{tool.formatAmount(listby.unamount,2)}}
|
|
|
- </span>
|
|
|
- <span v-else style="color: #009270">
|
|
|
- ¥{{tool.formatAmount(listby.unamount,2)}}
|
|
|
- </span>
|
|
|
- </span>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
- <el-col class="title-fonts" >实际/目标</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
- <el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12">
|
|
|
+ <div style="float: right">
|
|
|
+ <span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
+ <span v-if="listby.unamount < 0" style="color: #E13333">
|
|
|
+ ¥{{tool.formatAmount(listby.unamount,2)}}
|
|
|
+ </span>
|
|
|
+ <span v-else style="color: #009270">
|
|
|
+ ¥{{tool.formatAmount(listby.unamount,2)}}
|
|
|
+ </span>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
+ <el-col class="title-fonts" >实际/目标</el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
+ <el-col>
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
{{'¥'+tool.formatAmount(listby.amount,2) + '/'+ '¥'+ tool.formatAmount(listby.target_l,2)}}
|
|
|
</span>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ </div>
|
|
|
+
|
|
|
</template>
|
|
|
</borderTemp>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<borderTemp>
|
|
|
<template #content>
|
|
|
- <el-row>
|
|
|
- <el-col class="title-fonts">出货目标</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row :gutter="20">
|
|
|
- <el-col :span="12">
|
|
|
+ <div style="margin-left: 4px;margin-right: 10px">
|
|
|
+ <el-row>
|
|
|
+ <el-col class="title-fonts">出货目标</el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row :gutter="20">
|
|
|
+ <el-col :span="12">
|
|
|
<span style="font-size: 18px;padding: 0 0 0 5px">
|
|
|
{{tool.formatAmount(listby.wcoutamount * 100,2) + '%'}}
|
|
|
</span>
|
|
|
- </el-col>
|
|
|
- <el-col :span="12">
|
|
|
- <span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
- <span v-if="listby.unoutamount < 0" style="color: #E13333">
|
|
|
- ¥{{tool.formatAmount(listby.unoutamount,2)}}
|
|
|
- </span>
|
|
|
- <span v-else style="color: #009270">
|
|
|
- ¥{{tool.formatAmount(listby.unoutamount,2)}}
|
|
|
- </span>
|
|
|
- </span>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
- <el-col class="title-fonts" >实际/目标</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
- <el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12">
|
|
|
+ <div style="float: right">
|
|
|
+ <span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
+ <span v-if="listby.unoutamount < 0" style="color: #E13333">
|
|
|
+ ¥{{tool.formatAmount(listby.unoutamount,2)}}
|
|
|
+ </span>
|
|
|
+ <span v-else style="color: #009270">
|
|
|
+ ¥{{tool.formatAmount(listby.unoutamount,2)}}
|
|
|
+ </span>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
+ <el-col class="title-fonts" >实际/目标</el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
+ <el-col>
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
{{'¥'+tool.formatAmount(listby.amount,2) + '/'+ '¥'+ tool.formatAmount(listby.target_l,2)}}
|
|
|
</span>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ </div>
|
|
|
+
|
|
|
</template>
|
|
|
</borderTemp>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<borderTemp>
|
|
|
<template #content>
|
|
|
- <el-row>
|
|
|
- <el-col class="title-fonts">开票目标</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row :gutter="20">
|
|
|
- <el-col :span="12">
|
|
|
+ <div style="margin-left: 4px;margin-right: 10px">
|
|
|
+ <el-row>
|
|
|
+ <el-col class="title-fonts">开票目标</el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row :gutter="20">
|
|
|
+ <el-col :span="12">
|
|
|
<span style="font-size: 18px;padding: 0 0 0 5px">
|
|
|
{{tool.formatAmount(listby.wcinvoiceamount * 100,2) + '%'}}
|
|
|
</span>
|
|
|
- </el-col>
|
|
|
- <el-col :span="12">
|
|
|
- <span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
- <span v-if="listby.uninvoiceamount < 0" style="color: #E13333">
|
|
|
- ¥{{tool.formatAmount(listby.uninvoiceamount,2)}}
|
|
|
- </span>
|
|
|
- <span v-else style="color: #009270">
|
|
|
- ¥{{tool.formatAmount(listby.uninvoiceamount,2)}}
|
|
|
- </span>
|
|
|
- </span>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
- <el-col class="title-fonts" >实际/目标</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
- <el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12">
|
|
|
+ <div style="float: right">
|
|
|
+ <span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
+ <span v-if="listby.uninvoiceamount < 0" style="color: #E13333">
|
|
|
+ ¥{{tool.formatAmount(listby.uninvoiceamount,2)}}
|
|
|
+ </span>
|
|
|
+ <span v-else style="color: #009270">
|
|
|
+ ¥{{tool.formatAmount(listby.uninvoiceamount,2)}}
|
|
|
+ </span>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
+ <el-col class="title-fonts" >实际/目标</el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
+ <el-col>
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
{{'¥'+tool.formatAmount(listby.amount,2) + '/'+ '¥'+ tool.formatAmount(listby.target_l,2)}}
|
|
|
</span>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ </div>
|
|
|
</template>
|
|
|
</borderTemp>
|
|
|
</el-col>
|
|
@@ -124,7 +138,7 @@
|
|
|
<!-- 本季 -->
|
|
|
<el-col :span="8">
|
|
|
<el-row :gutter="20">
|
|
|
- <el-col :span="10" :offset="6">
|
|
|
+ <el-col :span="24" >
|
|
|
<el-divider>
|
|
|
<span class="title-font">本季</span>
|
|
|
</el-divider>
|
|
@@ -134,108 +148,124 @@
|
|
|
<el-col :span="8">
|
|
|
<borderTemp>
|
|
|
<template #content>
|
|
|
- <el-row>
|
|
|
- <el-col class="title-fonts">订单目标</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row :gutter="20">
|
|
|
- <el-col :span="12">
|
|
|
+ <div style="margin-left: 4px;margin-right: 10px">
|
|
|
+ <el-row>
|
|
|
+ <el-col class="title-fonts">订单目标</el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row :gutter="20">
|
|
|
+ <el-col :span="12">
|
|
|
<span style="font-size: 18px;padding: 0 0 0 5px">
|
|
|
{{tool.formatAmount(listbj.wcamount * 100,2) + '%'}}
|
|
|
</span>
|
|
|
- </el-col>
|
|
|
- <el-col :span="12">
|
|
|
- <span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
- <span v-if="listby.unamount < 0" style="color: #E13333">
|
|
|
- ¥{{tool.formatAmount(listby.unamount,2)}}
|
|
|
- </span>
|
|
|
- <span v-else style="color: #009270">
|
|
|
- ¥{{tool.formatAmount(listby.unamount,2)}}
|
|
|
- </span>
|
|
|
- </span>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
- <el-col class="title-fonts" >实际/目标</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
- <el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12">
|
|
|
+ <div style="float: right">
|
|
|
+ <span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
+ <span v-if="listby.unamount < 0" style="color: #E13333">
|
|
|
+ ¥{{tool.formatAmount(listby.unamount,2)}}
|
|
|
+ </span>
|
|
|
+ <span v-else style="color: #009270">
|
|
|
+ ¥{{tool.formatAmount(listby.unamount,2)}}
|
|
|
+ </span>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
+ <el-col class="title-fonts" >实际/目标</el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
+ <el-col>
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
{{tool.formatAmount(listbj.amount,2) + '/'+ tool.formatAmount(listbj.target_l,2)}}
|
|
|
</span>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ </div>
|
|
|
+
|
|
|
</template>
|
|
|
</borderTemp>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<borderTemp>
|
|
|
<template #content>
|
|
|
- <el-row>
|
|
|
- <el-col class="title-fonts">出货目标</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row :gutter="20">
|
|
|
- <el-col :span="12">
|
|
|
+ <div style="margin-left: 4px;margin-right: 10px">
|
|
|
+ <el-row>
|
|
|
+ <el-col class="title-fonts">出货目标</el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row :gutter="20">
|
|
|
+ <el-col :span="12">
|
|
|
<span style="font-size: 18px;padding: 0 0 0 5px">
|
|
|
{{tool.formatAmount(listbj.wcoutamount * 100,2) + '%'}}
|
|
|
</span>
|
|
|
- </el-col>
|
|
|
- <el-col :span="12">
|
|
|
- <span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
- <span v-if="listby.unoutamount < 0" style="color: #E13333">
|
|
|
- ¥{{tool.formatAmount(listby.unoutamount,2)}}
|
|
|
- </span>
|
|
|
- <span v-else style="color: #009270">
|
|
|
- ¥{{tool.formatAmount(listby.unoutamount,2)}}
|
|
|
- </span>
|
|
|
- </span>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
- <el-col class="title-fonts" >实际/目标</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
- <el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12">
|
|
|
+ <div style="float: right">
|
|
|
+ <span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
+ <span v-if="listby.unoutamount < 0" style="color: #E13333">
|
|
|
+ ¥{{tool.formatAmount(listby.unoutamount,2)}}
|
|
|
+ </span>
|
|
|
+ <span v-else style="color: #009270">
|
|
|
+ ¥{{tool.formatAmount(listby.unoutamount,2)}}
|
|
|
+ </span>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
+ <el-col class="title-fonts" >实际/目标</el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
+ <el-col>
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
{{tool.formatAmount(listbj.amount,2) + '/'+ tool.formatAmount(listbj.target_l,2)}}
|
|
|
</span>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ </div>
|
|
|
+
|
|
|
</template>
|
|
|
</borderTemp>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<borderTemp>
|
|
|
<template #content>
|
|
|
- <el-row>
|
|
|
- <el-col class="title-fonts">开票目标</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row :gutter="20">
|
|
|
- <el-col :span="12">
|
|
|
+ <div style="margin-left: 4px;margin-right: 10px">
|
|
|
+ <el-row>
|
|
|
+ <el-col class="title-fonts">开票目标</el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row :gutter="20">
|
|
|
+ <el-col :span="12">
|
|
|
<span style="font-size: 18px;padding: 0 0 0 5px">
|
|
|
{{tool.formatAmount(listbj.wcinvoiceamount * 100,2) + '%'}}
|
|
|
</span>
|
|
|
- </el-col>
|
|
|
- <el-col :span="12">
|
|
|
- <span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
- <span v-if="listby.uninvoiceamount < 0" style="color: #E13333">
|
|
|
- ¥{{tool.formatAmount(listby.uninvoiceamount,2)}}
|
|
|
- </span>
|
|
|
- <span v-else style="color: #009270">
|
|
|
- ¥{{tool.formatAmount(listby.uninvoiceamount,2)}}
|
|
|
- </span>
|
|
|
- </span>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
- <el-col class="title-fonts" >实际/目标</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
- <el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12">
|
|
|
+ <div style="float: right">
|
|
|
+ <span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
+ <span v-if="listby.uninvoiceamount < 0" style="color: #E13333">
|
|
|
+ ¥{{tool.formatAmount(listby.uninvoiceamount,2)}}
|
|
|
+ </span>
|
|
|
+ <span v-else style="color: #009270">
|
|
|
+ ¥{{tool.formatAmount(listby.uninvoiceamount,2)}}
|
|
|
+ </span>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
+ <el-col class="title-fonts" >实际/目标</el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
+ <el-col>
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
{{tool.formatAmount(listbj.amount,2) + '/'+ tool.formatAmount(listbj.target_l,2)}}
|
|
|
</span>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ </div>
|
|
|
+
|
|
|
</template>
|
|
|
</borderTemp>
|
|
|
</el-col>
|
|
@@ -244,7 +274,7 @@
|
|
|
<!-- 本年 -->
|
|
|
<el-col :span="8">
|
|
|
<el-row :gutter="20">
|
|
|
- <el-col :span="10" :offset="6">
|
|
|
+ <el-col :span="24" >
|
|
|
<el-divider>
|
|
|
<span class="title-font">本年</span>
|
|
|
</el-divider>
|
|
@@ -254,108 +284,124 @@
|
|
|
<el-col :span="8">
|
|
|
<borderTemp>
|
|
|
<template #content>
|
|
|
- <el-row>
|
|
|
- <el-col class="title-fonts">订单目标</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row :gutter="20">
|
|
|
- <el-col :span="12">
|
|
|
+ <div style="margin-left: 4px;margin-right: 10px">
|
|
|
+ <el-row>
|
|
|
+ <el-col class="title-fonts">订单目标</el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row :gutter="20">
|
|
|
+ <el-col :span="12">
|
|
|
<span style="font-size: 18px;padding: 0 0 0 5px">
|
|
|
{{tool.formatAmount(listbn.wcamount * 100,2) + '%'}}
|
|
|
</span>
|
|
|
- </el-col>
|
|
|
- <el-col :span="12">
|
|
|
- <span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
- <span v-if="listby.unamount < 0" style="color: #E13333">
|
|
|
- ¥{{tool.formatAmount(listby.unamount,2)}}
|
|
|
- </span>
|
|
|
- <span v-else style="color: #009270">
|
|
|
- ¥{{tool.formatAmount(listby.unamount,2)}}
|
|
|
- </span>
|
|
|
- </span>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
- <el-col class="title-fonts" >实际/目标</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
- <el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12">
|
|
|
+ <div style="float: right">
|
|
|
+ <span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
+ <span v-if="listby.unamount < 0" style="color: #E13333">
|
|
|
+ ¥{{tool.formatAmount(listby.unamount,2)}}
|
|
|
+ </span>
|
|
|
+ <span v-else style="color: #009270">
|
|
|
+ ¥{{tool.formatAmount(listby.unamount,2)}}
|
|
|
+ </span>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
+ <el-col class="title-fonts" >实际/目标</el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
+ <el-col>
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
{{tool.formatAmount(listbn.amount,2) + '/'+ tool.formatAmount(listbn.target_l,2)}}
|
|
|
</span>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ </div>
|
|
|
</template>
|
|
|
</borderTemp>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<borderTemp>
|
|
|
<template #content>
|
|
|
- <el-row>
|
|
|
- <el-col class="title-fonts">出货目标</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row :gutter="20">
|
|
|
- <el-col :span="12">
|
|
|
+ <div style="margin-left: 4px;margin-right: 10px">
|
|
|
+ <el-row>
|
|
|
+ <el-col class="title-fonts">出货目标</el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row :gutter="20">
|
|
|
+ <el-col :span="12">
|
|
|
<span style="font-size: 18px;padding: 0 0 0 5px">
|
|
|
{{tool.formatAmount(listbn.wcoutamount * 100,2) + '%'}}
|
|
|
</span>
|
|
|
- </el-col>
|
|
|
- <el-col :span="12">
|
|
|
- <span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
- <span v-if="listby.unoutamount < 0" style="color: #E13333">
|
|
|
- ¥{{tool.formatAmount(listby.unoutamount,2)}}
|
|
|
- </span>
|
|
|
- <span v-else style="color: #009270">
|
|
|
- ¥{{tool.formatAmount(listby.unoutamount,2)}}
|
|
|
- </span>
|
|
|
- </span>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
- <el-col class="title-fonts" >实际/目标</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
- <el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12">
|
|
|
+ <div style="float: right">
|
|
|
+ <span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
+ <span v-if="listby.unoutamount < 0" style="color: #E13333">
|
|
|
+ ¥{{tool.formatAmount(listby.unoutamount,2)}}
|
|
|
+ </span>
|
|
|
+ <span v-else style="color: #009270">
|
|
|
+ ¥{{tool.formatAmount(listby.unoutamount,2)}}
|
|
|
+ </span>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
+ <el-col class="title-fonts" >实际/目标</el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
+ <el-col>
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
{{tool.formatAmount(listbn.amount,2) + '/'+ tool.formatAmount(listbn.target_l,2)}}
|
|
|
</span>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ </div>
|
|
|
+
|
|
|
</template>
|
|
|
</borderTemp>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<borderTemp>
|
|
|
<template #content>
|
|
|
- <el-row>
|
|
|
- <el-col class="title-fonts">开票目标</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row :gutter="20">
|
|
|
- <el-col :span="12">
|
|
|
+ <div style="margin-left: 4px;margin-right: 10px">
|
|
|
+ <el-row>
|
|
|
+ <el-col class="title-fonts">开票目标</el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row :gutter="20">
|
|
|
+ <el-col :span="12">
|
|
|
<span style="font-size: 18px;padding: 0 0 0 5px">
|
|
|
{{tool.formatAmount(listbn.wcinvoiceamount * 100,2) + '%'}}
|
|
|
</span>
|
|
|
- </el-col>
|
|
|
- <el-col :span="12">
|
|
|
- <span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
- <span v-if="listby.uninvoiceamount < 0" style="color: #E13333">
|
|
|
- ¥{{tool.formatAmount(listby.uninvoiceamount,2)}}
|
|
|
- </span>
|
|
|
- <span v-else style="color: #009270">
|
|
|
- ¥{{tool.formatAmount(listby.uninvoiceamount,2)}}
|
|
|
- </span>
|
|
|
- </span>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
- <el-col class="title-fonts" >实际/目标</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
- <el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12">
|
|
|
+ <div style="float: right">
|
|
|
+ <span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
+ <span v-if="listby.uninvoiceamount < 0" style="color: #E13333">
|
|
|
+ ¥{{tool.formatAmount(listby.uninvoiceamount,2)}}
|
|
|
+ </span>
|
|
|
+ <span v-else style="color: #009270">
|
|
|
+ ¥{{tool.formatAmount(listby.uninvoiceamount,2)}}
|
|
|
+ </span>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
+ <el-col class="title-fonts" >实际/目标</el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
+ <el-col>
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
{{tool.formatAmount(listbn.amount,2) + '/'+ tool.formatAmount(listbn.target_l,2)}}
|
|
|
</span>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ </div>
|
|
|
+
|
|
|
</template>
|
|
|
</borderTemp>
|
|
|
</el-col>
|