cloud-web-corejs 1.0.129 → 1.0.130
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/components/VabUpload/view.vue +138 -55
- package/src/components/baseInputExport/mixins.js +1 -1
- package/src/components/errorMsg/mixins.js +1 -2
- package/src/components/excelImport/mixins.js +2 -1
- package/src/components/jsonImport/mixins.js +2 -1
- package/src/components/langImport/mixins.js +17 -16
- package/src/components/wf/content.vue +772 -411
- package/src/components/wf/mixins/wfFlowEleScriptDialog.js +3 -0
- package/src/components/wf/wf.js +1 -1
- package/src/components/wf/wfFlowEleScriptDialog.vue +89 -0
- package/src/components/xform/form-designer/designer.js +3 -2
- package/src/components/xform/form-designer/form-widget/container-widget/containerMixin.js +3 -3
- package/src/components/xform/form-designer/form-widget/container-widget/data-table-mixin.js +9 -9
- package/src/components/xform/form-designer/form-widget/container-widget/data-table-widget.vue +4 -1
- package/src/components/xform/form-designer/form-widget/dialog/importDialogMixin.js +2 -1
- package/src/components/xform/form-designer/form-widget/field-widget/fieldMixin.js +3 -1
- package/src/components/xform/form-designer/form-widget/field-widget/form-item-wrapper.vue +17 -4
- package/src/components/xform/form-designer/form-widget/field-widget/import-button-widget.vue +4 -0
- package/src/components/xform/form-designer/form-widget/field-widget/oplog-widget.vue +185 -0
- package/src/components/xform/form-designer/form-widget/field-widget/print-button-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/print-detail-button-widget.vue +108 -0
- package/src/components/xform/form-designer/form-widget/field-widget/singleUpload-widget.vue +145 -0
- package/src/components/xform/form-designer/form-widget/field-widget/status-widget.vue +13 -4
- package/src/components/xform/form-designer/form-widget/field-widget/vabUpload2-widget.vue +725 -0
- package/src/components/xform/form-designer/indexMixin.js +3 -2
- package/src/components/xform/form-designer/setting-panel/form-setting.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/option-items-setting.vue +376 -366
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/columnRenderDialog.vue +0 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/data-table-editor.vue +372 -253
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/table-column-dialog.vue +9 -43
- package/src/components/xform/form-designer/setting-panel/property-editor/field-import-button/import-button-editor.vue +7 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-print-button/print-button-editor.vue +8 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-print-button/print-detail-button-editor.vue +91 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-status/field-status-editor.vue +37 -30
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabUpload2/field-vabUpload2-editor.vue +62 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/formScriptEnabled-editor.vue +19 -14
- package/src/components/xform/form-designer/setting-panel/property-editor/oplog-editor.vue +31 -0
- package/src/components/xform/form-designer/setting-panel/propertyRegister.js +5 -1
- package/src/components/xform/form-designer/widget-panel/indexMixin.js +19 -19
- package/src/components/xform/form-designer/widget-panel/widgetsConfig.js +132 -0
- package/src/components/xform/form-render/container-item/containerItemMixin.js +12 -11
- package/src/components/xform/lang/zh-CN.js +3 -0
- package/src/components/xform/utils/util.js +1 -1451
- package/src/utils/request.js +1 -1
- package/src/utils/vab.js +1 -1
- package/src/views/user/notify_message/dialog.vue +24 -19
- package/src/views/user/outLink/form_view.vue +211 -211
- package/src/views/user/wf/wfReport/index.vue +448 -0
- package/src/views/user/wf/wf_manage/list.vue +344 -251
- package/src/views/user/wf/wf_transfer_setting/edit.vue +229 -0
- package/src/views/user/wf/wf_transfer_setting/list.vue +308 -0
@@ -0,0 +1,89 @@
|
|
1
|
+
<template>
|
2
|
+
<el-dialog
|
3
|
+
:title="$t2('修改脚本', 'components.wf.setCandidateTitle')"
|
4
|
+
:close-on-click-modal="false"
|
5
|
+
:visible="showDialog"
|
6
|
+
:modal="false"
|
7
|
+
custom-class="dialog-style list-dialog dialog-checkbox pd_0"
|
8
|
+
width="1200px"
|
9
|
+
@close="closeDialog"
|
10
|
+
v-el-drag-dialog
|
11
|
+
v-el-dialog-center
|
12
|
+
:append-to-body="true"
|
13
|
+
>
|
14
|
+
<template #title>
|
15
|
+
<span class="el-dialog__title">
|
16
|
+
{{ $t1("修改脚本") }}
|
17
|
+
</span>
|
18
|
+
</template>
|
19
|
+
<div class="cont" style="height: 450px">
|
20
|
+
<vxe-grid
|
21
|
+
ref="table-m1"
|
22
|
+
v-bind="vxeOption"
|
23
|
+
@resizable-change="$vxeTableUtil.onColumnWitchChange"
|
24
|
+
@custom="$vxeTableUtil.customHandle"
|
25
|
+
>
|
26
|
+
<template #operate="{ row, rowIndex }">
|
27
|
+
<a class="a-link" @click="openScriptDialog(row)">
|
28
|
+
<i class="el-icon-edit"></i
|
29
|
+
><span>{{ $t1(!!row.script ? "修改脚本 - 已维护" : "修改脚本") }}</span>
|
30
|
+
</a>
|
31
|
+
</template>
|
32
|
+
</vxe-grid>
|
33
|
+
</div>
|
34
|
+
<span slot="footer" class="dialog-footer">
|
35
|
+
<el-button type="primary" plain class="button-sty" @click="closeDialog">
|
36
|
+
<i class="el-icon-close el-icon"></i>
|
37
|
+
{{ $t2("取 消", "system.button.cancel2") }}
|
38
|
+
</el-button>
|
39
|
+
<el-button type="primary" @click="closeDialog" class="button-sty">
|
40
|
+
<i class="el-icon-check el-icon"></i>
|
41
|
+
{{ $t2("确 定", "system.button.confirm2") }}
|
42
|
+
</el-button>
|
43
|
+
</span>
|
44
|
+
<el-dialog
|
45
|
+
:title="scritpDialogTitle"
|
46
|
+
:append-to-body="true"
|
47
|
+
:modal-append-to-body="true"
|
48
|
+
:close-on-click-modal="false"
|
49
|
+
v-if="showScriptDialog"
|
50
|
+
:visible.sync="showScriptDialog"
|
51
|
+
:modal="false"
|
52
|
+
custom-class="dialog-style tips-dialog tips-1 "
|
53
|
+
width="800px"
|
54
|
+
v-el-drag-dialog
|
55
|
+
v-el-dialog-center
|
56
|
+
>
|
57
|
+
<div class="cont" style="height: 700px">
|
58
|
+
<code-editor
|
59
|
+
mode="java"
|
60
|
+
:readonly="!1"
|
61
|
+
v-model="script"
|
62
|
+
height="414px;"
|
63
|
+
></code-editor>
|
64
|
+
</div>
|
65
|
+
<span slot="footer" class="dialog-footer">
|
66
|
+
<el-button
|
67
|
+
type="primary"
|
68
|
+
plain
|
69
|
+
class="button-sty"
|
70
|
+
@click="showScriptDialog = false"
|
71
|
+
>
|
72
|
+
<i class="el-icon-close el-icon"></i>
|
73
|
+
{{ $t1("取 消") }}
|
74
|
+
</el-button>
|
75
|
+
<el-button type="primary" @click="saveScript" class="button-sty">
|
76
|
+
<i class="el-icon-check el-icon"></i>
|
77
|
+
{{ $t1("确 定") }}
|
78
|
+
</el-button>
|
79
|
+
</span>
|
80
|
+
</el-dialog>
|
81
|
+
</el-dialog>
|
82
|
+
</template>
|
83
|
+
|
84
|
+
<script>
|
85
|
+
import mixin from "./mixins/wfFlowEleScriptDialog.js";
|
86
|
+
export default {
|
87
|
+
mixins: [mixin],
|
88
|
+
};
|
89
|
+
</script>
|