客供品入库编码改为511

This commit is contained in:
王帅 2025-05-24 16:12:01 +08:00
parent 5d34abac5b
commit 42423b73f6
2 changed files with 3 additions and 3 deletions

View File

@ -6164,7 +6164,7 @@ public class ToSAPServiceImpl {
ErpMessageLog erplog = new ErpMessageLog();
erplog.setEventUser("");
erplog.setServerName("WmsToErp");
if ("501".equals(qtc)) {
if ("511".equals(qtc)) {
erplog.setEventName("客供品入库");
} else if ("542O".equals(qtc)) {
erplog.setEventName("委外退料入库");

View File

@ -35,7 +35,7 @@ public class NoInvoiceManagerServiceImpl {
public void QTR(List<MaterialPacking> list,String user,String commitDate,String opCode,
String costName, String lifnr, String qtc) {
String enentName = "QTR";
if ("501".equals(qtc)) {
if ("511".equals(qtc)) {
enentName = "客供品入库";
} else if ("542O".equals(qtc)) {
enentName = "委外退料入库";
@ -47,7 +47,7 @@ public class NoInvoiceManagerServiceImpl {
List<Map<String, Object>> mapList = new ArrayList<>();
HashMap<String, Object> hashMap = new HashMap<String,Object> ();
List<String> strings = new ArrayList<>();
hashMap.put("StockState", "Stocked");
hashMap.put("stockState", "Stocked");
hashMap.put("packingState","Released");
hashMap.put("oqaResultState","END");
hashMap.put("oqaResult","OK");