@ebiz/designer-components 0.1.90 → 0.1.91

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 (222) hide show
  1. package/README.md +29 -29
  2. package/dist/designer-components.css +1 -1
  3. package/dist/index.mjs +19156 -19199
  4. package/package.json +1 -1
  5. package/src/App.vue +26 -26
  6. package/src/apiService/SIMPLE_DATA_SERVICE.md +284 -284
  7. package/src/apiService/mockDataService.js +115 -115
  8. package/src/apiService/simpleDataService.js +299 -299
  9. package/src/assets/base.css +86 -86
  10. package/src/assets/logo.svg +1 -1
  11. package/src/components/Button.vue +149 -149
  12. package/src/components/DataContainer.vue +40 -40
  13. package/src/components/EbizApproval.vue +338 -338
  14. package/src/components/EbizApprovalForm.vue +507 -507
  15. package/src/components/EbizAutoForm.vue +596 -596
  16. package/src/components/EbizAvatar.vue +115 -115
  17. package/src/components/EbizCheckbox.vue +93 -93
  18. package/src/components/EbizCheckboxGroup.vue +69 -69
  19. package/src/components/EbizDepartmentSelector.vue +149 -149
  20. package/src/components/EbizDescriptions.vue +340 -340
  21. package/src/components/EbizDescriptionsItem.vue +47 -47
  22. package/src/components/EbizDetailBlock.vue +81 -81
  23. package/src/components/EbizDetailItem.vue +559 -559
  24. package/src/components/EbizDetailView.md +438 -438
  25. package/src/components/EbizDetailView.vue +355 -355
  26. package/src/components/EbizDialog.vue +260 -260
  27. package/src/components/EbizDictionarySelect.vue +229 -229
  28. package/src/components/EbizDiv.vue +40 -40
  29. package/src/components/EbizDivider.vue +96 -96
  30. package/src/components/EbizDropdown.vue +135 -135
  31. package/src/components/EbizDropdownItem.vue +85 -85
  32. package/src/components/EbizEmployeeInfo.vue +144 -144
  33. package/src/components/EbizEmployeeSelector.vue +1160 -1160
  34. package/src/components/EbizFileList.vue +466 -466
  35. package/src/components/EbizMap.vue +541 -541
  36. package/src/components/EbizMeetingRoomSelector.vue +664 -664
  37. package/src/components/EbizMobileMeetingRoomSelector.vue +727 -727
  38. package/src/components/EbizOkrTree.vue +99 -99
  39. package/src/components/EbizPageHeader.vue +98 -98
  40. package/src/components/EbizPagination.vue +162 -162
  41. package/src/components/EbizPdfViewer.vue +540 -540
  42. package/src/components/EbizPopconfirm.vue +47 -47
  43. package/src/components/EbizQrCode.vue +73 -73
  44. package/src/components/EbizRadio.vue +86 -86
  45. package/src/components/EbizRadioGroup.vue +83 -83
  46. package/src/components/EbizRemoteSelect.vue +232 -232
  47. package/src/components/EbizRichTextEditor.vue +275 -275
  48. package/src/components/EbizRouteBreadcrumb.vue +46 -46
  49. package/src/components/EbizSApprovalProcess.vue +1429 -1429
  50. package/src/components/EbizSelect.vue +85 -85
  51. package/src/components/EbizSpace.vue +100 -100
  52. package/src/components/EbizStatistic.vue +149 -149
  53. package/src/components/EbizStatsCard.vue +113 -113
  54. package/src/components/EbizSwiper.vue +113 -113
  55. package/src/components/EbizSwiperItem.vue +13 -13
  56. package/src/components/EbizSwitch.vue +85 -85
  57. package/src/components/EbizTabHeader.vue +132 -132
  58. package/src/components/EbizTabPanel.vue +22 -22
  59. package/src/components/EbizTable.vue +469 -469
  60. package/src/components/EbizTableColumn.vue +116 -116
  61. package/src/components/EbizTableSort.vue +179 -179
  62. package/src/components/EbizTabs.vue +142 -142
  63. package/src/components/EbizTdesignButtonDialog.vue +332 -332
  64. package/src/components/EbizTdesignLoading.vue +107 -107
  65. package/src/components/EbizTimePicker.vue +143 -143
  66. package/src/components/EbizTitle.vue +91 -91
  67. package/src/components/EbizTree.vue +141 -141
  68. package/src/components/EbizTreeMergeTable.vue +1494 -1494
  69. package/src/components/EbizTreeSelector.vue +451 -451
  70. package/src/components/EbizVideo.vue +553 -553
  71. package/src/components/EbizVxeTable.vue +290 -290
  72. package/src/components/Form.vue +28 -28
  73. package/src/components/Home.vue +7 -7
  74. package/src/components/LaunchInterview.vue +403 -403
  75. package/src/components/MyComponent.vue +39 -39
  76. package/src/components/Table.vue +45 -45
  77. package/src/components/TdesignAlert.vue +115 -115
  78. package/src/components/TdesignButton.vue +135 -135
  79. package/src/components/TdesignCalendar/index.vue +145 -145
  80. package/src/components/TdesignCard.vue +195 -195
  81. package/src/components/TdesignCol.vue +101 -101
  82. package/src/components/TdesignCollapse.vue +142 -142
  83. package/src/components/TdesignCollapsePanel.vue +79 -79
  84. package/src/components/TdesignDatePicker.vue +124 -124
  85. package/src/components/TdesignDescriptions.vue +74 -74
  86. package/src/components/TdesignDescriptionsItem.vue +50 -50
  87. package/src/components/TdesignDialog.vue +225 -225
  88. package/src/components/TdesignForm.vue +138 -138
  89. package/src/components/TdesignFormItem.vue +105 -105
  90. package/src/components/TdesignGrid.vue +55 -55
  91. package/src/components/TdesignIcon.vue +67 -67
  92. package/src/components/TdesignImage.vue +162 -162
  93. package/src/components/TdesignImageViewer.vue +200 -200
  94. package/src/components/TdesignInput.vue +242 -242
  95. package/src/components/TdesignSelect.vue +446 -446
  96. package/src/components/TdesignTag.vue +117 -117
  97. package/src/components/TdesignTextarea.vue +142 -142
  98. package/src/components/TdesignTimeline.vue +58 -58
  99. package/src/components/TdesignTimelineItem.vue +71 -71
  100. package/src/components/TdesignUpload.vue +414 -414
  101. package/src/components/TdesignWatermark.vue +107 -107
  102. package/src/components/ebiz-form/components/cascader.vue +61 -61
  103. package/src/components/ebiz-form/components/checkbox.vue +37 -37
  104. package/src/components/ebiz-form/components/city.vue +137 -137
  105. package/src/components/ebiz-form/components/date-panel.vue +52 -52
  106. package/src/components/ebiz-form/components/date-range-panel.vue +52 -52
  107. package/src/components/ebiz-form/components/date-range.vue +56 -56
  108. package/src/components/ebiz-form/components/date.vue +52 -52
  109. package/src/components/ebiz-form/components/editor-multi-language.vue +47 -47
  110. package/src/components/ebiz-form/components/editor.vue +78 -78
  111. package/src/components/ebiz-form/components/file-multi-language.vue +52 -52
  112. package/src/components/ebiz-form/components/file.vue +149 -149
  113. package/src/components/ebiz-form/components/images-multi-language.vue +52 -52
  114. package/src/components/ebiz-form/components/images.vue +129 -129
  115. package/src/components/ebiz-form/components/img-multi-language.vue +51 -51
  116. package/src/components/ebiz-form/components/img.vue +129 -129
  117. package/src/components/ebiz-form/components/number.vue +50 -50
  118. package/src/components/ebiz-form/components/radio.vue +28 -28
  119. package/src/components/ebiz-form/components/select.vue +119 -119
  120. package/src/components/ebiz-form/components/switch.vue +23 -23
  121. package/src/components/ebiz-form/components/text-multi-language.vue +47 -47
  122. package/src/components/ebiz-form/components/text.vue +52 -52
  123. package/src/components/ebiz-form/components/textarea-multi-language.vue +48 -48
  124. package/src/components/ebiz-form/components/textarea.vue +29 -29
  125. package/src/components/ebiz-form/components/video-multi-language.vue +51 -51
  126. package/src/components/ebiz-form/components/video.vue +97 -97
  127. package/src/components/ebiz-form/index.vue +157 -157
  128. package/src/components/examples/PopconfirmExample.vue +149 -149
  129. package/src/components/icons/IconCommunity.vue +7 -7
  130. package/src/components/icons/IconDocumentation.vue +7 -7
  131. package/src/components/icons/IconEcosystem.vue +7 -7
  132. package/src/components/icons/IconSupport.vue +7 -7
  133. package/src/components/icons/IconTooling.vue +19 -19
  134. package/src/components/mItems/UserInfo.vue +349 -349
  135. package/src/components/senior/EbizSData/index.vue +273 -273
  136. package/src/components/senior/EbizSDialog/index.vue +770 -770
  137. package/src/components/senior/EbizSForm/README.md +157 -157
  138. package/src/components/senior/EbizSForm/index.vue +667 -667
  139. package/src/components/senior/EbizSForm/item.vue +998 -998
  140. package/src/components/senior/EbizSForm/mItems/DateTimePicker.vue +51 -51
  141. package/src/components/senior/EbizSForm/mItems/Picker.vue +63 -63
  142. package/src/index.js +317 -317
  143. package/src/main.js +55 -55
  144. package/src/router/index.js +422 -422
  145. package/src/utils/formatCode.js +24 -24
  146. package/src/utils/generateImportStatement.js +52 -52
  147. package/src/utils/hasJsx.js +25 -25
  148. package/src/utils/index.js +166 -166
  149. package/src/utils/mergeOptions.js +29 -29
  150. package/src/utils/parseRequiredBlocks.js +18 -18
  151. package/src/utils/vue-sfc-validator.js +155 -155
  152. package/src/views/Button.vue +23 -23
  153. package/src/views/CheckboxDemo.vue +104 -104
  154. package/src/views/DataContainer.vue +19 -19
  155. package/src/views/DialogDemo.vue +125 -125
  156. package/src/views/EbizApprovalDemo.vue +87 -87
  157. package/src/views/EbizApprovalFormDemo.vue +207 -207
  158. package/src/views/EbizAutoFormDemo.vue +129 -129
  159. package/src/views/EbizAvatar.vue +223 -223
  160. package/src/views/EbizDepartmentSelectorDemo.vue +169 -169
  161. package/src/views/EbizDetailBlockDemo.vue +30 -30
  162. package/src/views/EbizDetailViewDemo.vue +412 -412
  163. package/src/views/EbizEmployeeInfo.vue +249 -249
  164. package/src/views/EbizEmployeeSelector.vue +85 -85
  165. package/src/views/EbizFileListDemo.vue +339 -339
  166. package/src/views/EbizMap.vue +201 -201
  167. package/src/views/EbizMeetingRoomSelectorDemo.vue +293 -293
  168. package/src/views/EbizMobileMeetingRoomSelectorDemo.vue +566 -566
  169. package/src/views/EbizRadioDemo.vue +151 -151
  170. package/src/views/EbizSDataDemo.vue +136 -136
  171. package/src/views/EbizSDialogDemo.vue +303 -303
  172. package/src/views/EbizSForm/index.vue +352 -352
  173. package/src/views/EbizSFormDemo.vue +420 -420
  174. package/src/views/EbizSpace.vue +185 -185
  175. package/src/views/EbizSwiper.vue +157 -157
  176. package/src/views/EbizTdesignButtonDialogExample.vue +437 -437
  177. package/src/views/Form.vue +19 -19
  178. package/src/views/GridDemo.vue +238 -238
  179. package/src/views/Home.vue +154 -154
  180. package/src/views/LaunchInterviewDemo.vue +111 -111
  181. package/src/views/Mindmap.vue +17 -17
  182. package/src/views/MyComponent.vue +19 -19
  183. package/src/views/OkrTree.vue +19 -19
  184. package/src/views/PageHeaderDemo.vue +104 -104
  185. package/src/views/PaginationDemo.vue +96 -96
  186. package/src/views/PdfViewerDemo.vue +433 -433
  187. package/src/views/PermissionBoxDemo.vue +85 -85
  188. package/src/views/PopconfirmDemo.vue +80 -80
  189. package/src/views/RemoteSelect.vue +350 -350
  190. package/src/views/StatisticDemo.vue +190 -190
  191. package/src/views/SwitchDemo.vue +79 -79
  192. package/src/views/Table.vue +19 -19
  193. package/src/views/TableDemo.vue +334 -334
  194. package/src/views/TableSortDemo.vue +143 -143
  195. package/src/views/TableView.vue +68 -68
  196. package/src/views/TabsDemo.vue +282 -282
  197. package/src/views/TagDemo.vue +101 -101
  198. package/src/views/TdesignAlert.vue +98 -98
  199. package/src/views/TdesignButton.vue +190 -190
  200. package/src/views/TdesignCalendar.vue +94 -94
  201. package/src/views/TdesignCard.vue +296 -296
  202. package/src/views/TdesignCollapse.vue +293 -293
  203. package/src/views/TdesignDatePicker.vue +187 -187
  204. package/src/views/TdesignDescriptions.vue +101 -101
  205. package/src/views/TdesignForm.vue +248 -248
  206. package/src/views/TdesignIcon.vue +203 -203
  207. package/src/views/TdesignImage.vue +215 -215
  208. package/src/views/TdesignImageViewer.vue +198 -198
  209. package/src/views/TdesignInput.vue +252 -252
  210. package/src/views/TdesignSelect.vue +473 -473
  211. package/src/views/TdesignSwiper.vue +157 -157
  212. package/src/views/TextareaDemo.vue +93 -93
  213. package/src/views/TimePickerDemo.vue +146 -146
  214. package/src/views/TimelineDemo.vue +160 -160
  215. package/src/views/Title.vue +19 -19
  216. package/src/views/TreeDemo.vue +254 -254
  217. package/src/views/TreeMergeTableDemo.vue +239 -239
  218. package/src/views/TreeSelectorDemo.vue +245 -245
  219. package/src/views/UploadDemo.vue +128 -128
  220. package/src/views/VideoDemo.vue +245 -245
  221. package/src/views/VxeTableDemo.vue +279 -279
  222. package/src/views/WatermarkDemo.vue +85 -85
@@ -1,508 +1,508 @@
1
- <template>
2
- <div class="approval-form">
3
- <t-form labelWidth="100px" labelAlign="right" class="component-base-style" :data="{}">
4
- <!-- 添加审批人选择组件 -->
5
- <div v-if="!isInWhiteList && hasNextApprover" style="margin-bottom: 10px;">
6
- <ebiz-approval :showCC="false" type="all" :showRootOrg="false" class="component-base-style"
7
- :required="hasNextApprover" v-model:approverList="selectedApprover" :canEdit="hasNextApprover"
8
- v-model:ccList="selectedCCList">
9
- <template #title>
10
- <div></div>
11
- </template>
12
- </ebiz-approval>
13
- </div>
14
- <t-form-item label="审批意见">
15
- <t-textarea placeholder="请输入" :maxLength="200" :maxCharacter="true" class="component-base-style"
16
- v-model="comments"></t-textarea>
17
- </t-form-item>
18
- <t-form-item label="附件">
19
- <ebiz-upload v-model="attachments" :multiple="true" theme="file" />
20
- </t-form-item>
21
- <t-form-item>
22
- <div class="button-group">
23
- <div class="more-actions">
24
- <t-dropdown :options="actionOptions" @click="onActionSelected">
25
- <t-button theme="default" variant="outline">
26
- <template #icon>
27
- <t-icon name="ellipsis" size="large" class="component-base-style"></t-icon>
28
- </template>
29
- </t-button>
30
- </t-dropdown>
31
- </div>
32
- <div>
33
- <t-button theme="primary" type="submit" content="通过" @click="handlePass">
34
- <template #icon>
35
- <t-icon name="check" size="large" class="component-base-style"></t-icon>
36
- </template>
37
- </t-button>
38
- <t-button content="拒绝" the type="reset" style="margin-left: 10px" @click="handleReject">
39
- <template #icon>
40
- <t-icon name="close" size="large" class="component-base-style"></t-icon>
41
- </template>
42
- </t-button>
43
- </div>
44
- </div>
45
- </t-form-item>
46
- </t-form>
47
-
48
- <!-- 转审人员选择 -->
49
- <t-dialog header="选择转审人" :visible="showTransferDialog" :confirm-btn="{ content: '确定', theme: 'primary' }"
50
- :cancel-btn="{ content: '取消', theme: 'default' }" @confirm="confirmTransfer" @close="showTransferDialog = false">
51
- <EbizEmployeeSelector v-model="transferApprover" :single="true"></EbizEmployeeSelector>
52
- </t-dialog>
53
-
54
- <!-- 转接待人选择 -->
55
- <t-dialog header="选择接待人" :visible="showReceiverDialog" :confirm-btn="{ content: '确定', theme: 'primary' }"
56
- :cancel-btn="{ content: '取消', theme: 'default' }" @confirm="confirmReceiver" @close="showReceiverDialog = false">
57
- <EbizEmployeeSelector v-model="selectedReceiver" :single="true"></EbizEmployeeSelector>
58
- </t-dialog>
59
-
60
- <!-- 加签位置选择 -->
61
- <t-dialog header="选择加签位置" :visible="showPositionDialog" :confirm-btn="{ content: '确定', theme: 'primary' }"
62
- :cancel-btn="{ content: '取消', theme: 'default' }" @confirm="confirmPosition" @close="showPositionDialog = false">
63
- <t-radio-group v-model="addSignPosition">
64
- <t-radio value="before">往前加签</t-radio>
65
- <t-radio value="after">往后加签</t-radio>
66
- </t-radio-group>
67
- </t-dialog>
68
-
69
- <!-- 加签人员选择 -->
70
- <t-dialog header="选择加签人员" :visible="showAddSignDialog" :confirm-btn="{ content: '确定', theme: 'primary' }"
71
- :cancel-btn="{ content: '取消', theme: 'default' }" @confirm="confirmAddSign" @close="showAddSignDialog = false">
72
- <EbizEmployeeSelector v-model="selectedAddSignUser" :single="true"></EbizEmployeeSelector>
73
- </t-dialog>
74
-
75
- <!-- 退回确认 -->
76
- <t-dialog header="退回确认" :visible="showReturnDialog" :confirm-btn="{ content: '确定退回', theme: 'danger' }"
77
- :cancel-btn="{ content: '取消', theme: 'default' }" @confirm="confirmReturn" @close="showReturnDialog = false">
78
- <p>确定要退回该审批吗?</p>
79
- </t-dialog>
80
- </div>
81
- </template>
82
-
83
- <script setup>
84
- import {
85
- Form as TForm,
86
- FormItem as TFormItem,
87
- Button as TButton,
88
- Icon as TIcon,
89
- Textarea as TTextarea,
90
- Dropdown as TDropdown,
91
- Dialog as TDialog,
92
- Select as TSelect,
93
- RadioGroup as TRadioGroup,
94
- Radio as TRadio,
95
- Input as TInput,
96
- MessagePlugin
97
- } from 'tdesign-vue-next'
98
- import { defineProps, defineEmits, ref, reactive, computed, onMounted } from 'vue'
99
- import { dataService, EbizEmployeeSelector, EbizApproval } from '../index'
100
- import { EbizUpload } from '../index.js'
101
-
102
- const request = (params = {}, apiConfig = {}, url = '') => {
103
- return dataService.fetch(params, apiConfig, url)
104
- }
105
- const props = defineProps({
106
- loading: {
107
- type: Boolean,
108
- default: false
109
- },
110
- approvalDetail: {
111
- type: Object,
112
- default: () => ({})
113
- },
114
- taskId: {
115
- type: String,
116
- default: ''
117
- },
118
- businessKey: {
119
- type: String,
120
- default: ''
121
- },
122
- processInstanceId: {
123
- type: String,
124
- default: ''
125
- },
126
- taskDefinitionKey: {
127
- type: String,
128
- default: ''
129
- },
130
- utils: {
131
- type: Object,
132
- default: () => ({})
133
- }
134
- })
135
-
136
- const emit = defineEmits(['pass', 'reject', 'refresh'])
137
-
138
- // 基础数据
139
- const comments = ref('')
140
- const attachments = ref([])
141
- const showMoreActions = ref(false)
142
- const taskType = ref('')
143
-
144
- // 下一步审批人相关
145
- const hasNextApprover = ref(false)
146
- const isInWhiteList = ref(false)
147
- const selectedApprover = ref([])
148
- const selectedCCList = ref([])
149
-
150
- // 转审相关
151
- const showTransferDialog = ref(false)
152
- const transferApprover = ref(null)
153
-
154
- // 转接待人相关
155
- const showReceiverDialog = ref(false)
156
- const selectedReceiver = ref(null)
157
-
158
- // 加签相关
159
- const showPositionDialog = ref(false)
160
- const showAddSignDialog = ref(false)
161
- const addSignPosition = ref('after')
162
- const selectedAddSignUser = ref(null)
163
-
164
- // 退回相关
165
- const showReturnDialog = ref(false)
166
- const returnReason = ref('')
167
-
168
- // 员工选择相关
169
- const employeeLoading = ref(false)
170
- const employeeOptions = ref([])
171
-
172
- // 操作选项
173
- const actionOptions = computed(() => {
174
- const options = [
175
- { content: '转审', value: 'transfer' },
176
- { content: '加签', value: 'addSign' },
177
- { content: '退回', value: 'return' }
178
- ]
179
-
180
- // 如果是接待人节点,添加转接待人选项
181
- if (props.taskDefinitionKey === 'receiver') {
182
- options.unshift({ content: '转接待人', value: 'changeReceiver' })
183
- }
184
-
185
- return options
186
- })
187
-
188
- // 获取当前任务节点类型
189
- const getCurrentTaskType = async () => {
190
- try {
191
- employeeLoading.value = true
192
- const res = await request(
193
- { taskId: props.taskId },
194
- {},
195
- `/tasks/curr-user-task-type`
196
- )
197
- taskType.value = res.taskType
198
- } catch (err) {
199
- MessagePlugin.error(err.message || '获取任务类型失败')
200
- } finally {
201
- employeeLoading.value = false
202
- }
203
- }
204
-
205
- // 判断是否需要选择审批人
206
- const checkHasNextApprover = async () => {
207
- try {
208
- const res = await request(
209
- { taskId: props.taskId },
210
- {},
211
- '/tasks/next-user-task-type'
212
- )
213
- hasNextApprover.value = res.hasNextUserTask ? ['sequential', 'parallel'].includes(res.taskType) : false
214
- } catch (err) {
215
- MessagePlugin.error(err.message || '获取下一步审批信息失败')
216
- }
217
- }
218
-
219
- // 检查是否在白名单中
220
- const checkIsInWhiteList = async () => {
221
- if (props.taskDefinitionKey === 'receiver' && props.approvalDetail?.variables?.form?.receiver) {
222
- try {
223
- const res = await request(
224
- {},
225
- {
226
- key: 'visitor_whitelist_disenable_pagination',
227
- apiId: 2282,
228
- apiType: 0
229
- },
230
- ''
231
- )
232
- isInWhiteList.value = res?.data?.some(item =>
233
- item.emp_id === Number(props.approvalDetail.variables.form.receiver)
234
- )
235
- } catch (err) {
236
- MessagePlugin.error(err.message || '获取白名单信息失败')
237
- }
238
- }
239
- }
240
-
241
- // 获取员工列表
242
- const getEmployeeList = async () => {
243
- try {
244
- employeeLoading.value = true
245
- const res = await request(
246
- {},
247
- { key: 'approval_employee_list', apiId: 2269, apiType: '0' },
248
- ''
249
- )
250
- employeeOptions.value = (res.data || []).map(item => ({
251
- label: item.name,
252
- value: item.id
253
- }))
254
- } catch (err) {
255
- MessagePlugin.error(err.message || '获取员工列表失败')
256
- } finally {
257
- employeeLoading.value = false
258
- }
259
- }
260
-
261
- // 显示更多操作菜单
262
- const onShowMore = () => {
263
- showMoreActions.value = true
264
- }
265
-
266
- // 选择操作
267
- const onActionSelected = ({ value }) => {
268
- switch (value) {
269
- case 'transfer':
270
- showTransferDialog.value = true
271
- getEmployeeList()
272
- break
273
- case 'changeReceiver':
274
- showReceiverDialog.value = true
275
- getEmployeeList()
276
- break
277
- case 'addSign':
278
- if (taskType.value === 'sequential') {
279
- showPositionDialog.value = true
280
- } else {
281
- MessagePlugin.warning('加签仅支持会签模式')
282
- }
283
- break
284
- case 'return':
285
- showReturnDialog.value = true
286
- break
287
- }
288
- }
289
-
290
- // 通过审批
291
- const handlePass = async () => {
292
- console.log("selectedApprover", selectedApprover.value)
293
- // 检查是否需要选择下一步审批人
294
- if (!isInWhiteList.value && hasNextApprover.value && (!Array.isArray(selectedApprover.value) || selectedApprover.value.length === 0)) {
295
- MessagePlugin.warning('请先选择审批人')
296
- return
297
- }
298
-
299
- const params = {
300
- taskId: props.taskId,
301
- comment: comments.value,
302
- attachments: attachments.value,
303
- approve: true,
304
- ccList: selectedCCList.value || []
305
- }
306
-
307
- console.log("Array.isArray(selectedApprover.value)", Array.isArray(selectedApprover.value))
308
- if (Array.isArray(selectedApprover.value) && selectedApprover.value.length > 0) {
309
- params.approverList = selectedApprover.value
310
- }
311
-
312
- try {
313
- //await emit('pass', params)
314
-
315
- //通过审批申请
316
- await request(
317
- {
318
- ...params
319
- },
320
- {},
321
- `/tasks/${params.taskId}/complete`
322
- )
323
-
324
- emit('pass')
325
-
326
- comments.value = ''
327
- attachments.value = []
328
- } catch (err) {
329
- MessagePlugin.error(err.message || '操作失败')
330
- }
331
- }
332
-
333
- // 拒绝审批
334
- const handleReject = async () => {
335
- try {
336
- //await emit('reject', comments.value)
337
- await request(
338
- {
339
- taskId: props.taskId,
340
- comment: comments.value,
341
- approve: false
342
- },
343
- {},
344
- `/tasks/${props.taskId}/complete`
345
- )
346
- emit('reject')
347
- comments.value = ''
348
- attachments.value = []
349
- } catch (err) {
350
- MessagePlugin.error(err.message || '操作失败')
351
- }
352
- }
353
-
354
- // 确认转审
355
- const confirmTransfer = async () => {
356
- if (!transferApprover.value) {
357
- MessagePlugin.warning('请选择转审人')
358
- return
359
- }
360
-
361
- try {
362
- const res = await request(
363
- {
364
- toUserId: String(transferApprover.value),
365
- comment: comments.value,
366
- attachments: attachments.value
367
- },
368
- {},
369
- `/tasks/${props.taskId}/transfer`
370
- )
371
-
372
- if (res.success) {
373
- MessagePlugin.success(res.message || '转审成功')
374
- showTransferDialog.value = false
375
- transferApprover.value = null
376
- emit('refresh')
377
- }
378
- } catch (err) {
379
- MessagePlugin.error(err.message || '转审失败')
380
- }
381
- }
382
-
383
- // 确认转接待人
384
- const confirmReceiver = async () => {
385
- if (!selectedReceiver.value) {
386
- MessagePlugin.warning('请选择接待人')
387
- return
388
- }
389
-
390
- try {
391
- const res = await request(
392
- {
393
- saveData: {
394
- id: props.approvalDetail.variables.form.id,
395
- receiver: String(selectedReceiver.value),
396
- taskId: props.taskId,
397
- comment: comments.value,
398
- attachments: attachments.value
399
- }
400
- },
401
- {
402
- key: 'out_visitor_apply_update_receiver',
403
- apiId: 2276,
404
- apiType: 5
405
- },
406
- ''
407
- )
408
-
409
- MessagePlugin.success('转接待人成功')
410
-
411
- showReceiverDialog.value = false
412
- selectedReceiver.value = null
413
- emit('refresh')
414
- } catch (err) {
415
- MessagePlugin.error(err.message || '转接待人失败')
416
- }
417
- }
418
-
419
- // 确认加签位置
420
- const confirmPosition = () => {
421
- showPositionDialog.value = false
422
- showAddSignDialog.value = true
423
- getEmployeeList()
424
- }
425
-
426
- // 确认加签
427
- const confirmAddSign = async () => {
428
- if (!selectedAddSignUser.value) {
429
- MessagePlugin.warning('请选择加签人员')
430
- return
431
- }
432
-
433
- try {
434
- const res = await request(
435
- {
436
- userIds: [selectedAddSignUser.value],
437
- position: addSignPosition.value,
438
- comment: comments.value,
439
- attachments: attachments.value
440
- },
441
- {},
442
- `/tasks/${props.taskId}/addSign`
443
- )
444
-
445
- MessagePlugin.success('加签成功')
446
-
447
- showAddSignDialog.value = false
448
- selectedAddSignUser.value = null
449
-
450
- /* if (addSignPosition.value === 'before') {
451
- emit('refresh')
452
- } */
453
- emit('refresh')
454
- } catch (err) {
455
- MessagePlugin.error(err.message || '加签失败')
456
- }
457
- }
458
-
459
- // 确认退回
460
- const confirmReturn = async () => {
461
- try {
462
- const res = await request(
463
- {
464
- comment: comments.value,
465
- attachments: attachments.value
466
- },
467
- {},
468
- `/tasks/${props.taskId}/return`
469
- )
470
-
471
- MessagePlugin.success('退回成功')
472
-
473
- showReturnDialog.value = false
474
- returnReason.value = ''
475
- emit('refresh')
476
- } catch (err) {
477
- MessagePlugin.error(err.message || '退回失败')
478
- }
479
- }
480
-
481
- onMounted(async () => {
482
- if (props.taskId) {
483
- await getCurrentTaskType()
484
- await checkHasNextApprover()
485
- await checkIsInWhiteList()
486
- }
487
- })
488
- </script>
489
-
490
- <style scoped>
491
- .component-base-style {
492
- margin: 0px;
493
- }
494
-
495
- .approval-form {
496
- position: relative;
497
- }
498
-
499
- .button-group {
500
- display: flex;
501
- justify-content: space-between;
502
- align-items: center;
503
- }
504
-
505
- .more-actions {
506
- margin-right: 10px;
507
- }
1
+ <template>
2
+ <div class="approval-form">
3
+ <t-form labelWidth="100px" labelAlign="right" class="component-base-style" :data="{}">
4
+ <!-- 添加审批人选择组件 -->
5
+ <div v-if="!isInWhiteList && hasNextApprover" style="margin-bottom: 10px;">
6
+ <ebiz-approval :showCC="false" type="all" :showRootOrg="false" class="component-base-style"
7
+ :required="hasNextApprover" v-model:approverList="selectedApprover" :canEdit="hasNextApprover"
8
+ v-model:ccList="selectedCCList">
9
+ <template #title>
10
+ <div></div>
11
+ </template>
12
+ </ebiz-approval>
13
+ </div>
14
+ <t-form-item label="审批意见">
15
+ <t-textarea placeholder="请输入" :maxLength="200" :maxCharacter="true" class="component-base-style"
16
+ v-model="comments"></t-textarea>
17
+ </t-form-item>
18
+ <t-form-item label="附件">
19
+ <ebiz-upload v-model="attachments" :multiple="true" theme="file" />
20
+ </t-form-item>
21
+ <t-form-item>
22
+ <div class="button-group">
23
+ <div class="more-actions">
24
+ <t-dropdown :options="actionOptions" @click="onActionSelected">
25
+ <t-button theme="default" variant="outline">
26
+ <template #icon>
27
+ <t-icon name="ellipsis" size="large" class="component-base-style"></t-icon>
28
+ </template>
29
+ </t-button>
30
+ </t-dropdown>
31
+ </div>
32
+ <div>
33
+ <t-button theme="primary" type="submit" content="通过" @click="handlePass">
34
+ <template #icon>
35
+ <t-icon name="check" size="large" class="component-base-style"></t-icon>
36
+ </template>
37
+ </t-button>
38
+ <t-button content="拒绝" the type="reset" style="margin-left: 10px" @click="handleReject">
39
+ <template #icon>
40
+ <t-icon name="close" size="large" class="component-base-style"></t-icon>
41
+ </template>
42
+ </t-button>
43
+ </div>
44
+ </div>
45
+ </t-form-item>
46
+ </t-form>
47
+
48
+ <!-- 转审人员选择 -->
49
+ <t-dialog header="选择转审人" :visible="showTransferDialog" :confirm-btn="{ content: '确定', theme: 'primary' }"
50
+ :cancel-btn="{ content: '取消', theme: 'default' }" @confirm="confirmTransfer" @close="showTransferDialog = false">
51
+ <EbizEmployeeSelector v-model="transferApprover" :single="true"></EbizEmployeeSelector>
52
+ </t-dialog>
53
+
54
+ <!-- 转接待人选择 -->
55
+ <t-dialog header="选择接待人" :visible="showReceiverDialog" :confirm-btn="{ content: '确定', theme: 'primary' }"
56
+ :cancel-btn="{ content: '取消', theme: 'default' }" @confirm="confirmReceiver" @close="showReceiverDialog = false">
57
+ <EbizEmployeeSelector v-model="selectedReceiver" :single="true"></EbizEmployeeSelector>
58
+ </t-dialog>
59
+
60
+ <!-- 加签位置选择 -->
61
+ <t-dialog header="选择加签位置" :visible="showPositionDialog" :confirm-btn="{ content: '确定', theme: 'primary' }"
62
+ :cancel-btn="{ content: '取消', theme: 'default' }" @confirm="confirmPosition" @close="showPositionDialog = false">
63
+ <t-radio-group v-model="addSignPosition">
64
+ <t-radio value="before">往前加签</t-radio>
65
+ <t-radio value="after">往后加签</t-radio>
66
+ </t-radio-group>
67
+ </t-dialog>
68
+
69
+ <!-- 加签人员选择 -->
70
+ <t-dialog header="选择加签人员" :visible="showAddSignDialog" :confirm-btn="{ content: '确定', theme: 'primary' }"
71
+ :cancel-btn="{ content: '取消', theme: 'default' }" @confirm="confirmAddSign" @close="showAddSignDialog = false">
72
+ <EbizEmployeeSelector v-model="selectedAddSignUser" :single="true"></EbizEmployeeSelector>
73
+ </t-dialog>
74
+
75
+ <!-- 退回确认 -->
76
+ <t-dialog header="退回确认" :visible="showReturnDialog" :confirm-btn="{ content: '确定退回', theme: 'danger' }"
77
+ :cancel-btn="{ content: '取消', theme: 'default' }" @confirm="confirmReturn" @close="showReturnDialog = false">
78
+ <p>确定要退回该审批吗?</p>
79
+ </t-dialog>
80
+ </div>
81
+ </template>
82
+
83
+ <script setup>
84
+ import {
85
+ Form as TForm,
86
+ FormItem as TFormItem,
87
+ Button as TButton,
88
+ Icon as TIcon,
89
+ Textarea as TTextarea,
90
+ Dropdown as TDropdown,
91
+ Dialog as TDialog,
92
+ Select as TSelect,
93
+ RadioGroup as TRadioGroup,
94
+ Radio as TRadio,
95
+ Input as TInput,
96
+ MessagePlugin
97
+ } from 'tdesign-vue-next'
98
+ import { defineProps, defineEmits, ref, reactive, computed, onMounted } from 'vue'
99
+ import { dataService, EbizEmployeeSelector, EbizApproval } from '../index'
100
+ import { EbizUpload } from '../index.js'
101
+
102
+ const request = (params = {}, apiConfig = {}, url = '') => {
103
+ return dataService.fetch(params, apiConfig, url)
104
+ }
105
+ const props = defineProps({
106
+ loading: {
107
+ type: Boolean,
108
+ default: false
109
+ },
110
+ approvalDetail: {
111
+ type: Object,
112
+ default: () => ({})
113
+ },
114
+ taskId: {
115
+ type: String,
116
+ default: ''
117
+ },
118
+ businessKey: {
119
+ type: String,
120
+ default: ''
121
+ },
122
+ processInstanceId: {
123
+ type: String,
124
+ default: ''
125
+ },
126
+ taskDefinitionKey: {
127
+ type: String,
128
+ default: ''
129
+ },
130
+ utils: {
131
+ type: Object,
132
+ default: () => ({})
133
+ }
134
+ })
135
+
136
+ const emit = defineEmits(['pass', 'reject', 'refresh'])
137
+
138
+ // 基础数据
139
+ const comments = ref('')
140
+ const attachments = ref([])
141
+ const showMoreActions = ref(false)
142
+ const taskType = ref('')
143
+
144
+ // 下一步审批人相关
145
+ const hasNextApprover = ref(false)
146
+ const isInWhiteList = ref(false)
147
+ const selectedApprover = ref([])
148
+ const selectedCCList = ref([])
149
+
150
+ // 转审相关
151
+ const showTransferDialog = ref(false)
152
+ const transferApprover = ref(null)
153
+
154
+ // 转接待人相关
155
+ const showReceiverDialog = ref(false)
156
+ const selectedReceiver = ref(null)
157
+
158
+ // 加签相关
159
+ const showPositionDialog = ref(false)
160
+ const showAddSignDialog = ref(false)
161
+ const addSignPosition = ref('after')
162
+ const selectedAddSignUser = ref(null)
163
+
164
+ // 退回相关
165
+ const showReturnDialog = ref(false)
166
+ const returnReason = ref('')
167
+
168
+ // 员工选择相关
169
+ const employeeLoading = ref(false)
170
+ const employeeOptions = ref([])
171
+
172
+ // 操作选项
173
+ const actionOptions = computed(() => {
174
+ const options = [
175
+ { content: '转审', value: 'transfer' },
176
+ { content: '加签', value: 'addSign' },
177
+ { content: '退回', value: 'return' }
178
+ ]
179
+
180
+ // 如果是接待人节点,添加转接待人选项
181
+ if (props.taskDefinitionKey === 'receiver') {
182
+ options.unshift({ content: '转接待人', value: 'changeReceiver' })
183
+ }
184
+
185
+ return options
186
+ })
187
+
188
+ // 获取当前任务节点类型
189
+ const getCurrentTaskType = async () => {
190
+ try {
191
+ employeeLoading.value = true
192
+ const res = await request(
193
+ { taskId: props.taskId },
194
+ {},
195
+ `/tasks/curr-user-task-type`
196
+ )
197
+ taskType.value = res.taskType
198
+ } catch (err) {
199
+ MessagePlugin.error(err.message || '获取任务类型失败')
200
+ } finally {
201
+ employeeLoading.value = false
202
+ }
203
+ }
204
+
205
+ // 判断是否需要选择审批人
206
+ const checkHasNextApprover = async () => {
207
+ try {
208
+ const res = await request(
209
+ { taskId: props.taskId },
210
+ {},
211
+ '/tasks/next-user-task-type'
212
+ )
213
+ hasNextApprover.value = res.hasNextUserTask ? ['sequential', 'parallel'].includes(res.taskType) : false
214
+ } catch (err) {
215
+ MessagePlugin.error(err.message || '获取下一步审批信息失败')
216
+ }
217
+ }
218
+
219
+ // 检查是否在白名单中
220
+ const checkIsInWhiteList = async () => {
221
+ if (props.taskDefinitionKey === 'receiver' && props.approvalDetail?.variables?.form?.receiver) {
222
+ try {
223
+ const res = await request(
224
+ {},
225
+ {
226
+ key: 'visitor_whitelist_disenable_pagination',
227
+ apiId: 2282,
228
+ apiType: 0
229
+ },
230
+ ''
231
+ )
232
+ isInWhiteList.value = res?.data?.some(item =>
233
+ item.emp_id === Number(props.approvalDetail.variables.form.receiver)
234
+ )
235
+ } catch (err) {
236
+ MessagePlugin.error(err.message || '获取白名单信息失败')
237
+ }
238
+ }
239
+ }
240
+
241
+ // 获取员工列表
242
+ const getEmployeeList = async () => {
243
+ try {
244
+ employeeLoading.value = true
245
+ const res = await request(
246
+ {},
247
+ { key: 'approval_employee_list', apiId: 2269, apiType: '0' },
248
+ ''
249
+ )
250
+ employeeOptions.value = (res.data || []).map(item => ({
251
+ label: item.name,
252
+ value: item.id
253
+ }))
254
+ } catch (err) {
255
+ MessagePlugin.error(err.message || '获取员工列表失败')
256
+ } finally {
257
+ employeeLoading.value = false
258
+ }
259
+ }
260
+
261
+ // 显示更多操作菜单
262
+ const onShowMore = () => {
263
+ showMoreActions.value = true
264
+ }
265
+
266
+ // 选择操作
267
+ const onActionSelected = ({ value }) => {
268
+ switch (value) {
269
+ case 'transfer':
270
+ showTransferDialog.value = true
271
+ getEmployeeList()
272
+ break
273
+ case 'changeReceiver':
274
+ showReceiverDialog.value = true
275
+ getEmployeeList()
276
+ break
277
+ case 'addSign':
278
+ if (taskType.value === 'sequential') {
279
+ showPositionDialog.value = true
280
+ } else {
281
+ MessagePlugin.warning('加签仅支持会签模式')
282
+ }
283
+ break
284
+ case 'return':
285
+ showReturnDialog.value = true
286
+ break
287
+ }
288
+ }
289
+
290
+ // 通过审批
291
+ const handlePass = async () => {
292
+ console.log("selectedApprover", selectedApprover.value)
293
+ // 检查是否需要选择下一步审批人
294
+ if (!isInWhiteList.value && hasNextApprover.value && (!Array.isArray(selectedApprover.value) || selectedApprover.value.length === 0)) {
295
+ MessagePlugin.warning('请先选择审批人')
296
+ return
297
+ }
298
+
299
+ const params = {
300
+ taskId: props.taskId,
301
+ comment: comments.value,
302
+ attachments: attachments.value,
303
+ approve: true,
304
+ ccList: selectedCCList.value || []
305
+ }
306
+
307
+ console.log("Array.isArray(selectedApprover.value)", Array.isArray(selectedApprover.value))
308
+ if (Array.isArray(selectedApprover.value) && selectedApprover.value.length > 0) {
309
+ params.approverList = selectedApprover.value
310
+ }
311
+
312
+ try {
313
+ //await emit('pass', params)
314
+
315
+ //通过审批申请
316
+ await request(
317
+ {
318
+ ...params
319
+ },
320
+ {},
321
+ `/tasks/${params.taskId}/complete`
322
+ )
323
+
324
+ emit('pass')
325
+
326
+ comments.value = ''
327
+ attachments.value = []
328
+ } catch (err) {
329
+ MessagePlugin.error(err.message || '操作失败')
330
+ }
331
+ }
332
+
333
+ // 拒绝审批
334
+ const handleReject = async () => {
335
+ try {
336
+ //await emit('reject', comments.value)
337
+ await request(
338
+ {
339
+ taskId: props.taskId,
340
+ comment: comments.value,
341
+ approve: false
342
+ },
343
+ {},
344
+ `/tasks/${props.taskId}/complete`
345
+ )
346
+ emit('reject')
347
+ comments.value = ''
348
+ attachments.value = []
349
+ } catch (err) {
350
+ MessagePlugin.error(err.message || '操作失败')
351
+ }
352
+ }
353
+
354
+ // 确认转审
355
+ const confirmTransfer = async () => {
356
+ if (!transferApprover.value) {
357
+ MessagePlugin.warning('请选择转审人')
358
+ return
359
+ }
360
+
361
+ try {
362
+ const res = await request(
363
+ {
364
+ toUserId: String(transferApprover.value),
365
+ comment: comments.value,
366
+ attachments: attachments.value
367
+ },
368
+ {},
369
+ `/tasks/${props.taskId}/transfer`
370
+ )
371
+
372
+ if (res.success) {
373
+ MessagePlugin.success(res.message || '转审成功')
374
+ showTransferDialog.value = false
375
+ transferApprover.value = null
376
+ emit('refresh')
377
+ }
378
+ } catch (err) {
379
+ MessagePlugin.error(err.message || '转审失败')
380
+ }
381
+ }
382
+
383
+ // 确认转接待人
384
+ const confirmReceiver = async () => {
385
+ if (!selectedReceiver.value) {
386
+ MessagePlugin.warning('请选择接待人')
387
+ return
388
+ }
389
+
390
+ try {
391
+ const res = await request(
392
+ {
393
+ saveData: {
394
+ id: props.approvalDetail.variables.form.id,
395
+ receiver: String(selectedReceiver.value),
396
+ taskId: props.taskId,
397
+ comment: comments.value,
398
+ attachments: attachments.value
399
+ }
400
+ },
401
+ {
402
+ key: 'out_visitor_apply_update_receiver',
403
+ apiId: 2276,
404
+ apiType: 5
405
+ },
406
+ ''
407
+ )
408
+
409
+ MessagePlugin.success('转接待人成功')
410
+
411
+ showReceiverDialog.value = false
412
+ selectedReceiver.value = null
413
+ emit('refresh')
414
+ } catch (err) {
415
+ MessagePlugin.error(err.message || '转接待人失败')
416
+ }
417
+ }
418
+
419
+ // 确认加签位置
420
+ const confirmPosition = () => {
421
+ showPositionDialog.value = false
422
+ showAddSignDialog.value = true
423
+ getEmployeeList()
424
+ }
425
+
426
+ // 确认加签
427
+ const confirmAddSign = async () => {
428
+ if (!selectedAddSignUser.value) {
429
+ MessagePlugin.warning('请选择加签人员')
430
+ return
431
+ }
432
+
433
+ try {
434
+ const res = await request(
435
+ {
436
+ userIds: [selectedAddSignUser.value],
437
+ position: addSignPosition.value,
438
+ comment: comments.value,
439
+ attachments: attachments.value
440
+ },
441
+ {},
442
+ `/tasks/${props.taskId}/addSign`
443
+ )
444
+
445
+ MessagePlugin.success('加签成功')
446
+
447
+ showAddSignDialog.value = false
448
+ selectedAddSignUser.value = null
449
+
450
+ /* if (addSignPosition.value === 'before') {
451
+ emit('refresh')
452
+ } */
453
+ emit('refresh')
454
+ } catch (err) {
455
+ MessagePlugin.error(err.message || '加签失败')
456
+ }
457
+ }
458
+
459
+ // 确认退回
460
+ const confirmReturn = async () => {
461
+ try {
462
+ const res = await request(
463
+ {
464
+ comment: comments.value,
465
+ attachments: attachments.value
466
+ },
467
+ {},
468
+ `/tasks/${props.taskId}/return`
469
+ )
470
+
471
+ MessagePlugin.success('退回成功')
472
+
473
+ showReturnDialog.value = false
474
+ returnReason.value = ''
475
+ emit('refresh')
476
+ } catch (err) {
477
+ MessagePlugin.error(err.message || '退回失败')
478
+ }
479
+ }
480
+
481
+ onMounted(async () => {
482
+ if (props.taskId) {
483
+ await getCurrentTaskType()
484
+ await checkHasNextApprover()
485
+ await checkIsInWhiteList()
486
+ }
487
+ })
488
+ </script>
489
+
490
+ <style scoped>
491
+ .component-base-style {
492
+ margin: 0px;
493
+ }
494
+
495
+ .approval-form {
496
+ position: relative;
497
+ }
498
+
499
+ .button-group {
500
+ display: flex;
501
+ justify-content: space-between;
502
+ align-items: center;
503
+ }
504
+
505
+ .more-actions {
506
+ margin-right: 10px;
507
+ }
508
508
  </style>