提交 4dc840d4 编写于 作者: Skyeye云's avatar Skyeye云

feat: ERP统计新增鼠标移动展示

上级 11ada2fd
......@@ -16,9 +16,13 @@ layui.config({
function initFourNumList(){
AjaxPostUtil.request({url: sysMainMation.erpBasePath + "erppage001", params: {}, type: 'json', callback: function (json) {
$("#salesMoney").html(json.bean.salesMoney);
$("#salesMoney").attr("title", json.bean.salesMoney);
$("#retailMoney").html(json.bean.retailMoney);
$("#retailMoney").attr("title", json.bean.retailMoney);
$("#purchaseMoney").html(json.bean.purchaseMoney);
$("#purchaseMoney").attr("title", json.bean.purchaseMoney);
$("#profitMoney").html(json.bean.profitMoney);
$("#profitMoney").attr("title", json.bean.profitMoney);
initSixMonthPurchase();
}});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册