| | |
| | | |
| | | 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(); |
| | |
| | | } |
| | | } |
| | | } |
| | | UpdateParent?.Invoke(this, |
| | | new UpdateParentEventArgs { StringList = list }); |
| | | UpdateParent?.Invoke(this, new UpdateParentEventArgs { StringList = list }); |
| | | Close(); |
| | | }; |
| | | } |
| | |
| | | everyPageSize = 999999, |
| | | sortName = "", |
| | | keyWhere = "", |
| | | workId = this.workId, |
| | | workId = this.workId |
| | | }; |
| | | var json = JsonConvert.SerializeObject(_obj); |
| | | try |