cloud-web-corejs 1.0.109 → 1.0.111

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.
Files changed (57) hide show
  1. package/package.json +1 -1
  2. package/src/components/VabUpload/mixins.js +1 -1
  3. package/src/components/VabUpload/propertiesDialog.vue +1 -1
  4. package/src/components/VabUpload/view.vue +2 -2
  5. package/src/components/baseAttachment/index.vue +49 -49
  6. package/src/components/baseAttachment/mixins.js +1 -1
  7. package/src/components/xform/form-designer/form-widget/dialog/exportDialog.vue +13 -0
  8. package/src/components/xform/form-designer/form-widget/dialog/fileReferenceDialog.vue +301 -0
  9. package/src/components/xform/form-designer/form-widget/field-widget/a-link-widget.vue +1 -1
  10. package/src/components/xform/form-designer/form-widget/field-widget/a-text-widget.vue +1 -1
  11. package/src/components/xform/form-designer/form-widget/field-widget/date-widget.vue +21 -2
  12. package/src/components/xform/form-designer/form-widget/field-widget/fieldMixin.js +5 -3
  13. package/src/components/xform/form-designer/form-widget/field-widget/form-item-wrapper.vue +104 -45
  14. package/src/components/xform/form-designer/form-widget/field-widget/number-widget.vue +1 -1
  15. package/src/components/xform/form-designer/form-widget/field-widget/status-widget.vue +18 -17
  16. package/src/components/xform/form-designer/form-widget/field-widget/text-widget.vue +1 -1
  17. package/src/components/xform/form-designer/indexMixin.js +1 -1
  18. package/src/components/xform/form-designer/setting-panel/form-setting.vue +588 -164
  19. package/src/components/xform/form-designer/setting-panel/option-items-setting.vue +69 -10
  20. package/src/components/xform/form-designer/setting-panel/property-editor/a-link-editor.vue +3 -3
  21. package/src/components/xform/form-designer/setting-panel/property-editor/a-text-editor.vue +3 -3
  22. package/src/components/xform/form-designer/setting-panel/property-editor/colorClass-editor.vue +28 -0
  23. package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/data-table-editor.vue +32 -1
  24. package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/table-column-dialog.vue +17 -2
  25. package/src/components/xform/form-designer/setting-panel/property-editor/container-detail-pane/detail-pane-editor.vue +3 -3
  26. package/src/components/xform/form-designer/setting-panel/property-editor/field-button/clickBindEvent-editor.vue +35 -20
  27. package/src/components/xform/form-designer/setting-panel/property-editor/field-vabUpload/field-vabUpload-editor.vue +2 -2
  28. package/src/components/xform/form-designer/setting-panel/property-editor/formScriptEnabled-editor.vue +4 -0
  29. package/src/components/xform/form-designer/setting-panel/property-editor/formula-editor.vue +1 -1
  30. package/src/components/xform/form-designer/setting-panel/property-editor/formulaEnabled-editor.vue +1 -1
  31. package/src/components/xform/form-designer/setting-panel/property-editor/labelColor-editor.vue +20 -11
  32. package/src/components/xform/form-designer/setting-panel/property-editor/labelIconClass-editor.vue +1 -1
  33. package/src/components/xform/form-designer/setting-panel/property-editor/labelIconPosition-editor.vue +1 -1
  34. package/src/components/xform/form-designer/setting-panel/property-editor/labelTooltip-editor.vue +1 -1
  35. package/src/components/xform/form-designer/setting-panel/property-editor/required-editor.vue +23 -23
  36. package/src/components/xform/form-designer/setting-panel/property-editor/requiredHint-editor.vue +3 -3
  37. package/src/components/xform/form-designer/setting-panel/property-editor/textFlag-editor.vue +161 -74
  38. package/src/components/xform/form-designer/setting-panel/property-editor/validation-editor.vue +2 -2
  39. package/src/components/xform/form-designer/setting-panel/property-editor/validationHint-editor.vue +2 -2
  40. package/src/components/xform/form-designer/setting-panel/property-editor/wfFlag-editor.vue +236 -92
  41. package/src/components/xform/form-designer/setting-panel/property-editor/widgetShowRuleFlag-editor.vue +74 -31
  42. package/src/components/xform/form-designer/setting-panel/propertyRegister.js +10 -9
  43. package/src/components/xform/form-designer/widget-panel/widgetsConfig.js +52 -17
  44. package/src/components/xform/form-render/container-item/data-table-mixin.js +1 -1
  45. package/src/components/xform/form-render/container-item/detail-pane-item.vue +17 -3
  46. package/src/components/xform/form-render/index.vue +4 -1
  47. package/src/components/xform/form-render/indexMixin.js +2 -1
  48. package/src/components/xform/mixins/defaultHandle.js +1 -1
  49. package/src/components/xform/mixins/scriptHttp.js +1 -1
  50. package/src/components/xform/utils/util.js +1 -1
  51. package/src/components/xform/utils/validators.js +1 -5
  52. package/src/store/config/index.js +1 -1
  53. package/src/views/bd/setting/bd_company_env/dialog.vue +174 -0
  54. package/src/views/bd/setting/bd_company_env/edit.vue +163 -0
  55. package/src/views/bd/setting/bd_company_env/list.vue +175 -0
  56. package/src/views/bd/setting/config_manage/list.vue +51 -0
  57. package/src/views/user/wf/wf_manage/list.vue +29 -0
@@ -49,7 +49,7 @@
49
49
  </tr>
50
50
  <tr>
51
51
  <th>{{ $t2('创建人', 'system.label.createBy') }}</th>
52
- <td>{{ attachmentDTO.createBy }}</td>
52
+ <td>{{ attachmentDTO._createBy }}</td>
53
53
  <th>{{ $t2('创建时间', 'system.label.createDate') }}</th>
54
54
  <td>{{ attachmentDTO.createDate }}</td>
55
55
  </tr>
@@ -26,8 +26,8 @@
26
26
  </el-tooltip>
27
27
  <p v-if="$attrs.showSize === true || $attrs.showSize === 'true'">
28
28
  {{ formatFileSize(attachment.fileSize) }}</p>
29
- <p v-if="$attrs.showSortInput !== true && !dataType && $attrs.createBy !== false">
30
- {{ attachment.createBy }}</p>
29
+ <!-- <p v-if="$attrs.showSortInput !== true && !dataType && $attrs.createBy !== false">
30
+ {{ attachment.createBy }}</p>-->
31
31
  <p v-if="$attrs.showSortInput !== true && !dataType && $attrs.createDate !== false">
32
32
  {{ attachment.createDate }}</p>
33
33
  </div>
@@ -1,49 +1,49 @@
1
- <template>
2
- <span class="p10">
3
- <template v-if="edit || !!imageUrl">
4
- <el-tooltip :enterable="false" effect="dark" :content="fileName" placement="top"
5
- popper-class="tooltip-skin" :disabled="!fileName">
6
- <a class="a-link img num1" @click="openPreview()">
7
- <el-image v-if="!!imageUrl" :key="imageUrl" :src="imageUrl" :lazy="true"/>
8
- <span class="num" v-if="size>1">{{ size }}</span>
9
- </a>
10
- </el-tooltip>
11
- <template v-if="showViewButton">
12
- <el-tooltip :enterable="false" effect="dark" :content="title" placement="top" popper-class="tooltip-skin">
13
- <a href="javascript:void(0);" class="a-link nums" @click="openAttachmentDialog">
14
- <i class="iconfont icon-fujian3"/>
15
- </a>
16
- </el-tooltip>
17
- <template v-if="edit && isUploadEnabled">
18
- <el-tooltip :enterable="false" effect="dark" :content="$t1('上传')" placement="top"
19
- popper-class="tooltip-skin"
20
- >
21
- <a href="javascript:void(0);" class="a-link nums" @click="uploadFile">
22
- <i class="el-icon-upload2"/>
23
- </a>
24
- </el-tooltip>
25
- </template>
26
-
27
- </template>
28
- <uploadDialog v-if="showUploadDialog" :visiable.sync="showUploadDialog"
29
- :rows.sync="rows" :title="title" :edit="edit" :param.sync="option.uploadConfig"
30
- :onConfirm="confirmInsertAttachment"/>
31
- </template>
32
- </span>
33
- </template>
34
-
35
- <script>
36
- import {indexMixin} from './mixins'
37
-
38
- export default {
39
- name: "baseAttachment",
40
- components: {
41
- uploadDialog: () => import('./uploadDialog')
42
- },
43
- mixins: [indexMixin]
44
- }
45
- </script>
46
-
47
- <style scoped>
48
- .p10 .a-link{padding-right:10px;margin-right:10px;}
49
- </style>
1
+ <template>
2
+ <span class="p10">
3
+ <template v-if="edit || !!imageUrl">
4
+ <el-tooltip :enterable="false" effect="dark" :content="fileName" placement="top"
5
+ popper-class="tooltip-skin" :disabled="!fileName">
6
+ <a class="a-link img num1" @click="openPreview()">
7
+ <el-image v-if="!!imageUrl" :key="imageUrl" :src="imageUrl" :lazy="imageLazy"/>
8
+ <span class="num" v-if="size>1">{{ size }}</span>
9
+ </a>
10
+ </el-tooltip>
11
+ <template v-if="showViewButton">
12
+ <el-tooltip :enterable="false" effect="dark" :content="title" placement="top" popper-class="tooltip-skin">
13
+ <a href="javascript:void(0);" class="a-link nums" @click="openAttachmentDialog">
14
+ <i class="iconfont icon-fujian3"/>
15
+ </a>
16
+ </el-tooltip>
17
+ <template v-if="edit && isUploadEnabled">
18
+ <el-tooltip :enterable="false" effect="dark" :content="$t1('上传')" placement="top"
19
+ popper-class="tooltip-skin"
20
+ >
21
+ <a href="javascript:void(0);" class="a-link nums" @click="uploadFile">
22
+ <i class="el-icon-upload2"/>
23
+ </a>
24
+ </el-tooltip>
25
+ </template>
26
+
27
+ </template>
28
+ <uploadDialog v-if="showUploadDialog" :visiable.sync="showUploadDialog"
29
+ :rows.sync="rows" :title="title" :edit="edit" :param.sync="option.uploadConfig"
30
+ :onConfirm="confirmInsertAttachment"/>
31
+ </template>
32
+ </span>
33
+ </template>
34
+
35
+ <script>
36
+ import {indexMixin} from './mixins'
37
+
38
+ export default {
39
+ name: "baseAttachment",
40
+ components: {
41
+ uploadDialog: () => import('./uploadDialog')
42
+ },
43
+ mixins: [indexMixin]
44
+ }
45
+ </script>
46
+
47
+ <style scoped>
48
+ .p10 .a-link{padding-right:10px;margin-right:10px;}
49
+ </style>