입고관리
This commit is contained in:
@@ -1075,7 +1075,7 @@ function fn_location_save(){
|
||||
<td title="${item.SPEC}" style="text-align:left;">${item.SPEC}</td>
|
||||
<td title="${item.MAKER}" style="text-align:left;">${item.MAKER}</td>
|
||||
<td title="${item.UNIT_TITLE}">${item.UNIT_TITLE}</td>
|
||||
<td title="${item.REAL_ORDER_QTY}"><input type="hidden" name="ORDER_QTY" class="ORDER_QTY_${item.ORDER_PART_OBJID}" value="${item.REAL_ORDER_QTY}" onchange="fn_calc('${item.ORDER_PART_OBJID}');"/><fmt:formatNumber value="${item.REAL_ORDER_QTY}" pattern="#,###" /></td>
|
||||
<td title="${item.ORDER_QTY}"><input type="hidden" name="ORDER_QTY" class="ORDER_QTY_${item.ORDER_PART_OBJID}" value="${item.ORDER_QTY}" onchange="fn_calc('${item.ORDER_PART_OBJID}');"/><fmt:formatNumber value="${item.ORDER_QTY}" pattern="#,###" /></td>
|
||||
<td title="${item.POM_DELIVERY_DATE}">${item.POM_DELIVERY_DATE}</td>
|
||||
</tr>
|
||||
</c:forEach>
|
||||
|
||||
@@ -346,7 +346,7 @@ var columns = [
|
||||
}
|
||||
}
|
||||
},
|
||||
{headerHozAlign:'center', hozAlign:'center', widthGrow:1, title:'발주일', field:'REGDATE'}
|
||||
{headerHozAlign:'center', hozAlign:'center', widthGrow:1, title:'발주일', field:'MAIL_SEND_DATE'}
|
||||
];
|
||||
|
||||
function editCheck (cell) {
|
||||
|
||||
Reference in New Issue
Block a user