代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
using BLL;
|
||||
using FineUIPro.Web.HJGL.WeldingReport;
|
||||
using Model;
|
||||
using System;
|
||||
using System.Data;
|
||||
using System.Data.SqlTypes;
|
||||
using System.Linq;
|
||||
|
||||
namespace FineUIPro.Web.DigData
|
||||
@@ -129,11 +126,11 @@ namespace FineUIPro.Web.DigData
|
||||
if (getContractTrack.Count() > 0)
|
||||
{
|
||||
estimatedAmount = getContractTrack.Sum(x => x.EstimatedAmount ?? 0);
|
||||
|
||||
}
|
||||
this.lbEstimatedAmount.Text= estimatedAmount.ToString();
|
||||
|
||||
this.lbTotalProfit.Text = estimatedAmount > 0 ? Math.Round(contractAmount / estimatedAmount ).ToString() + "%" : "0%";
|
||||
}
|
||||
this.lbEstimatedAmount.Text = estimatedAmount.ToString();
|
||||
|
||||
this.lbTotalProfit.Text = estimatedAmount > 0 ? Math.Round(contractAmount / estimatedAmount).ToString() + "%" : "0%";
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user