|
|
@@ -25,7 +25,7 @@
|
|
|
<input type="hidden" name="ordNo" th:value="${ordNo}"/>
|
|
|
<input type="hidden" name="ordChgSq" th:value="${ordChgSq}"/>
|
|
|
<input type="hidden" name="delvFeeCd" th:value="${delvFeeCd}"/>
|
|
|
- <input type="hidden" name="chgReason" th:value="${orderChangeDetailList[0].chgReason}"/>
|
|
|
+ <input type="hidden" name="chgReason" th:value="${ordChgSq > 0 && chgStat != 'G685_40' ? orderChangeDetailList[0].chgReason : ''}"/>
|
|
|
<input type="hidden" name="chgReasonDesc" value=""/>
|
|
|
|
|
|
<div id="orderInfoList" style="display:none;">
|