src/views/inventoryManagement/issueManagement/index.vue
@@ -376,6 +376,9 @@ if (num <= 0 || num > currentRowNum.value) { return proxy.$modal.msgWarning("请填入有效数字"); } if (!form.value.nickName) { return proxy.$modal.msgWarning("请选择操作人"); } proxy.$refs["formRef"].validate(valid => { if (valid && currentRowId.value) { const typeMap = { production: 2, purchase: 1 };