..
This commit is contained in:
		| @@ -358,10 +358,6 @@ namespace FPJ0000.JobReport_ | ||||
|                     else fpSpread1.Sheets[0].Cells[row, maxcol].Value = othervalue; | ||||
|                 } | ||||
|  | ||||
|  | ||||
|  | ||||
|              | ||||
|  | ||||
|                 fpSpread1.Sheets[0].Cells[row, 7].CellType = numberCellType1; | ||||
|                 fpSpread1.Sheets[0].Cells[row, 7].ParseFormatString = "N1"; | ||||
|                 fpSpread1.Sheets[0].Cells[row, 8].CellType = numberCellType1; | ||||
| @@ -381,12 +377,6 @@ namespace FPJ0000.JobReport_ | ||||
|                 else fpSpread1.Sheets[0].Cells[row, 11].Value = Math.Round(perc, 2); | ||||
|                 this.fpSpread1.Sheets[0].Cells[row, 11].Border = this.fpSpread1.Sheets[0].Cells[row, 3].Border; | ||||
|  | ||||
|  | ||||
|                 // process 의 휴가시간을 다시 계산한다. | ||||
|                 if (processName == "휴가") | ||||
|                 { | ||||
|  | ||||
|                 } | ||||
|                 var 휴가데이터 = baseData.Where(t => t.process.Replace(" ", "") == processName.Replace(" ", "") && t.svalue.Replace(" ", "") == "휴가"); | ||||
|                 if (휴가데이터 == null || 휴가데이터.Count() < 1) | ||||
|                 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 chi
					chi