This commit is contained in:
xman 2025-06-18 14:47:26 +08:00
parent c88e7ecac5
commit a6703edc0a

View File

@ -440,7 +440,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','layer'], function ($,
$("#" + id).on("input", calculatePerformance);
});*/
$('#c-online_total #c-total, #order-cost, #order-material_cost').on('input', function () {
$('#c-online_total, #c-total, #order-cost, #order-material_cost').on('input', function () {
//calcProfit();
calculatePerformance();
});