|
@@ -47,7 +47,7 @@
|
|
|
¥ {{listby.amount>10000 ?tool.formatAmount(listby.amount/10000,2) + '万':listby.amount>100000000?tool.formatAmount(listby.amount/100000000,2)+ '亿':tool.formatAmount(listby.amount,2)}}
|
|
|
</span>
|
|
|
<span>
|
|
|
- /¥ {{listby.target_l>10000 ?tool.formatAmount(listby.target_l/10000,2) + '亿':tool.formatAmount(listby.target_l,2) + '万'}}
|
|
|
+ /¥ {{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)}}
|
|
|
</span>
|
|
|
</span>
|
|
|
</el-col>
|
|
@@ -73,11 +73,9 @@
|
|
|
<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)}}-->
|
|
|
¥{{listby.unamount<-10000 ?tool.formatAmount(listby.unoutamount/10000,2)+'万':listby.unoutamount<-100000000?tool.formatAmount(listby.unoutamount/100000000,2)+'亿':tool.formatAmount(listby.unoutamount,2)}}
|
|
|
</span>
|
|
|
<span v-else style="color: #009270">
|
|
|
-<!-- ¥{{tool.formatAmount(listby.unoutamount,2)}}-->
|
|
|
¥{{listby.unamount>10000 ?tool.formatAmount(listby.unoutamount/10000,2)+'万':listby.unoutamount>100000000?tool.formatAmount(listby.unoutamount/100000000,2) +'亿':tool.formatAmount(listby.unoutamount,2)}}
|
|
|
</span>
|
|
|
</span>
|
|
@@ -94,7 +92,7 @@
|
|
|
¥ {{listby.outamount>10000 ?tool.formatAmount(listby.outamount/10000,2) + '万':listby.outamount>100000000?tool.formatAmount(listby.outamount/100000000,2)+ '亿':tool.formatAmount(listby.outamount,2)}}
|
|
|
</span>
|
|
|
<span>
|
|
|
- /¥ {{listby.target_l>10000 ?tool.formatAmount(listby.target_l/10000,2) + '亿':tool.formatAmount(listby.target_l,2) + '万'}}
|
|
|
+ /¥ {{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)}}
|
|
|
</span>
|
|
|
<!-- {{'¥'+tool.formatAmount(listby.amount,2) + '/'+ '¥'+ tool.formatAmount(listby.target_l,2)}}-->
|
|
|
</span>
|
|
@@ -122,11 +120,9 @@
|
|
|
<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)}}-->
|
|
|
¥{{listby.uninvoiceamount<-10000 ?tool.formatAmount(listby.uninvoiceamount/10000,2)+'万':listby.uninvoiceamount<-100000000?tool.formatAmount(listby.uninvoiceamount/100000000,2)+'亿':tool.formatAmount(listby.uninvoiceamount,2)}}
|
|
|
</span>
|
|
|
<span v-else style="color: #009270">
|
|
|
-<!-- ¥{{tool.formatAmount(listby.uninvoiceamount,2)}}-->
|
|
|
¥{{listby.uninvoiceamount>10000 ?tool.formatAmount(listby.uninvoiceamount/10000,2)+'万':listby.uninvoiceamount>100000000?tool.formatAmount(listby.uninvoiceamount/100000000,2) +'亿':tool.formatAmount(listby.uninvoiceamount,2)}}
|
|
|
</span>
|
|
|
</span>
|
|
@@ -139,14 +135,11 @@
|
|
|
<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)}}-->
|
|
|
-<!-- {{'¥'+listby.amount>10000 ?tool.formatAmount(listby.amount/10000,2) + '万':listby.amount>100000000?tool.formatAmount(listby.amount/100000000,2)+ '亿':tool.formatAmount(listby.amount,2)
|
|
|
- +'/'+ '¥'+listby.target_l>10000 ?tool.formatAmount(listby.target_l/10000,2) + '亿':tool.formatAmount(listby.target_l,2) + '万'}}-->
|
|
|
<span>
|
|
|
¥ {{listby.invoiceamount>10000 ?tool.formatAmount(listby.invoiceamount/10000,2) + '万':listby.invoiceamount>100000000?tool.formatAmount(listby.invoiceamount/100000000,2)+ '亿':tool.formatAmount(listby.invoiceamount,2)}}
|
|
|
</span>
|
|
|
<span>
|
|
|
- /¥ {{listby.target_l>10000 ?tool.formatAmount(listby.target_l/10000,2) + '亿':tool.formatAmount(listby.target_l,2) + '万'}}
|
|
|
+ /¥ {{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)}}
|
|
|
</span>
|
|
|
</span>
|
|
|
</el-col>
|
|
@@ -184,11 +177,9 @@
|
|
|
<div style="float: right">
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span v-if="listbj.unamount < 0" style="color: #E13333">
|
|
|
-<!-- ¥{{tool.formatAmount(listbj.unamount,2)}}-->
|
|
|
¥{{listbj.unamount<-10000 ?tool.formatAmount(listbj.unamount/10000,2)+'万':listbj.unamount<-100000000?tool.formatAmount(listbj.unamount/100000000,2)+'亿':tool.formatAmount(listbj.unamount,2)}}
|
|
|
</span>
|
|
|
<span v-else style="color: #009270">
|
|
|
-<!-- ¥{{tool.formatAmount(listbj.unamount,2)}}-->
|
|
|
¥{{listbj.unamount>10000 ?tool.formatAmount(listbj.unamount/10000,2)+'万':listbj.unamount>100000000?tool.formatAmount(listbj.unamount/100000000,2) +'亿':tool.formatAmount(listbj.unamount,2)}}
|
|
|
</span>
|
|
|
</span>
|
|
@@ -202,14 +193,11 @@
|
|
|
<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)}}-->
|
|
|
-<!-- {{'¥'+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.amount>10000 ?tool.formatAmount(listbj.amount/10000,2) + '万':listbj.amount>100000000?tool.formatAmount(listbj.amount/100000000,2)+ '亿':tool.formatAmount(listbj.amount,2)}}
|
|
|
</span>
|
|
|
<span>
|
|
|
- /¥ {{listbj.target_l>10000 ?tool.formatAmount(listbj.target_l/10000,2) + '亿':tool.formatAmount(listbj.target_l,2) + '万'}}
|
|
|
+ /¥ {{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)}}
|
|
|
</span>
|
|
|
</span>
|
|
|
</el-col>
|
|
@@ -260,7 +248,7 @@
|
|
|
¥ {{listbj.outamount>10000 ?tool.formatAmount(listbj.outamount/10000,2) + '万':listbj.outamount>100000000?tool.formatAmount(listbj.outamount/100000000,2)+ '亿':tool.formatAmount(listbj.outamount,2)}}
|
|
|
</span>
|
|
|
<span>
|
|
|
- /¥ {{listbj.target_l>10000 ?tool.formatAmount(listbj.target_l/10000,2) + '亿':tool.formatAmount(listbj.target_l,2) + '万'}}
|
|
|
+ /¥ {{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)}}
|
|
|
</span>
|
|
|
</span>
|
|
|
</el-col>
|
|
@@ -311,7 +299,7 @@
|
|
|
¥ {{listbj.invoiceamount>10000 ?tool.formatAmount(listbj.invoiceamount/10000,2) + '万':listbj.invoiceamount>100000000?tool.formatAmount(listbj.invoiceamount/100000000,2)+ '亿':tool.formatAmount(listbj.invoiceamount,2)}}
|
|
|
</span>
|
|
|
<span>
|
|
|
- /¥ {{listbj.target_l>10000 ?tool.formatAmount(listbj.target_l/10000,2) + '亿':tool.formatAmount(listbj.target_l,2) + '万'}}
|
|
|
+ /¥ {{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)}}
|
|
|
</span>
|
|
|
</span>
|
|
|
</el-col>
|
|
@@ -350,11 +338,9 @@
|
|
|
<div style="float: right">
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span v-if="listbn.unamount < 0" style="color: #E13333">
|
|
|
-<!-- ¥{{tool.formatAmount(listbn.unamount,2)}}-->
|
|
|
¥{{listbn.unamount<-10000 ?tool.formatAmount(listbn.unamount/10000,2)+'万':listbn.unamount<-100000000?tool.formatAmount(listbn.unamount/100000000,2)+'亿':tool.formatAmount(listbn.unamount,2)}}
|
|
|
</span>
|
|
|
<span v-else style="color: #009270">
|
|
|
-<!-- ¥{{tool.formatAmount(listbn.unamount,2)}}-->
|
|
|
¥{{listbn.unamount>10000 ?tool.formatAmount(listbn.unamount/10000,2)+'万':listbn.unamount>100000000?tool.formatAmount(listbn.unamount/100000000,2) +'亿':tool.formatAmount(listbn.unamount,2)}}
|
|
|
</span>
|
|
|
</span>
|
|
@@ -367,14 +353,11 @@
|
|
|
<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)}}-->
|
|
|
-<!-- {{'¥'+listbn.amount>10000 ?tool.formatAmount(listbn.amount/10000,2) + '万':listbn.amount>100000000?tool.formatAmount(listbn.amount/100000000,2)+ '亿':tool.formatAmount(listbn.amount,2)
|
|
|
- +'/'+ '¥'+listbn.target_l>10000 ?tool.formatAmount(listbn.target_l/10000,2) + '亿':tool.formatAmount(listbn.target_l,2) + '万'}}-->
|
|
|
<span>
|
|
|
¥ {{listbn.amount>10000 ?tool.formatAmount(listbn.amount/10000,2) + '万':listbn.amount>100000000?tool.formatAmount(listbn.amount/100000000,2)+ '亿':tool.formatAmount(listbn.amount,2)}}
|
|
|
</span>
|
|
|
<span>
|
|
|
- /¥ {{listbn.target_l>10000 ?tool.formatAmount(listbn.target_l/10000,2) + '亿':tool.formatAmount(listbn.target_l,2) + '万'}}
|
|
|
+ /¥ {{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)}}
|
|
|
</span>
|
|
|
</span>
|
|
|
</el-col>
|
|
@@ -400,11 +383,9 @@
|
|
|
<div style="float: right">
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span v-if="listbn.unoutamount < 0" style="color: #E13333">
|
|
|
-<!-- ¥{{tool.formatAmount(listbn.unoutamount,2)}}-->
|
|
|
¥{{listbn.unamount<-10000 ?tool.formatAmount(listbn.unoutamount/10000,2)+'万':listbn.unoutamount<-100000000?tool.formatAmount(listbn.unoutamount/100000000,2)+'亿':tool.formatAmount(listbn.unoutamount,2)}}
|
|
|
</span>
|
|
|
<span v-else style="color: #009270">
|
|
|
-<!-- ¥{{tool.formatAmount(listbn.unoutamount,2)}}-->
|
|
|
¥{{listbn.unamount>10000 ?tool.formatAmount(listbn.unoutamount/10000,2)+'万':listbn.unoutamount>100000000?tool.formatAmount(listbn.unoutamount/100000000,2)+'亿':tool.formatAmount(listbn.unoutamount,2)}}
|
|
|
</span>
|
|
|
</span>
|
|
@@ -418,14 +399,11 @@
|
|
|
<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)}}-->
|
|
|
-<!-- {{'¥'+listbn.amount>10000 ?tool.formatAmount(listbn.amount/10000,2) + '万':listbn.amount>100000000?tool.formatAmount(listbn.amount/100000000,2)+ '亿':tool.formatAmount(listbn.amount,2)
|
|
|
- +'/'+ '¥'+listbn.target_l>10000 ?tool.formatAmount(listbn.target_l/10000,2) + '亿':tool.formatAmount(listbn.target_l,2) + '万'}}-->
|
|
|
<span>
|
|
|
¥ {{listbn.outamount>10000 ?tool.formatAmount(listbn.outamount/10000,2) + '万':listbn.outamount>100000000?tool.formatAmount(listbn.outamount/100000000,2)+ '亿':tool.formatAmount(listbn.outamount,2)}}
|
|
|
</span>
|
|
|
<span>
|
|
|
- /¥ {{listbn.target_l>10000 ?tool.formatAmount(listbn.target_l/10000,2) + '亿':tool.formatAmount(listbn.target_l,2) + '万'}}
|
|
|
+ /¥ {{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)}}
|
|
|
</span>
|
|
|
</span>
|
|
|
</el-col>
|
|
@@ -452,11 +430,9 @@
|
|
|
<div style="float: right">
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span v-if="listbn.uninvoiceamount < 0" style="color: #E13333">
|
|
|
-<!-- ¥{{tool.formatAmount(listbn.uninvoiceamount,2)}}-->
|
|
|
¥{{listbn.uninvoiceamount<-10000 ?tool.formatAmount(listbn.uninvoiceamount/10000,2)+'万':listbn.uninvoiceamount<-100000000?tool.formatAmount(listbn.uninvoiceamount/100000000,2)+'亿':tool.formatAmount(listbn.uninvoiceamount,2)}}
|
|
|
</span>
|
|
|
<span v-else style="color: #009270">
|
|
|
-<!-- ¥{{tool.formatAmount(listbn.uninvoiceamount,2)}}-->
|
|
|
¥{{listbn.uninvoiceamount>10000 ?tool.formatAmount(listbn.uninvoiceamount/10000,2)+'万':listbn.uninvoiceamount>100000000?tool.formatAmount(listbn.uninvoiceamount/100000000,2)+'亿':tool.formatAmount(listbn.uninvoiceamount,2)}}
|
|
|
</span>
|
|
|
</span>
|
|
@@ -470,14 +446,11 @@
|
|
|
<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)}}-->
|
|
|
-<!-- {{'¥'+listbn.amount>10000 ?tool.formatAmount(listbn.amount/10000,2) + '万':listbn.amount>100000000?tool.formatAmount(listbn.amount/100000000,2)+ '亿':tool.formatAmount(listbn.amount,2)
|
|
|
- +'/'+ '¥'+listbn.target_l>10000 ?tool.formatAmount(listbn.target_l/10000,2) + '亿':tool.formatAmount(listbn.target_l,2) + '万'}}-->
|
|
|
<span>
|
|
|
¥ {{listbn.invoiceamount>10000 ?tool.formatAmount(listbn.invoiceamount/10000,2) + '万':listbn.invoiceamount>100000000?tool.formatAmount(listbn.invoiceamount/100000000,2)+ '亿':tool.formatAmount(listbn.invoiceamount,2)}}
|
|
|
</span>
|
|
|
<span>
|
|
|
- /¥ {{listbn.target_l>10000 ?tool.formatAmount(listbn.target_l/10000,2) + '亿':tool.formatAmount(listbn.target_l,2) + '万'}}
|
|
|
+ /¥ {{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)}}
|
|
|
</span>
|
|
|
</span>
|
|
|
</el-col>
|