...
This commit is contained in:
parent
74fe58217f
commit
8781eb3238
|
@ -1,8 +1,8 @@
|
||||||
<script>
|
<script>
|
||||||
$(function(){
|
$(function(){
|
||||||
$("input[nhname='nhname']").change(function(){
|
$("input[nhname='date_show']").change(function(){
|
||||||
if($(this).val()=='创建日期起始' || $(this).val()=='创建日期结束')return;
|
if($(this).val()=='创建日期起始' || $(this).val()=='创建日期结束')return;
|
||||||
$("input[nhname='nhname']",$(this).parent('div')).val($(this).val());
|
$("input[nhname='date_val']",$(this).parent('div')).val($(this).val());
|
||||||
remote_function();
|
remote_function();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue