feat: 구매연월 표준화 및 자산번호 YYYYMM 형식 적용
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user