| | |
| | | this.Model.SetValue("FStockId", dt.Rows[i]["FSTOCKID"], i);//仓库 |
| | | this.Model.SetValue("FWorkShopId", dt.Rows[i]["FWORKSHOPID"], i);//车间 |
| | | this.Model.SetValue("FLot", dt.Rows[i]["FLot"], i);//批号 |
| | | this.Model.SetValue("FReceiveQty", dt.Rows[i]["FReceiveQty"], i);//未入库数量 |
| | | this.Model.SetValue("F_bsv_Decimal1", Convert.ToDecimal(dt.Rows[i]["FRemainReceiveQty"])+ Convert.ToDecimal(dt.Rows[i]["FNoStockInQty"]), i);//未交订单数量 |
| | | } |
| | | } |
| | | ChangeColor(); |
| | |
| | | this.Model.SetValue("FStockId", dt.Rows[i]["FSTOCKID"], i);//仓库 |
| | | this.Model.SetValue("FWorkShopId", dt.Rows[i]["FWORKSHOPID"], i);//车间 |
| | | this.Model.SetValue("FLot", dt.Rows[i]["FLot"], i);//批号 |
| | | this.Model.SetValue("FReceiveQty", dt.Rows[i]["FReceiveQty"], i);//未入库数量 |
| | | this.Model.SetValue("F_bsv_Decimal1", Convert.ToDecimal(dt.Rows[i]["FRemainReceiveQty"]) + Convert.ToDecimal(dt.Rows[i]["FNoStockInQty"]), i);//未交订单数量 |
| | | } |
| | | } |
| | | //this.View.UpdateView(); |