From 2fe250ece8de95b3f70172fe5b45793ab6a3084a Mon Sep 17 00:00:00 2001 From: D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore <chenjingjing@LAPTOP-E51P2139> Date: 星期五, 18 一月 2019 17:30:50 +0800 Subject: [PATCH] 未审批可更改 --- gx_tieta/WebRoot/control.jsp | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gx_tieta/WebRoot/control.jsp b/gx_tieta/WebRoot/control.jsp index 8ccb32c..41c33a3 100644 --- a/gx_tieta/WebRoot/control.jsp +++ b/gx_tieta/WebRoot/control.jsp @@ -1982,8 +1982,7 @@ //console.info("涓婁竴娆℃牳瀹规祴璇曞仠姝㈠師鍥狅細"+lastStopReason); //console.info("閫氫俊璁℃暟锛�"+_data.dev_commcount); //console.info("閫氫俊涓㈠寘鐜囷細"+(_data.dev_commcount==0?0:(_data.dev_errcommcount*100/_data.dev_commcount))); - - var nowTime = new Date().getTime(); //褰撳墠鏃堕棿 + var nowTime = new Date(model.data[0].note).getTime(); //褰撳墠鏃堕棿 var record = new Date(model.data[0].record_datetime).getTime(); //console.info(Math.abs(nowTime-record)/1000); @@ -3736,6 +3735,9 @@ // 璁剧疆閫氫俊璁℃暟 status.setText('count', "閫氫俊璁℃暟锛�"+data.dev_commcount); + // 璁剧疆璁惧鐗堟湰鍙� + status.setText('devVersion', '璁惧鐗堟湰鍙凤細'+data.dev_version); + // 璁剧疆涓㈠寘鐜� var errorCount = data.dev_errcommcount; var allCount = data.dev_commcount+errorCount; -- Gitblit v1.9.1