啊鑫
8 天以前 650fe9e42e3de66be29769da72cc755273246dd9
DevApp/Gs.DevApp/DevFrm/WOM/SelectWompba.cs
@@ -1,19 +1,16 @@

using Gs.DevApp.ToolBox;
using Newtonsoft.Json;
using System;
using System;
using System.Collections.Generic;
using System.Data;
using System.Windows.Forms;
using Gs.DevApp.ToolBox;
using Newtonsoft.Json;
namespace Gs.DevApp.UserControl
namespace Gs.DevApp.DevFrm.WOM
{
    public partial class SelectWompba : DevExpress.XtraEditors.XtraForm
    {
        private readonly string _webServiceName = "WompbaManager/";
        private string workId = "";
        private string lineId = "";
        public SelectWompba(string _workId)
        {
            InitializeComponent();
@@ -47,8 +44,7 @@
                        }
                    }
                }
                UpdateParent?.Invoke(this,
                     new UpdateParentEventArgs { StringList = list });
                UpdateParent?.Invoke(this, new UpdateParentEventArgs { StringList = list });
                Close();
            };
        }
@@ -70,7 +66,7 @@
                everyPageSize = 999999,
                sortName = "",
                keyWhere = "",
                workId = this.workId,
                workId = this.workId
            };
            var json = JsonConvert.SerializeObject(_obj);
            try