|
@@ -28,10 +28,10 @@
|
|
|
<div style="float: right">
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span v-if="listby.unamount < 0" style="color: #E13333">
|
|
|
- ¥{{listby.unamount<-10000 ?tool.formatAmount(listby.unamount/10000,2)+'万':listby.unamount<-100000000?tool.formatAmount(listby.unamount/100000000,2)+'亿':tool.formatAmount(listby.unamount,2)}}
|
|
|
+ ¥{{listby.unamount<-100000000 ?tool.formatAmount(listby.unamount/100000000,2)+'亿':listby.unamount<-10000?tool.formatAmount(listby.unamount/10000,2)+'万':tool.formatAmount(listby.unamount,2)}}
|
|
|
</span>
|
|
|
<span v-else style="color: #009270">
|
|
|
- ¥{{listby.unamount >10000 ? tool.formatAmount(listby.unamount/10000,2)+'万':listby.unamount>100000000?tool.formatAmount(listby.unamount/100000000,2)+'亿':tool.formatAmount(listby.unamount,2)}}
|
|
|
+ ¥{{listby.unamount >100000000 ? tool.formatAmount(listby.unamount/100000000,2)+'亿':listby.unamount>10000?tool.formatAmount(listby.unamount/10000,2)+'万':tool.formatAmount(listby.unamount,2)}}
|
|
|
</span>
|
|
|
</span>
|
|
|
</div>
|
|
@@ -44,10 +44,10 @@
|
|
|
<el-col>
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span>
|
|
|
- ¥ {{listby.amount>10000 ?tool.formatAmount(listby.amount/10000,2) + '万':listby.amount>100000000?tool.formatAmount(listby.amount/100000000,2)+ '亿':tool.formatAmount(listby.amount,2)}}
|
|
|
+ ¥ {{listby.amount>100000000 ?tool.formatAmount(listby.amount/100000000,2) + '亿':listby.amount>10000?tool.formatAmount(listby.amount/10000,2)+ '万':tool.formatAmount(listby.amount,2)}}
|
|
|
</span>
|
|
|
<span>
|
|
|
- /¥ {{listby.target_l>10000 ?tool.formatAmount(listby.target_l/10000,2) + '万':listby.target_l>100000000?tool.formatAmount(listby.target_l/100000000,2)+ '亿':tool.formatAmount(listby.target_l,2)}}
|
|
|
+ /¥ {{listby.target_l>100000000 ?tool.formatAmount(listby.target_l/100000000,2) + '亿':listby.target_l>10000?tool.formatAmount(listby.target_l/10000,2)+ '万':tool.formatAmount(listby.target_l,2)}}
|
|
|
</span>
|
|
|
</span>
|
|
|
</el-col>
|
|
@@ -73,10 +73,10 @@
|
|
|
<div style="float: right">
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span v-if="listby.unoutamount < 0" style="color: #E13333">
|
|
|
- ¥{{listby.unamount<-10000 ?tool.formatAmount(listby.unoutamount/10000,2)+'万':listby.unoutamount<-100000000?tool.formatAmount(listby.unoutamount/100000000,2)+'亿':tool.formatAmount(listby.unoutamount,2)}}
|
|
|
+ ¥{{listby.unamount<-100000000 ?tool.formatAmount(listby.unoutamount/100000000,2)+'亿':listby.unoutamount<-10000?tool.formatAmount(listby.unoutamount/10000,2)+'万':tool.formatAmount(listby.unoutamount,2)}}
|
|
|
</span>
|
|
|
<span v-else style="color: #009270">
|
|
|
- ¥{{listby.unamount>10000 ?tool.formatAmount(listby.unoutamount/10000,2)+'万':listby.unoutamount>100000000?tool.formatAmount(listby.unoutamount/100000000,2) +'亿':tool.formatAmount(listby.unoutamount,2)}}
|
|
|
+ ¥{{listby.unamount>100000000 ?tool.formatAmount(listby.unoutamount/100000000,2)+'亿':listby.unoutamount>10000?tool.formatAmount(listby.unoutamount/10000,2) +'万':tool.formatAmount(listby.unoutamount,2)}}
|
|
|
</span>
|
|
|
</span>
|
|
|
</div>
|
|
@@ -89,10 +89,10 @@
|
|
|
<el-col>
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span>
|
|
|
- ¥ {{listby.outamount>10000 ?tool.formatAmount(listby.outamount/10000,2) + '万':listby.outamount>100000000?tool.formatAmount(listby.outamount/100000000,2)+ '亿':tool.formatAmount(listby.outamount,2)}}
|
|
|
+ ¥ {{listby.outamount>100000000 ?tool.formatAmount(listby.outamount/100000000,2) + '亿':listby.outamount>10000?tool.formatAmount(listby.outamount/10000,2)+ '万':tool.formatAmount(listby.outamount,2)}}
|
|
|
</span>
|
|
|
<span>
|
|
|
- /¥ {{listby.target_l>10000 ?tool.formatAmount(listby.target_l/10000,2) + '万':listby.target_l>100000000?tool.formatAmount(listby.target_l/100000000,2)+ '亿':tool.formatAmount(listby.target_l,2)}}
|
|
|
+ /¥ {{listby.target_l>100000000 ?tool.formatAmount(listby.target_l/100000000,2) + '亿':listby.target_l>10000?tool.formatAmount(listby.target_l/10000,2)+ '万':tool.formatAmount(listby.target_l,2)}}
|
|
|
</span>
|
|
|
<!-- {{'¥'+tool.formatAmount(listby.amount,2) + '/'+ '¥'+ tool.formatAmount(listby.target_l,2)}}-->
|
|
|
</span>
|
|
@@ -120,10 +120,10 @@
|
|
|
<div style="float: right">
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span v-if="listby.uninvoiceamount < 0" style="color: #E13333">
|
|
|
- ¥{{listby.uninvoiceamount<-10000 ?tool.formatAmount(listby.uninvoiceamount/10000,2)+'万':listby.uninvoiceamount<-100000000?tool.formatAmount(listby.uninvoiceamount/100000000,2)+'亿':tool.formatAmount(listby.uninvoiceamount,2)}}
|
|
|
+ ¥{{listby.uninvoiceamount<-100000000 ?tool.formatAmount(listby.uninvoiceamount/100000000,2)+'亿':listby.uninvoiceamount<-10000?tool.formatAmount(listby.uninvoiceamount/10000,2)+'万':tool.formatAmount(listby.uninvoiceamount,2)}}
|
|
|
</span>
|
|
|
<span v-else style="color: #009270">
|
|
|
- ¥{{listby.uninvoiceamount>10000 ?tool.formatAmount(listby.uninvoiceamount/10000,2)+'万':listby.uninvoiceamount>100000000?tool.formatAmount(listby.uninvoiceamount/100000000,2) +'亿':tool.formatAmount(listby.uninvoiceamount,2)}}
|
|
|
+ ¥{{listby.uninvoiceamount>100000000 ?tool.formatAmount(listby.uninvoiceamount/100000000,2)+'亿':listby.uninvoiceamount>10000?tool.formatAmount(listby.uninvoiceamount/10000,2) +'万':tool.formatAmount(listby.uninvoiceamount,2)}}
|
|
|
</span>
|
|
|
</span>
|
|
|
</div>
|
|
@@ -136,10 +136,10 @@
|
|
|
<el-col>
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span>
|
|
|
- ¥ {{listby.invoiceamount>10000 ?tool.formatAmount(listby.invoiceamount/10000,2) + '万':listby.invoiceamount>100000000?tool.formatAmount(listby.invoiceamount/100000000,2)+ '亿':tool.formatAmount(listby.invoiceamount,2)}}
|
|
|
+ ¥ {{listby.invoiceamount>100000000 ?tool.formatAmount(listby.invoiceamount/100000000,2) + '亿':listby.invoiceamount>10000?tool.formatAmount(listby.invoiceamount/10000,2)+ '万':tool.formatAmount(listby.invoiceamount,2)}}
|
|
|
</span>
|
|
|
<span>
|
|
|
- /¥ {{listby.target_l>10000 ?tool.formatAmount(listby.target_l/10000,2) + '万':listby.target_l>100000000?tool.formatAmount(listby.target_l/100000000,2)+ '亿':tool.formatAmount(listby.target_l,2)}}
|
|
|
+ /¥ {{listby.target_l>100000000 ?tool.formatAmount(listby.target_l/100000000,2) + '亿':listby.target_l>10000?tool.formatAmount(listby.target_l/10000,2)+ '万':tool.formatAmount(listby.target_l,2)}}
|
|
|
</span>
|
|
|
</span>
|
|
|
</el-col>
|
|
@@ -177,10 +177,10 @@
|
|
|
<div style="float: right">
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span v-if="listbj.unamount < 0" style="color: #E13333">
|
|
|
- ¥{{listbj.unamount<-10000 ?tool.formatAmount(listbj.unamount/10000,2)+'万':listbj.unamount<-100000000?tool.formatAmount(listbj.unamount/100000000,2)+'亿':tool.formatAmount(listbj.unamount,2)}}
|
|
|
+ ¥{{listbj.unamount<-100000000 ?tool.formatAmount(listbj.unamount/100000000,2)+'亿':listbj.unamount<-10000?tool.formatAmount(listbj.unamount/10000,2)+'万':tool.formatAmount(listbj.unamount,2)}}
|
|
|
</span>
|
|
|
<span v-else style="color: #009270">
|
|
|
- ¥{{listbj.unamount>10000 ?tool.formatAmount(listbj.unamount/10000,2)+'万':listbj.unamount>100000000?tool.formatAmount(listbj.unamount/100000000,2) +'亿':tool.formatAmount(listbj.unamount,2)}}
|
|
|
+ ¥{{listbj.unamount>100000000 ?tool.formatAmount(listbj.unamount/100000000,2)+'亿':listbj.unamount>10000?tool.formatAmount(listbj.unamount/10000,2) +'万':tool.formatAmount(listbj.unamount,2)}}
|
|
|
</span>
|
|
|
</span>
|
|
|
</div>
|
|
@@ -194,10 +194,10 @@
|
|
|
<el-col>
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span>
|
|
|
- ¥ {{listbj.amount>10000 ?tool.formatAmount(listbj.amount/10000,2) + '万':listbj.amount>100000000?tool.formatAmount(listbj.amount/100000000,2)+ '亿':tool.formatAmount(listbj.amount,2)}}
|
|
|
+ ¥ {{listbj.amount>100000000 ?tool.formatAmount(listbj.amount/100000000,2) + '亿':listbj.amount>10000?tool.formatAmount(listbj.amount/10000,2)+ '万':tool.formatAmount(listbj.amount,2)}}
|
|
|
</span>
|
|
|
<span>
|
|
|
- /¥ {{listbj.target_l>10000 ?tool.formatAmount(listbj.target_l/10000,2) + '万':listbj.target_l>100000000?tool.formatAmount(listbj.target_l/100000000,2)+ '亿':tool.formatAmount(listbj.target_l,2)}}
|
|
|
+ /¥ {{listbj.target_l>100000000 ?tool.formatAmount(listbj.target_l/100000000,2) + '亿':listbj.target_l>10000?tool.formatAmount(listbj.target_l/10000,2)+ '万':tool.formatAmount(listbj.target_l,2)}}
|
|
|
</span>
|
|
|
</span>
|
|
|
</el-col>
|
|
@@ -225,11 +225,11 @@
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span v-if="listbj.unoutamount < 0" style="color: #E13333">
|
|
|
<!-- ¥{{tool.formatAmount(listbj.unoutamount,2)}}-->
|
|
|
- ¥{{listbj.unamount<-10000 ?tool.formatAmount(listbj.unoutamount/10000,2)+'万':listbj.unoutamount<-100000000?tool.formatAmount(listbj.unoutamount/100000000,2)+'亿':tool.formatAmount(listbj.unoutamount,2)}}
|
|
|
+ ¥{{listbj.unamount<-100000000 ?tool.formatAmount(listbj.unoutamount/100000000,2)+'亿':listbj.unoutamount<-10000?tool.formatAmount(listbj.unoutamount/10000,2)+'万':tool.formatAmount(listbj.unoutamount,2)}}
|
|
|
</span>
|
|
|
<span v-else style="color: #009270">
|
|
|
<!-- ¥{{tool.formatAmount(listbj.unoutamount,2)}}-->
|
|
|
- ¥{{listbj.unamount>10000 ?tool.formatAmount(listbj.unoutamount/10000,2)+'万':listbj.unoutamount>100000000?tool.formatAmount(listbj.unoutamount/100000000,2) +'亿':tool.formatAmount(listbj.unoutamount,2)}}
|
|
|
+ ¥{{listbj.unamount>100000000 ?tool.formatAmount(listbj.unoutamount/100000000,2)+'亿':listbj.unoutamount>10000?tool.formatAmount(listbj.unoutamount/10000,2) +'万':tool.formatAmount(listbj.unoutamount,2)}}
|
|
|
</span>
|
|
|
</span>
|
|
|
</div>
|
|
@@ -245,10 +245,10 @@
|
|
|
<!-- {{'¥'+listbj.amount>10000 ?tool.formatAmount(listbj.amount/10000,2) + '万':listbj.amount>100000000?tool.formatAmount(listbj.amount/100000000,2)+ '亿':tool.formatAmount(listbj.amount,2)
|
|
|
+'/'+ '¥'+listbj.target_l>10000 ?tool.formatAmount(listbj.target_l/10000,2) + '亿':tool.formatAmount(listbj.target_l,2) + '万'}}-->
|
|
|
<span>
|
|
|
- ¥ {{listbj.outamount>10000 ?tool.formatAmount(listbj.outamount/10000,2) + '万':listbj.outamount>100000000?tool.formatAmount(listbj.outamount/100000000,2)+ '亿':tool.formatAmount(listbj.outamount,2)}}
|
|
|
+ ¥ {{listbj.outamount>100000000 ?tool.formatAmount(listbj.outamount/100000000,2) + '亿':listbj.outamount>10000?tool.formatAmount(listbj.outamount/10000,2)+ '万':tool.formatAmount(listbj.outamount,2)}}
|
|
|
</span>
|
|
|
<span>
|
|
|
- /¥ {{listbj.target_l>10000 ?tool.formatAmount(listbj.target_l/10000,2) + '万':listbj.target_l>100000000?tool.formatAmount(listbj.target_l/100000000,2)+ '亿':tool.formatAmount(listbj.target_l,2)}}
|
|
|
+ /¥ {{listbj.target_l>100000000 ?tool.formatAmount(listbj.target_l/100000000,2) + '亿':listbj.target_l>10000?tool.formatAmount(listbj.target_l/10000,2)+ '万':tool.formatAmount(listbj.target_l,2)}}
|
|
|
</span>
|
|
|
</span>
|
|
|
</el-col>
|
|
@@ -276,11 +276,11 @@
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span v-if="listbj.uninvoiceamount < 0" style="color: #E13333">
|
|
|
<!-- ¥{{tool.formatAmount(listbj.uninvoiceamount,2)}}-->
|
|
|
- ¥{{listbj.uninvoiceamount<-10000 ?tool.formatAmount(listbj.uninvoiceamount/10000,2)+'万':listbj.uninvoiceamount<-100000000?tool.formatAmount(listbj.uninvoiceamount/100000000,2)+'亿':tool.formatAmount(listbj.uninvoiceamount,2)}}
|
|
|
+ ¥{{listbj.uninvoiceamount<-100000000 ?tool.formatAmount(listbj.uninvoiceamount/100000000,2)+'亿':listbj.uninvoiceamount<-10000?tool.formatAmount(listbj.uninvoiceamount/10000,2)+'万':tool.formatAmount(listbj.uninvoiceamount,2)}}
|
|
|
</span>
|
|
|
<span v-else style="color: #009270">
|
|
|
<!-- ¥{{tool.formatAmount(listbj.uninvoiceamount,2)}}-->
|
|
|
- ¥{{listbj.uninvoiceamount>10000 ?tool.formatAmount(listbj.uninvoiceamount/10000,2)+'万':listbj.uninvoiceamount>100000000?tool.formatAmount(listbj.uninvoiceamount/100000000,2) +'亿':tool.formatAmount(listbj.uninvoiceamount,2)}}
|
|
|
+ ¥{{listbj.uninvoiceamount>100000000 ?tool.formatAmount(listbj.uninvoiceamount/100000000,2)+'亿':listbj.uninvoiceamount>10000?tool.formatAmount(listbj.uninvoiceamount/10000,2) +'万':tool.formatAmount(listbj.uninvoiceamount,2)}}
|
|
|
</span>
|
|
|
</span>
|
|
|
</div>
|
|
@@ -296,10 +296,10 @@
|
|
|
<!-- {{'¥'+listbj.amount>10000 ?tool.formatAmount(listbj.amount/10000,2) + '万':listbj.amount>100000000?tool.formatAmount(listbj.amount/100000000,2)+ '亿':tool.formatAmount(listbj.amount,2)
|
|
|
+'/'+ '¥'+listbj.target_l>10000 ?tool.formatAmount(listbj.target_l/10000,2) + '亿':tool.formatAmount(listbj.target_l,2) + '万'}}-->
|
|
|
<span>
|
|
|
- ¥ {{listbj.invoiceamount>10000 ?tool.formatAmount(listbj.invoiceamount/10000,2) + '万':listbj.invoiceamount>100000000?tool.formatAmount(listbj.invoiceamount/100000000,2)+ '亿':tool.formatAmount(listbj.invoiceamount,2)}}
|
|
|
+ ¥ {{listbj.invoiceamount>100000000 ?tool.formatAmount(listbj.invoiceamount/100000000,2) + '亿':listbj.invoiceamount>10000?tool.formatAmount(listbj.invoiceamount/10000,2)+ '万':tool.formatAmount(listbj.invoiceamount,2)}}
|
|
|
</span>
|
|
|
<span>
|
|
|
- /¥ {{listbj.target_l>10000 ?tool.formatAmount(listbj.target_l/10000,2) + '万':listbj.target_l>100000000?tool.formatAmount(listbj.target_l/100000000,2)+ '亿':tool.formatAmount(listbj.target_l,2)}}
|
|
|
+ /¥ {{listbj.target_l>100000000 ?tool.formatAmount(listbj.target_l/100000000,2) + '亿':listbj.target_l>10000?tool.formatAmount(listbj.target_l/10000,2)+ '万':tool.formatAmount(listbj.target_l,2)}}
|
|
|
</span>
|
|
|
</span>
|
|
|
</el-col>
|
|
@@ -338,10 +338,10 @@
|
|
|
<div style="float: right">
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span v-if="listbn.unamount < 0" style="color: #E13333">
|
|
|
- ¥{{listbn.unamount<-10000 ?tool.formatAmount(listbn.unamount/10000,2)+'万':listbn.unamount<-100000000?tool.formatAmount(listbn.unamount/100000000,2)+'亿':tool.formatAmount(listbn.unamount,2)}}
|
|
|
+ ¥{{listbn.unamount<-100000000 ?tool.formatAmount(listbn.unamount/100000000,2)+'亿':listbn.unamount<-10000?tool.formatAmount(listbn.unamount/10000,2)+'万':tool.formatAmount(listbn.unamount,2)}}
|
|
|
</span>
|
|
|
<span v-else style="color: #009270">
|
|
|
- ¥{{listbn.unamount>10000 ?tool.formatAmount(listbn.unamount/10000,2)+'万':listbn.unamount>100000000?tool.formatAmount(listbn.unamount/100000000,2) +'亿':tool.formatAmount(listbn.unamount,2)}}
|
|
|
+ ¥{{listbn.unamount>100000000 ?tool.formatAmount(listbn.unamount/100000000,2)+'亿':listbn.unamount>10000?tool.formatAmount(listbn.unamount/10000,2) +'万':tool.formatAmount(listbn.unamount,2)}}
|
|
|
</span>
|
|
|
</span>
|
|
|
</div>
|
|
@@ -354,10 +354,10 @@
|
|
|
<el-col>
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span>
|
|
|
- ¥ {{listbn.amount>10000 ?tool.formatAmount(listbn.amount/10000,2) + '万':listbn.amount>100000000?tool.formatAmount(listbn.amount/100000000,2)+ '亿':tool.formatAmount(listbn.amount,2)}}
|
|
|
+ ¥ {{listbn.amount>100000000 ?tool.formatAmount(listbn.amount/100000000,2) + '亿':listbn.amount>10000?tool.formatAmount(listbn.amount/10000,2)+ '万':tool.formatAmount(listbn.amount,2)}}
|
|
|
</span>
|
|
|
<span>
|
|
|
- /¥ {{listbn.target_l>10000 ?tool.formatAmount(listbn.target_l/10000,2) + '万':listbn.target_l>100000000?tool.formatAmount(listbn.target_l/100000000,2)+ '亿':tool.formatAmount(listbn.target_l,2)}}
|
|
|
+ /¥ {{listbn.target_l>100000000 ?tool.formatAmount(listbn.target_l/100000000,2) + '亿':listbn.target_l>10000?tool.formatAmount(listbn.target_l/10000,2)+ '万':tool.formatAmount(listbn.target_l,2)}}
|
|
|
</span>
|
|
|
</span>
|
|
|
</el-col>
|
|
@@ -383,10 +383,10 @@
|
|
|
<div style="float: right">
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span v-if="listbn.unoutamount < 0" style="color: #E13333">
|
|
|
- ¥{{listbn.unamount<-10000 ?tool.formatAmount(listbn.unoutamount/10000,2)+'万':listbn.unoutamount<-100000000?tool.formatAmount(listbn.unoutamount/100000000,2)+'亿':tool.formatAmount(listbn.unoutamount,2)}}
|
|
|
+ ¥{{listbn.unamount<-100000000 ?tool.formatAmount(listbn.unoutamount/100000000,2)+'亿':listbn.unoutamount<-10000?tool.formatAmount(listbn.unoutamount/10000,2)+'万':tool.formatAmount(listbn.unoutamount,2)}}
|
|
|
</span>
|
|
|
<span v-else style="color: #009270">
|
|
|
- ¥{{listbn.unamount>10000 ?tool.formatAmount(listbn.unoutamount/10000,2)+'万':listbn.unoutamount>100000000?tool.formatAmount(listbn.unoutamount/100000000,2)+'亿':tool.formatAmount(listbn.unoutamount,2)}}
|
|
|
+ ¥{{listbn.unamount>100000000 ?tool.formatAmount(listbn.unoutamount/100000000,2)+'亿':listbn.unoutamount>10000?tool.formatAmount(listbn.unoutamount/10000,2)+'万':tool.formatAmount(listbn.unoutamount,2)}}
|
|
|
</span>
|
|
|
</span>
|
|
|
</div>
|
|
@@ -400,10 +400,10 @@
|
|
|
<el-col>
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span>
|
|
|
- ¥ {{listbn.outamount>10000 ?tool.formatAmount(listbn.outamount/10000,2) + '万':listbn.outamount>100000000?tool.formatAmount(listbn.outamount/100000000,2)+ '亿':tool.formatAmount(listbn.outamount,2)}}
|
|
|
+ ¥ {{listbn.outamount>100000000 ?tool.formatAmount(listbn.outamount/100000000,2) + '亿':listbn.outamount>10000?tool.formatAmount(listbn.outamount/10000,2)+ '万':tool.formatAmount(listbn.outamount,2)}}
|
|
|
</span>
|
|
|
<span>
|
|
|
- /¥ {{listbn.target_l>10000 ?tool.formatAmount(listbn.target_l/10000,2) + '万':listbn.target_l>100000000?tool.formatAmount(listbn.target_l/100000000,2)+ '亿':tool.formatAmount(listbn.target_l,2)}}
|
|
|
+ /¥ {{listbn.target_l>100000000 ?tool.formatAmount(listbn.target_l/100000000,2) + '亿':listbn.target_l>10000?tool.formatAmount(listbn.target_l/10000,2)+ '万':tool.formatAmount(listbn.target_l,2)}}
|
|
|
</span>
|
|
|
</span>
|
|
|
</el-col>
|
|
@@ -430,10 +430,10 @@
|
|
|
<div style="float: right">
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span v-if="listbn.uninvoiceamount < 0" style="color: #E13333">
|
|
|
- ¥{{listbn.uninvoiceamount<-10000 ?tool.formatAmount(listbn.uninvoiceamount/10000,2)+'万':listbn.uninvoiceamount<-100000000?tool.formatAmount(listbn.uninvoiceamount/100000000,2)+'亿':tool.formatAmount(listbn.uninvoiceamount,2)}}
|
|
|
+ ¥{{listbn.uninvoiceamount<-100000000 ?tool.formatAmount(listbn.uninvoiceamount/100000000,2)+'亿':listbn.uninvoiceamount<-10000?tool.formatAmount(listbn.uninvoiceamount/10000,2)+'万':tool.formatAmount(listbn.uninvoiceamount,2)}}
|
|
|
</span>
|
|
|
<span v-else style="color: #009270">
|
|
|
- ¥{{listbn.uninvoiceamount>10000 ?tool.formatAmount(listbn.uninvoiceamount/10000,2)+'万':listbn.uninvoiceamount>100000000?tool.formatAmount(listbn.uninvoiceamount/100000000,2)+'亿':tool.formatAmount(listbn.uninvoiceamount,2)}}
|
|
|
+ ¥{{listbn.uninvoiceamount>100000000 ?tool.formatAmount(listbn.uninvoiceamount/100000000,2)+'亿':listbn.uninvoiceamount>10000?tool.formatAmount(listbn.uninvoiceamount/10000,2)+'万':tool.formatAmount(listbn.uninvoiceamount,2)}}
|
|
|
</span>
|
|
|
</span>
|
|
|
</div>
|
|
@@ -447,10 +447,10 @@
|
|
|
<el-col>
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span>
|
|
|
- ¥ {{listbn.invoiceamount>10000 ?tool.formatAmount(listbn.invoiceamount/10000,2) + '万':listbn.invoiceamount>100000000?tool.formatAmount(listbn.invoiceamount/100000000,2)+ '亿':tool.formatAmount(listbn.invoiceamount,2)}}
|
|
|
+ ¥ {{listbn.invoiceamount>100000000 ?tool.formatAmount(listbn.invoiceamount/100000000,2) + '亿':listbn.invoiceamount>10000?tool.formatAmount(listbn.invoiceamount/10000,2)+ '万':tool.formatAmount(listbn.invoiceamount,2)}}
|
|
|
</span>
|
|
|
<span>
|
|
|
- /¥ {{listbn.target_l>10000 ?tool.formatAmount(listbn.target_l/10000,2) + '万':listbn.target_l>100000000?tool.formatAmount(listbn.target_l/100000000,2)+ '亿':tool.formatAmount(listbn.target_l,2)}}
|
|
|
+ /¥ {{listbn.target_l>100000000 ?tool.formatAmount(listbn.target_l/100000000,2) + '亿':listbn.target_l>10000?tool.formatAmount(listbn.target_l/10000,2)+ '万':tool.formatAmount(listbn.target_l,2)}}
|
|
|
</span>
|
|
|
</span>
|
|
|
</el-col>
|