给销售出库页面的序列号批量出库增加(未查询到的序列号的展示)

This commit is contained in:
jishenghua
2025-12-11 10:44:45 +08:00
parent c21d36715b
commit c53c175e5a
2 changed files with 27 additions and 0 deletions

View File

@@ -197,6 +197,9 @@
this.queryParam.name = ''
}
}
if(res.data.missInfo) {
this.$message.warning("未查询到的序列号" + res.data.missInfo)
}
}
}).finally(() => {
this.loading = false