| | |
| | | using DevExpress.Utils.DirectXPaint; |
| | | using DevExpress.Charts.Native; |
| | | using DevExpress.Utils.DirectXPaint; |
| | | using DevExpress.Utils.Text.Internal; |
| | | using DevExpress.Utils.VisualEffects; |
| | | using DevExpress.XtraGrid.Views.Base.ViewInfo; |
| | | using Gs.DevApp.DevFrm.Rpt; |
| | |
| | | private readonly string _webServiceName = "VArrivalBarcodeManager/"; |
| | | private string aboutGuid = ""; |
| | | private string aboutType = "";//后盖码 |
| | | private string qcGuid = "";//fqc guid,用于重打的时候 |
| | | |
| | | /// <summary> |
| | | /// |
| | |
| | | this.colChkInt.OptionsFilter.AllowInHeaderSearch = DevExpress.Utils.DefaultBoolean.False; |
| | | this.aboutGuid = _aboutGuid; |
| | | this.aboutType = _aboutType; |
| | | this.qcGuid = _qcGuid; |
| | | this.Text = "批量操作【" + this.aboutType + "】,【" + this.aboutGuid + "】"; |
| | | switch (aboutType) |
| | | { |
| | |
| | | keyWhere = "", |
| | | aboutGuid = this.aboutGuid, |
| | | aboutType = this.aboutType, |
| | | qcGuid=this.qcGuid, |
| | | }; |
| | | var json = JsonConvert.SerializeObject(_obj); |
| | | try |
| | | { |
| | | var strReturn = UtilityHelper.HttpPost("", |
| | | _webServiceName + "SelectBarcode", json); |
| | | var strReturn = UtilityHelper.HttpPost("",_webServiceName + "SelectBarcode", json); |
| | | var dd = UtilityHelper.ReturnToTablePage(strReturn); |
| | | var dt = dd.rtnData.list; |
| | | gcMain.BindingContext = new BindingContext(); |