From 1f888a699ad3c2b4ae67a1b6191cefedb8afb323 Mon Sep 17 00:00:00 2001 From: luanhui <1029149336@qq.com> Date: Fri, 26 Jan 2018 11:12:22 +0800 Subject: [PATCH] . --- .../Pages/B3SubstituteKill/Bills/StatPay_/StatPayList.cs | 1 + .../Bills/SubKillGathering_/SubKillGatheringList.cs | 1 + 2 files changed, 2 insertions(+) diff --git a/B3SubstituteKill.Web/Pages/B3SubstituteKill/Bills/StatPay_/StatPayList.cs b/B3SubstituteKill.Web/Pages/B3SubstituteKill/Bills/StatPay_/StatPayList.cs index 9d19d2b..ad2c19b 100644 --- a/B3SubstituteKill.Web/Pages/B3SubstituteKill/Bills/StatPay_/StatPayList.cs +++ b/B3SubstituteKill.Web/Pages/B3SubstituteKill/Bills/StatPay_/StatPayList.cs @@ -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"); } } } diff --git a/B3SubstituteKill.Web/Pages/B3SubstituteKill/Bills/SubKillGathering_/SubKillGatheringList.cs b/B3SubstituteKill.Web/Pages/B3SubstituteKill/Bills/SubKillGathering_/SubKillGatheringList.cs index 18abc36..095b2bc 100644 --- a/B3SubstituteKill.Web/Pages/B3SubstituteKill/Bills/SubKillGathering_/SubKillGatheringList.cs +++ b/B3SubstituteKill.Web/Pages/B3SubstituteKill/Bills/SubKillGathering_/SubKillGatheringList.cs @@ -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"); } } }