From b435ec06d5392d2658a176dd962e3ff503a8acf3 Mon Sep 17 00:00:00 2001
From: whycq <123456>
Date: 星期二, 01 十一月 2022 14:27:14 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/bfasrs' into bfasrs

---
 src/main/webapp/views/locMast/locMast_detail.html |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/views/locMast/locMast_detail.html b/src/main/webapp/views/locMast/locMast_detail.html
index 1e12d40..fe5203c 100644
--- a/src/main/webapp/views/locMast/locMast_detail.html
+++ b/src/main/webapp/views/locMast/locMast_detail.html
@@ -77,6 +77,17 @@
                 <input id="sheetNo" class="layui-input" type="text">
             </div>
         </div>
+        <!-- 鍐荤粨 -->
+        <div class="layui-inline"  style="width:80%;">
+            <label class="layui-form-label">鍐荤粨</label>
+            <div class="layui-input-inline">
+                <select id="frozen" name="frozen">
+                    <option style="display: none"></option>
+                    <option value="0">鏈喕缁�</option>
+                    <option value="1">鍐荤粨</option>
+                </select>
+            </div>
+        </div>
         <div class="layui-inline"  style="width:80%;">
             <label class="layui-form-label">鍫嗗灈鏈哄彿锛�</label>
             <div class="layui-input-inline">

--
Gitblit v1.9.1