|
@@ -81,22 +81,8 @@
|
|
|
$("#exportRiBao").attr('href', "/yeweihui/exportRiBao?userId=" + $('#userId').val() + "&date=" + reportDate);
|
|
|
console.log(reportDate);
|
|
|
$("#exportRiBaoLink").val(window.location.hostname + "/yeweihui/exportRiBao?userId=" + $('#userId').val() + "&date=" + reportDate);
|
|
|
- var userId = $("#userId").val();
|
|
|
- $.ajax({
|
|
|
- url: '/yeweihui/ribaohuiz',
|
|
|
- data: {
|
|
|
- "userCreate": userId,
|
|
|
- "reportDate": reportDate,
|
|
|
- },
|
|
|
- type: 'GET',
|
|
|
- success: function (data) {
|
|
|
- // $('#ribao_famliy').empty();
|
|
|
- for (var i = 0; i < data.data.length; i++) {
|
|
|
- var v = data.data[i];
|
|
|
- var t1 = $('<td align="center">' + v.num + '</td>');
|
|
|
- $("#huiz").append(t1);
|
|
|
- }
|
|
|
- },
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
});
|
|
|
|