Showing
1 changed file
with
1 additions
and
1 deletions
@@ -3486,7 +3486,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele | @@ -3486,7 +3486,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele | ||
3486 | }); | 3486 | }); |
3487 | }); | 3487 | }); |
3488 | $("#kpi_press_times_id").find('textarea.layui-layer-input').val(num); | 3488 | $("#kpi_press_times_id").find('textarea.layui-layer-input').val(num); |
3489 | - $("#kpi_press_times_id").find('textarea.layui-layer-input').css({height:"25px"}).attr("placeholder", "压制次数(必填)") | 3489 | + $("#kpi_press_times_id").find('textarea.layui-layer-input').css({height:"25px"}).attr("placeholder", "压制次数(必填,建议100以内)") |
3490 | .attr("onkeyup","value=value.replace(/^(0+)|[^\\d]+/g,'')"); | 3490 | .attr("onkeyup","value=value.replace(/^(0+)|[^\\d]+/g,'')"); |
3491 | } | 3491 | } |
3492 | }); | 3492 | }); |
-
Please register or login to post a comment