bug
lu
4 天以前 5f92474a32f3fc3e38f2f19274745720062baee6
DevApp/Gs.DevApp/UserControl/SelectDeleteBar.cs
@@ -37,17 +37,19 @@
            this.Text = "批量操作【" + this.aboutType + "】,【" + this.aboutGuid + "】";
            switch (aboutType)
            {
                case "采购入库":
                case "托板码":
                    btnDelete.Visible = false;
                    break;
                case "追溯码":
                    btnDelete.Visible = false;
                    colT1.Caption = "线体编号";
                    colT2.Caption = "线体名称";
                    break;
                case "后盖码":
                    colT1.Caption = "绑定托板码";
                    colT2.Caption = "绑定追溯码";
                    break;
                case "追溯码":
                    colT1.Caption = "线体编号";
                    colT2.Caption = "线体名称";
                    break;
                default:
                    colT1.Caption = "入库人";
                    colT2.Caption = "入库日期";