Add 0,1歳日誌出力用園児名
This commit is contained in:
BIN
document/②仕様書_0,1歳日誌出力用_20250409.xlsx
Normal file
BIN
document/②仕様書_0,1歳日誌出力用_20250409.xlsx
Normal file
Binary file not shown.
@@ -50,7 +50,7 @@
|
|||||||
await createExcelAndDownload({
|
await createExcelAndDownload({
|
||||||
api,
|
api,
|
||||||
excelName,
|
excelName,
|
||||||
exportName: getExcelName(excelName, yearStr + monthStr + '_' + className + '組'),
|
exportName: getExcelName(excelName, yearStr + monthStr + '_' + className + '組_' + record['園児名'].value),
|
||||||
bizLogic: writeExcel(record, className, getJapaneseEraDate(new Date(yearStr, monthInput - 1, 1))),
|
bizLogic: writeExcel(record, className, getJapaneseEraDate(new Date(yearStr, monthInput - 1, 1))),
|
||||||
});
|
});
|
||||||
loading(false);
|
loading(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user