2026.5.14 重点作业
parent
da1044b744
commit
fbea819dea
|
|
@ -568,20 +568,15 @@ class _KeyTasksHiddenDangerDetailState extends State<KeyTasksHiddenDangerDetail>
|
||||||
pd["acceptRecord"]['acceptUserName'] ?? '',
|
pd["acceptRecord"]['acceptUserName'] ?? '',
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
||||||
|
if(pd["acceptRecord"]['state']==1)...[
|
||||||
Divider(height: 1),
|
Divider(height: 1),
|
||||||
_buildInfoItem(
|
_buildInfoItem(
|
||||||
'验收时间',
|
'验收时间',
|
||||||
_changeTime( pd["acceptRecord"]['acceptTime'] ?? ''),
|
_changeTime( pd["acceptRecord"]['acceptTime'] ?? ''),
|
||||||
// pd["rectificationRecord"]['rectificationTime'] ?? '',
|
// pd["rectificationRecord"]['rectificationTime'] ?? '',
|
||||||
),
|
),
|
||||||
|
Divider(height: 1),
|
||||||
// Divider(height: 1),
|
|
||||||
// _buildInfoItem(
|
|
||||||
// '整改描述',
|
|
||||||
// // _changeTime( pd["hiddenUserPresetsCO"]['rectifyDeadline'] ?? ''),
|
|
||||||
// pd["acceptRecord"]['rectificationDesc'] ?? '',
|
|
||||||
// ),
|
|
||||||
|
|
||||||
ListItemFactory.createTextImageItem(
|
ListItemFactory.createTextImageItem(
|
||||||
text: "验收图片",
|
text: "验收图片",
|
||||||
imageUrls:
|
imageUrls:
|
||||||
|
|
@ -597,6 +592,16 @@ class _KeyTasksHiddenDangerDetailState extends State<KeyTasksHiddenDangerDetail>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
],
|
||||||
|
|
||||||
|
if(pd["acceptRecord"]['state']==0)...[
|
||||||
|
Divider(height: 1),
|
||||||
|
_buildInfoItem(
|
||||||
|
'打回意见',
|
||||||
|
pd["acceptRecord"]['rejectOpinion'] ?? '',
|
||||||
|
),
|
||||||
|
],
|
||||||
|
|
||||||
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@ class _DoorcarTabPageState extends State<KeyTasksTabPage> {
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
AppSectionItem(
|
AppSectionItem(
|
||||||
title: '被检查确认',
|
title: '被检查人确认',
|
||||||
icon: 'assets/images/key_tasks_ico3.png',
|
icon: 'assets/images/key_tasks_ico3.png',
|
||||||
menuPerms:'dashboard:Key-assignment:Key-Task-Application',
|
menuPerms:'dashboard:Key-assignment:Key-Task-Application',
|
||||||
badge: 0,
|
badge: 0,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue