lu
7 天以前 dd0af4a5532c251fd655024ba475f72eaf9c93a0
DevApp/Gs.DevApp/DevFrm/Warehouse/SelectShuoTuiSq.cs
@@ -49,12 +49,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(),