| | |
| | | pipeSpecCode3 = new_workPlanList[i].PipeSpecCode; |
| | | } |
| | | } |
| | | //获取 批次 |
| | | await callMaterialOrderAppService.wh |
| | | |
| | | Dictionary<string, object?> keyValuePairs = new Dictionary<string, object?> |
| | | { |
| | | { "打码工件1",code1}, |
| | |
| | | { "打码管段名称", new_workPlanList.First().PipeSectionName }, |
| | | { "打码原料管型号", new_workPlanList.First().MaterialMode }, |
| | | { "打码原料标识", new_workPlanList.First().DataIdentifier }, |
| | | { "打码原料管批次", new_workPlanList.First() }, |
| | | { "打码原料管批次", callMaterialOrder.MaterialBatch },//批次 |
| | | }; |
| | | _variableService.WriteValueAsync(keyValuePairs); |
| | | |
| | |
| | | { "切割管段编码", new_workPlanList.First().PipeSpecCode }, |
| | | { "切割管段名称", new_workPlanList.First().PipeSectionName }, |
| | | { "切割原料管型号", new_workPlanList.First().MaterialMode }, |
| | | { "切割原料标识", new_workPlanList.First().DataIdentifier } |
| | | { "切割原料标识", new_workPlanList.First().DataIdentifier }, |
| | | { "切割原料管批次", callMaterialOrder.MaterialBatch },//批次 |
| | | }; |
| | | _variableService.WriteValueAsync(keyValuePairs); |
| | | |