commit | author | age
|
0d659c
|
1 |
<title>工作流配置</title> |
Z |
2 |
<h1 class="flowtitle">工作流配置</h1> |
|
3 |
<div id="workflowcontent"> |
|
4 |
<div class="workflow_part" ng-if="$root.budget_open == 1"> |
|
5 |
<div class="workflow_btn" style="display: flex;justify-content:center;"> |
|
6 |
<img src="./static/img/workflow_ys.png" alt="" /> |
|
7 |
</div> |
|
8 |
<div class="part"> |
|
9 |
<p>状态: <span style="color:{{budgetcolor}}" ng-bind="budgetcreateflag"></span></p> |
|
10 |
<div class="kongbai"></div> |
|
11 |
<a ng-show="permission_check('config_budget')" class="btn_class btn btn-favourite budgetbtn" ng-disabled="!buDefFlag" ng-click="createflow(10)" href="javascript:void(0)" target="_blank" id="config_budget">配置流程</a> |
|
12 |
<div class="kongbai"></div> |
|
13 |
<button ng-show="permission_check('econfig_budget')" class="btn_class btn btn-favourite" ng-disabled="!buDef_bushuFlag" ng-click="configb()" ng-show="bconfigflag" id="econfig_budget">部署</button> |
|
14 |
</div> |
|
15 |
<!--<i class="workflow_type glyphicon glyphicon-list-alt"> 预算流程</i>--> |
|
16 |
</div> |
|
17 |
<div class="workflow_part" ng-if="$root.apply_open == 1"> |
|
18 |
<div class="workflow_btn" style="display: flex;justify-content: center;"> |
|
19 |
<img src="./static/img/workflow_sq.png" alt="" /> |
|
20 |
</div> |
|
21 |
<div class="part"> |
|
22 |
<p>状态: <span style="color:{{applycolor}}" ng-bind="applycreateflag"></span></p> |
|
23 |
<div class="kongbai"></div> |
|
24 |
<a ng-show="permission_check('config_apply')" class="btn btn-favourite applybtn" ng-disabled="!apDefFlag" ng-click="createflow(20)" href="javascript:void(0)" target="_blank" id="config_apply">配置流程</a> |
|
25 |
<div class="kongbai"></div> |
|
26 |
<button ng-show="permission_check('econfig_apply')" class="btn btn-favourite" ng-disabled="!apDef_bushuFlag" ng-click="configa()" ng-show="aconfigflag" id="econfig_apply">部署</button> |
|
27 |
</div> |
|
28 |
<!--<i class="workflow_type glyphicon glyphicon-calendar"> 申请流程</i>--> |
|
29 |
</div> |
|
30 |
<div class="workflow_part" ng-if="$root.expend_open == 1"> |
|
31 |
<div class="workflow_btn" style="display: flex;justify-content: center;"> |
|
32 |
<img src="./static/img/workflow_bx.png" alt="" /> |
|
33 |
</div> |
|
34 |
<div class="part"> |
|
35 |
<p>状态: <span style="color:{{expendcolor}}" ng-bind="expendcreateflag"></span></p> |
|
36 |
<div class="kongbai"></div> |
|
37 |
<a ng-show="permission_check('config_expend')" class="btn btn-favourite expendbtn" ng-disabled="!exDefFlag" ng-click="createflow(30)" href="javascript:void(0)" target="_blank" id="config_expend">配置流程</a> |
|
38 |
<div class="kongbai"></div> |
|
39 |
<button ng-show="permission_check('econfig_expend')" class="btn btn-favourite" ng-disabled="!exDef_bushuFlag" ng-click="confige()" ng-show="econfigflag" id="econfig_expend">部署</button> |
|
40 |
</div> |
|
41 |
<!--<i class="workflow_type glyphicon glyphicon-credit-card"> 报销流程</i>--> |
|
42 |
</div> |
|
43 |
|
|
44 |
|
|
45 |
</div> |
|
46 |
<div class="back_btn"> |
|
47 |
<button class="btn btn-success btn-favourite" style="width:80px;height:40px;font-size:18px;display: block;text-align: center;margin-left:40%;margin-top:10%;" ng-click="redirect_to('cfg_center')">返回</button> |
|
48 |
</div> |