cloud-web-corejs 1.0.54-dev.4 → 1.0.54-dev.40

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 (58) hide show
  1. package/package.json +1 -1
  2. package/src/components/VabUpload/index.vue +2 -1
  3. package/src/components/VabUpload/mixins.js +1 -1
  4. package/src/components/VabUpload/view.vue +2 -1
  5. package/src/components/excelExport/exportFieldDialog.vue +210 -0
  6. package/src/components/excelExport/index.js +5 -5
  7. package/src/components/excelExport/index.vue +2 -0
  8. package/src/components/excelExport/mixins.js +4 -1
  9. package/src/components/excelImport/index.vue +2 -1
  10. package/src/components/excelImport/mixins.js +1 -1
  11. package/src/components/fileLibrary/fileObjAuthDialog.vue +125 -103
  12. package/src/components/fileLibrary/fileObjAuthEditDialog.vue +6 -1
  13. package/src/components/fileLibrary/fileObjNotifyEdit.vue +192 -0
  14. package/src/components/fileLibrary/index.vue +2 -2
  15. package/src/components/fileLibrary/mixins/fileObjAuthDialogMixin.js +29 -7
  16. package/src/components/fileLibrary/mixins/fileObjAuthEditDialogMixin.js +4 -1
  17. package/src/components/fileLibrary/mixins/fileObjAuthEditMixin.js +1 -1
  18. package/src/components/fileLibrary/mixins/indexMixins.js +40 -15
  19. package/src/components/onlineTalk/index.vue +327 -5
  20. package/src/components/onlineTalk/mixins.js +1 -1
  21. package/src/components/table/index.js +1 -1
  22. package/src/components/tempStorage/tempStorageDialog.vue +2 -2
  23. package/src/components/xform/form-designer/form-widget/dialog/formDialog.vue +1 -0
  24. package/src/components/xform/form-designer/form-widget/dialog/formDrawer.vue +1 -0
  25. package/src/components/xform/form-designer/form-widget/dialog/formFieldDialog.vue +2 -2
  26. package/src/components/xform/form-designer/form-widget/dialog/preformDialog.vue +2 -2
  27. package/src/components/xform/form-designer/form-widget/dialog/searchFormDialog.vue +5 -4
  28. package/src/components/xform/form-designer/form-widget/dialog/vabSearchDialog.vue +2 -2
  29. package/src/components/xform/form-designer/setting-panel/property-editor/placeholder-editor.vue +1 -1
  30. package/src/layout/components/notify_message/unreadDialog.vue +2 -0
  31. package/src/store/config/index.js +532 -1
  32. package/src/utils/request.js +28 -28
  33. package/src/utils/vab.js +1 -1
  34. package/src/views/bd/setting/bd_attach_setting/edit.vue +1 -1
  35. package/src/views/bd/setting/bd_attach_setting/mixins/edit.js +1 -1
  36. package/src/views/bd/setting/form_template/edit.vue +2 -2
  37. package/src/views/bd/setting/form_template/list.vue +4 -2
  38. package/src/views/bd/setting/form_template/list2.vue +137 -0
  39. package/src/views/bd/setting/form_template/mixins/edit.js +1 -1
  40. package/src/views/bd/setting/form_template/mixins/list2.js +12 -0
  41. package/src/views/bd/setting/form_template/wfObjConfigDialog.vue +189 -0
  42. package/src/views/bd/setting/menu_kind/authDialog.vue +1 -1
  43. package/src/views/bd/setting/menu_kind/mixins/authDialog.js +1 -1
  44. package/src/views/bd/setting/table_model/list.vue +4 -2
  45. package/src/views/user/area/dialog.vue +18 -6
  46. package/src/views/user/company_info/edit.vue +9 -1
  47. package/src/views/user/file_type/edit.vue +30 -1
  48. package/src/views/user/file_type/list.vue +28 -0
  49. package/src/views/user/groups/edit.vue +2 -0
  50. package/src/views/user/groups/list.vue +1 -0
  51. package/src/views/user/home/index.vue +4 -2
  52. package/src/views/user/login/default.vue +4 -2
  53. package/src/views/user/outLink/view.vue +21 -0
  54. package/src/views/user/user/edit.vue +4 -4
  55. package/src/views/user/user/form_edit.vue +117 -49
  56. package/src/views/user/user/form_list.vue +1 -0
  57. package/src/views/user/wf/wf_obj_config/list.vue +30 -2
  58. package/src/views/user/wf/wf_obj_config/wfBizDataSettingDialog.vue +292 -0
@@ -57,7 +57,7 @@
57
57
  </div>
58
58
  </label>
59
59
  <div class="multipleChoice">
60
- <el-tooltip :enterable="false" effect="dark" content="全部删除" placement="top"><a
60
+ <el-tooltip :enterable="false" effect="dark" :content="$t1('全部删除')" placement="top"><a
61
61
  class="allDel icon-quanbushanchu" @click="clearChecked()"></a></el-tooltip>
62
62
  <div class="list">
63
63
  <div class="item" v-for="(checkRow, index) in checkRows">
@@ -67,7 +67,7 @@
67
67
  </div>
68
68
  </div>
69
69
  <span slot="footer" class="dialog-footer">
70
- <span class="fl tips" v-if="!selectMulti">注:双击确认选择(单选)</span>
70
+ <span class="fl tips" v-if="!selectMulti">{{ $t1('注:双击确认选择(单选)') }}</span>
71
71
  <el-button type="primary" plain class="button-sty" @click="dialogClose">
72
72
  <i class="el-icon-close el-icon"></i>
73
73
  取 消
@@ -87,6 +87,7 @@ export default {
87
87
  fullscreen: this.option.fullscreen,
88
88
  };
89
89
  config = Object.assign({}, config, this.option.dialogConfig, {customClass});
90
+ config.title = this.$t1(config.title);
90
91
  return config;
91
92
  },
92
93
  bodyConfig() {
@@ -81,6 +81,7 @@ export default {
81
81
  direction:"btt"
82
82
  };
83
83
  config = Object.assign({}, config, this.option.dialogConfig, {customClass});
84
+ config.title = this.$t1(config.title);
84
85
  return config;
85
86
  },
86
87
  bodyConfig() {
@@ -55,7 +55,7 @@
55
55
  </div>
56
56
  </label>
57
57
  <div class="multipleChoice">
58
- <el-tooltip :enterable="false" effect="dark" content="全部删除" placement="top"><a class="allDel icon-quanbushanchu"
58
+ <el-tooltip :enterable="false" effect="dark" :content="$t1('全部删除')" placement="top"><a class="allDel icon-quanbushanchu"
59
59
  @click="clearChecked()"></a>
60
60
  </el-tooltip>
61
61
  <div class="list">
@@ -66,7 +66,7 @@
66
66
  </div>
67
67
  </div>
68
68
  <span slot="footer" class="dialog-footer">
69
- <span class="fl tips" v-if="!selectMulti">注:双击确认选择(单选)</span>
69
+ <span class="fl tips" v-if="!selectMulti">{{ $t1('注:双击确认选择(单选)') }}</span>
70
70
  <el-button type="primary" plain class="button-sty" @click="dialogClose">
71
71
  <i class="el-icon-close el-icon"></i>
72
72
  {{ $t2('取 消', 'system.button.cancel2') }}
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <el-dialog
3
- title="表单提交"
3
+ :title="$t1('提交内容')"
4
4
  :visible.sync="showDialog"
5
5
  :modal-append-to-body="false"
6
6
  :close-on-click-modal="false"
@@ -18,7 +18,7 @@
18
18
  <th>
19
19
  <span class="t">
20
20
  <em class="f-red">*</em>
21
- {{ $t1('备注') }}
21
+ {{ $t1('内容') }}
22
22
  </span>
23
23
  </th>
24
24
  <td>
@@ -20,7 +20,7 @@
20
20
  </div>
21
21
  </label>
22
22
  <div class="multipleChoice">
23
- <el-tooltip :enterable="false" effect="dark" content="全部删除" placement="top"><a
23
+ <el-tooltip :enterable="false" effect="dark" :content="$t1('全部删除')" placement="top"><a
24
24
  class="allDel icon-quanbushanchu"
25
25
  @click="clearChecked()"></a>
26
26
  </el-tooltip>
@@ -34,14 +34,14 @@
34
34
  </div>
35
35
  </div>
36
36
  <span slot="footer" class="dialog-footer" v-if="option.showFooter!==false" v-bind="option.footerConfig">
37
- <span class="fl tips" v-if="!selectMulti">注:双击确认选择(单选)</span>
37
+ <span class="fl tips" v-if="!selectMulti">{{ $t1('注:双击确认选择(单选)') }}</span>
38
38
  <el-button type="primary" plain class="button-sty" @click="close">
39
39
  <i class="el-icon-close el-icon"></i>
40
- {{ $t2('取 消', 'system.button.cancel2') }}
40
+ {{ $t1('取 消') }}
41
41
  </el-button>
42
42
  <el-button type="primary" @click="dialogSubmit" class="button-sty">
43
43
  <i class="el-icon-check el-icon"></i>
44
- {{ $t2('确 定', 'system.button.confirm2') }}
44
+ {{ $t1('确 定') }}
45
45
  </el-button>
46
46
  </span>
47
47
  </el-dialog>
@@ -130,6 +130,7 @@ export default {
130
130
  fullscreen: this.option.fullscreen,
131
131
  };
132
132
  config = Object.assign({}, config, this.option.dialogConfig, {customClass});
133
+ config.title = this.$t1(config.title);
133
134
  return config;
134
135
  },
135
136
  bodyConfig() {
@@ -53,7 +53,7 @@
53
53
  </div>
54
54
  </label>
55
55
  <div class="multipleChoice">
56
- <el-tooltip :enterable="false" effect="dark" content="全部删除" placement="top"><a class="allDel icon-quanbushanchu"
56
+ <el-tooltip :enterable="false" effect="dark" :content="$t1('全部删除')" placement="top"><a class="allDel icon-quanbushanchu"
57
57
  @click="clearChecked()"></a>
58
58
  </el-tooltip>
59
59
  <div class="list">
@@ -64,7 +64,7 @@
64
64
  </div>
65
65
  </div>
66
66
  <span slot="footer" class="dialog-footer">
67
- <span class="fl tips" v-if="!selectMulti">注:双击确认选择(单选)</span>
67
+ <span class="fl tips" v-if="!selectMulti">{{ $t1('注:双击确认选择(单选)') }}</span>
68
68
  <el-button type="primary" plain class="button-sty" @click="dialogClose">
69
69
  <i class="el-icon-close el-icon"></i>
70
70
  {{ $t2('取 消', 'system.button.cancel2') }}
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <el-form-item :label="i18nt('designer.setting.placeholder')">
3
- <el-input type="text" v-model="optionModel.placeholder"></el-input>
3
+ <el-input type="textarea" :rows="3" v-model="optionModel.placeholder"></el-input>
4
4
  </el-form-item>
5
5
  </template>
6
6
 
@@ -118,6 +118,8 @@ export default {
118
118
  },
119
119
  initSystemNoticeInfoDialog() {
120
120
  if (!settingConfig.systemNoticeAutoTip) return
121
+ let userFlag = this.$store.getters.userFlag
122
+ if (userFlag == 6 || userFlag == 7 || userFlag == 8) return;
121
123
  this.$http({
122
124
  url: USER_PREFIX + '/system_notice/listPage',
123
125
  data: {publish: true, important: true, readed: 0, size: 1},