src/views/salesManagement/salesLedger/index.vue
@@ -3010,6 +3010,16 @@ proxy.$modal.msgWarning("选中的数据中包含非待审核项,请重新选择"); return; } // 录入人不能审核该条数据 const isEntryPerson = selectedRows.value.some( row => String(row.entryPerson) === String(userStore.id) ); if (isEntryPerson) { proxy.$modal.msgWarning("录入人不能审核自己提交的数据"); return; } try { await ElMessageBox.confirm("是否确认审核选中的销售台账?", "提示", { confirmButtonText: "确定",