鎖定按鈕

相關的工作項目: #8
This commit is contained in:
ken 2022-06-10 11:36:56 +08:00
parent 5c58b583d7
commit fdb45a28dd

View File

@ -1070,6 +1070,9 @@
if ($('#work_person_select_modal').val().length > 0 && $("#work_time_modal").val() != "") {
if ($("#record-form").valid())
{
// 鎖定按鈕
$("#save-record-btn").attr('disabled', true);
var url = "/Operation/SaveOperationRecord";
var formData = new FormData();