四维尔条码生成模块,选源单生产订单返回数据时增加返回供货批次HCustomBatchNo
1个文件已修改
1 ■■■■ 已修改文件
SCM/条码打印/Gy_BarCodeBill.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/ÌõÂë´òÓ¡/Gy_BarCodeBill.cs
@@ -3427,6 +3427,7 @@
                grdMain.Rows[i].Cells[HMaterModelCol].Value = oTable.Rows[0]["规格型号"].ToString();
                //grdMain.Rows[i].Cells[HBatchManagerCol].Value = oTable.Rows[0]["是否启用批次"].ToString();
                grdMain.Rows[i].Cells[HBatchNoCol].Value = oTable.Rows[0]["批次"].ToString();
                grdMain.Rows[i].Cells[HCustomBatchNoCol].Value = oTable.Rows[0]["HCustomBatchNo"].ToString();
                grdMain.Rows[i].Cells[HAuxPropIDCol].Value = oTable.Rows[0]["HAuxPropID"].ToString();
                grdMain.Rows[i].Cells[HAuxPropNumberCol].Value = oTable.Rows[0]["辅助属性代码"].ToString();
                grdMain.Rows[i].Cells[HAuxPropNameCol].Value = oTable.Rows[0]["辅助属性"].ToString();