|
@ -259,8 +259,15 @@ |
|
|
that.recommendList.forEach(r => r.locationCode = r.fromLocationCode) |
|
|
that.recommendList.forEach(r => r.locationCode = r.fromLocationCode) |
|
|
let recommendInfo = res.data[0]; |
|
|
let recommendInfo = res.data[0]; |
|
|
if (recommendInfo.batch != result.package.batch) { |
|
|
if (recommendInfo.batch != result.package.batch) { |
|
|
that.showErrorMessage('扫描的批次【' + result.package.batch + '】,不是系统推荐的批次【' + |
|
|
// that.showErrorMessage('扫描的批次【' + result.package.batch + '】,不是系统推荐的批次【' + |
|
|
recommendInfo.batch + '】,不满足系统的先进先出规则,请重新扫描'); |
|
|
// recommendInfo.batch + '】,不满足系统的先进先出规则,请重新扫描'); |
|
|
|
|
|
that.$refs.comMessage.showQuestionMessage('扫描的批次【' + result.package.batch + '】,不是系统推荐的批次【' + |
|
|
|
|
|
recommendInfo.batch + '】,不满足系统的先进先出规则,'+'是否继续?', |
|
|
|
|
|
res => { |
|
|
|
|
|
if(res){ |
|
|
|
|
|
this.setData(result); |
|
|
|
|
|
} |
|
|
|
|
|
}) |
|
|
} else { |
|
|
} else { |
|
|
this.setData(result); |
|
|
this.setData(result); |
|
|
} |
|
|
} |
|
|