删除暂存状态查询 申请单位只查到公司级 股份端列表修改查询范围只查企业

master
853931625@qq.com 2026-04-17 18:02:39 +08:00
parent 2641825c95
commit 872650cc66
10 changed files with 10 additions and 10 deletions

View File

@ -14,7 +14,7 @@ export {};
// HOISTING("hoisting_work", "DZ","吊装作业"); // HOISTING("hoisting_work", "DZ","吊装作业");
export const STATUS_ENUM = [ export const STATUS_ENUM = [
{ name: "暂存", bianma: "0" }, // { name: "暂存", bianma: "0" },
{ name: "已打回", bianma: "2" }, { name: "已打回", bianma: "2" },
{ name: "审批中", bianma: "1" }, { name: "审批中", bianma: "1" },
{ name: "已归档", bianma: "999" }, { name: "已归档", bianma: "999" },

View File

@ -80,7 +80,7 @@ function List(props) {
{ {
name: "inDepartmentId", name: "inDepartmentId",
label: "申请单位", label: "申请单位",
render: <BasicSelectTree treeData={departmentTree} childrenKey="childrenList" multiple />, render: <BasicSelectTree treeData={departmentTree} multiple />,
}, },
{ {
name: "todo", name: "todo",

View File

@ -63,7 +63,7 @@ function List(props) {
{ {
name: "inDepartmentId", name: "inDepartmentId",
label: "申请单位", label: "申请单位",
render: <BasicSelectTree treeData={departmentTree} childrenKey="childrenList" multiple />, render: <BasicSelectTree treeData={departmentTree} multiple />,
}, },
{ {
name: "todo", name: "todo",

View File

@ -80,7 +80,7 @@ function List(props) {
{ {
name: "inDepartmentId", name: "inDepartmentId",
label: "申请单位", label: "申请单位",
render: <BasicSelectTree treeData={departmentTree} childrenKey="childrenList" multiple />, render: <BasicSelectTree treeData={departmentTree} multiple />,
}, },
{ {
name: "todo", name: "todo",

View File

@ -80,7 +80,7 @@ function List(props) {
{ {
name: "inDepartmentId", name: "inDepartmentId",
label: "申请单位", label: "申请单位",
render: <BasicSelectTree treeData={departmentTree} childrenKey="childrenList" multiple />, render: <BasicSelectTree treeData={departmentTree} multiple />,
}, },
{ {
name: "todo", name: "todo",

View File

@ -80,7 +80,7 @@ function List(props) {
{ {
name: "inDepartmentId", name: "inDepartmentId",
label: "申请单位", label: "申请单位",
render: <BasicSelectTree treeData={departmentTree} childrenKey="childrenList" multiple />, render: <BasicSelectTree treeData={departmentTree} multiple />,
}, },
{ {
name: "todo", name: "todo",

View File

@ -80,7 +80,7 @@ function List(props) {
{ {
name: "inDepartmentId", name: "inDepartmentId",
label: "申请单位", label: "申请单位",
render: <BasicSelectTree treeData={departmentTree} childrenKey="childrenList" multiple />, render: <BasicSelectTree treeData={departmentTree} multiple />,
}, },
{ {
name: "todo", name: "todo",

View File

@ -79,7 +79,7 @@ function List(props) {
{ {
name: "inDepartmentId", name: "inDepartmentId",
label: "申请单位", label: "申请单位",
render: <BasicSelectTree treeData={departmentTree} childrenKey="childrenList" multiple />, render: <BasicSelectTree treeData={departmentTree} multiple />,
}, },
{ {
name: "todo", name: "todo",

View File

@ -80,7 +80,7 @@ function List(props) {
{ {
name: "inDepartmentId", name: "inDepartmentId",
label: "申请单位", label: "申请单位",
render: <BasicSelectTree treeData={departmentTree} childrenKey="childrenList" multiple />, render: <BasicSelectTree treeData={departmentTree} multiple />,
}, },
{ {
name: "todo", name: "todo",

View File

@ -29,7 +29,7 @@ function List(props) {
const { tableProps, getData } = useTable(props["corpInfoList"], { const { tableProps, getData } = useTable(props["corpInfoList"], {
form, form,
params: { inType: [0, 1, 6, 3, 4, 5] }, params: { inType: [0, 1] },
onSuccess: (data) => { onSuccess: (data) => {
getStatistics(data.list); getStatistics(data.list);
}, },