jhz
2024-09-09 39944319028986d8867de7f1817e8128959def74
导入功能完善
1个文件已修改
5 ■■■■■ 已修改文件
WarM/仓库管理/Kf_SellOutBill.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WarM/仓库管理/Kf_SellOutBill.cs
@@ -3254,6 +3254,10 @@
            if (oGy_DataInTmp2.isOK == 1)
            {
                initGrid();
                if (grdMain.Rows.Count <= oGy_DataInTmp2.grdMain.RowCount)
                {
                    grdMain.RowCount = oGy_DataInTmp2.grdMain.RowCount + 1;
                }
                for (int i = 0; i <= oGy_DataInTmp2.grdMain.RowCount - 1; i++)
                {
                    if (DBUtility.ClsPub.isStrNull(oGy_DataInTmp2.grdMain.Rows[i].Cells[HDataMaterNumberCol].Value) != "")
@@ -3264,6 +3268,7 @@
                        //DAL.ClsGy_MateNumRelation_View oRelation = new DAL.ClsGy_MateNumRelation_View();
                        if (oMater.GetInfoByNumber(DBUtility.ClsPub.isStrNull(oGy_DataInTmp2.grdMain.Rows[i].Cells[HDataMaterNumberCol].Value)))
                        {
                            grdMain.Rows[i].Cells[HMaterIDCol].Value = oMater.omodel.HItemID;
                            grdMain.Rows[i].Cells[HMaterNumberCol].Value = oMater.omodel.HNumber;
                            grdMain.Rows[i].Cells[HMaterModelCol].Value = oMater.omodel.HModel;
                            grdMain.Rows[i].Cells[HMaterNameCol].Value = oMater.omodel.HName;