diff --git a/src/views/inventory/count/InvCountOrderModify.vue b/src/views/inventory/count/InvCountOrderModify.vue index b9d65b3b..39480192 100644 --- a/src/views/inventory/count/InvCountOrderModify.vue +++ b/src/views/inventory/count/InvCountOrderModify.vue @@ -274,6 +274,18 @@ clearable> + + + + + + + + +
@@ -572,6 +584,10 @@ export default { }, saveChange(row) { + if (isBlank(row.countNum)) { + this.$message.error("请输入盘点数量"); + return; + } updateCountOrderDetail(row) .then((response) => { this.loading = false;