Commit d7413c6b by 宋祥

1.结算单明细累计结算工程量计算错误问题修复3

parent a2f28482
......@@ -301,7 +301,7 @@ function btnSaveFunc() {
});
}
function queryCumulativeEngineeringQuantity(inventoryId,item) {
function queryCumulativeEngineeringQuantity(item) {
if (inventoryId) {
var thisEngineeringQuantity = parseFloat(item.thisEngineeringQuantity) || 0; // 工程量
var info = new EiInfo();
......
Markdown is supported
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