update report no date check session

This commit is contained in:
Mohamed Nouffer
2021-09-03 13:25:52 +05:30
parent 30737948f5
commit fc7c925729
13 changed files with 47 additions and 40 deletions

View File

@ -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}