This commit is contained in:
qianhao.xu
2024-03-28 09:12:17 +08:00
parent 9e6577f17e
commit 82b945658f
3 changed files with 19 additions and 2 deletions

View File

@@ -35,6 +35,8 @@ namespace ZR.Service.mes.wms.IService
bool OverOutorderplan(string shipment_num);
bool CheckProductionOut(string production_packcode, string shipment_num);
}
}

View File

@@ -474,5 +474,11 @@ namespace ZR.Service.mes.wms
string temp = bath_code.Split("_")[0];
return "20" + temp.Substring(2, 6);
}
public bool CheckProductionOut(string production_packcode, string shipment_num)
{
}
}
}