md
This commit is contained in:
parent
70f4fba5fb
commit
086eacc5e2
@ -630,6 +630,7 @@ public class EmisTmsScanRecordServiceImpl extends EmisBaseService implements IEm
|
||||
}
|
||||
|
||||
// bug:1371 问题件类型:出口虚拟单/返货虚拟单/面单删除,若登记了以上三种类型任意问题件 都不允许再做扫描和签收了
|
||||
// 先不拦截
|
||||
// int rnt=emisWaybillProblemInfoMapper.checkIsNoNeedScanBill(mainBillCode);
|
||||
// if (rnt>0) {
|
||||
// scanResultItem.setResult("fail");
|
||||
@ -782,6 +783,7 @@ public class EmisTmsScanRecordServiceImpl extends EmisBaseService implements IEm
|
||||
}
|
||||
|
||||
// bug:1371 问题件类型:出口虚拟单/返货虚拟单/面单删除,若登记了以上三种类型任意问题件 都不允许再做扫描和签收了
|
||||
// 先不拦截
|
||||
// int rnt=emisWaybillProblemInfoMapper.checkIsNoNeedScanBill(mainBillCode);
|
||||
// if (rnt>0) {
|
||||
// scanResultItem.setResult("fail");
|
||||
@ -1075,6 +1077,7 @@ public class EmisTmsScanRecordServiceImpl extends EmisBaseService implements IEm
|
||||
}
|
||||
|
||||
// bug:1371 问题件类型:出口虚拟单/返货虚拟单/面单删除,若登记了以上三种类型任意问题件 都不允许再做扫描和签收了
|
||||
// 先不拦截
|
||||
// int rnt=emisWaybillProblemInfoMapper.checkIsNoNeedScanBill(mainBillCode);
|
||||
// if (rnt>0) {
|
||||
// scanResultItem.setResult("fail");
|
||||
@ -1314,6 +1317,7 @@ public class EmisTmsScanRecordServiceImpl extends EmisBaseService implements IEm
|
||||
}
|
||||
|
||||
// bug:1371 问题件类型:出口虚拟单/返货虚拟单/面单删除,若登记了以上三种类型任意问题件 都不允许再做扫描和签收了
|
||||
// 先不拦截
|
||||
// int rnt=emisWaybillProblemInfoMapper.checkIsNoNeedScanBill(mainBillCode);
|
||||
// if (rnt>0) {
|
||||
// scanResultItem.setResult("fail");
|
||||
@ -1465,6 +1469,7 @@ public class EmisTmsScanRecordServiceImpl extends EmisBaseService implements IEm
|
||||
}
|
||||
|
||||
// bug:1371 问题件类型:出口虚拟单/返货虚拟单/面单删除,若登记了以上三种类型任意问题件 都不允许再做扫描和签收了
|
||||
// 先不拦截
|
||||
// int rnt=emisWaybillProblemInfoMapper.checkIsNoNeedScanBill(mainBillCode);
|
||||
// if (rnt>0) {
|
||||
// scanResultItem.setResult("fail");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user