luanhui 8 years ago
parent
commit
1f888a699a
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      B3SubstituteKill.Web/Pages/B3SubstituteKill/Bills/StatPay_/StatPayList.cs
  2. +1
    -0
      B3SubstituteKill.Web/Pages/B3SubstituteKill/Bills/SubKillGathering_/SubKillGatheringList.cs

+ 1
- 0
B3SubstituteKill.Web/Pages/B3SubstituteKill/Bills/StatPay_/StatPayList.cs View File

@ -32,6 +32,7 @@ namespace BWP.Web.Pages.B3SubstituteKill.Bills.StatPay_
AddDFBrowseGridColumn(grid, "Employee_Name");
AddDFBrowseGridColumn(grid, "Date");
AddDFBrowseGridColumn(grid, "Supplier_Name");
AddDFBrowseGridColumn(grid, "Remark");
}
}
}


+ 1
- 0
B3SubstituteKill.Web/Pages/B3SubstituteKill/Bills/SubKillGathering_/SubKillGatheringList.cs View File

@ -32,6 +32,7 @@ namespace BWP.Web.Pages.B3SubstituteKill.Bills.SubKillGathering_
AddDFBrowseGridColumn(grid, "Employee_Name");
AddDFBrowseGridColumn(grid, "Date");
AddDFBrowseGridColumn(grid, "Supplier_Name");
AddDFBrowseGridColumn(grid, "Remark");
}
}
}

Loading…
Cancel
Save