This commit is contained in:
kf_wuhao 2021-03-04 17:39:46 +08:00
parent 896517e655
commit c7a579bf5f

View File

@ -1983,7 +1983,7 @@ if ($act == 'newevent') {
dict.start = $.fullCalendar.formatDate(event.start, 'yyyy-MM-dd'); dict.start = $.fullCalendar.formatDate(event.start, 'yyyy-MM-dd');
dict.end = $.fullCalendar.formatDate(event.end, 'yyyy-MM-dd'); dict.end = $.fullCalendar.formatDate(event.end, 'yyyy-MM-dd');
loading.show(); loading.show();
dict.reason = prompt("请输入延期原因"); dict.reason = prompt("请输入修改原因");
$.post('./?app=pmcalendar&act=movevent', dict, function (txt) { $.post('./?app=pmcalendar&act=movevent', dict, function (txt) {
loading.hide(); loading.hide();