diff --git a/Management.html b/Management.html index 52e91d7..38f97a3 100644 --- a/Management.html +++ b/Management.html @@ -980,7 +980,7 @@ if (userInfo.projectName === '采购员') { window.location.href = 'supply.html'; } else { - window.location.href = 'Reject.html'; + window.location.href = 'SupplierReview.html'; } return; } @@ -1180,7 +1180,7 @@ function initEventListeners() { // 返回按钮点击事件 backBtn.addEventListener('click', () => { - window.location.href = 'Reject.html'; + window.location.href = 'SupplierReview.html'; }); // 时间筛选按钮 diff --git a/SupplierReview.html b/SupplierReview.html index 76eb723..84d444e 100644 --- a/SupplierReview.html +++ b/SupplierReview.html @@ -936,10 +936,7 @@ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); overflow: hidden; "> - - - - +