From 7c5f40d30392dc0cb3a492cd92fc1d21c95b9c4b Mon Sep 17 00:00:00 2001 From: hdw <hdw@192.168.7.127> Date: 星期二, 15 一月 2019 15:22:15 +0800 Subject: [PATCH] 手机端机房信息录入验收申请机房位置查看可以拖动 并自动更新经纬度 --- gx_tieta/WebRoot/control.jsp | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/gx_tieta/WebRoot/control.jsp b/gx_tieta/WebRoot/control.jsp index 8ccb32c..0c85e8a 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); -- Gitblit v1.9.1