瀏覽代碼

巡检绩效

zhengkaixin 6 天之前
父節點
當前提交
43ba0d667f
共有 2 個文件被更改,包括 6 次插入6 次删除
  1. 3 3
      .env.dev.js
  2. 3 3
      pagesFinance/statistics/index.vue

+ 3 - 3
.env.dev.js

@@ -2,7 +2,7 @@ const UNI_APP = {
 	
 	BASE_URL: 'https://youdian-test.hbjp.com.cn/charging-station-test/',
 	
-	//BASE_URL: 'https://youdian.hbjp.com.cn/charging-station-server/',
+	BASE_URL: 'https://youdian.hbjp.com.cn/charging-station-server/',
 	//BASE_URL: 'http://192.168.77.162:8081/charging-station/' ,
 	//BASE_URL: 'http://192.168.77.162:8081/charging-station/' ,
 	
@@ -13,10 +13,10 @@ const UNI_APP = {
 	//openId:"oK9Wr59rru-i3bm7dtTtxnkR-i4s",
 	openId:"oSruR6exarwenvByKxUp_CvbXg9Q",//老板
 	//openId:"oSruR6bebprt9L6EebBQq4KzArYQ",//提现
-	openId:"oSruR6dZcmSM4ATuweZ5fjHGQsiA", //杨所
+	//openId:"oSruR6dZcmSM4ATuweZ5fjHGQsiA", //杨所
 	//openId:"oK9Wr56yEh-TbCvUg3s9LYQSL8tM",
 	//openId:"oSruR6YkhP7QDroLnZGxWis43Kn0",//zkx
-	openId:"oSruR6dsG6wrbiQCwyftfgnp5690",//舒展, 物业
+	//openId:"oSruR6dsG6wrbiQCwyftfgnp5690",//舒展, 物业
 	//openId:"oK9Wr55J1J1eL6BqI2tW749NTxNU",
 	
 	//openId:"oSruR6bq1mtXtMdVy3EWlf6y_7oI",//f++

+ 3 - 3
pagesFinance/statistics/index.vue

@@ -2846,11 +2846,11 @@
 									'">' + info[k1].toFixed(2) + '元</span></p>';
 							}
 							
-							if (this.type_head == 2) {
+							if (this.type_head == 2&&info.inspectionScore) {
 								text1 +=
-									"<p><span style='display:inline-block;margin-right:4px;border-radius:10px;width:10px;height:10px;background-color:#19be6b;'></span>设备完好率" +
+									"<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>';
+									'">' + (info.inspectionScore ? info.inspectionScore : '-') + '</span></p>';
 							}
 							if (this.type_head == 1) {
 								//time = i.substring(5)