Commit a2d751b3 authored by liudong1993's avatar liudong1993

修复耗材申请

parent b15b64aa
......@@ -1187,7 +1187,6 @@ namespace Property.Module.FixedAssets
model.Remark = demodel.Remark;
model.UpdateBy = demodel.UpdateBy;
model.UpdateDate = demodel.UpdateDate;
model.StockOutState = StockOutStatusEnum.StockOut;
bool flag = supplies_StockOutRepository.Update(model, trans);
if (flag)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment