This commit is contained in:
2024-09-04 11:33:59 +08:00
parent cddca2a10a
commit 26311fa6a7
12 changed files with 431 additions and 260 deletions

View File

@@ -1318,7 +1318,7 @@ namespace Tnb.ProductionMgr
if (toolMaintainTemMoldH != null && toolMolds!=null)
{
string code = DateTime.Now.Ticks.ToString();
string code = await _billRuleService.GetBillNumber(CodeTemplateConst.MOLDMAINTENANCE_CODE);
ToolMoldMaintainRecordH toolMoldMaintainRecordH = new ToolMoldMaintainRecordH()
{
id = SnowflakeIdHelper.NextId(),
@@ -2516,7 +2516,7 @@ namespace Tnb.ProductionMgr
erpRequestData.Add("pk_org_v",erpOrg.pk_org_v);
erpRequestData.Add("vtrantypecode","55A4-01");
erpRequestData.Add("vtrantypeid","0001A11000000002LVX8");
erpRequestData.Add("vdef1",null);
erpRequestData.Add("vdef1",null);//todo 倒冲日期
erpRequestData.Add("vdef2",null);
erpRequestData.Add("report_id",report.id);