mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 14:17:54 +08:00
51 lines
2.0 KiB
HTML
51 lines
2.0 KiB
HTML
<div class="row">
|
|
<div class="col-lg-12">
|
|
<div class="ibox ">
|
|
<div class="ibox-title">
|
|
<h5>流程实例信息</h5>
|
|
<div class="ibox-tools" style="top:10px;">
|
|
<button type="button" v-if="viewOaWorkflowInfo.index != 2" class="btn btn-primary btn-sm" style="margin-right:10px;" v-on:click="_openSelectOaWorkflowInfoModel()">
|
|
<i class="glyphicon glyphicon-search"></i> 选择流程实例</button>
|
|
|
|
<button type="button" v-if="viewOaWorkflowInfo.index != 2" class="btn btn-primary btn-sm" v-on:click="_openAddOaWorkflowInfoModel()">
|
|
<i class="glyphicon glyphicon-plus"></i> 添加流程实例</button>
|
|
</div>
|
|
</div>
|
|
<div class="ibox-content">
|
|
<div class="row">
|
|
<div class="col-sm-4">
|
|
<div class="form-group">
|
|
<label class="col-form-label" >流程名称:</label>
|
|
<label class="">{{viewOaWorkflowInfo.flowName}}</label>
|
|
</div>
|
|
</div>
|
|
<div class="col-sm-4">
|
|
<div class="form-group">
|
|
<label class="col-form-label" >流程类型:</label>
|
|
<label class="">{{viewOaWorkflowInfo.flowType}}</label>
|
|
</div>
|
|
</div>
|
|
<div class="col-sm-4">
|
|
<div class="form-group">
|
|
<label class="col-form-label" >备注:</label>
|
|
<label class="">{{viewOaWorkflowInfo.describle}}</label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<vc:create path="property/addOaWorkflow"
|
|
callBackListener="viewOaWorkflowInfo"
|
|
callBackFunction="chooseOaWorkflow"
|
|
></vc:create>
|
|
|
|
|
|
<vc:create path="property/chooseOaWorkflow"
|
|
emitChooseOaWorkflow="viewOaWorkflowInfo"
|
|
emitLoadData="viewOaWorkflowInfo"
|
|
></vc:create>
|
|
</div>
|