2026.5.22 重点作业bug
parent
e8e22205f3
commit
2fa1b54852
|
|
@ -7,7 +7,7 @@ export 'modules/special_work_api.dart';
|
||||||
class ApiService {
|
class ApiService {
|
||||||
|
|
||||||
/// 是否是港务局环境
|
/// 是否是港务局环境
|
||||||
static final bool isGWJProduct = true;
|
static final bool isGWJProduct = false;
|
||||||
/// 是否正式环境
|
/// 是否正式环境
|
||||||
static final bool isProduct = true;
|
static final bool isProduct = true;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -193,7 +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)...[
|
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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue