md
This commit is contained in:
parent
5417cd5753
commit
60cdc39a53
@ -305,7 +305,7 @@ public class EmisTmsScanRecordServiceImpl extends EmisBaseService implements IEm
|
||||
scanResultItem.getData().putAll(scanDataItem);
|
||||
// 获取主单号
|
||||
String mainBillCode = getMainBillCode(scanBillCode);
|
||||
// 判断是主单还是子单
|
||||
// 判断单号是否存在
|
||||
boolean isExists = checkWaybillIsExists(mainBillCode);
|
||||
// 检查运单号是否存在
|
||||
if (!isExists) {
|
||||
@ -529,7 +529,6 @@ public class EmisTmsScanRecordServiceImpl extends EmisBaseService implements IEm
|
||||
throw new EmisBizError(EmisBizErrorType.EXISTS, "[" + scanBillCode + "]已组包");
|
||||
}
|
||||
|
||||
/
|
||||
// 获取订单数据
|
||||
EmisWaybill emisWaybill = getWaybillByBillCode(mainBillCode);
|
||||
// 如果是缅甸允许主单扫描,其他都不允许
|
||||
|
||||
Loading…
Reference in New Issue
Block a user