cloud-web-corejs 1.0.54-dev.798 → 1.0.54-dev.799
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 +3 -1
- package/src/components/baseTabs/mixins.js +11 -12
- package/src/components/bizTab/BizBillActions.vue +129 -0
- package/src/components/bizTab/BizTabListPage.vue +391 -0
- package/src/components/bizTab/README.md +378 -0
- package/src/components/bizTab/billTableUtil.js +48 -0
- package/src/components/bizTab/billValidators.js +136 -0
- package/src/components/bizTab/bizBillDetailMixin.js +687 -0
- package/src/components/bizTab/index.js +24 -0
- package/src/components/excelExport/exportFieldDialog.vue +373 -367
- package/src/components/excelExport/exportType.js +49 -0
- package/src/components/excelExport/mixins.js +1153 -1144
- package/src/components/vb-tabs/x-tabs.vue +167 -143
- package/src/components/wf/wfUtil.js +327 -292
- package/src/components/xform/form-designer/designer.js +56 -8
- package/src/components/xform/form-designer/form-widget/container-widget/detail-widget.vue +59 -5
- package/src/components/xform/form-designer/form-widget/field-widget/baseAttachment-widget.vue +60 -8
- package/src/components/xform/form-designer/form-widget/field-widget/form-item-wrapper.vue +8 -2
- package/src/components/xform/form-designer/form-widget/field-widget/select-export-item-button-widget.vue +120 -92
- package/src/components/xform/form-designer/form-widget/field-widget/vabUpload-widget.vue +63 -94
- package/src/components/xform/form-designer/index.vue +0 -1
- package/src/components/xform/form-designer/setting-panel/dataSource-setting.vue +397 -397
- package/src/components/xform/form-designer/setting-panel/form-dynamicField-setting.vue +602 -602
- package/src/components/xform/form-designer/setting-panel/form-setting.vue +13 -13
- package/src/components/xform/form-designer/setting-panel/option-items-setting.vue +585 -585
- package/src/components/xform/form-designer/setting-panel/property-editor/a-link-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/a-text-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/alignType-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/censusClass-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/colorClass-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/commonAttributeEnabled-editor.vue +3 -3
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/data-table-editor.vue +1154 -1154
- package/src/components/xform/form-designer/setting-panel/property-editor/container-detail/detail-editor.vue +96 -80
- package/src/components/xform/form-designer/setting-panel/property-editor/container-detail-plain/detail-plain-editor.vue +75 -75
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid/colHeight-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid/gutter-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-height-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-offset-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-pull-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-push-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-span-editor.vue +4 -4
- package/src/components/xform/form-designer/setting-panel/property-editor/container-h5-card/h5-card-editor.vue +124 -124
- package/src/components/xform/form-designer/setting-panel/property-editor/container-panel/height-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-panel/width-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tab/tab-customClass-editor.vue +119 -119
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tab/tabClass-editor.vue +45 -45
- package/src/components/xform/form-designer/setting-panel/property-editor/container-table/table-dynamicField-editor.vue +344 -344
- package/src/components/xform/form-designer/setting-panel/property-editor/container-table-cell/cellHeight-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-table-cell/cellWidth-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/tree-customClass-editor.vue +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree-pane/tree-pane-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/cancelButtonLabel-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/okButtonLabel-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/title-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/width-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/containerClass-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/customClass-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/defaultValue-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/descriptionsItems-editor.vue +4 -4
- package/src/components/xform/form-designer/setting-panel/property-editor/downloadButtonFlag-editor.vue +3 -3
- package/src/components/xform/form-designer/setting-panel/property-editor/dropdownFlag-editor.vue +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/dsName-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/echartHeight-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/endPlaceholder-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-accessUrl/accessUrl-editor.vue +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/field-area-select/areaDataType-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-area-select/areaMinLevel-editor.vue +50 -50
- package/src/components/xform/form-designer/setting-panel/property-editor/field-area-select/areaName-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-autocomplete/autocomplete-vabSearchName-editor.vue +7 -7
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/addTableData-event-editor.vue +84 -84
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/button-type-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/clickBindEvent-editor.vue +97 -97
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/form-host-event-editor.vue +188 -188
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/search-dialog-event-editor.vue +237 -237
- package/src/components/xform/form-designer/setting-panel/property-editor/field-common/keyName-editor.vue +74 -67
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date/date-dateLimit-editor.vue +4 -4
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date/date-defaultValue-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date/date-format-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date/date-type-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date/date-valueFormat-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date-range/date-range-defaultTime-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date-range/date-range-defaultValue-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date-range/date-range-format-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date-range/date-range-type-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date-range/date-range-valueFormat-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-divider/contentPosition-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-dropdown-menu/dropdown-menu-editor.vue +59 -59
- package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-bar-editor.vue +11 -11
- package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-category-editor.vue +10 -10
- package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-pie-editor.vue +12 -12
- package/src/components/xform/form-designer/setting-panel/property-editor/field-file-upload/file-upload-fileTypes-editor.vue +44 -44
- package/src/components/xform/form-designer/setting-panel/property-editor/field-html-text/htmlContent-editor.vue +29 -29
- package/src/components/xform/form-designer/setting-panel/property-editor/field-import-button/import-button-editor.vue +6 -6
- package/src/components/xform/form-designer/setting-panel/property-editor/field-import-button/import2-button-editor.vue +3 -3
- package/src/components/xform/form-designer/setting-panel/property-editor/field-number/controlsPosition-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-picture-upload/picture-upload-fileTypes-editor.vue +44 -44
- package/src/components/xform/form-designer/setting-panel/property-editor/field-print-button/print-button-editor.vue +115 -115
- package/src/components/xform/form-designer/setting-panel/property-editor/field-print-button/print-detail-button-editor.vue +115 -115
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/highThreshold-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/lowThreshold-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/rate-defaultValue-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/rate-max-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-script/script-editor.vue +4 -4
- package/src/components/xform/form-designer/setting-panel/property-editor/field-script-input/script-input-editor.vue +4 -4
- package/src/components/xform/form-designer/setting-panel/property-editor/field-static-text/fontSize-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-static-text/textContent-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-status/field-status-editor.vue +3 -3
- package/src/components/xform/form-designer/setting-panel/property-editor/field-switch/activeText-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-switch/inactiveText-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-switch/switchWidth-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-table-export-button/select-export-button-editor.vue +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/field-table-export-button/select-export-item-button-editor.vue +74 -71
- package/src/components/xform/form-designer/setting-panel/property-editor/field-table-export-button/table-export-button-editor.vue +3 -3
- package/src/components/xform/form-designer/setting-panel/property-editor/field-time/time-defaultValue-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-time/time-format-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-time/time-timeLimit-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-time-range/time-range-defaultValue-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-time-range/time-range-format-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabSearch/vabSearchField-editor.vue +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabSearch/vabSearchName-editor.vue +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabUpload/field-vabUpload-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabUpload2/field-vabUpload2-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vue-page/vue-page-editor.vue +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/fileMaxSize-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/fileTypesSelect.vue +176 -176
- package/src/components/xform/form-designer/setting-panel/property-editor/formScriptEnabled-editor.vue +2 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/formatType-editor.vue +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/formula-editor.vue +972 -972
- package/src/components/xform/form-designer/setting-panel/property-editor/iconClass-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/label-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/labelAlign-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/labelColor-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/labelIconPosition-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/labelWidth-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/limit-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/max-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/maxLength-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/min-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/minLength-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/multipleLimit-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/name-editor.vue +178 -178
- package/src/components/xform/form-designer/setting-panel/property-editor/oplog-editor.vue +3 -3
- package/src/components/xform/form-designer/setting-panel/property-editor/placeholder-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/precision-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/project-tag-editor.vue +6 -6
- package/src/components/xform/form-designer/setting-panel/property-editor/requiredHint-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/rows-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/space-editor-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/startPlaceholder-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/step-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/styleTableClass-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/styleTitClass-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/tempStorage-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/type-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/uploadTip-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/uploadURL-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/urlValueEnabled-editor.vue +91 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/validation-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/validationHint-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/widgetWidth-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/propertyRegister.js +1 -0
- package/src/components/xform/form-designer/widget-panel/index.vue +3 -1
- package/src/components/xform/form-designer/widget-panel/widgetsConfig.js +55 -13
- package/src/components/xform/form-render/container-item/data-table-mixin copy.js +5910 -0
- package/src/components/xform/form-render/container-item/data-table-mixin.js +59 -13
- package/src/components/xform/form-render/container-item/detail-item.vue +52 -11
- package/src/components/xform/form-render/container-item/tab-item.vue +6 -2
- package/src/components/xform/form-render/indexMixin.js +56 -16
- package/src/components/xform/lang/zh-CN.js +2 -1
- package/src/components/xform/utils/attachmentValueUtil.js +239 -0
- package/src/components/xform/utils/util.js +27 -0
- package/src/mixins/wf/index.js +40 -38
- package/src/router/modules/customer.js +50 -0
- package/src/store/config/index.js +46 -0
- package/src/utils/scrollUtil.js +25 -0
- package/src/views/demo/bizTab/bill/billConfig.js +41 -0
- package/src/views/demo/bizTab/bill/detail.vue +436 -0
- package/src/views/demo/bizTab/bill/list.vue +288 -0
- package/src/views/demo/bizTab/bill/productDialog.vue +176 -0
- package/src/views/demo/bizTab/simple/billApi.js +123 -0
- package/src/views/demo/bizTab/simple/detail.vue +407 -0
- package/src/views/demo/bizTab/simple/list.vue +217 -0
- package/src/views/demo/bizTab/standalone/index.vue +121 -0
- package/src/views/demo/bizTab/wf/billConfig.js +44 -0
- package/src/views/demo/bizTab/wf/detail.vue +661 -0
- package/src/views/demo/bizTab/wf/list.vue +242 -0
- package/src/views/user/outLink/cc_form_view.vue +185 -0
|
@@ -1,344 +1,344 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="table-dynamic-field-editor">
|
|
3
|
-
<el-form-item label-width="0">
|
|
4
|
-
<el-divider class="custom-divider-margin-top">
|
|
5
|
-
动态字段
|
|
6
|
-
<el-tooltip effect="light" placement="top">
|
|
7
|
-
<div slot="content" class="field-tip-content">
|
|
8
|
-
字段「显隐/必填/只读/禁用/取值」等动态规则请到「表单设置 -
|
|
9
|
-
动态字段规则」统一配置
|
|
10
|
-
</div>
|
|
11
|
-
<i class="el-icon-info label-tip-icon"></i>
|
|
12
|
-
</el-tooltip>
|
|
13
|
-
</el-divider>
|
|
14
|
-
</el-form-item>
|
|
15
|
-
<el-form-item label="动态字段来源">
|
|
16
|
-
<el-radio-group v-model="optionModel.dynamicSchemaSourceType">
|
|
17
|
-
<el-radio label="none">无</el-radio>
|
|
18
|
-
<el-radio label="script">前端字段脚本</el-radio>
|
|
19
|
-
<el-radio label="api">接口动态字段</el-radio>
|
|
20
|
-
</el-radio-group>
|
|
21
|
-
</el-form-item>
|
|
22
|
-
<div
|
|
23
|
-
v-if="optionModel.dynamicSchemaSourceType === 'script'"
|
|
24
|
-
class="dynamic-column-block"
|
|
25
|
-
>
|
|
26
|
-
<div class="form-section-label">
|
|
27
|
-
前端字段脚本
|
|
28
|
-
<el-tooltip effect="light" placement="top">
|
|
29
|
-
<div slot="content" class="field-tip-content">
|
|
30
|
-
不调接口,脚本直接 return 字段定义数组或 { fields: [...] }
|
|
31
|
-
</div>
|
|
32
|
-
<i class="el-icon-info label-tip-icon"></i>
|
|
33
|
-
</el-tooltip>
|
|
34
|
-
</div>
|
|
35
|
-
<div class="data-table-editor-subsection">
|
|
36
|
-
<el-form-item label="字段脚本">
|
|
37
|
-
<a
|
|
38
|
-
href="javascript:void(0);"
|
|
39
|
-
class="a-link link-oneLind"
|
|
40
|
-
@click="editEventHandler('dynamicSchemaScript', defaultEventParams)"
|
|
41
|
-
>
|
|
42
|
-
<span>{{ optionModel.dynamicSchemaScript }}</span>
|
|
43
|
-
<i class="el-icon-edit"></i>
|
|
44
|
-
</a>
|
|
45
|
-
</el-form-item>
|
|
46
|
-
</div>
|
|
47
|
-
</div>
|
|
48
|
-
<div
|
|
49
|
-
v-if="optionModel.dynamicSchemaSourceType === 'api'"
|
|
50
|
-
class="dynamic-column-block"
|
|
51
|
-
>
|
|
52
|
-
<div class="form-section-label">
|
|
53
|
-
接口动态字段
|
|
54
|
-
<el-tooltip effect="light" placement="top">
|
|
55
|
-
<div slot="content" class="field-tip-content">
|
|
56
|
-
打开表单时请求后台脚本,返回字段定义(格式与数据表格动态列一致,详见
|
|
57
|
-
docs/后台字段(动态生成)JSON 说明.md)
|
|
58
|
-
</div>
|
|
59
|
-
<i class="el-icon-info label-tip-icon"></i>
|
|
60
|
-
</el-tooltip>
|
|
61
|
-
</div>
|
|
62
|
-
<div class="data-table-editor-subsection">
|
|
63
|
-
<el-form-item label="脚本编码">
|
|
64
|
-
<el-input
|
|
65
|
-
v-model="optionModel.dynamicSchemaScriptCode"
|
|
66
|
-
clearable
|
|
67
|
-
placeholder="scriptCode 或 formCode/scriptCode"
|
|
68
|
-
></el-input>
|
|
69
|
-
</el-form-item>
|
|
70
|
-
<el-form-item>
|
|
71
|
-
<span slot="label">
|
|
72
|
-
额外参数
|
|
73
|
-
<el-tooltip effect="light" placement="top">
|
|
74
|
-
<div slot="content" class="field-tip-content">
|
|
75
|
-
格式: return { bizType: this.formModel.type }
|
|
76
|
-
</div>
|
|
77
|
-
<i class="el-icon-info label-tip-icon"></i>
|
|
78
|
-
</el-tooltip>
|
|
79
|
-
</span>
|
|
80
|
-
<a
|
|
81
|
-
href="javascript:void(0);"
|
|
82
|
-
class="a-link link-oneLind"
|
|
83
|
-
@click="
|
|
84
|
-
editEventHandler('dynamicSchemaScriptParam', tableConfigParams)
|
|
85
|
-
"
|
|
86
|
-
>
|
|
87
|
-
<span>{{ optionModel.dynamicSchemaScriptParam }}</span>
|
|
88
|
-
<i class="el-icon-edit"></i>
|
|
89
|
-
</a>
|
|
90
|
-
</el-form-item>
|
|
91
|
-
<el-form-item>
|
|
92
|
-
<span slot="label">
|
|
93
|
-
转换脚本
|
|
94
|
-
<el-tooltip effect="light" placement="top">
|
|
95
|
-
<div slot="content" class="field-tip-content">
|
|
96
|
-
可选。入参 res,返回标准定义数组;不填时默认取
|
|
97
|
-
res.objx(数组)或 res.objx.fields / res.objx.columns
|
|
98
|
-
</div>
|
|
99
|
-
<i class="el-icon-info label-tip-icon"></i>
|
|
100
|
-
</el-tooltip>
|
|
101
|
-
</span>
|
|
102
|
-
<a
|
|
103
|
-
href="javascript:void(0);"
|
|
104
|
-
class="a-link link-oneLind"
|
|
105
|
-
@click="editDynamicSchemaConvert"
|
|
106
|
-
>
|
|
107
|
-
<span>{{ dynamicSchemaConvertDisplay }}</span>
|
|
108
|
-
<i class="el-icon-edit"></i>
|
|
109
|
-
</a>
|
|
110
|
-
</el-form-item>
|
|
111
|
-
</div>
|
|
112
|
-
</div>
|
|
113
|
-
<div
|
|
114
|
-
v-if="optionModel.dynamicSchemaSourceType !== 'none'"
|
|
115
|
-
class="dynamic-column-block"
|
|
116
|
-
>
|
|
117
|
-
<div class="data-table-editor-subsection">
|
|
118
|
-
<el-form-item>
|
|
119
|
-
<span slot="label">
|
|
120
|
-
加载条件
|
|
121
|
-
<el-tooltip effect="light" placement="top">
|
|
122
|
-
<div slot="content" class="field-tip-content">
|
|
123
|
-
表单初始化加载动态字段前执行。<br />
|
|
124
|
-
<code>return false</code> 时不加载;不配置则默认加载。
|
|
125
|
-
</div>
|
|
126
|
-
<i class="el-icon-info label-tip-icon"></i>
|
|
127
|
-
</el-tooltip>
|
|
128
|
-
</span>
|
|
129
|
-
<a
|
|
130
|
-
href="javascript:void(0);"
|
|
131
|
-
class="a-link link-oneLind"
|
|
132
|
-
@click="
|
|
133
|
-
editEventHandler('dynamicSchemaLoadScript', tableConfigParams)
|
|
134
|
-
"
|
|
135
|
-
>
|
|
136
|
-
<span>{{ optionModel.dynamicSchemaLoadScript }}</span>
|
|
137
|
-
<i class="el-icon-edit"></i>
|
|
138
|
-
</a>
|
|
139
|
-
</el-form-item>
|
|
140
|
-
</div>
|
|
141
|
-
</div>
|
|
142
|
-
<el-form-item v-if="optionModel.dynamicSchemaSourceType !== 'none'">
|
|
143
|
-
<span slot="label">
|
|
144
|
-
生成模式
|
|
145
|
-
<el-tooltip effect="light" placement="top">
|
|
146
|
-
<div slot="content" class="field-tip-content">
|
|
147
|
-
对<strong>生效的动态字段</strong>与静态字段的合并方式:<br />
|
|
148
|
-
追加 — 静态字段 + 动态字段;替换 — 仅动态字段;锚点插入 —
|
|
149
|
-
插到占位行位置。
|
|
150
|
-
</div>
|
|
151
|
-
<i class="el-icon-info label-tip-icon"></i>
|
|
152
|
-
</el-tooltip>
|
|
153
|
-
</span>
|
|
154
|
-
<el-select v-model="optionModel.dynamicSchemaMode" style="width: 100%">
|
|
155
|
-
<el-option label="追加到静态字段" value="append"></el-option>
|
|
156
|
-
<el-option label="替换静态字段" value="replace"></el-option>
|
|
157
|
-
<el-option label="锚点插入" value="anchor"></el-option>
|
|
158
|
-
</el-select>
|
|
159
|
-
</el-form-item>
|
|
160
|
-
<template v-if="optionModel.dynamicSchemaSourceType !== 'none'">
|
|
161
|
-
<template v-if="optionModel.dynamicSchemaMode === 'anchor'">
|
|
162
|
-
<el-form-item>
|
|
163
|
-
<span slot="label">
|
|
164
|
-
占位锚点行
|
|
165
|
-
<el-tooltip effect="light" placement="top">
|
|
166
|
-
<div slot="content" class="field-tip-content">
|
|
167
|
-
建议预留一个空行作为占位锚点
|
|
168
|
-
</div>
|
|
169
|
-
<i class="el-icon-info label-tip-icon"></i>
|
|
170
|
-
</el-tooltip>
|
|
171
|
-
</span>
|
|
172
|
-
<el-select
|
|
173
|
-
v-model="optionModel.dynamicSchemaAnchorRowId"
|
|
174
|
-
style="width: 100%"
|
|
175
|
-
placeholder="选择设计期的占位行"
|
|
176
|
-
>
|
|
177
|
-
<el-option
|
|
178
|
-
v-for="r in rowOptions"
|
|
179
|
-
:key="r.value"
|
|
180
|
-
:label="r.label"
|
|
181
|
-
:value="r.value"
|
|
182
|
-
></el-option>
|
|
183
|
-
</el-select>
|
|
184
|
-
</el-form-item>
|
|
185
|
-
<el-form-item label="插入位置">
|
|
186
|
-
<el-select
|
|
187
|
-
v-model="optionModel.dynamicSchemaAnchorPosition"
|
|
188
|
-
style="width: 100%"
|
|
189
|
-
>
|
|
190
|
-
<el-option label="替换占位行" value="replace"></el-option>
|
|
191
|
-
<el-option label="之前" value="before"></el-option>
|
|
192
|
-
<el-option label="之后" value="after"></el-option>
|
|
193
|
-
</el-select>
|
|
194
|
-
</el-form-item>
|
|
195
|
-
<el-form-item>
|
|
196
|
-
<span slot="label">
|
|
197
|
-
继承行布局
|
|
198
|
-
<el-tooltip effect="light" placement="top">
|
|
199
|
-
<div slot="content" class="field-tip-content">
|
|
200
|
-
开启后生成行沿用占位行的单元格数量/宽度/跨列,否则按「每行列数」平铺
|
|
201
|
-
</div>
|
|
202
|
-
<i class="el-icon-info label-tip-icon"></i>
|
|
203
|
-
</el-tooltip>
|
|
204
|
-
</span>
|
|
205
|
-
<el-switch
|
|
206
|
-
v-model="optionModel.dynamicSchemaInheritLayout"
|
|
207
|
-
></el-switch>
|
|
208
|
-
</el-form-item>
|
|
209
|
-
</template>
|
|
210
|
-
<el-form-item
|
|
211
|
-
v-if="
|
|
212
|
-
optionModel.dynamicSchemaMode !== 'anchor' ||
|
|
213
|
-
!optionModel.dynamicSchemaInheritLayout
|
|
214
|
-
"
|
|
215
|
-
label="每行列数"
|
|
216
|
-
>
|
|
217
|
-
<el-input-number
|
|
218
|
-
v-model="optionModel.dynamicSchemaColumns"
|
|
219
|
-
:min="1"
|
|
220
|
-
:max="12"
|
|
221
|
-
controls-position="right"
|
|
222
|
-
style="width: 100%"
|
|
223
|
-
></el-input-number>
|
|
224
|
-
</el-form-item>
|
|
225
|
-
</template>
|
|
226
|
-
</div>
|
|
227
|
-
</template>
|
|
228
|
-
|
|
229
|
-
<script>
|
|
230
|
-
import i18n from "../../../../../../components/xform/utils/i18n";
|
|
231
|
-
import eventMixin from "../../../../../../components/xform/form-designer/setting-panel/property-editor/event-handler/eventMixin";
|
|
232
|
-
|
|
233
|
-
export default {
|
|
234
|
-
name: "table-dynamicField-editor",
|
|
235
|
-
mixins: [i18n, eventMixin],
|
|
236
|
-
props: {
|
|
237
|
-
designer: Object,
|
|
238
|
-
selectedWidget: Object,
|
|
239
|
-
optionModel: Object,
|
|
240
|
-
},
|
|
241
|
-
data() {
|
|
242
|
-
return {
|
|
243
|
-
tableConfigParams: ["dataId", "formCode"],
|
|
244
|
-
defaultEventParams: ["dataId", "formCode"],
|
|
245
|
-
};
|
|
246
|
-
},
|
|
247
|
-
created() {
|
|
248
|
-
if (this.optionModel.dynamicSchemaSourceType === undefined) {
|
|
249
|
-
const legacyEnabled = this.optionModel.dynamicSchemaEnabled;
|
|
250
|
-
this.$set(
|
|
251
|
-
this.optionModel,
|
|
252
|
-
"dynamicSchemaSourceType",
|
|
253
|
-
legacyEnabled ? "api" : "none"
|
|
254
|
-
);
|
|
255
|
-
}
|
|
256
|
-
if (this.optionModel.dynamicSchemaScript === undefined) {
|
|
257
|
-
this.$set(this.optionModel, "dynamicSchemaScript", null);
|
|
258
|
-
}
|
|
259
|
-
if (this.optionModel.dynamicSchemaLoadScript === undefined) {
|
|
260
|
-
this.$set(this.optionModel, "dynamicSchemaLoadScript", null);
|
|
261
|
-
}
|
|
262
|
-
},
|
|
263
|
-
computed: {
|
|
264
|
-
dynamicSchemaConvertDisplay() {
|
|
265
|
-
return this.optionModel.dynamicSchemaConvert || "";
|
|
266
|
-
},
|
|
267
|
-
rowOptions() {
|
|
268
|
-
const rows = (this.selectedWidget && this.selectedWidget.rows) || [];
|
|
269
|
-
return rows.map((row, idx) => {
|
|
270
|
-
const fields = [];
|
|
271
|
-
(row.cols || []).forEach((cell) => {
|
|
272
|
-
this.collectFields(cell.widgetList || [], fields);
|
|
273
|
-
});
|
|
274
|
-
const names = fields
|
|
275
|
-
.map((w) => w.options.label || w.options.name)
|
|
276
|
-
.filter((n) => !!n);
|
|
277
|
-
const preview = names.length ? names.join("、") : "空行";
|
|
278
|
-
return { label: "第" + (idx + 1) + "行:" + preview, value: row.id };
|
|
279
|
-
});
|
|
280
|
-
},
|
|
281
|
-
},
|
|
282
|
-
methods: {
|
|
283
|
-
editDynamicSchemaConvert() {
|
|
284
|
-
this.editEventHandler("dynamicSchemaConvert", ["res"]);
|
|
285
|
-
},
|
|
286
|
-
collectFields(list, out) {
|
|
287
|
-
(list || []).forEach((w) => {
|
|
288
|
-
if (!w) return;
|
|
289
|
-
if (w.category === "container") {
|
|
290
|
-
if (Array.isArray(w.rows)) {
|
|
291
|
-
w.rows.forEach((row) =>
|
|
292
|
-
this.collectFields((row && row.cols) || [], out)
|
|
293
|
-
);
|
|
294
|
-
}
|
|
295
|
-
["cols", "tabs", "widgetList", "panes", "buttonWidgetList"].forEach(
|
|
296
|
-
(k) => {
|
|
297
|
-
if (Array.isArray(w[k])) this.collectFields(w[k], out);
|
|
298
|
-
}
|
|
299
|
-
);
|
|
300
|
-
} else if (w.formItemFlag) {
|
|
301
|
-
out.push(w);
|
|
302
|
-
}
|
|
303
|
-
});
|
|
304
|
-
},
|
|
305
|
-
},
|
|
306
|
-
};
|
|
307
|
-
</script>
|
|
308
|
-
|
|
309
|
-
<style lang="scss" scoped>
|
|
310
|
-
.data-table-editor-subsection {
|
|
311
|
-
margin: 0 0 4px 8px;
|
|
312
|
-
padding-left: 12px;
|
|
313
|
-
border-left: 2px solid #ebeef5;
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
.form-section-label {
|
|
317
|
-
font-size: 13px;
|
|
318
|
-
font-weight: 500;
|
|
319
|
-
color: #303133;
|
|
320
|
-
line-height: 22px;
|
|
321
|
-
margin-bottom: 8px;
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
.label-tip-icon {
|
|
325
|
-
margin-left: 4px;
|
|
326
|
-
color: #909399;
|
|
327
|
-
cursor: pointer;
|
|
328
|
-
font-size: 14px;
|
|
329
|
-
vertical-align: middle;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
.field-tip-content {
|
|
333
|
-
line-height: 1.4;
|
|
334
|
-
max-width: 320px;
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
.dynamic-column-block {
|
|
338
|
-
margin-bottom: 12px;
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
.dynamic-column-block .data-table-editor-subsection {
|
|
342
|
-
margin-top: 0;
|
|
343
|
-
}
|
|
344
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="table-dynamic-field-editor">
|
|
3
|
+
<el-form-item label-width="0">
|
|
4
|
+
<el-divider class="custom-divider-margin-top">
|
|
5
|
+
动态字段
|
|
6
|
+
<el-tooltip effect="light" placement="top">
|
|
7
|
+
<div slot="content" class="field-tip-content">
|
|
8
|
+
字段「显隐/必填/只读/禁用/取值」等动态规则请到「表单设置 -
|
|
9
|
+
动态字段规则」统一配置
|
|
10
|
+
</div>
|
|
11
|
+
<i class="el-icon-info label-tip-icon"></i>
|
|
12
|
+
</el-tooltip>
|
|
13
|
+
</el-divider>
|
|
14
|
+
</el-form-item>
|
|
15
|
+
<el-form-item label="动态字段来源">
|
|
16
|
+
<el-radio-group v-model="optionModel.dynamicSchemaSourceType">
|
|
17
|
+
<el-radio label="none">无</el-radio>
|
|
18
|
+
<el-radio label="script">前端字段脚本</el-radio>
|
|
19
|
+
<el-radio label="api">接口动态字段</el-radio>
|
|
20
|
+
</el-radio-group>
|
|
21
|
+
</el-form-item>
|
|
22
|
+
<div
|
|
23
|
+
v-if="optionModel.dynamicSchemaSourceType === 'script'"
|
|
24
|
+
class="dynamic-column-block"
|
|
25
|
+
>
|
|
26
|
+
<div class="form-section-label">
|
|
27
|
+
前端字段脚本
|
|
28
|
+
<el-tooltip effect="light" placement="top">
|
|
29
|
+
<div slot="content" class="field-tip-content">
|
|
30
|
+
不调接口,脚本直接 return 字段定义数组或 { fields: [...] }
|
|
31
|
+
</div>
|
|
32
|
+
<i class="el-icon-info label-tip-icon"></i>
|
|
33
|
+
</el-tooltip>
|
|
34
|
+
</div>
|
|
35
|
+
<div class="data-table-editor-subsection">
|
|
36
|
+
<el-form-item label="字段脚本">
|
|
37
|
+
<a
|
|
38
|
+
href="javascript:void(0);"
|
|
39
|
+
class="a-link link-oneLind"
|
|
40
|
+
@click="editEventHandler('dynamicSchemaScript', defaultEventParams)"
|
|
41
|
+
>
|
|
42
|
+
<span>{{ optionModel.dynamicSchemaScript }}</span>
|
|
43
|
+
<i class="el-icon-edit"></i>
|
|
44
|
+
</a>
|
|
45
|
+
</el-form-item>
|
|
46
|
+
</div>
|
|
47
|
+
</div>
|
|
48
|
+
<div
|
|
49
|
+
v-if="optionModel.dynamicSchemaSourceType === 'api'"
|
|
50
|
+
class="dynamic-column-block"
|
|
51
|
+
>
|
|
52
|
+
<div class="form-section-label">
|
|
53
|
+
接口动态字段
|
|
54
|
+
<el-tooltip effect="light" placement="top">
|
|
55
|
+
<div slot="content" class="field-tip-content">
|
|
56
|
+
打开表单时请求后台脚本,返回字段定义(格式与数据表格动态列一致,详见
|
|
57
|
+
docs/后台字段(动态生成)JSON 说明.md)
|
|
58
|
+
</div>
|
|
59
|
+
<i class="el-icon-info label-tip-icon"></i>
|
|
60
|
+
</el-tooltip>
|
|
61
|
+
</div>
|
|
62
|
+
<div class="data-table-editor-subsection">
|
|
63
|
+
<el-form-item class="form-item-label-top" label="脚本编码">
|
|
64
|
+
<el-input
|
|
65
|
+
v-model="optionModel.dynamicSchemaScriptCode"
|
|
66
|
+
clearable
|
|
67
|
+
placeholder="scriptCode 或 formCode/scriptCode"
|
|
68
|
+
></el-input>
|
|
69
|
+
</el-form-item>
|
|
70
|
+
<el-form-item>
|
|
71
|
+
<span slot="label">
|
|
72
|
+
额外参数
|
|
73
|
+
<el-tooltip effect="light" placement="top">
|
|
74
|
+
<div slot="content" class="field-tip-content">
|
|
75
|
+
格式: return { bizType: this.formModel.type }
|
|
76
|
+
</div>
|
|
77
|
+
<i class="el-icon-info label-tip-icon"></i>
|
|
78
|
+
</el-tooltip>
|
|
79
|
+
</span>
|
|
80
|
+
<a
|
|
81
|
+
href="javascript:void(0);"
|
|
82
|
+
class="a-link link-oneLind"
|
|
83
|
+
@click="
|
|
84
|
+
editEventHandler('dynamicSchemaScriptParam', tableConfigParams)
|
|
85
|
+
"
|
|
86
|
+
>
|
|
87
|
+
<span>{{ optionModel.dynamicSchemaScriptParam }}</span>
|
|
88
|
+
<i class="el-icon-edit"></i>
|
|
89
|
+
</a>
|
|
90
|
+
</el-form-item>
|
|
91
|
+
<el-form-item>
|
|
92
|
+
<span slot="label">
|
|
93
|
+
转换脚本
|
|
94
|
+
<el-tooltip effect="light" placement="top">
|
|
95
|
+
<div slot="content" class="field-tip-content">
|
|
96
|
+
可选。入参 res,返回标准定义数组;不填时默认取
|
|
97
|
+
res.objx(数组)或 res.objx.fields / res.objx.columns
|
|
98
|
+
</div>
|
|
99
|
+
<i class="el-icon-info label-tip-icon"></i>
|
|
100
|
+
</el-tooltip>
|
|
101
|
+
</span>
|
|
102
|
+
<a
|
|
103
|
+
href="javascript:void(0);"
|
|
104
|
+
class="a-link link-oneLind"
|
|
105
|
+
@click="editDynamicSchemaConvert"
|
|
106
|
+
>
|
|
107
|
+
<span>{{ dynamicSchemaConvertDisplay }}</span>
|
|
108
|
+
<i class="el-icon-edit"></i>
|
|
109
|
+
</a>
|
|
110
|
+
</el-form-item>
|
|
111
|
+
</div>
|
|
112
|
+
</div>
|
|
113
|
+
<div
|
|
114
|
+
v-if="optionModel.dynamicSchemaSourceType !== 'none'"
|
|
115
|
+
class="dynamic-column-block"
|
|
116
|
+
>
|
|
117
|
+
<div class="data-table-editor-subsection">
|
|
118
|
+
<el-form-item>
|
|
119
|
+
<span slot="label">
|
|
120
|
+
加载条件
|
|
121
|
+
<el-tooltip effect="light" placement="top">
|
|
122
|
+
<div slot="content" class="field-tip-content">
|
|
123
|
+
表单初始化加载动态字段前执行。<br />
|
|
124
|
+
<code>return false</code> 时不加载;不配置则默认加载。
|
|
125
|
+
</div>
|
|
126
|
+
<i class="el-icon-info label-tip-icon"></i>
|
|
127
|
+
</el-tooltip>
|
|
128
|
+
</span>
|
|
129
|
+
<a
|
|
130
|
+
href="javascript:void(0);"
|
|
131
|
+
class="a-link link-oneLind"
|
|
132
|
+
@click="
|
|
133
|
+
editEventHandler('dynamicSchemaLoadScript', tableConfigParams)
|
|
134
|
+
"
|
|
135
|
+
>
|
|
136
|
+
<span>{{ optionModel.dynamicSchemaLoadScript }}</span>
|
|
137
|
+
<i class="el-icon-edit"></i>
|
|
138
|
+
</a>
|
|
139
|
+
</el-form-item>
|
|
140
|
+
</div>
|
|
141
|
+
</div>
|
|
142
|
+
<el-form-item class="form-item-label-top" v-if="optionModel.dynamicSchemaSourceType !== 'none'">
|
|
143
|
+
<span slot="label">
|
|
144
|
+
生成模式
|
|
145
|
+
<el-tooltip effect="light" placement="top">
|
|
146
|
+
<div slot="content" class="field-tip-content">
|
|
147
|
+
对<strong>生效的动态字段</strong>与静态字段的合并方式:<br />
|
|
148
|
+
追加 — 静态字段 + 动态字段;替换 — 仅动态字段;锚点插入 —
|
|
149
|
+
插到占位行位置。
|
|
150
|
+
</div>
|
|
151
|
+
<i class="el-icon-info label-tip-icon"></i>
|
|
152
|
+
</el-tooltip>
|
|
153
|
+
</span>
|
|
154
|
+
<el-select v-model="optionModel.dynamicSchemaMode" style="width: 100%">
|
|
155
|
+
<el-option label="追加到静态字段" value="append"></el-option>
|
|
156
|
+
<el-option label="替换静态字段" value="replace"></el-option>
|
|
157
|
+
<el-option label="锚点插入" value="anchor"></el-option>
|
|
158
|
+
</el-select>
|
|
159
|
+
</el-form-item>
|
|
160
|
+
<template v-if="optionModel.dynamicSchemaSourceType !== 'none'">
|
|
161
|
+
<template v-if="optionModel.dynamicSchemaMode === 'anchor'">
|
|
162
|
+
<el-form-item class="form-item-label-top">
|
|
163
|
+
<span slot="label">
|
|
164
|
+
占位锚点行
|
|
165
|
+
<el-tooltip effect="light" placement="top">
|
|
166
|
+
<div slot="content" class="field-tip-content">
|
|
167
|
+
建议预留一个空行作为占位锚点
|
|
168
|
+
</div>
|
|
169
|
+
<i class="el-icon-info label-tip-icon"></i>
|
|
170
|
+
</el-tooltip>
|
|
171
|
+
</span>
|
|
172
|
+
<el-select
|
|
173
|
+
v-model="optionModel.dynamicSchemaAnchorRowId"
|
|
174
|
+
style="width: 100%"
|
|
175
|
+
placeholder="选择设计期的占位行"
|
|
176
|
+
>
|
|
177
|
+
<el-option
|
|
178
|
+
v-for="r in rowOptions"
|
|
179
|
+
:key="r.value"
|
|
180
|
+
:label="r.label"
|
|
181
|
+
:value="r.value"
|
|
182
|
+
></el-option>
|
|
183
|
+
</el-select>
|
|
184
|
+
</el-form-item>
|
|
185
|
+
<el-form-item class="form-item-label-top" label="插入位置">
|
|
186
|
+
<el-select
|
|
187
|
+
v-model="optionModel.dynamicSchemaAnchorPosition"
|
|
188
|
+
style="width: 100%"
|
|
189
|
+
>
|
|
190
|
+
<el-option label="替换占位行" value="replace"></el-option>
|
|
191
|
+
<el-option label="之前" value="before"></el-option>
|
|
192
|
+
<el-option label="之后" value="after"></el-option>
|
|
193
|
+
</el-select>
|
|
194
|
+
</el-form-item>
|
|
195
|
+
<el-form-item>
|
|
196
|
+
<span slot="label">
|
|
197
|
+
继承行布局
|
|
198
|
+
<el-tooltip effect="light" placement="top">
|
|
199
|
+
<div slot="content" class="field-tip-content">
|
|
200
|
+
开启后生成行沿用占位行的单元格数量/宽度/跨列,否则按「每行列数」平铺
|
|
201
|
+
</div>
|
|
202
|
+
<i class="el-icon-info label-tip-icon"></i>
|
|
203
|
+
</el-tooltip>
|
|
204
|
+
</span>
|
|
205
|
+
<el-switch
|
|
206
|
+
v-model="optionModel.dynamicSchemaInheritLayout"
|
|
207
|
+
></el-switch>
|
|
208
|
+
</el-form-item>
|
|
209
|
+
</template>
|
|
210
|
+
<el-form-item
|
|
211
|
+
v-if="
|
|
212
|
+
optionModel.dynamicSchemaMode !== 'anchor' ||
|
|
213
|
+
!optionModel.dynamicSchemaInheritLayout
|
|
214
|
+
"
|
|
215
|
+
label="每行列数"
|
|
216
|
+
>
|
|
217
|
+
<el-input-number
|
|
218
|
+
v-model="optionModel.dynamicSchemaColumns"
|
|
219
|
+
:min="1"
|
|
220
|
+
:max="12"
|
|
221
|
+
controls-position="right"
|
|
222
|
+
style="width: 100%"
|
|
223
|
+
></el-input-number>
|
|
224
|
+
</el-form-item>
|
|
225
|
+
</template>
|
|
226
|
+
</div>
|
|
227
|
+
</template>
|
|
228
|
+
|
|
229
|
+
<script>
|
|
230
|
+
import i18n from "../../../../../../components/xform/utils/i18n";
|
|
231
|
+
import eventMixin from "../../../../../../components/xform/form-designer/setting-panel/property-editor/event-handler/eventMixin";
|
|
232
|
+
|
|
233
|
+
export default {
|
|
234
|
+
name: "table-dynamicField-editor",
|
|
235
|
+
mixins: [i18n, eventMixin],
|
|
236
|
+
props: {
|
|
237
|
+
designer: Object,
|
|
238
|
+
selectedWidget: Object,
|
|
239
|
+
optionModel: Object,
|
|
240
|
+
},
|
|
241
|
+
data() {
|
|
242
|
+
return {
|
|
243
|
+
tableConfigParams: ["dataId", "formCode"],
|
|
244
|
+
defaultEventParams: ["dataId", "formCode"],
|
|
245
|
+
};
|
|
246
|
+
},
|
|
247
|
+
created() {
|
|
248
|
+
if (this.optionModel.dynamicSchemaSourceType === undefined) {
|
|
249
|
+
const legacyEnabled = this.optionModel.dynamicSchemaEnabled;
|
|
250
|
+
this.$set(
|
|
251
|
+
this.optionModel,
|
|
252
|
+
"dynamicSchemaSourceType",
|
|
253
|
+
legacyEnabled ? "api" : "none"
|
|
254
|
+
);
|
|
255
|
+
}
|
|
256
|
+
if (this.optionModel.dynamicSchemaScript === undefined) {
|
|
257
|
+
this.$set(this.optionModel, "dynamicSchemaScript", null);
|
|
258
|
+
}
|
|
259
|
+
if (this.optionModel.dynamicSchemaLoadScript === undefined) {
|
|
260
|
+
this.$set(this.optionModel, "dynamicSchemaLoadScript", null);
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
computed: {
|
|
264
|
+
dynamicSchemaConvertDisplay() {
|
|
265
|
+
return this.optionModel.dynamicSchemaConvert || "";
|
|
266
|
+
},
|
|
267
|
+
rowOptions() {
|
|
268
|
+
const rows = (this.selectedWidget && this.selectedWidget.rows) || [];
|
|
269
|
+
return rows.map((row, idx) => {
|
|
270
|
+
const fields = [];
|
|
271
|
+
(row.cols || []).forEach((cell) => {
|
|
272
|
+
this.collectFields(cell.widgetList || [], fields);
|
|
273
|
+
});
|
|
274
|
+
const names = fields
|
|
275
|
+
.map((w) => w.options.label || w.options.name)
|
|
276
|
+
.filter((n) => !!n);
|
|
277
|
+
const preview = names.length ? names.join("、") : "空行";
|
|
278
|
+
return { label: "第" + (idx + 1) + "行:" + preview, value: row.id };
|
|
279
|
+
});
|
|
280
|
+
},
|
|
281
|
+
},
|
|
282
|
+
methods: {
|
|
283
|
+
editDynamicSchemaConvert() {
|
|
284
|
+
this.editEventHandler("dynamicSchemaConvert", ["res"]);
|
|
285
|
+
},
|
|
286
|
+
collectFields(list, out) {
|
|
287
|
+
(list || []).forEach((w) => {
|
|
288
|
+
if (!w) return;
|
|
289
|
+
if (w.category === "container") {
|
|
290
|
+
if (Array.isArray(w.rows)) {
|
|
291
|
+
w.rows.forEach((row) =>
|
|
292
|
+
this.collectFields((row && row.cols) || [], out)
|
|
293
|
+
);
|
|
294
|
+
}
|
|
295
|
+
["cols", "tabs", "widgetList", "panes", "buttonWidgetList"].forEach(
|
|
296
|
+
(k) => {
|
|
297
|
+
if (Array.isArray(w[k])) this.collectFields(w[k], out);
|
|
298
|
+
}
|
|
299
|
+
);
|
|
300
|
+
} else if (w.formItemFlag) {
|
|
301
|
+
out.push(w);
|
|
302
|
+
}
|
|
303
|
+
});
|
|
304
|
+
},
|
|
305
|
+
},
|
|
306
|
+
};
|
|
307
|
+
</script>
|
|
308
|
+
|
|
309
|
+
<style lang="scss" scoped>
|
|
310
|
+
.data-table-editor-subsection {
|
|
311
|
+
margin: 0 0 4px 8px;
|
|
312
|
+
padding-left: 12px;
|
|
313
|
+
border-left: 2px solid #ebeef5;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.form-section-label {
|
|
317
|
+
font-size: 13px;
|
|
318
|
+
font-weight: 500;
|
|
319
|
+
color: #303133;
|
|
320
|
+
line-height: 22px;
|
|
321
|
+
margin-bottom: 8px;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.label-tip-icon {
|
|
325
|
+
margin-left: 4px;
|
|
326
|
+
color: #909399;
|
|
327
|
+
cursor: pointer;
|
|
328
|
+
font-size: 14px;
|
|
329
|
+
vertical-align: middle;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.field-tip-content {
|
|
333
|
+
line-height: 1.4;
|
|
334
|
+
max-width: 320px;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
.dynamic-column-block {
|
|
338
|
+
margin-bottom: 12px;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.dynamic-column-block .data-table-editor-subsection {
|
|
342
|
+
margin-top: 0;
|
|
343
|
+
}
|
|
344
|
+
</style>
|