From fc326aa5b1191bbc03870dc90e41884b5ca09307 Mon Sep 17 00:00:00 2001 From: xufei <727302827@qq.com> Date: Fri, 3 Jul 2026 09:04:37 +0800 Subject: [PATCH] =?UTF-8?q?2026.7.3=20=E5=8F=A3=E9=97=A8=E9=97=A8=E7=A6=81?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/http/modules/doorAndCar_api.dart | 1 + lib/pages/home/doorAndCar/car/onlyLook_doorarea_car.dart | 4 ++-- .../doorAndCar/person/doorArea_person_record_page.dart | 8 ++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/lib/http/modules/doorAndCar_api.dart b/lib/http/modules/doorAndCar_api.dart index 36ffb05..cd48715 100644 --- a/lib/http/modules/doorAndCar_api.dart +++ b/lib/http/modules/doorAndCar_api.dart @@ -39,6 +39,7 @@ class DoorAndCarApi { '/xgfManager/project/listAllPassedBySelfCorp', method: Method.get, data: { + "betweenProjectTime": 1, // ...data , }, ); diff --git a/lib/pages/home/doorAndCar/car/onlyLook_doorarea_car.dart b/lib/pages/home/doorAndCar/car/onlyLook_doorarea_car.dart index 4f2ed7e..a01f4f2 100644 --- a/lib/pages/home/doorAndCar/car/onlyLook_doorarea_car.dart +++ b/lib/pages/home/doorAndCar/car/onlyLook_doorarea_car.dart @@ -184,7 +184,7 @@ class _OnlylookDoorareaCarState extends State { label: '审核人员部门:', isEditable: false, horizontalnum:0, - text: applicationInfo['applyPersonDepartmentName'] ?? '', + text: applicationInfo['auditPersonDepartmentName'] ?? '', onTap: () {}, ), const Divider(), @@ -193,7 +193,7 @@ class _OnlylookDoorareaCarState extends State { label: '审核人员:', isEditable: false, horizontalnum:0, - text: applicationInfo['applyPersonUserName'] ?? '', + text: applicationInfo['auditPersonUserName'] ?? '', onTap: () {}, ), diff --git a/lib/pages/home/doorAndCar/person/doorArea_person_record_page.dart b/lib/pages/home/doorAndCar/person/doorArea_person_record_page.dart index a2b319a..32b303b 100644 --- a/lib/pages/home/doorAndCar/person/doorArea_person_record_page.dart +++ b/lib/pages/home/doorAndCar/person/doorArea_person_record_page.dart @@ -62,7 +62,7 @@ class _DoorareaPersonRecordPageState extends State { switch(widget.type){ case 1://1 进港口门申请(人) - titleName='人员审核'; + titleName='人员申请'; buttonName='查看'; isAdd=true; xgfDataApplyListData['processOrRecord']=1; @@ -78,7 +78,7 @@ class _DoorareaPersonRecordPageState extends State { xgfDataApplyListData['menuPath'] = '/primeport/container/stakeholder/firstLevelDoor/personnelApplicationRecords/list'; break; case 3://3 封闭区域口门申请(人) - titleName='人员审核'; + titleName='人员申请'; buttonName='查看'; isAdd=true; xgfDataApplyListData['processOrRecord']=1; @@ -96,7 +96,7 @@ class _DoorareaPersonRecordPageState extends State { xgfDataApplyListData['menuPath'] = '/primeport/container/stakeholder/enclosedArea/apply/personnelRecords/list'; break; case 5: //5 进港口门申请(车) - titleName='车辆审核'; + titleName='车辆申请'; buttonName='查看'; isAdd=true; xgfDataApplyListData['processOrRecord']=1; @@ -114,7 +114,7 @@ class _DoorareaPersonRecordPageState extends State { xgfDataApplyListData['menuPath'] = '/primeport/container/stakeholder/firstLevelDoor/vehicleApplicationRecords/list'; break; case 7: // 7 封闭区域口门申请(车) - titleName='车辆审核'; + titleName='车辆申请'; buttonName='查看'; isAdd=true; xgfDataApplyListData['processOrRecord']=1;