|
|
@ -127,12 +127,13 @@ namespace SunlightCentralizedControlManagement_SCCM_.View |
|
|
|
Dyelot = Properties.Resources.Dyelot + ";" + dataRows[j].Field<string>("Dyelot"), |
|
|
|
Remark = Properties.Resources.Remark + ";" + dataRows[j].Field<string>("Remark"), |
|
|
|
ColorNumber = Properties.Resources.ColorNumber + ";" + dataRows[j].Field<string>("ColorNumber"), |
|
|
|
ColorName = Properties.Resources.ColorName + ";" + dataRows[j].Field<string>("ColorName"), |
|
|
|
Client = Properties.Resources.Client + ";" + dataRows[j].Field<string>("Client"), |
|
|
|
ClothSpecies = Properties.Resources.ClothSpecies + ";" + dataRows[j].Field<string>("ClothSpecies"), |
|
|
|
// ClothWeight = Properties.Resources.ClothWeight + ";" + dataRows[j].Field<string>("ClothWeight"),
|
|
|
|
// BathRatio = Properties.Resources.BathRatio + ";" + dataRows[j].Field<string>("BathRatio"),
|
|
|
|
// Total = Properties.Resources.Total + ";" + dataRows[j].Field<string>("Total"),
|
|
|
|
// USER = Properties.Resources.USER + ";" + dataRows[j].Field<string>("user"),
|
|
|
|
ClothWeight = Properties.Resources.ClothWeight + ";" + dataRows[j].Field<string>("ClothWeight"), |
|
|
|
BathRatio = Properties.Resources.BathRatio + ";" + dataRows[j].Field<string>("BathRatio"), |
|
|
|
Total = Properties.Resources.Total + ";" + dataRows[j].Field<string>("Total"), |
|
|
|
USER = Properties.Resources.USER + ";" + dataRows[j].Field<string>("user"), |
|
|
|
TaskProgressVisibility = System.Windows.Visibility.Hidden |
|
|
|
}); |
|
|
|
} |
|
|
|