鎖定按鈕+alert已修改完成
This commit is contained in:
parent
466a0bde5b
commit
aa98950c14
@ -89,7 +89,7 @@ namespace SolarPower
|
|||||||
});
|
});
|
||||||
|
|
||||||
//#region 加入背景執行
|
//#region 加入背景執行
|
||||||
////services.AddHostedService<OperationScheduleBackgroundService>();
|
//services.AddHostedService<OperationScheduleBackgroundService>();
|
||||||
|
|
||||||
////添加Quartz服務
|
////添加Quartz服務
|
||||||
//services.AddSingleton<IJobFactory, SingletonJobFactory>();
|
//services.AddSingleton<IJobFactory, SingletonJobFactory>();
|
||||||
|
|||||||
@ -1150,7 +1150,7 @@
|
|||||||
operationRecordTable.ajax.reload();
|
operationRecordTable.ajax.reload();
|
||||||
}
|
}
|
||||||
|
|
||||||
alert("已修改完成");
|
toast_ok("已修改完成");
|
||||||
// 取消鎖定按鈕
|
// 取消鎖定按鈕
|
||||||
$("#save-record-btn").attr('disabled', false);
|
$("#save-record-btn").attr('disabled', false);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1740,7 +1740,7 @@
|
|||||||
operationRecordTable.ajax.reload();
|
operationRecordTable.ajax.reload();
|
||||||
}
|
}
|
||||||
|
|
||||||
alert("已修改完成");
|
toast_ok("已修改完成");
|
||||||
// 取消鎖定按鈕
|
// 取消鎖定按鈕
|
||||||
$("#save-record-op-btn").attr('disabled', false);
|
$("#save-record-op-btn").attr('disabled', false);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user