diff --git a/document/①仕様書_園児別出欠簿入力_20250409.xlsx b/document/①仕様書_園児別出欠簿入力_20250409.xlsx new file mode 100644 index 0000000..80ed578 Binary files /dev/null and b/document/①仕様書_園児別出欠簿入力_20250409.xlsx differ diff --git a/src/園児別出欠簿入力/Link1Handler.js b/src/園児別出欠簿入力/Link1Handler.js index a8631a4..e235844 100644 --- a/src/園児別出欠簿入力/Link1Handler.js +++ b/src/園児別出欠簿入力/Link1Handler.js @@ -106,6 +106,7 @@ class Link1Handler { list: [], '年': { 'value': Number(year) }, '月': { 'value': Number(month) }, + '学年': { 'value': record['学年'].value }, 'クラス': { 'value': record['クラス'].value }, '出席番号': { 'value': record['出席番号'].value }, '園児名': { 'value': record['園児名'].value },