parent
5c58b583d7
commit
fdb45a28dd
@ -1070,6 +1070,9 @@
|
|||||||
if ($('#work_person_select_modal').val().length > 0 && $("#work_time_modal").val() != "") {
|
if ($('#work_person_select_modal').val().length > 0 && $("#work_time_modal").val() != "") {
|
||||||
if ($("#record-form").valid())
|
if ($("#record-form").valid())
|
||||||
{
|
{
|
||||||
|
// 鎖定按鈕
|
||||||
|
$("#save-record-btn").attr('disabled', true);
|
||||||
|
|
||||||
var url = "/Operation/SaveOperationRecord";
|
var url = "/Operation/SaveOperationRecord";
|
||||||
|
|
||||||
var formData = new FormData();
|
var formData = new FormData();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user