diff --git a/WebContent/WEB-INF/view/purchaseOrder/purchaseOrderFormPopup_new.jsp b/WebContent/WEB-INF/view/purchaseOrder/purchaseOrderFormPopup_new.jsp index 40479e6..5df81f7 100644 --- a/WebContent/WEB-INF/view/purchaseOrder/purchaseOrderFormPopup_new.jsp +++ b/WebContent/WEB-INF/view/purchaseOrder/purchaseOrderFormPopup_new.jsp @@ -123,14 +123,14 @@ $(document).ready(function(){ ,edittype:"select", formatter:"select" ,editoptions:{ value: unit_cd } } - ,{name:"ORDER_QTY" , width:90, align:"right", sortable:false, editable:<%=isModify%> + ,{name:"ORDER_QTY" , width:90, align:"right", sortable:false, editable:false ,formatter:"integer", formatoptions:{thousandsSeparator:","} ,editoptions:{ dataInit: function(e){ e.style.textAlign = "right"; } ,dataEvents: [{type:"change", fn:function(e){ gridFn.calcRowAll(e); }}] } } - ,{name:"PARTNER_PRICE" , width:110, align:"right", sortable:false, editable:true + ,{name:"PARTNER_PRICE" , width:110, align:"right", sortable:false, editable:false ,formatter:"integer", formatoptions:{thousandsSeparator:","} ,editoptions:{ dataInit: function(e){ e.style.textAlign = "right"; } @@ -1833,7 +1833,7 @@ function fn_price_save(){ -