1. 修改 編輯模式 無法修改電站縣市地區

This commit is contained in:
Kai 2021-06-18 12:32:16 +08:00
parent e912650952
commit bf75a9499e

View File

@ -736,8 +736,8 @@
//#endregion
//#region 電站基本資料 input
$("#select_city").attr("disabled", false);
$("#select_area").attr("disabled", false);
$("#select_city").attr("disabled", true);
$("#select_area").attr("disabled", true);
$("#address_detail").show();
$("#power_station_name").show();
$("#check_escrow").attr("disabled", false);