|
@ -21,6 +21,7 @@ const ProjectModal = (props) => { |
|
|
const { visible, onVisibleChange, typecard, rewkeys, recortd, dispatch, setRecortd, setDelet, getData } = props |
|
|
const { visible, onVisibleChange, typecard, rewkeys, recortd, dispatch, setRecortd, setDelet, getData } = props |
|
|
//console.log('typecard', newlysay)
|
|
|
//console.log('typecard', newlysay)
|
|
|
const [newlys, setNewlys] = useState() //必填数据
|
|
|
const [newlys, setNewlys] = useState() //必填数据
|
|
|
|
|
|
|
|
|
const [newlysay, setNewlysay] = useState() //处理hou
|
|
|
const [newlysay, setNewlysay] = useState() //处理hou
|
|
|
const [records, setRecords] = useState()//处理
|
|
|
const [records, setRecords] = useState()//处理
|
|
|
const [recordsay, setRecordsay] = useState()//必填数据
|
|
|
const [recordsay, setRecordsay] = useState()//必填数据
|
|
@ -202,10 +203,10 @@ const ProjectModal = (props) => { |
|
|
/> |
|
|
/> |
|
|
})} |
|
|
})} |
|
|
|
|
|
|
|
|
<ProFormDatePicker width="md" name='startTime' label='开工时间' key={10}></ProFormDatePicker> |
|
|
|
|
|
<ProFormTextArea width="md" name='remark' label='备注' key={11}></ProFormTextArea> |
|
|
|
|
|
</ProForm.Group>} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ProForm.Group>} |
|
|
|
|
|
<ProFormDatePicker width="md" name='startTime' label='开工时间' ></ProFormDatePicker> |
|
|
|
|
|
<ProFormTextArea width="md" name='remark' label='备注' ></ProFormTextArea> |
|
|
</DrawerForm> |
|
|
</DrawerForm> |
|
|
{/* : '' |
|
|
{/* : '' |
|
|
} */} |
|
|
} */} |
|
|