demand: TMS系统 - 运输管理 - 漏组批次订单新 - 增加从未组批次
committer: heyu
This commit is contained in:
parent
1841e3988c
commit
fdfbb11b9f
@ -902,12 +902,10 @@ public class EmisTmsSiteBatchMissServiceImpl extends EmisBaseService implements
|
|||||||
// 创建漏组记录
|
// 创建漏组记录
|
||||||
EmisTmsSiteBatchMiss miss = createMissRecord(waybill);
|
EmisTmsSiteBatchMiss miss = createMissRecord(waybill);
|
||||||
|
|
||||||
miss.setMissReason(waybill.getStartSiteName() +" 尚未完成组批次,请尽快完成,避免影响下一程同事组批次进度" );
|
miss.setMissReason("当前运单没有组批次");
|
||||||
|
miss.setMissType("2");
|
||||||
miss.setLineCode(waybill.getTransLineType());
|
miss.setLineCode(waybill.getTransLineType());
|
||||||
miss.setProductType(waybill.getProductType());
|
miss.setProductType(waybill.getProductType());
|
||||||
miss.setStartSiteCode(waybill.getStartSiteCode());
|
|
||||||
miss.setNextSiteCode("");
|
|
||||||
miss.setMissType("0");
|
|
||||||
|
|
||||||
missRecords.add(miss);
|
missRecords.add(miss);
|
||||||
successCount++;
|
successCount++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user