[6.8.4]
[fix] [未选择任务、核销提示]
This commit is contained in:
@@ -136,6 +136,9 @@ class WriteOffCacheRepository : IWriteOffRepository {
|
||||
throw DataException(1009,"车票所选乘车日期非今日")
|
||||
}
|
||||
// 6、校验线路
|
||||
if(LineManager.lineInfos==null||LineManager.lineInfos?.lineId==null){
|
||||
throw DataException(1005,"车辆未登录、或没有任务")
|
||||
}
|
||||
if(it.lineId==LineManager.lineInfos?.lineId){
|
||||
lineId = it.lineId
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user