From 91d05844fa5d170face76455d38a330f24e214bc Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期四, 03 十一月 2022 13:58:26 +0800
Subject: [PATCH] Merge branch 'bfasrs' of http://47.97.1.152:5880/r/zy-asrs 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