| | |
| | | <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"> |
| | |
| | | Get_HProject(); |
| | | //æ¥è¯¢å½åç»å½ç¨æ·ææ²¡æå¨å½å模å设置é»è®¤è¿æ»¤æ¹æ¡ |
| | | get_DefaultModule(); |
| | | $("#HBenchmarkValue").val(localStorage["HBenchmarkValue"]) |
| | | } |
| | | //#endregion |
| | | |
| | |
| | | } |
| | | //#endregion |
| | | |
| | | $("#HBenchmarkValue").on("input", function (e) { |
| | | localStorage["HBenchmarkValue"] = e.delegateTarget.value;//åºåå¼ï¼ç¨äºæ·»åº·è®¡ç®çº¦å½ç³»æ°ï¼åºåå¼/å°æ¶äº§è½ |
| | | }); |
| | | |
| | | //#endregion |
| | | ////éèå设置 |
| | | //function get_HideColumn() { |