From 5eac2860408f4f4b31983b3b6eb5681c450ac370 Mon Sep 17 00:00:00 2001 From: whyclj <1525436766@qq.com> Date: 星期六, 05 一月 2019 11:19:51 +0800 Subject: [PATCH] 电池告警历史查询页面屏蔽机房全部选项,并且进入页面后不自动查询数据 --- gx_tieta/WebRoot/mobil/batt-unapproved.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/batt-unapproved.html b/gx_tieta/WebRoot/mobil/batt-unapproved.html index c58b9aa..0584ca9 100644 --- a/gx_tieta/WebRoot/mobil/batt-unapproved.html +++ b/gx_tieta/WebRoot/mobil/batt-unapproved.html @@ -314,8 +314,8 @@ BattProducer : arrdata[i].binf.BattProducer, //鐢垫睜鍝佺墝 BattModel : arrdata[i].binf.BattModel, //鐢垫睜鍨嬪彿 - BattProductDate : arrdata[i].binf.BattProductDate+" 00:00:00", //鐢垫睜鐢熶骇鏃ユ湡 - BattInUseDate : arrdata[i].binf.BattInUseDate+" 00:00:00", //鐢垫睜浣跨敤鏃ユ湡 + BattProductDate : arrdata[i].binf.BattProductDate, //鐢垫睜鐢熶骇鏃ユ湡 + BattInUseDate : arrdata[i].binf.BattInUseDate, //鐢垫睜浣跨敤鏃ユ湡 install_user : arrdata[i].binf.install_user, //瀹夎浜哄憳 } -- Gitblit v1.9.1