From ec8955111e76e04a175a427b3690d6d03ccec27d Mon Sep 17 00:00:00 2001 From: vincent <1341870251@qq.com> Date: 星期一, 25 五月 2020 17:09:49 +0800 Subject: [PATCH] # --- src/main/webapp/views/basDevp/basDevp_detail.html | 2 +- src/main/webapp/views/basCrnp/basCrnp_detail.html | 2 +- src/main/webapp/views/basWrkIotype/basWrkIotype_detail.html | 2 +- src/main/webapp/views/basCrnError/basCrnError_detail.html | 2 +- src/main/webapp/views/basWrkStatus/basWrkStatus_detail.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/views/basCrnError/basCrnError_detail.html b/src/main/webapp/views/basCrnError/basCrnError_detail.html index d9fb9bd..6b966c3 100644 --- a/src/main/webapp/views/basCrnError/basCrnError_detail.html +++ b/src/main/webapp/views/basCrnError/basCrnError_detail.html @@ -26,7 +26,7 @@ <div class="layui-inline" style="width:31%;"> <label class="layui-form-label"><span class="not-null">*</span>寮傚父浠e彿锛�</label> <div class="layui-input-inline"> - <input id="errorCode" class="layui-input" type="text" onkeyup="check(this.id, 'basCrnError')"> + <input id="errorCode" class="layui-input" type="text" onkeyup="check(this.id, 'basCrnError')" lay-verify="required|number"> </div> </div> <div class="layui-inline" style="width:31%;"> diff --git a/src/main/webapp/views/basCrnp/basCrnp_detail.html b/src/main/webapp/views/basCrnp/basCrnp_detail.html index c3a518e..060bb16 100644 --- a/src/main/webapp/views/basCrnp/basCrnp_detail.html +++ b/src/main/webapp/views/basCrnp/basCrnp_detail.html @@ -26,7 +26,7 @@ <div class="layui-inline" style="width:31%;"> <label class="layui-form-label"><span class="not-null">*</span>缂栥��銆�鍙凤細</label> <div class="layui-input-inline"> - <input id="crnNo" class="layui-input" type="text" onkeyup="check(this.id, 'basCrnp')"> + <input id="crnNo" class="layui-input" type="text" onkeyup="check(this.id, 'basCrnp')" lay-verify="required|number"> </div> </div> <div class="layui-inline" style="width:31%;"> diff --git a/src/main/webapp/views/basDevp/basDevp_detail.html b/src/main/webapp/views/basDevp/basDevp_detail.html index 5ab804a..72dbec2 100644 --- a/src/main/webapp/views/basDevp/basDevp_detail.html +++ b/src/main/webapp/views/basDevp/basDevp_detail.html @@ -26,7 +26,7 @@ <div class="layui-inline" style="width:31%;"> <label class="layui-form-label"><span class="not-null">*</span>缂栥��銆�鍙凤細</label> <div class="layui-input-inline"> - <input id="devNo" class="layui-input" type="text" onkeyup="check(this.id, 'basDevp')"> + <input id="devNo" class="layui-input" type="text" onkeyup="check(this.id, 'basDevp')" lay-verify="required|number"> </div> </div> diff --git a/src/main/webapp/views/basWrkIotype/basWrkIotype_detail.html b/src/main/webapp/views/basWrkIotype/basWrkIotype_detail.html index 48539f4..73418ae 100644 --- a/src/main/webapp/views/basWrkIotype/basWrkIotype_detail.html +++ b/src/main/webapp/views/basWrkIotype/basWrkIotype_detail.html @@ -26,7 +26,7 @@ <div class="layui-inline" style="width:31%;"> <label class="layui-form-label" style="font-size: x-small"><span class="not-null">*</span>鍏ュ嚭绫诲瀷浠e彿锛�</label> <div class="layui-input-inline"> - <input id="ioType" class="layui-input" type="text" onkeyup="check(this.id, 'basWrkIotype')" lay-verify="required"> + <input id="ioType" class="layui-input" type="text" onkeyup="check(this.id, 'basWrkIotype')" lay-verify="required|number"> </div> </div> <div class="layui-inline" style="width:31%;display: none"> diff --git a/src/main/webapp/views/basWrkStatus/basWrkStatus_detail.html b/src/main/webapp/views/basWrkStatus/basWrkStatus_detail.html index 7e1c195..c38a0dc 100644 --- a/src/main/webapp/views/basWrkStatus/basWrkStatus_detail.html +++ b/src/main/webapp/views/basWrkStatus/basWrkStatus_detail.html @@ -26,7 +26,7 @@ <div class="layui-inline" style="width:31%;"> <label class="layui-form-label"><span class="not-null">*</span>浠c��銆�鍙凤細</label> <div class="layui-input-inline"> - <input id="wrkSts" class="layui-input" type="text" onkeyup="check(this.id, 'basWrkStatus')" lay-verify="required"> + <input id="wrkSts" class="layui-input" type="text" onkeyup="check(this.id, 'basWrkStatus')" lay-verify="required|number"> </div> </div> <div class="layui-inline" style="width:31%;"> -- Gitblit v1.9.1