啊鑫
5 天以前 650fe9e42e3de66be29769da72cc755273246dd9
DevApp/Gs.DevApp/DevFrm/Warehouse/SelectShuoTuiSq.cs
@@ -1,15 +1,14 @@
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.Warehouse
{
    public partial class SelectShuoTuiSq : DevExpress.XtraEditors.XtraForm
    {
        private readonly string _webServiceName = "MesShouTuiManager/";
        private string cusId = "";
        private string inOrgId = "";
@@ -49,12 +48,12 @@
                    foreach (DataRow dr in dt.Rows)
                    {
                        string checkBox = dr["chkInt"].ToString();
                        string _guid = dr["rkmxGuid"].ToString();
                        //string _guid = dr["guid"].ToString();
                        if (Gs.DevApp.ToolBox.UtilityHelper.ToCheck(checkBox))
                        {
                            list.Add(new
                            {
                                rkmxGuid = dr["rkmxGuid"].ToString(),
                                rkmxGuid = dr["guid"].ToString(),
                                invBillNo = dr["invBillNo"].ToString(),
                                itemNo = dr["itemNo"].ToString(),
                                itemName = dr["itemName"].ToString(),