1/13 优化

20240912_adapter
wangwei 6 months ago
parent 71332da18e
commit 40f7191ac6

@ -321,7 +321,7 @@ export default {
if (res.code == 20000) { if (res.code == 20000) {
if (res.data.list.length == 0){ if (res.data.list.length == 0){
this.scanCode = "" this.scanCode = ""
return this.$message.error("单据未处理完成") return this.$message.error("未找到该单据")
} }
if (res.data.list[0].checkCodeStatus == 1){ if (res.data.list[0].checkCodeStatus == 1){
this.initData() this.initData()

Loading…
Cancel
Save