1
This commit is contained in:
@@ -29,6 +29,8 @@ namespace FineUIPro.Web.common
|
||||
|
||||
protected string completed = string.Empty;
|
||||
|
||||
protected string qualified = string.Empty;
|
||||
|
||||
protected string Cumulative_actual_value = string.Empty;
|
||||
|
||||
//实际值
|
||||
@@ -1792,6 +1794,7 @@ where qc.QuantityCompletionId=(select top 1 QuantityCompletionId from[JDGL_Quant
|
||||
OnePassRateOfWelding = Resources.Lan.OnePassRateOfWelding;
|
||||
total = Resources.Lan.total;
|
||||
completed = Resources.Lan.completed;
|
||||
qualified = Resources.Lan.qualified;
|
||||
majorRisk = Resources.Lan.MajorRisk;
|
||||
LowRisk = Resources.Lan.LowRisk;
|
||||
GeneralRisk = Resources.Lan.GeneralRisk;
|
||||
|
||||
Reference in New Issue
Block a user