|
@@ -1432,7 +1432,14 @@
|
|
|
"<p><span style='display:inline-block;margin-right:4px;border-radius:10px;width:10px;height:10px;background-color:#FF3D00;'></span>折扣卡金额" +
|
|
|
'<span style="' + style +
|
|
|
'">' + (info.cardBuyFee ? info.cardBuyFee : 0).toFixed(2) + '元</span></p>';
|
|
|
- }
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ if (this.type_head == 2) {
|
|
|
+ text1 +=
|
|
|
+ "<p><span style='display:inline-block;margin-right:4px;border-radius:10px;width:10px;height:10px;background-color:#19be6b;'></span>设备完好率" +
|
|
|
+ '<span style="' + style +
|
|
|
+ '">' + (info.operatingRate ? info.operatingRate : 100) + '%</span></p>';
|
|
|
}
|
|
|
if (this.type_head == 1) {
|
|
|
//time = i.substring(5)
|