From 5b957de9535cf32876777eba52ce68e10b4ff24b Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期六, 13 五月 2023 14:42:31 +0800
Subject: [PATCH] 库存冻结
---
src/main/webapp/views/mat/mat.html | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/views/mat/mat.html b/src/main/webapp/views/mat/mat.html
index ac62ac0..eb19905 100644
--- a/src/main/webapp/views/mat/mat.html
+++ b/src/main/webapp/views/mat/mat.html
@@ -178,6 +178,7 @@
<input name="createBy" type="hidden">
<input name="updateTime$" type="hidden">
<input name="updateBy" type="hidden">
+ <input name="status" type="hidden">
<div class="layui-row">
@@ -208,6 +209,15 @@
<input name="storeMaxDate" placeholder="搴撻緞涓婇檺(澶�)" type="number" class="layui-input">
</div>
</div>
+ <div class="layui-form-item">
+ <label class="layui-form-label">鐘舵��:</label>
+ <div class="layui-input-block">
+ <select name="status">
+ <option value="1">姝e父</option>
+ <option value="0" selected>绂佺敤</option>
+ </select>
+ </div>
+ </div>
</div>
--
Gitblit v1.9.1