update report no date check session
This commit is contained in:
@ -132,6 +132,10 @@ function Index() {
|
||||
}
|
||||
};
|
||||
|
||||
function isDateEnable() {
|
||||
return false;
|
||||
}
|
||||
|
||||
return (
|
||||
<CRow>
|
||||
<CCol xs="12" sm="12" md="12">
|
||||
@ -176,6 +180,7 @@ function Index() {
|
||||
<CLabel htmlFor="select">報告日</CLabel>
|
||||
</CCol>
|
||||
<CCol xs="12" md="9">
|
||||
|
||||
<DatePicker
|
||||
dateFormat="yyyy/MM/dd"
|
||||
selected={startDate}
|
||||
|
||||
Reference in New Issue
Block a user