删除暂存状态查询 申请单位只查到公司级 股份端列表修改查询范围只查企业
parent
2641825c95
commit
872650cc66
|
|
@ -14,7 +14,7 @@ export {};
|
|||
// HOISTING("hoisting_work", "DZ","吊装作业");
|
||||
|
||||
export const STATUS_ENUM = [
|
||||
{ name: "暂存", bianma: "0" },
|
||||
// { name: "暂存", bianma: "0" },
|
||||
{ name: "已打回", bianma: "2" },
|
||||
{ name: "审批中", bianma: "1" },
|
||||
{ name: "已归档", bianma: "999" },
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ function List(props) {
|
|||
{
|
||||
name: "inDepartmentId",
|
||||
label: "申请单位",
|
||||
render: <BasicSelectTree treeData={departmentTree} childrenKey="childrenList" multiple />,
|
||||
render: <BasicSelectTree treeData={departmentTree} multiple />,
|
||||
},
|
||||
{
|
||||
name: "todo",
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ function List(props) {
|
|||
{
|
||||
name: "inDepartmentId",
|
||||
label: "申请单位",
|
||||
render: <BasicSelectTree treeData={departmentTree} childrenKey="childrenList" multiple />,
|
||||
render: <BasicSelectTree treeData={departmentTree} multiple />,
|
||||
},
|
||||
{
|
||||
name: "todo",
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ function List(props) {
|
|||
{
|
||||
name: "inDepartmentId",
|
||||
label: "申请单位",
|
||||
render: <BasicSelectTree treeData={departmentTree} childrenKey="childrenList" multiple />,
|
||||
render: <BasicSelectTree treeData={departmentTree} multiple />,
|
||||
},
|
||||
{
|
||||
name: "todo",
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ function List(props) {
|
|||
{
|
||||
name: "inDepartmentId",
|
||||
label: "申请单位",
|
||||
render: <BasicSelectTree treeData={departmentTree} childrenKey="childrenList" multiple />,
|
||||
render: <BasicSelectTree treeData={departmentTree} multiple />,
|
||||
},
|
||||
{
|
||||
name: "todo",
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ function List(props) {
|
|||
{
|
||||
name: "inDepartmentId",
|
||||
label: "申请单位",
|
||||
render: <BasicSelectTree treeData={departmentTree} childrenKey="childrenList" multiple />,
|
||||
render: <BasicSelectTree treeData={departmentTree} multiple />,
|
||||
},
|
||||
{
|
||||
name: "todo",
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ function List(props) {
|
|||
{
|
||||
name: "inDepartmentId",
|
||||
label: "申请单位",
|
||||
render: <BasicSelectTree treeData={departmentTree} childrenKey="childrenList" multiple />,
|
||||
render: <BasicSelectTree treeData={departmentTree} multiple />,
|
||||
},
|
||||
{
|
||||
name: "todo",
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ function List(props) {
|
|||
{
|
||||
name: "inDepartmentId",
|
||||
label: "申请单位",
|
||||
render: <BasicSelectTree treeData={departmentTree} childrenKey="childrenList" multiple />,
|
||||
render: <BasicSelectTree treeData={departmentTree} multiple />,
|
||||
},
|
||||
{
|
||||
name: "todo",
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ function List(props) {
|
|||
{
|
||||
name: "inDepartmentId",
|
||||
label: "申请单位",
|
||||
render: <BasicSelectTree treeData={departmentTree} childrenKey="childrenList" multiple />,
|
||||
render: <BasicSelectTree treeData={departmentTree} multiple />,
|
||||
},
|
||||
{
|
||||
name: "todo",
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ function List(props) {
|
|||
|
||||
const { tableProps, getData } = useTable(props["corpInfoList"], {
|
||||
form,
|
||||
params: { inType: [0, 1, 6, 3, 4, 5] },
|
||||
params: { inType: [0, 1] },
|
||||
onSuccess: (data) => {
|
||||
getStatistics(data.list);
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue