2026.5.13 重点作业
parent
682df9254d
commit
da1044b744
|
|
@ -1009,7 +1009,9 @@ class HomePageState extends RouteAwareState<HomePage>
|
||||||
case "特殊作业":
|
case "特殊作业":
|
||||||
await pushPage(WorkTabListPage(), context);
|
await pushPage(WorkTabListPage(), context);
|
||||||
break;
|
break;
|
||||||
|
case "重点作业":
|
||||||
|
await pushPage(KeyTasksTabPage(), context);
|
||||||
|
break;
|
||||||
|
|
||||||
}
|
}
|
||||||
_getToDoWorkList(pcType);
|
_getToDoWorkList(pcType);
|
||||||
|
|
|
||||||
|
|
@ -193,6 +193,7 @@ class _KeyTasksConfirmListPageState extends State<KeyTasksConfirmListPage> {
|
||||||
buttonStyle:ButtonStyleType.primary,
|
buttonStyle:ButtonStyleType.primary,
|
||||||
text: '查看'),),
|
text: '查看'),),
|
||||||
|
|
||||||
|
if((item['uncheckHiddenCount']==0&&item['unFinishInspectionCount']==0)||item["applyStatus"]==1)...[
|
||||||
const SizedBox(width: 8),
|
const SizedBox(width: 8),
|
||||||
Expanded(child: CustomButton(
|
Expanded(child: CustomButton(
|
||||||
height: 35,
|
height: 35,
|
||||||
|
|
@ -215,6 +216,8 @@ class _KeyTasksConfirmListPageState extends State<KeyTasksConfirmListPage> {
|
||||||
textStyle: const TextStyle(color: Colors.white),
|
textStyle: const TextStyle(color: Colors.white),
|
||||||
buttonStyle:ButtonStyleType.primary,
|
buttonStyle:ButtonStyleType.primary,
|
||||||
text: item["applyStatus"]==1?'开工申请':'完工申请'),),
|
text: item["applyStatus"]==1?'开工申请':'完工申请'),),
|
||||||
|
],
|
||||||
|
|
||||||
],),
|
],),
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue