cdk
3 天以前 ae28c33700e413d5acf60d1e48bbc9870bdef5a5
DevApp/Gs.DevApp/UserControl/SelectDeleteBar.cs
@@ -1,4 +1,6 @@
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;
@@ -18,6 +20,7 @@
        private readonly string _webServiceName = "VArrivalBarcodeManager/";
        private string aboutGuid = "";
        private string aboutType = "";//后盖码
        private string qcGuid = "";//fqc guid,用于重打的时候
        /// <summary>
        /// 
@@ -36,6 +39,7 @@
            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)
            {
@@ -197,12 +201,12 @@
                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();