2026.7.3 口门门禁修改

master
xufei 2026-07-03 09:04:37 +08:00
parent f71fb34bb1
commit fc326aa5b1
3 changed files with 7 additions and 6 deletions

View File

@ -39,6 +39,7 @@ class DoorAndCarApi {
'/xgfManager/project/listAllPassedBySelfCorp', '/xgfManager/project/listAllPassedBySelfCorp',
method: Method.get, method: Method.get,
data: { data: {
"betweenProjectTime": 1,
// ...data , // ...data ,
}, },
); );

View File

@ -184,7 +184,7 @@ class _OnlylookDoorareaCarState extends State<OnlylookDoorareaCar> {
label: '审核人员部门:', label: '审核人员部门:',
isEditable: false, isEditable: false,
horizontalnum:0, horizontalnum:0,
text: applicationInfo['applyPersonDepartmentName'] ?? '', text: applicationInfo['auditPersonDepartmentName'] ?? '',
onTap: () {}, onTap: () {},
), ),
const Divider(), const Divider(),
@ -193,7 +193,7 @@ class _OnlylookDoorareaCarState extends State<OnlylookDoorareaCar> {
label: '审核人员:', label: '审核人员:',
isEditable: false, isEditable: false,
horizontalnum:0, horizontalnum:0,
text: applicationInfo['applyPersonUserName'] ?? '', text: applicationInfo['auditPersonUserName'] ?? '',
onTap: () {}, onTap: () {},
), ),

View File

@ -62,7 +62,7 @@ class _DoorareaPersonRecordPageState extends State<DoorareaPersonRecordPage> {
switch(widget.type){ switch(widget.type){
case 1://1 () case 1://1 ()
titleName='人员审核'; titleName='人员申请';
buttonName='查看'; buttonName='查看';
isAdd=true; isAdd=true;
xgfDataApplyListData['processOrRecord']=1; xgfDataApplyListData['processOrRecord']=1;
@ -78,7 +78,7 @@ class _DoorareaPersonRecordPageState extends State<DoorareaPersonRecordPage> {
xgfDataApplyListData['menuPath'] = '/primeport/container/stakeholder/firstLevelDoor/personnelApplicationRecords/list'; xgfDataApplyListData['menuPath'] = '/primeport/container/stakeholder/firstLevelDoor/personnelApplicationRecords/list';
break; break;
case 3://3 () case 3://3 ()
titleName='人员审核'; titleName='人员申请';
buttonName='查看'; buttonName='查看';
isAdd=true; isAdd=true;
xgfDataApplyListData['processOrRecord']=1; xgfDataApplyListData['processOrRecord']=1;
@ -96,7 +96,7 @@ class _DoorareaPersonRecordPageState extends State<DoorareaPersonRecordPage> {
xgfDataApplyListData['menuPath'] = '/primeport/container/stakeholder/enclosedArea/apply/personnelRecords/list'; xgfDataApplyListData['menuPath'] = '/primeport/container/stakeholder/enclosedArea/apply/personnelRecords/list';
break; break;
case 5: //5 () case 5: //5 ()
titleName='车辆审核'; titleName='车辆申请';
buttonName='查看'; buttonName='查看';
isAdd=true; isAdd=true;
xgfDataApplyListData['processOrRecord']=1; xgfDataApplyListData['processOrRecord']=1;
@ -114,7 +114,7 @@ class _DoorareaPersonRecordPageState extends State<DoorareaPersonRecordPage> {
xgfDataApplyListData['menuPath'] = '/primeport/container/stakeholder/firstLevelDoor/vehicleApplicationRecords/list'; xgfDataApplyListData['menuPath'] = '/primeport/container/stakeholder/firstLevelDoor/vehicleApplicationRecords/list';
break; break;
case 7: // 7 () case 7: // 7 ()
titleName='车辆审核'; titleName='车辆申请';
buttonName='查看'; buttonName='查看';
isAdd=true; isAdd=true;
xgfDataApplyListData['processOrRecord']=1; xgfDataApplyListData['processOrRecord']=1;