Commit 863457e7 authored by 季圣华's avatar 季圣华
Browse files

解决财务单据-优惠金额显示undefined的bug

parent e4c8aa03
......@@ -670,7 +670,7 @@
$("#AccountIdShow").text(accountHeadInfo[5]);
$('#OrganIdShow').text(accountHeadInfo[7]);
$("#HandsPersonIdShow").text(accountHeadInfo[9]);
$("#ChangeAmountShow").text(accountHeadInfo[10]);
$("#ChangeAmountShow").text(accountHeadInfo[10].replace("undefined","0"));
var TotalPrice = accountHeadInfo[11];
var showTitle = listTitle.replace("列表","信息");
$('#accountHeadDlgShow').dialog('open').dialog('setTitle','<img src="/js/easyui-1.3.5/themes/icons/list.png"/>&nbsp;查看' + showTitle);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment