1:通过控件的ID 获取值

$("input[name='weiKuanDate']").val();

2:通过控件的name 获取值

$("input[name='weiKuanDate']").val()