feat: 구매연월 표준화 및 자산번호 YYYYMM 형식 적용

This commit is contained in:
2026-04-22 11:24:15 +09:00
parent e4d958b5f2
commit d52c2c4200

View File

@@ -165,8 +165,8 @@ const HW_MODAL_HTML = `
<input type="text" id="hw-담당자_부" />
</div>
<div class="form-group non-server" id="hw-purchase-date-group">
<label for="hw-구매일">구매</label>
<input type="text" id="hw-구매일" />
<label for="hw-구매일">구매연월</label>
<input type="text" id="hw-구매일" placeholder="YYYY-MM" />
</div>
<div class="form-group non-server" id="hw-price-group">
<label for="hw-금액">금액</label>