|
@@ -148,6 +148,7 @@
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
|
|
+
|
|
<!-- 分页 -->
|
|
<!-- 分页 -->
|
|
<pagination
|
|
<pagination
|
|
v-show="total > 0"
|
|
v-show="total > 0"
|
|
@@ -157,13 +158,14 @@
|
|
@pagination="getList"
|
|
@pagination="getList"
|
|
/>
|
|
/>
|
|
</div>
|
|
</div>
|
|
|
|
+
|
|
<div class="show-window">
|
|
<div class="show-window">
|
|
<!-- 运行节点弹窗 -->
|
|
<!-- 运行节点弹窗 -->
|
|
<el-dialog :title="nodeTitle" :visible.sync="open" width="50%">
|
|
<el-dialog :title="nodeTitle" :visible.sync="open" width="50%">
|
|
<!-- <el-form label-width="100px" :model="commonData">
|
|
<!-- <el-form label-width="100px" :model="commonData">
|
|
<h1>这里会引入当前节点需要处理的表单</h1>
|
|
<h1>这里会引入当前节点需要处理的表单</h1>
|
|
</el-form> -->
|
|
</el-form> -->
|
|
- <k-form-build
|
|
|
|
|
|
+ <!-- <k-form-build
|
|
v-if="formType == 'dragForm'"
|
|
v-if="formType == 'dragForm'"
|
|
class="formBuild"
|
|
class="formBuild"
|
|
ref="addFromRef"
|
|
ref="addFromRef"
|
|
@@ -180,12 +182,14 @@
|
|
:tableCount="tableCount"
|
|
:tableCount="tableCount"
|
|
:subTableName="subTableName"
|
|
:subTableName="subTableName"
|
|
@addList="() => {}"
|
|
@addList="() => {}"
|
|
- ></DialogTemplate>
|
|
|
|
- <component
|
|
|
|
- v-else-if="formType == 'designForm'"
|
|
|
|
- :is="myForm"
|
|
|
|
- ref="myFormRef"
|
|
|
|
- ></component>
|
|
|
|
|
|
+ ></DialogTemplate> -->
|
|
|
|
+ <!-- <GY2
|
|
|
|
+ ref="myFormRef"
|
|
|
|
+ ></GY2> -->
|
|
|
|
+
|
|
|
|
+ <!-- <ZL1></ZL1> -->
|
|
|
|
+ <ZL2></ZL2>
|
|
|
|
+
|
|
<span slot="footer" class="dialog-footer">
|
|
<span slot="footer" class="dialog-footer">
|
|
<el-button @click="closeExecuteNode">取消</el-button>
|
|
<el-button @click="closeExecuteNode">取消</el-button>
|
|
<el-button type="primary" @click="executeNode">运行</el-button>
|
|
<el-button type="primary" @click="executeNode">运行</el-button>
|
|
@@ -207,12 +211,15 @@ import { triggerExceptionNode } from "@/api/bpmprocess/process";
|
|
|
|
|
|
import getNodeSequence from "@/utils/bpmn/getNodeSequence";
|
|
import getNodeSequence from "@/utils/bpmn/getNodeSequence";
|
|
import GY1 from "./dialogCompments/GY1.vue";
|
|
import GY1 from "./dialogCompments/GY1.vue";
|
|
|
|
+import GY2 from "./dialogCompments/GY2.vue";
|
|
|
|
+import ZL1 from "./dialogCompments/ZL/ZL1.vue";
|
|
|
|
+import ZL2 from "./dialogCompments/ZL/ZL2.vue";
|
|
import { getForm } from "@/api/dragform/form";
|
|
import { getForm } from "@/api/dragform/form";
|
|
import DialogTemplate from "@/views/dialogTemplate/components/index.vue";
|
|
import DialogTemplate from "@/views/dialogTemplate/components/index.vue";
|
|
export default {
|
|
export default {
|
|
name: "processMange",
|
|
name: "processMange",
|
|
props: [],
|
|
props: [],
|
|
- components: { GY1, DialogTemplate },
|
|
|
|
|
|
+ components: { GY1, GY2, ZL1, ZL2, DialogTemplate },
|
|
dicts: ["bpm_type", "task_process_state"],
|
|
dicts: ["bpm_type", "task_process_state"],
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
@@ -537,9 +544,9 @@ export default {
|
|
.col {
|
|
.col {
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
border-right: 1px solid #ebedf2;
|
|
border-right: 1px solid #ebedf2;
|
|
- // margin-right: 3px;
|
|
|
|
|
|
+ /* margin-right: 3px; */
|
|
.statistic-wrap {
|
|
.statistic-wrap {
|
|
- // height: 70px;
|
|
|
|
|
|
+ /* // height: 70px; */
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -582,8 +589,8 @@ export default {
|
|
padding: 0px 20px 0px 20px;
|
|
padding: 0px 20px 0px 20px;
|
|
height: 70px;
|
|
height: 70px;
|
|
|
|
|
|
- .header {
|
|
|
|
- }
|
|
|
|
|
|
+ /* .header {
|
|
|
|
+ } */
|
|
|
|
|
|
.search-list {
|
|
.search-list {
|
|
display: flex;
|
|
display: flex;
|