!16 feat(xispeak): 更新流程发起默认FORM_URL参数及节点权限配置
* feat(xispeak): 更新流程发起默认FORM_URL参数及节点权限配置
This commit is contained in:
@@ -81,12 +81,12 @@ showFeedbackInfo → 反馈信息区域(表格 + 表头)
|
|||||||
* **edit** `0` —— 基础信息可编辑
|
* **edit** `0` —— 基础信息可编辑
|
||||||
* **showProcessHandle** `1` —— 流程办理区域
|
* **showProcessHandle** `1` —— 流程办理区域
|
||||||
* **showSubApproveUser** `1` —— 是否办结 + 部门经办人
|
* **showSubApproveUser** `1` —— 是否办结 + 部门经办人
|
||||||
* **showFeedbackInfo** `0` —— 反馈信息区域
|
* **showFeedbackInfo** `1` —— 反馈信息区域
|
||||||
* **showAddFeedback** `0` —— 新增反馈按钮
|
* **showAddFeedback** `1` —— 新增反馈按钮
|
||||||
* **showEditFeedback** `0` —— 编辑/删除操作列
|
* **showEditFeedback** `1` —— 编辑/删除操作列
|
||||||
* **showDeptFeedback** `0` —— 按部门过滤反馈
|
* **showDeptFeedback** `1` —— 按部门过滤反馈
|
||||||
* **showJiJianFields** `0` —— 纪检字段列
|
* **showJiJianFields** `0` —— 纪检字段列
|
||||||
* bg/xispeak/components/BgXiSpeakBPMForm?showProcessHandle=1&showSubApproveUser=1
|
* bg/xispeak/components/BgXiSpeakBPMForm?showProcessHandle=1&showSubApproveUser=1&showFeedbackInfo=1&showAddFeedback=1&showEditFeedback=1&showDeptFeedback=1
|
||||||
---
|
---
|
||||||
|
|
||||||
### 节点: <收集流程部门经办人填写>
|
### 节点: <收集流程部门经办人填写>
|
||||||
@@ -215,7 +215,7 @@ showFeedbackInfo → 反馈信息区域(表格 + 表头)
|
|||||||
* **jiJianFieldsReadonly** `0` —— 弹窗内纪检字段只读
|
* **jiJianFieldsReadonly** `0` —— 弹窗内纪检字段只读
|
||||||
* **showDeptFeedback** `0` —— 按部门过滤反馈
|
* **showDeptFeedback** `0` —— 按部门过滤反馈
|
||||||
* **showJiJianFields** `1` —— 纪检字段列
|
* **showJiJianFields** `1` —— 纪检字段列
|
||||||
* bg/xispeak/components/BgXiSpeakBPMForm?showProcessHandle=1&showFeedbackInfo=1&showEditFeedback=1&showJiJianFields=1
|
* bg/xispeak/components/BgXiSpeakBPMForm?showProcessHandle=1&showFeedbackInfo=1&showJiJianFields=1
|
||||||
---
|
---
|
||||||
|
|
||||||
### 节点: <督办部门经办人确认全部反馈事项>
|
### 节点: <督办部门经办人确认全部反馈事项>
|
||||||
@@ -323,3 +323,19 @@ showFeedbackInfo → 反馈信息区域(表格 + 表头)
|
|||||||
* **showJiJianFields** `1` —— 纪检字段列
|
* **showJiJianFields** `1` —— 纪检字段列
|
||||||
* bg/xispeak/components/BgXiSpeakBPMForm?showProcessHandle=1&showFeedbackInfo=1&showJiJianFields=1
|
* bg/xispeak/components/BgXiSpeakBPMForm?showProcessHandle=1&showFeedbackInfo=1&showJiJianFields=1
|
||||||
---
|
---
|
||||||
|
|
||||||
|
### 节点: <部门负责人直接反馈>
|
||||||
|
* taskDefKey: `<Task_0sialna>`
|
||||||
|
|
||||||
|
* **edit** `0` —— 基础信息可编辑
|
||||||
|
* **showProcessHandle** `1` —— 流程办理区域
|
||||||
|
* **showSubApproveUser** `0` —— 是否办结 + 部门经办人
|
||||||
|
* **showFeedbackInfo** `1` —— 反馈信息区域
|
||||||
|
* **showAddFeedback** `1` —— 新增反馈按钮
|
||||||
|
* **showEditFeedback** `1` —— 编辑/删除操作列
|
||||||
|
* **jiJianFieldsReadonly** `1` —— 弹窗内纪检字段只读
|
||||||
|
* **showDeptFeedback** `1` —— 按部门过滤反馈
|
||||||
|
* **showJiJianFields** `1` —— 纪检字段列
|
||||||
|
* bg/xispeak/components/BgXiSpeakBPMForm?showProcessHandle=1&showFeedbackInfo=1&showAddFeedback=1&showEditFeedback=1&showDeptFeedback=1&jiJianFieldsReadonly=1&showJiJianFields=1
|
||||||
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -91,7 +91,7 @@
|
|||||||
const FLOW_NAME = '习总书记重要讲话指示批示';
|
const FLOW_NAME = '习总书记重要讲话指示批示';
|
||||||
const FLOW_CODE_JBR = 'bg_xi_speak_fb_01';
|
const FLOW_CODE_JBR = 'bg_xi_speak_fb_01';
|
||||||
const BUSINESS_TABLE_NAME = 'bg_xi_speak';
|
const BUSINESS_TABLE_NAME = 'bg_xi_speak';
|
||||||
const FORM_URL = 'bg/xispeak/components/BgXiSpeakBPMForm';
|
const FORM_URL = 'bg/xispeak/components/BgXiSpeakBPMForm?showProcessHandle=0&showFeedbackInfo=1&showJiJianFields=1';
|
||||||
|
|
||||||
const [registerBpmModal, { openModal: bpmPicModal }] = useModal();
|
const [registerBpmModal, { openModal: bpmPicModal }] = useModal();
|
||||||
const { createMessage } = useMessage();
|
const { createMessage } = useMessage();
|
||||||
|
|||||||
Reference in New Issue
Block a user