"
+ + i + "
"
+ + item.MaterialUse + "
"
+ + item.ContractCode + "
"
+ + item.Major + "
"
+ + item.MaterialCode + "
"
+ + item.TagNo + "
"
+ + item.BuyQuantity + "
"
+ + item.DeviceCode + "
"
+ + item.MainItemCode + "
"
+ + item.UnitName + "
"
+ + item.Remark + "
";
+ i++;
+ }
+ }
+ this.divGZL.InnerHtml = contractQuantitySheetsStr;
+ this.hdContractQuantitySheets.Value = contractQuantitySheetsStr;
+ //材料出库情况
+ string materialRecordsStr = string.Empty;
+ var materialRecords = from x in db.CLGL_PickMaterialRecord where x.ProjectId == projectId.ToString() && cnNames.Contains(x.Major) select x;
+ if (contractQuantitySheets.Count() > 0)
+ {
+ materialRecordsStr = ""
+ + i + "
"
+ + item.PickCode + "
"
+ + (item.PickDate.HasValue ? string.Format("{0:yyyy-MM-dd}", item.PickDate.Value) : "") + "
"
+ + item.PickUnit + "
"
+ + (item.PickLimitDate.HasValue ? string.Format("{0:yyyy-MM-dd}", item.PickLimitDate.Value) : "") + "
"
+ + item.Major + "
"
+ + item.MaterialCode + "
"
+ + item.TagNo + "
"
+ + item.ClaimQuantity + "
"
+ + item.ApproveQuantity + "
"
+ + item.ActualQuantity + "
"
+ + item.DeviceCode + "
"
+ + item.MainItemCode + "
"
+ + item.Remark + "
";
+ i++;
+ }
+ }
+ this.hdMaterialRecords.Value = materialRecordsStr;
+ }
+ }
+
+ #region 赢得值曲线
+ protected string Two
+ {
+ get
+ {
+ List