|
@@ -160,7 +160,7 @@ class FlowChart extends Component {
|
|
|
{ status: 1, title: "经理审核", name: !info.yxjl ? "-" : info.yxjl, time: "" },
|
|
|
{ status: 2, title: "营销管理员审核", name: info.yxgly, time: "" },
|
|
|
{ status: 3, title: "技术员审核", name: info.zxs, time: "" },
|
|
|
- { status: 4, title: "技术经理审核", name: info.zxsjl, time: "" },
|
|
|
+ // { status: 4, title: "技术经理审核", name: info.zxsjl, time: "" },
|
|
|
{ status: 5, title: "技术总监审核", name: info.zxsgly, time: "" },
|
|
|
{ status: 6, title: "财务专员审核", name: info.cwzy, time: "" },
|
|
|
{ status: 7, title: "财务总监审核", name: info.cwgly, time: "" },
|
|
@@ -182,7 +182,7 @@ class FlowChart extends Component {
|
|
|
{ status: 1, title: "经理审核", name: !info.yxjl ? "-" : info.yxjl, time: "" },
|
|
|
{ status: 2, title: "营销管理员审核", name: info.yxgly, time: "" },
|
|
|
{ status: 3, title: "技术员审核", name: info.zxs, time: "" },
|
|
|
- { status: 4, title: "技术经理审核", name: info.zxsjl, time: "" },
|
|
|
+ // { status: 4, title: "技术经理审核", name: info.zxsjl, time: "" },
|
|
|
{ status: 6, title: "财务专员审核", name: info.cwzy, time: "" },
|
|
|
{ status: 7, title: "财务总监审核", name: info.cwgly, time: "" },
|
|
|
{ status: 8, title: "公司/部门管理审核", name: info.approvalName, time: "" },
|