Commit 5dc498e7 authored by datdiep's avatar datdiep

Update Program.cs

parent cd3fa7af
...@@ -118,7 +118,7 @@ namespace testImport ...@@ -118,7 +118,7 @@ namespace testImport
saved save = new saved(); saved save = new saved();
string xxx = rangeBasse.Value is null ? "" : rangeBasse.Value.ToString(); string xxx = rangeBasse.Value is null ? "" : rangeBasse.Value.ToString();
save.value = xxx; save.value = xxx;
save.id_excel_template = value.id_excel_template; save.id_excel_template = Subdetails[ii].id_excel_template;
var tmpx = new[] { "vào", "ra", "tăng ca", "tông công" }; var tmpx = new[] { "vào", "ra", "tăng ca", "tông công" };
save.tmp = tmpx[ii]; save.tmp = tmpx[ii];
XX.Add(save); XX.Add(save);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment