From eb9e30160e01dbf905d5514c3b6a07f5d12023ff Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期四, 25 五月 2023 16:06:31 +0800
Subject: [PATCH] 入库找库位逻辑
---
src/main/webapp/views/mat/mat.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/mat/mat.html b/src/main/webapp/views/mat/mat.html
index df1bdfa..168492d 100644
--- a/src/main/webapp/views/mat/mat.html
+++ b/src/main/webapp/views/mat/mat.html
@@ -262,8 +262,8 @@
<div class="layui-input-block">
<select name="matType" lay-vertype="tips" lay-verify="required" required="">
<option value="1">鍗曞搧</option>
- <option value="2">楂橀</option>
- <option value="3">浣庨</option>
+ <option value="2">楂橀娣锋斁</option>
+ <option value="3">浣庨娣锋斁</option>
</select>
</div>
</div>
--
Gitblit v1.9.1