From b7e08df5a07b3fa832a46ecc31983e16f2bccc8c Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 24 七月 2023 14:56:01 +0800
Subject: [PATCH] # 出库作业,和库存明细管理 排序

---
 src/main/webapp/views/basCrnError/basCrnError_detail.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/basCrnError/basCrnError_detail.html b/src/main/webapp/views/basCrnError/basCrnError_detail.html
index 9a17c2b..d6ef75b 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:80%;">
             <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')" lay-verify="required|number">
+                <input id="errorCode" class="layui-input" type="text" onkeyup="check(this.id, 'basCrnError')">
             </div>
         </div>
         <div class="layui-inline"  style="width:80%;">

--
Gitblit v1.9.1