lu
2024-10-26 045abe552f5460d72e4422d93d3d9c0b90b8f5fa
DevApp/Gs.DevApp/DevFrm/QC/Frm_IQCLookups.cs
@@ -11,16 +11,15 @@
using Gs.DevApp.Entity;
using Gs.DevApp.ToolBox;
using Gs.DevApp.UserControl;
using MES.Service.Modes;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace Gs.DevApp.DevFrm
namespace Gs.DevApp.DevFrm.QC
{
    public partial class Frm_IQCLookups : XtraForm
    {
        private List<FilterEntity> _filterList = new List<FilterEntity>();
        private readonly string _webServiceName = "MesSysLookupTypesManager/";
        private List<FilterEntity> _filterList = new List<FilterEntity>();
        public Frm_IQCLookups()
        {
@@ -213,7 +212,6 @@
                txt_lookupTypeCode.Focus();
                return;
            }
            var lst = new List<MesSysLookups>();
            for (var i = 0; i < gvMx1.DataRowCount; i++)
            {