|
|
@ -278,7 +278,7 @@ const AutomaticModal = ({ actions, dispatch, apiRoot, qiniuUrl, visible, eidtDat |
|
|
|
/> |
|
|
|
<Form.TextArea field={s.strucId + "conclusion"} label='结论' style={{ width: 390 }} autosize={{ minRows: 2, maxRows: 10 }} placeholder="请输入结论" showClear |
|
|
|
initValue={eidtData?.structList?.find(d => d.structId == s.strucId)?.conclusion || ""} |
|
|
|
rules={[{ required: true, message: "请输入结构物描述" }]} |
|
|
|
// rules={[{ required: true, message: "请输入结论" }]} |
|
|
|
/> |
|
|
|
<Form.DatePicker field={s.strucId + 'reportTime'} label='开始结束时间' type='dateTimeRange' showClear |
|
|
|
initValue={structFind?.reportStartTime && [moment(structFind?.reportStartTime).format('YYYY-MM-DD HH:mm:ss'), moment(structFind?.reportEndTime).format('YYYY-MM-DD HH:mm:ss')] || null} style={{ width: 390 }} |
|
|
|