1
This commit is contained in:
parent
896517e655
commit
c7a579bf5f
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user