Commit 56a8beed authored by 季圣华's avatar 季圣华
Browse files

优化零售页面的金额计算

parent 3d746875
......@@ -479,6 +479,8 @@
$("#AccountId").attr("data-accountArr", JSON.stringify(accountArr)).attr("data-accountMoneyArr", JSON.stringify(accountMoneyArr)); //json数据存储
$(".many-account-ico").show(); //显示多账户的ico图标
} else {
$("#getAmount").val(res.changeAmount); //收款金额、付款金额
$("#backAmount").val(0); //找零
$(".many-account-ico").hide(); //隐藏多账户的ico图标
}
//采购入库、销售出库的费用数据加载
......
......@@ -517,6 +517,8 @@
$("#AccountId").attr("data-accountArr", JSON.stringify(accountArr)).attr("data-accountMoneyArr", JSON.stringify(accountMoneyArr)); //json数据存储
$(".many-account-ico").show(); //显示多账户的ico图标
} else {
$("#getAmount").val(res.changeAmount); //收款金额、付款金额
$("#backAmount").val(0); //找零
$(".many-account-ico").hide(); //隐藏多账户的ico图标
}
//采购入库、销售出库的费用数据加载
......
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