발주서관리 총발주금액
This commit is contained in:
@@ -390,7 +390,7 @@ function fn_search(){
|
||||
var _sum=0;
|
||||
var _sum2=0;
|
||||
var text =" <font size='2px' color='red'>총발주금액(원) : ";
|
||||
var text2 =" <font size='2px' color='red'>단일발주금액(원) : ";
|
||||
//var text2 =" <font size='2px' color='red'>단일발주금액(원) : ";
|
||||
$.ajax({
|
||||
url:"/purchaseOrder/purchaseOrderMasterListSum.do",
|
||||
type:"POST",
|
||||
@@ -398,16 +398,17 @@ function fn_search(){
|
||||
dataType:"json",
|
||||
async:false,
|
||||
success:function(data){
|
||||
_sum = numberWithCommas(data.TOTAL_REAL_SUPPLY_PRICE);
|
||||
_sum2 = numberWithCommas(data.TOTAL_SUPPLY_PRICE);
|
||||
_sum = numberWithCommas(data.TOTAL_SUPPLY_PRICE);
|
||||
//_sum2 = numberWithCommas(data.TOTAL_SUPPLY_PRICE);
|
||||
},
|
||||
error: function(jqxhr, status, error){
|
||||
}
|
||||
});
|
||||
text +=_sum+"</font> ";
|
||||
text2 +=_sum2+"</font>";
|
||||
//text2 +=_sum2+"</font>";
|
||||
//text2 = '';
|
||||
$(".purchaseOrderSum").html(text+text2);
|
||||
//$(".purchaseOrderSum").html(text+text2);
|
||||
$(".purchaseOrderSum").html(text);
|
||||
}
|
||||
|
||||
function rowSelectionControl (data, rows) {
|
||||
|
||||
Reference in New Issue
Block a user