cloud-web-corejs 1.0.54-dev.557 → 1.0.54-dev.558

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 (43) hide show
  1. package/package.json +1 -1
  2. package/src/components/excelImport/mixins.js +1 -1
  3. package/src/components/xform/form-render/container-item/data-table-mixin.js +1 -1
  4. package/src/views/bd/setting/bd_attach_setting/mixins/dialog.js +6 -6
  5. package/src/views/bd/setting/bd_attach_setting/mixins/edit.js +4 -4
  6. package/src/views/bd/setting/bd_attach_setting/mixins/list.js +1 -1
  7. package/src/views/bd/setting/bd_company_env/dialog.vue +174 -174
  8. package/src/views/bd/setting/bd_company_env/edit.vue +193 -193
  9. package/src/views/bd/setting/form_script/mixins/dialog.js +7 -7
  10. package/src/views/bd/setting/form_script/mixins/edit.js +2 -2
  11. package/src/views/bd/setting/form_script/mixins/edit1.js +2 -2
  12. package/src/views/bd/setting/form_script/mixins/form_list.js +1 -1
  13. package/src/views/bd/setting/form_script/mixins/list.js +8 -8
  14. package/src/views/bd/setting/form_script/mixins/list1.js +14 -14
  15. package/src/views/bd/setting/form_script/mixins/list2.js +5 -5
  16. package/src/views/bd/setting/form_script/mixins/otherAuthDialog.js +194 -194
  17. package/src/views/bd/setting/form_script/mixins/preformDialog.js +3 -3
  18. package/src/views/bd/setting/form_template/mixins/batchWfObjConfigDialog.js +5 -5
  19. package/src/views/bd/setting/form_template/mixins/dialog.js +6 -6
  20. package/src/views/bd/setting/form_template/mixins/edit.js +10 -10
  21. package/src/views/bd/setting/form_template/mixins/editWfObjConfigDialog.js +1 -1
  22. package/src/views/bd/setting/form_template/mixins/ftHistoryDialog.js +5 -5
  23. package/src/views/bd/setting/form_template/mixins/itemEdit.js +1 -1
  24. package/src/views/bd/setting/form_template/mixins/itemList.js +1 -1
  25. package/src/views/bd/setting/form_template/mixins/list.js +25 -25
  26. package/src/views/bd/setting/form_template/mixins/otherAuthDialog.js +7 -7
  27. package/src/views/bd/setting/form_template/mixins/preformDialog.js +1 -1
  28. package/src/views/bd/setting/form_template/mixins/wf_list.js +12 -12
  29. package/src/views/bd/setting/form_template/wfObjConfigDialog.vue +254 -254
  30. package/src/views/bd/setting/logic_param/mixins/edit.js +3 -3
  31. package/src/views/bd/setting/logic_param/mixins/list.js +9 -9
  32. package/src/views/bd/setting/menu_kind/mixins/authDialog.js +7 -7
  33. package/src/views/bd/setting/menu_kind/mixins/dialog.js +1 -1
  34. package/src/views/bd/setting/menu_kind/mixins/list.js +10 -10
  35. package/src/views/bd/setting/request_async_setting/edit.vue +320 -320
  36. package/src/views/bd/setting/request_setting/edit.vue +300 -300
  37. package/src/views/bd/setting/table_model/mixins/dialog.js +5 -5
  38. package/src/views/bd/setting/table_model/mixins/edit.js +14 -14
  39. package/src/views/bd/setting/table_model/mixins/list.js +14 -14
  40. package/src/views/bd/setting/table_model/mixins/otherAuthDialog.js +7 -7
  41. package/src/views/bd/setting/table_model/mixins/zdDialog.js +5 -5
  42. package/src/views/bd/setting/utils/index.js +1 -1
  43. package/src/views/user/wf/wf_work_calendar/date.js +65 -64
@@ -1,174 +1,174 @@
1
- <template>
2
- <el-dialog
3
- :title="$t1('组织环境设置列表')"
4
- :append-to-body="true"
5
- :modal-append-to-body="true"
6
- :close-on-click-modal="falseValue"
7
- :visible.sync="showDialog"
8
- :modal="falseValue"
9
- custom-class="dialog-style list-dialog dialog-checkbox pd_0"
10
- width="1200px"
11
- @close="dialogClose"
12
- v-el-drag-dialog
13
- v-el-dialog-center
14
- >
15
- <div class="cont" style="height:450px">
16
- <vxe-grid
17
- class="is-pointer"
18
- ref="table-m1"
19
- v-bind="vxeOption"
20
- @resizable-change="$vxeTableUtil.onColumnWitchChange"
21
- @custom="$vxeTableUtil.customHandle"
22
- @checkbox-change="addDataTable"
23
- @checkbox-all="checkAll"
24
- @cell-dblclick="checkWithSubmit"
25
- >
26
- <template #form>
27
- <tableForm :formData.sync="formData" @searchEvent="searchEvent" @resetEvent="resetEvent">
28
- <template #buttonLeft>
29
- </template>
30
- <template #buttonRight>
31
- <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
32
- plain>{{ $t1('重置') }}
33
- </vxe-button>
34
- <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">{{
35
- $t1('搜索')
36
- }}
37
- </vxe-button>
38
- </template>
39
- </tableForm>
40
- </template>
41
- </vxe-grid>
42
- </div>
43
- <label id="labBtn" class="transverse">
44
- <div class="icon">
45
- <i class="el-icon-more"></i>
46
- <i class="el-icon-more"></i>
47
- </div>
48
- </label>
49
- <div class="multipleChoice">
50
- <el-tooltip :enterable="false" effect="dark" :content="$t1('全部删除')" placement="top"><a
51
- class="allDel icon-quanbushanchu" @click="clearChecked()"></a></el-tooltip>
52
- <div class="list">
53
- <div class="item" v-for="(checkRow, index) in checkRows" :key="index">
54
- <p>{{ getCheckLabel(checkRow, 'name') }}</p>
55
- <a class="el-icon-close" @click="clearTable1Select(index)"></a>
56
- </div>
57
- </div>
58
- </div>
59
- <span slot="footer" class="dialog-footer">
60
- <span class="fl tips" v-if="!selectMulti">{{ $t1('注:双击确认选择(单选)') }}</span>
61
- <el-button type="primary" plain class="button-sty" @click="dialogClose">
62
- <i class="el-icon-close el-icon"></i>
63
- {{ $t1('取 消') }}
64
- </el-button>
65
- <el-button type="primary" @click="dialogPrimary" class="button-sty">
66
- <i class="el-icon-check el-icon"></i>
67
- {{ $t1('确 定') }}
68
- </el-button>
69
- </span>
70
- </el-dialog>
71
- </template>
72
-
73
- <script>
74
- import {selectDialogMixins} from '@base/mixins/selectDialog/index.js';
75
- import tableForm from "@base/components/table/tableForm.vue";
76
-
77
- export default {
78
- name: 'positionDialog',
79
- props: ['visiable', 'multi', 'rows', 'param'],
80
- mixins: [selectDialogMixins],
81
- components: {
82
- tableForm
83
- },
84
- created() {
85
- this.initSetting();
86
- },
87
- mounted() {
88
- this.initTableM1();
89
- },
90
- data() {
91
- var that = this;
92
- return {
93
- showDialog: true,
94
- falseValue: false,
95
- selectMulti: true,
96
- formData: {},
97
- vxeOption: {}
98
- };
99
- },
100
- methods: {
101
- initTableM1() {
102
- let that = this;
103
- let bdServiceMap = {"dev": this.$t1("测试"), "uat": this.$t1("UAT"), "prod": this.$t1("正式")};
104
- let url = USER_PREFIX + '/bd_company_env/listPage';
105
- let tableOption = {
106
- vue: that,
107
- tableRef: 'table-m1',
108
- tableName: 'basic_position_dialog-m1',
109
- path: url,
110
- param: () => {
111
- return {
112
- ...this.formData
113
- }
114
- },
115
- columns: [
116
- {type: 'checkbox', fixed: 'left', width: 48, resizable: false},
117
- {
118
- title: this.$t1('服务'),
119
- field: 'bdService',
120
- width: 150,
121
- fixed: 'left',
122
- slots: {
123
- default: ({row}) => {
124
- return bdServiceMap[row.bdService] || "";
125
- }
126
- }
127
- },
128
- {
129
- title: this.$t1('组织编码'),
130
- field: 'bdCompanyCode',
131
- width: 150,
132
- },
133
- {
134
- title: this.$t1('组织备注'),
135
- field: 'bdCompanyRemark',
136
- width: 150,
137
- },
138
- {
139
- width: 47,
140
- fixed: 'right',
141
- title: '',
142
- sortable: false
143
- }
144
- ],
145
- searchColumns: [
146
- {
147
- title: this.$t1('服务'), field: "bdService", type: "select", common: true, itemOption: [
148
- {label: this.$t1("测试"), value: "dev"},
149
- {label: this.$t1("UAT"), value: "uat"},
150
- {label: this.$t1("正式"), value: "prod"}
151
- ]
152
- },
153
- {
154
- title: this.$t1("组织编码"),
155
- field: "bdCompanyCode",
156
- type: "input",
157
- common: true,
158
- }
159
- ],
160
- config: {
161
- checkboxConfig: {
162
- checkStrictly: true,
163
- showHeader: this.selectMulti,
164
- trigger: 'row'
165
- }
166
- }
167
- };
168
- this.$vxeTableUtil.initVxeTable(tableOption).then(opts => {
169
- that.vxeOption = opts;
170
- });
171
- }
172
- }
173
- };
174
- </script>
1
+ <template>
2
+ <el-dialog
3
+ :title="$t1('组织环境设置列表')"
4
+ :append-to-body="true"
5
+ :modal-append-to-body="true"
6
+ :close-on-click-modal="falseValue"
7
+ :visible.sync="showDialog"
8
+ :modal="falseValue"
9
+ custom-class="dialog-style list-dialog dialog-checkbox pd_0"
10
+ width="1200px"
11
+ @close="dialogClose"
12
+ v-el-drag-dialog
13
+ v-el-dialog-center
14
+ >
15
+ <div class="cont" style="height:450px">
16
+ <vxe-grid
17
+ class="is-pointer"
18
+ ref="table-m1"
19
+ v-bind="vxeOption"
20
+ @resizable-change="$vxeTableUtil.onColumnWitchChange"
21
+ @custom="$vxeTableUtil.customHandle"
22
+ @checkbox-change="addDataTable"
23
+ @checkbox-all="checkAll"
24
+ @cell-dblclick="checkWithSubmit"
25
+ >
26
+ <template #form>
27
+ <tableForm :formData.sync="formData" @searchEvent="searchEvent" @resetEvent="resetEvent">
28
+ <template #buttonLeft>
29
+ </template>
30
+ <template #buttonRight>
31
+ <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
32
+ plain>{{ $t1('重置') }}
33
+ </vxe-button>
34
+ <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">{{
35
+ $t1('搜索')
36
+ }}
37
+ </vxe-button>
38
+ </template>
39
+ </tableForm>
40
+ </template>
41
+ </vxe-grid>
42
+ </div>
43
+ <label id="labBtn" class="transverse">
44
+ <div class="icon">
45
+ <i class="el-icon-more"></i>
46
+ <i class="el-icon-more"></i>
47
+ </div>
48
+ </label>
49
+ <div class="multipleChoice">
50
+ <el-tooltip :enterable="false" effect="dark" :content="$t1('全部删除')" placement="top"><a
51
+ class="allDel icon-quanbushanchu" @click="clearChecked()"></a></el-tooltip>
52
+ <div class="list">
53
+ <div class="item" v-for="(checkRow, index) in checkRows" :key="index">
54
+ <p>{{ getCheckLabel(checkRow, 'name') }}</p>
55
+ <a class="el-icon-close" @click="clearTable1Select(index)"></a>
56
+ </div>
57
+ </div>
58
+ </div>
59
+ <span slot="footer" class="dialog-footer">
60
+ <span class="fl tips" v-if="!selectMulti">{{ $t1('注:双击确认选择(单选)') }}</span>
61
+ <el-button type="primary" plain class="button-sty" @click="dialogClose">
62
+ <i class="el-icon-close el-icon"></i>
63
+ {{ $t1('取 消') }}
64
+ </el-button>
65
+ <el-button type="primary" @click="dialogPrimary" class="button-sty">
66
+ <i class="el-icon-check el-icon"></i>
67
+ {{ $t1('确 定') }}
68
+ </el-button>
69
+ </span>
70
+ </el-dialog>
71
+ </template>
72
+
73
+ <script>
74
+ import {selectDialogMixins} from '@base/mixins/selectDialog/index.js';
75
+ import tableForm from "@base/components/table/tableForm.vue";
76
+
77
+ export default {
78
+ name: 'positionDialog',
79
+ props: ['visiable', 'multi', 'rows', 'param'],
80
+ mixins: [selectDialogMixins],
81
+ components: {
82
+ tableForm
83
+ },
84
+ created() {
85
+ this.initSetting();
86
+ },
87
+ mounted() {
88
+ this.initTableM1();
89
+ },
90
+ data() {
91
+ let that = this;
92
+ return {
93
+ showDialog: true,
94
+ falseValue: false,
95
+ selectMulti: true,
96
+ formData: {},
97
+ vxeOption: {}
98
+ };
99
+ },
100
+ methods: {
101
+ initTableM1() {
102
+ let that = this;
103
+ let bdServiceMap = {"dev": this.$t1("测试"), "uat": this.$t1("UAT"), "prod": this.$t1("正式")};
104
+ let url = USER_PREFIX + '/bd_company_env/listPage';
105
+ let tableOption = {
106
+ vue: that,
107
+ tableRef: 'table-m1',
108
+ tableName: 'basic_position_dialog-m1',
109
+ path: url,
110
+ param: () => {
111
+ return {
112
+ ...this.formData
113
+ }
114
+ },
115
+ columns: [
116
+ {type: 'checkbox', fixed: 'left', width: 48, resizable: false},
117
+ {
118
+ title: this.$t1('服务'),
119
+ field: 'bdService',
120
+ width: 150,
121
+ fixed: 'left',
122
+ slots: {
123
+ default: ({row}) => {
124
+ return bdServiceMap[row.bdService] || "";
125
+ }
126
+ }
127
+ },
128
+ {
129
+ title: this.$t1('组织编码'),
130
+ field: 'bdCompanyCode',
131
+ width: 150,
132
+ },
133
+ {
134
+ title: this.$t1('组织备注'),
135
+ field: 'bdCompanyRemark',
136
+ width: 150,
137
+ },
138
+ {
139
+ width: 47,
140
+ fixed: 'right',
141
+ title: '',
142
+ sortable: false
143
+ }
144
+ ],
145
+ searchColumns: [
146
+ {
147
+ title: this.$t1('服务'), field: "bdService", type: "select", common: true, itemOption: [
148
+ {label: this.$t1("测试"), value: "dev"},
149
+ {label: this.$t1("UAT"), value: "uat"},
150
+ {label: this.$t1("正式"), value: "prod"}
151
+ ]
152
+ },
153
+ {
154
+ title: this.$t1("组织编码"),
155
+ field: "bdCompanyCode",
156
+ type: "input",
157
+ common: true,
158
+ }
159
+ ],
160
+ config: {
161
+ checkboxConfig: {
162
+ checkStrictly: true,
163
+ showHeader: this.selectMulti,
164
+ trigger: 'row'
165
+ }
166
+ }
167
+ };
168
+ this.$vxeTableUtil.initVxeTable(tableOption).then(opts => {
169
+ that.vxeOption = opts;
170
+ });
171
+ }
172
+ }
173
+ };
174
+ </script>