입고관리
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) {
|
||||
|
||||
@@ -4265,6 +4265,7 @@ SELECT POM.OBJID
|
||||
<!-- AND POM.STATUS = 'approvalComplete' --> <!-- A.APPR_STATUS = 'complete' -->/*결재완료*/
|
||||
<!-- AND POM.SALES_STATUS = 'OK' -->
|
||||
<!-- AND (POM.SALES_STATUS = 'OK' OR POM.TYPE = '0001538' ) -->
|
||||
AND POM.MAIL_SEND_DATE IS NOT NULL
|
||||
AND (MULTI_MASTER_YN = 'Y' OR NVL(MULTI_MASTER_YN, '') != 'Y' AND NVL(MULTI_YN, '') != 'Y')
|
||||
|
||||
<if test="Year !=null and Year != '' ">
|
||||
|
||||
Reference in New Issue
Block a user