采购到货
This commit is contained in:
@@ -1138,7 +1138,7 @@ namespace Tnb.ProductionMgr
|
||||
return result.IsSuccess ? $"新增单位{insertUnit.Count}条" : result.ErrorMessage;
|
||||
}
|
||||
|
||||
return msg;
|
||||
return "新增单位0条";
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -1260,6 +1260,7 @@ namespace Tnb.ProductionMgr
|
||||
table_id = basSupplier.id,
|
||||
table_name = "bas_supplier",
|
||||
supplier_id = erpBdSupplier.ID,
|
||||
supplier_vid = erpBdSupplier.VID,
|
||||
create_time = DateTime.Now,
|
||||
erp_modify_time = erpBdSupplier.MODIFIEDTIME,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user