From af2e4109bd7c1f0d7e52fb1aecef63bea893f0c0 Mon Sep 17 00:00:00 2001
From: LiJun <LiJun@192.168.10.21>
Date: 星期五, 07 十二月 2018 16:33:38 +0800
Subject: [PATCH] 修改基站号码的验证

---
 gx_tieta/WebRoot/iframe/batt-info-edit.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gx_tieta/WebRoot/iframe/batt-info-edit.html b/gx_tieta/WebRoot/iframe/batt-info-edit.html
index a1f6c73..b570de3 100644
--- a/gx_tieta/WebRoot/iframe/batt-info-edit.html
+++ b/gx_tieta/WebRoot/iframe/batt-info-edit.html
@@ -232,7 +232,7 @@
             <div class="layui-block">
                 <label class="layui-form-label">鍩虹珯鎵嬫満鍙风爜<span class="red">*</span></label>
                 <div class="layui-input-block">
-                    <input type="text" name="station_phone" lay-verify="required|phone" id="stationphone" autocomplete="off" class="layui-input" value="{{= d.station_phone }}">
+                    <input type="text" name="station_phone" lay-verify="required|number" id="stationphone" autocomplete="off" class="layui-input" value="{{= d.station_phone }}">
                 </div>
             </div>
         </div>

--
Gitblit v1.9.1