bug
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user