提交代码
This commit is contained in:
@@ -110,7 +110,7 @@ namespace FineUIPro.Web.TestRun.DriverGoods
|
||||
item.GoodsBuyItemId = SQLHelper.GetNewID();
|
||||
item.GoodsBuyId = newData.GoodsBuyId;
|
||||
item.GoodsModelId = detail.GoodsModelId;
|
||||
item.Quantity = detail.Quantity;
|
||||
item.Num = detail.Num;
|
||||
item.RequiredTime = detail.RequiredTime;
|
||||
BLL.GoodsBuyItemService.AddGoodsBuyItem(item);
|
||||
}
|
||||
@@ -151,7 +151,7 @@ namespace FineUIPro.Web.TestRun.DriverGoods
|
||||
detail.Description = model.Description;
|
||||
detail.Attachment = model.Attachment;
|
||||
detail.Remark = model.Remark;
|
||||
detail.Quantity = values.Value<string>("Quantity");
|
||||
detail.Num = values.Value<string>("Num");
|
||||
string requiredTime = values.Value<string>("RequiredTime");
|
||||
if (!string.IsNullOrEmpty(requiredTime))
|
||||
{
|
||||
@@ -189,6 +189,7 @@ namespace FineUIPro.Web.TestRun.DriverGoods
|
||||
detail.GoodsModelId = model.GoodsModelId;
|
||||
detail.Purpose = model.Purpose;
|
||||
detail.Description = model.Description;
|
||||
detail.Quantity = model.Quantity;
|
||||
detail.Attachment = model.Attachment;
|
||||
detail.Remark = model.Remark;
|
||||
details.Add(detail);
|
||||
|
||||
Reference in New Issue
Block a user