| | |
| | | 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.Model.SetValue("FRECIEVEBILLNO", dt.Rows[i]["FRECIEVEBILLNO"], i);//收料单号 |
| | | |
| | | } |
| | | } |
| | | ChangeColor(); |
| | |
| | | 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.Model.SetValue("FRECIEVEBILLNO", dt.Rows[i]["FRECIEVEBILLNO"], i);//收料单号 |
| | | |
| | | |
| | | } |
| | | } |
| | | //this.View.UpdateView(); |