加氢站-预约

This commit is contained in:
2026-02-27 10:54:55 +08:00
parent 14fd6c75d0
commit 39cae906e9
3 changed files with 531 additions and 324 deletions

View File

@@ -221,8 +221,12 @@ class C_ReservationController extends GetxController with BaseControllerMixin {
stateName: '',
addStatus: '',
addStatusName: '',
rejectReason: '',
hasEdit: true,
rejectReason: '',
isTruckAttachment: 0,
hasHydrogenationAttachment: true,
hasDrivingAttachment: true,
isEdit: '',
);
//打开预约列表
@@ -546,7 +550,7 @@ class C_ReservationController extends GetxController with BaseControllerMixin {
}
try {
if(showloading){
if (showloading) {
showLoading("加氢站数据加载中");
}