jinghz
2023-11-30 0ac1a8b0a1e48b0da6df4dc6c103b86d7ced34e6
lingshou
1个文件已修改
2 ■■■ 已修改文件
WarM/仓库管理/Kf_SellOutBill.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WarM/²Ö¿â¹ÜÀí/Kf_SellOutBill.cs
@@ -1771,7 +1771,7 @@
                                                }
                                                grdMain.Rows[sRow + i].Cells[HQtyCol].Value = 1;
                                                grdMain.Rows[sRow + i].Cells[HPriceCol].Value = oMatePriceCus.GetMatePriceByCus(oMater.omodel.HItemID, DBUtility.ClsPub.isLong(this.txtHSupID.Tag));
                                                if(this.ModCaption=="零售1" && oMater.omodel.HRatePrice>0)
                                                if(this.ModCaption=="销售出库单_零售1" && oMater.omodel.HRatePrice>0)
                                                {
                                                    grdMain.Rows[sRow + i].Cells[HSalePriceCol].Value = oMater.omodel.HRatePrice.ToString();//获取促销价
                                                }