审批驳回状态添加
This commit is contained in:
parent
ae2c5ca642
commit
837081e530
|
@ -122,7 +122,7 @@ export default class acclist extends React.Component{
|
||||||
dataCount:0,
|
dataCount:0,
|
||||||
page:1,
|
page:1,
|
||||||
limit:10,
|
limit:10,
|
||||||
tabList:[{title:"全部"},{title:"创建中"},{title:"审核中"},{title:"进行中"},{title:"暂停中"},{title:"已完结"},{title:"已作废"}],
|
tabList:[{title:"全部"},{title:"创建中"},{title:"审核中"},{title:"进行中"},{title:"暂停中"},{title:"已完结"},{title:"已作废"},{title:"审批驳回"}],
|
||||||
distdata:[],
|
distdata:[],
|
||||||
combinedValue:[],
|
combinedValue:[],
|
||||||
distdata2:[{id:12313123213123,name:'爱奇艺月卡兑换券',time:'2021-11-08 14:21:06至2021-11-08 15:06:04',plan:'营销计划2',belongid:3123213,send:100,record:58,used:41,dead:11,fail:12,status:'1'}],
|
distdata2:[{id:12313123213123,name:'爱奇艺月卡兑换券',time:'2021-11-08 14:21:06至2021-11-08 15:06:04',plan:'营销计划2',belongid:3123213,send:100,record:58,used:41,dead:11,fail:12,status:'1'}],
|
||||||
|
@ -333,6 +333,11 @@ export default class acclist extends React.Component{
|
||||||
if(index==6){
|
if(index==6){
|
||||||
this.setState({activepage:7});
|
this.setState({activepage:7});
|
||||||
}
|
}
|
||||||
|
if(index == 7)
|
||||||
|
{
|
||||||
|
this.setState({activepage:8});
|
||||||
|
}
|
||||||
|
|
||||||
this.setState({page:1,limit:10})
|
this.setState({page:1,limit:10})
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.getKeyList();
|
this.getKeyList();
|
||||||
|
@ -614,7 +619,7 @@ linkTo(row){
|
||||||
|
|
||||||
if(com == "status")
|
if(com == "status")
|
||||||
{
|
{
|
||||||
return <p className="dflexa" ><span><font className="icon" style={{background:menu.keysStatusBg(rowData.status)}}></font>{menu.keysStatus(rowData.status)}</span></p>
|
return <p className="dflexa" ><span><font className="icon" style={{background:menu.keysStatusBg(rowData.status)}}></font>{rowData.status_text}</span></p>
|
||||||
}
|
}
|
||||||
if(com == "edit")
|
if(com == "edit")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue