From f9fda034958a498fcc98e93c1b8cd4b4c15797bd Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期一, 21 四月 2025 08:10:45 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-LayUI

---
 WebTM/views/计划管理/工艺路线/Gy_RoutingBillList.html |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git "a/WebTM/views/\350\256\241\345\210\222\347\256\241\347\220\206/\345\267\245\350\211\272\350\267\257\347\272\277/Gy_RoutingBillList.html" "b/WebTM/views/\350\256\241\345\210\222\347\256\241\347\220\206/\345\267\245\350\211\272\350\267\257\347\272\277/Gy_RoutingBillList.html"
index 32d0aaa..474656e 100644
--- "a/WebTM/views/\350\256\241\345\210\222\347\256\241\347\220\206/\345\267\245\350\211\272\350\267\257\347\272\277/Gy_RoutingBillList.html"
+++ "b/WebTM/views/\350\256\241\345\210\222\347\256\241\347\220\206/\345\267\245\350\211\272\350\267\257\347\272\277/Gy_RoutingBillList.html"
@@ -80,6 +80,12 @@
                                             <input type="text" class="layui-input ForFilteringSchemes" name="HModel" id="HModel">
                                         </div>
                                     </div>
+                                    <div class="layui-inline">
+                                        <label class="layui-form-label" style="width: 85px;">鍩哄噯鍊�</label>
+                                        <div class="layui-input-block" style="margin-left: 120px;">
+                                            <input type="text" class="layui-input ForFilteringSchemes" name="HBenchmarkValue" id="HBenchmarkValue">
+                                        </div>
+                                    </div>
                                 </div>
                                 <div class="layui-row" style="margin-top:5px;margin-left:82px;margin-bottom:5px;">
                                     <div class="layui-inline">
@@ -503,6 +509,7 @@
                 Get_HProject();
                 //鏌ヨ褰撳墠鐧诲綍鐢ㄦ埛鏈夋病鏈夊湪褰撳墠妯″潡璁剧疆榛樿杩囨护鏂规
                 get_DefaultModule();
+                $("#HBenchmarkValue").val(localStorage["HBenchmarkValue"])
             }
             //#endregion
 
@@ -2033,6 +2040,10 @@
             }
             //#endregion
 
+            $("#HBenchmarkValue").on("input", function (e) {
+                localStorage["HBenchmarkValue"] = e.delegateTarget.value;//鍩哄噯鍊硷紝鐢ㄤ簬娣诲悍璁$畻绾﹀綋绯绘暟锛氬熀鍑嗗��/灏忔椂浜ц兘
+            });
+
             //#endregion
             ////闅愯棌鍒楄缃�
             //function get_HideColumn() {

--
Gitblit v1.9.1