Commit e47e52c8 authored by agping's avatar agping

审核

parent c5938f2b
......@@ -360,20 +360,20 @@ define(['doT', 'text!temp/cost_check_template_tpl.html', 'css!style/home.css', '
};
}
//处理审核 状态
if(data.data.status == 0){//0申请中
if(data.data.status == 0){//0总监审核
cost.checkUrl = '/index/checkCostTwo/1'
}else if(data.data.status == 1){//1总监通过
}else if(data.data.status == 1){//1行政审核
cost.checkUrl = '/index/checkCostSix/5'
}else if(data.data.status == 5){//5财务一审
cost.checkUrl = '/index/checkCostThree/2'
}else if(data.data.status == 2){//2一审通过
}else if(data.data.status == 2){//2财务二审
cost.checkUrl = '/index/checkCostFour/3'
}else if(data.data.status == 3){//3二审通过
}else if(data.data.status == 3){//3出纳审核
cost.checkUrl = '/index/checkCostFive/4'
}else if(data.data.status == 5){//5行政审核
cost.checkUrl = '/index/checkCostSix/5'
}
//备注 图片上传
if(data.data.status == 3){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment