duheng
2024-08-23 b6f84233ce512c9f0f65d550b3892f4ba6c8afa5
WinFrmUI/HStation.WinFrmUI.Assets.Core/00-PumpProductManage/EditPumpPartDlg.cs
@@ -179,6 +179,8 @@
            TextEditNo.Text = string.Empty;
            TextEditProductCode.Text = string.Empty;
            var bll = new Yw.BLL.SysPropStruct();
            try
            {
            var catlog = await bll.GetByCatalogID(_catalogID);
            if (catlog == null)
            {
@@ -195,6 +197,11 @@
            }
            this.propGroupChoiceViewModelBindingSource.ResetBindings(false);
        }
            catch
            {
            }
        }
        //  删除产品
        private async void BarBtnDeletePart_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)