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