From 55481184920b6bebb2a78ec25eba7bcbe7c8bfb4 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期四, 25 五月 2023 12:36:24 +0800
Subject: [PATCH] 物料类型input
---
src/main/webapp/views/mat/mat.html | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/views/mat/mat.html b/src/main/webapp/views/mat/mat.html
index 95a3eb8..df1bdfa 100644
--- a/src/main/webapp/views/mat/mat.html
+++ b/src/main/webapp/views/mat/mat.html
@@ -257,6 +257,17 @@
</div>
</div>
+ <div class="layui-form-item">
+ <label class="layui-form-label layui-form-required">鐗╂枡绫诲瀷</label>
+ <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>
+ </select>
+ </div>
+ </div>
+
</div>
</div>
<hr class="layui-bg-gray">
--
Gitblit v1.9.1