报表
This commit is contained in:
parent
cfa7fd0ffc
commit
5ff6fc374f
@ -35,7 +35,7 @@ class BI001HomeDetail extends React.Component {
|
|||||||
// render: (text, record, index) => `${index + 1}`
|
// render: (text, record, index) => `${index + 1}`
|
||||||
// },
|
// },
|
||||||
{
|
{
|
||||||
title: "上级组织",
|
title: "部门",
|
||||||
dataIndex: "shopName",
|
dataIndex: "shopName",
|
||||||
render: (value, record, index) => {
|
render: (value, record, index) => {
|
||||||
const obj = {
|
const obj = {
|
||||||
@ -145,7 +145,7 @@ class BI001HomeDetail extends React.Component {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "发起组织",
|
title: "车间/班组",
|
||||||
dataIndex: "teamName",
|
dataIndex: "teamName",
|
||||||
onCell:()=>this.renderSpeedColumn()
|
onCell:()=>this.renderSpeedColumn()
|
||||||
},
|
},
|
||||||
|
|||||||
@ -35,7 +35,7 @@ class BI002HomeDetail extends React.Component {
|
|||||||
// render: (text, record, index) => `${index + 1}`
|
// render: (text, record, index) => `${index + 1}`
|
||||||
// },
|
// },
|
||||||
{
|
{
|
||||||
title: "上级组织",
|
title: "部门",
|
||||||
dataIndex: "shopName",
|
dataIndex: "shopName",
|
||||||
render: (value, record, index) => {
|
render: (value, record, index) => {
|
||||||
const obj = {
|
const obj = {
|
||||||
@ -145,7 +145,7 @@ class BI002HomeDetail extends React.Component {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "发起组织",
|
title: "车间/班组",
|
||||||
dataIndex: "teamName",
|
dataIndex: "teamName",
|
||||||
onCell:()=>this.renderSpeedColumn()
|
onCell:()=>this.renderSpeedColumn()
|
||||||
},
|
},
|
||||||
|
|||||||
@ -89,7 +89,7 @@ class BI054HomeDetail extends React.Component {
|
|||||||
countTypeTitle.push('综合检查')
|
countTypeTitle.push('综合检查')
|
||||||
}
|
}
|
||||||
|
|
||||||
var typeName = ['车间名称', '班组名称']
|
var typeName = ['部门名称', '车间/班组']
|
||||||
var RowCount = 0
|
var RowCount = 0
|
||||||
|
|
||||||
for (let i = 0; i < 2; i++) {
|
for (let i = 0; i < 2; i++) {
|
||||||
|
|||||||
@ -78,7 +78,7 @@ class BI055HomeDetail extends React.Component {
|
|||||||
countTypeTitle.push('隐患整改率')
|
countTypeTitle.push('隐患整改率')
|
||||||
}
|
}
|
||||||
|
|
||||||
var typeName = ['车间名称', '班组名称']
|
var typeName = ['部门名称', '车间/班组']
|
||||||
var RowCount = 0
|
var RowCount = 0
|
||||||
for (let i = 0; i < 2; i++) {
|
for (let i = 0; i < 2; i++) {
|
||||||
for (let j = 0; j < countTypeTitle.length; j++) {
|
for (let j = 0; j < countTypeTitle.length; j++) {
|
||||||
|
|||||||
@ -2022,7 +2022,7 @@ class Home extends React.Component {
|
|||||||
<div className="statistical-title-style">
|
<div className="statistical-title-style">
|
||||||
<div className="badge-style">
|
<div className="badge-style">
|
||||||
<Icon type="bar-chart" style={{ color: '#5f6ac2', marginRight: '4px' }}></Icon>
|
<Icon type="bar-chart" style={{ color: '#5f6ac2', marginRight: '4px' }}></Icon>
|
||||||
班组建设完成率
|
班组建设完成率(当月)
|
||||||
</div>
|
</div>
|
||||||
{this.state.departmentCompletionData.length > 0 ? (
|
{this.state.departmentCompletionData.length > 0 ? (
|
||||||
<span
|
<span
|
||||||
@ -2079,7 +2079,7 @@ class Home extends React.Component {
|
|||||||
<div className="statistical-title-style">
|
<div className="statistical-title-style">
|
||||||
<div className="badge-style">
|
<div className="badge-style">
|
||||||
<Icon type="bar-chart" style={{ color: '#5f6ac2', marginRight: '4px' }}></Icon>
|
<Icon type="bar-chart" style={{ color: '#5f6ac2', marginRight: '4px' }}></Icon>
|
||||||
工作票完成数
|
工作票完成数(当月)
|
||||||
</div>
|
</div>
|
||||||
{this.state.workTicketData.length > 0 ? (
|
{this.state.workTicketData.length > 0 ? (
|
||||||
<span
|
<span
|
||||||
@ -2120,7 +2120,7 @@ class Home extends React.Component {
|
|||||||
<div className="statistical-title-style">
|
<div className="statistical-title-style">
|
||||||
<div className="badge-style">
|
<div className="badge-style">
|
||||||
<Icon type="bar-chart" style={{ color: '#5f6ac2', marginRight: '4px' }}></Icon>
|
<Icon type="bar-chart" style={{ color: '#5f6ac2', marginRight: '4px' }}></Icon>
|
||||||
月度隐患整改情况
|
月度隐患整改情况(近半年)
|
||||||
</div>
|
</div>
|
||||||
{this.state.dangerList.ListC && this.state.dangerList.ListC.length > 0 ? (
|
{this.state.dangerList.ListC && this.state.dangerList.ListC.length > 0 ? (
|
||||||
<span
|
<span
|
||||||
@ -2158,7 +2158,7 @@ class Home extends React.Component {
|
|||||||
{/* {this.state.departmentName}作业完成情况 */}
|
{/* {this.state.departmentName}作业完成情况 */}
|
||||||
<div className="badge-style">
|
<div className="badge-style">
|
||||||
<Icon type="bar-chart" style={{ color: '#5f6ac2', marginRight: '4px' }}></Icon>
|
<Icon type="bar-chart" style={{ color: '#5f6ac2', marginRight: '4px' }}></Icon>
|
||||||
安全检查次数统计
|
安全检查次数统计(近半年)
|
||||||
</div>
|
</div>
|
||||||
{this.state.dangerList.ListSafeCheckYearMonth &&
|
{this.state.dangerList.ListSafeCheckYearMonth &&
|
||||||
this.state.dangerList.ListSafeCheckYearMonth.length > 0 ? (
|
this.state.dangerList.ListSafeCheckYearMonth.length > 0 ? (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user