fixed:备案审核记录与项目确认记录 只展示已完成的

master
dearLin 2026-02-26 13:43:29 +08:00
parent b0b084e8aa
commit d3b3f345b7
7 changed files with 11 additions and 7 deletions

View File

@ -1,7 +1,7 @@
import ListView from "~/pages/Container/Supervision/ProjectReview/ProjectFilingInformation/list";
function List(props) {
return (<ListView ckbtn="xmsh-sdgs-xmbaxxgl-btn-ck" rybgjlbtn="xmsh-sdgs-xmbaxxgl-btn-rybgjl" eqStakeholderLevel="two-level" searchType="4" {...props} />);
return (<ListView ckbtn="xmsh-sdgs-xmbaxxgl-btn-ck" rybgjlbtn="xmsh-sdgs-xmbaxxgl-btn-rybgjl" eqStakeholderLevel="" searchType="4" {...props} />);
}
export default List;

View File

@ -10,7 +10,7 @@ import Table from "zy-react-library/components/Table";
import { FORM_ITEM_RENDER_ENUM } from "zy-react-library/enum/formItemRender";
import useTable from "zy-react-library/hooks/useTable";
import { getLabelName } from "zy-react-library/utils";
import {PROJECT_ONELEVEL_STATUS_MAP, PROJECT_STATUS_MAP} from "~/enumerate/constant";
import { PROJECT_ONELEVEL_STATUS_MAP, PROJECT_STATUS_MAP } from "~/enumerate/constant";
import { NS_QUALIFICATION_STATISTICS } from "~/enumerate/namespace";
function List(props) {
@ -19,6 +19,7 @@ function List(props) {
form,
params: {
eqStakeholderLevel: "one-level",
projectStatusArr: "1,3",
},
});
const [rejectReasonModalOpen, setRejectReasonModalOpen] = useState(false); // 驳回原因弹窗

View File

@ -17,7 +17,8 @@ function List(props) {
form,
params: {
searchType: 5,
eqStakeholderLevel: "one-level",
// eqStakeholderLevel: "one-level",
eqProjectStatus: 4,
},
});

View File

@ -70,7 +70,7 @@ function List(props) {
columns={[
{ title: "集团单位名称", dataIndex: "corpinfoName" },
{ title: "集团单位审核部门", dataIndex: "groupCompanyDeptName" },
{ title: "一级项目名称", dataIndex: "parentProjectName" },
{ title: "一级项目名称", dataIndex: "relatedProjectName" },
{ title: "二级项目名称", dataIndex: "projectName" },
{ title: "项目属地单位", dataIndex: "companyName" },
{ title: "项目类别", dataIndex: "qualificationsTypeName" },

View File

@ -16,7 +16,8 @@ function List(props) {
form,
params: {
searchType: 5,
eqStakeholderLevel: "two-level",
// eqStakeholderLevel: "two-level",
eqProjectStatus: 4,
},
});

View File

@ -17,7 +17,7 @@ function List(props) {
form,
params: {
eqStakeholderLevel: "two-level",
eqProjectStatus: 1,
projectStatusArr: "1,3",
},
});
const [rejectReasonModalOpen, setRejectReasonModalOpen] = useState(false); // 驳回原因弹窗

View File

@ -16,7 +16,8 @@ function List(props) {
form,
params: {
searchType: props.searchType || 1,
eqStakeholderLevel: props.eqStakeholderLevel || "",
// eqStakeholderLevel: props.eqStakeholderLevel || "",
eqProjectStatus: 4,
},
});