@@ -276,7 +276,7 @@ export default {
}
const flag = this.rowSelectionInfo.selectedRows.some(con => !con.confirmQty && con.confirmQty != 0)
if (flag) {
- this.$message.warning('调回数量能为空!')
+ this.$message.warning('调回数量不能为空!')
return
const arr = []