2025.9.18 改字
parent
6d737adce3
commit
7ea579524d
|
@ -24,8 +24,8 @@ class ApiService {
|
|||
// static const String baseFacePath = "http://192.168.0.25:38199"; //王轩服务器
|
||||
|
||||
/// 登录及其他管理后台接口
|
||||
// static const String basePath = "https://qaaqwh.qhdsafety.com/integrated_whb";
|
||||
static const String basePath = "http://192.168.20.240:8500/integrated_whb";//测试服务器
|
||||
static const String basePath = "https://qaaqwh.qhdsafety.com/integrated_whb";
|
||||
// static const String basePath = "http://192.168.20.240:8500/integrated_whb";//测试服务器
|
||||
// static const String basePath = "http://192.168.0.25:28199";//王轩服务器
|
||||
// static const String basePath = "http://192.168.0.45:28199";//长久服务器
|
||||
|
||||
|
|
|
@ -86,8 +86,7 @@ class _DangerousOptionsPageState extends State<DangerousOptionsPage> {
|
|||
status = widget.status;
|
||||
measures = widget.measures;
|
||||
imgList = List<ImageData>.from(widget.imgList);
|
||||
signImgList =
|
||||
widget.signImgList.map((map) => SignImageData.fromJson(map)).toList();
|
||||
signImgList = widget.signImgList.map((map) => SignImageData.fromJson(map)).toList();
|
||||
}
|
||||
|
||||
/// 拍照或选图后的回调
|
||||
|
|
|
@ -236,7 +236,7 @@ class _CutroadDetailFormWidgetState extends State<CutroadDetailFormWidget> {
|
|||
),
|
||||
if (FormUtils.hasValue(pd, 'WORK_START_DATE')) ...[
|
||||
const Divider(),
|
||||
ItemListWidget.twoRowTitleText(label: '段路作业实施时间', text: FormUtils.hasValue(pd, 'WORK_END_DATE')
|
||||
ItemListWidget.twoRowTitleText(label: '断路作业实施时间', text: FormUtils.hasValue(pd, 'WORK_END_DATE')
|
||||
? '${pd['WORK_START_DATE'] ?? ''} - ${pd['WORK_END_DATE'] ?? ''}'
|
||||
: pd['WORK_START_DATE'] ?? ''),
|
||||
if (!FormUtils.hasValue(pd, 'WORK_END_DATE'))
|
||||
|
|
Loading…
Reference in New Issue