yxk-20260707
党委会、所务会增加分管所领导字段
This commit is contained in:
@@ -69,6 +69,17 @@
|
||||
<j-dict-select-tag v-model:value="mainForm.isImportant" :disabled="mainDisabled" dictCode="yn" allow-clear />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :span="12">
|
||||
<a-form-item label="分管所领导" name="manageSuoleader">
|
||||
<DeptRoleUserSelectDropDown
|
||||
v-model:value="mainForm.manageSuoleader"
|
||||
:deptId="CHARGE_LEADER_DEPT_ID"
|
||||
:roleId="CHARGE_LEADER_ROLE_ID"
|
||||
:disabled="mainDisabled"
|
||||
placeholder="请选择分管所领导"
|
||||
/>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :span="12">
|
||||
<a-form-item label="责任部门" name="responDeptid">
|
||||
<j-select-dept
|
||||
@@ -236,6 +247,11 @@
|
||||
import BgPartymatterBPMFeedbackModal from './BgPartymatterBPMFeedbackModal.vue';
|
||||
import SUploadFile from '/@/components/semri/fileComponent/SUploadFile.vue';
|
||||
import SzDeptUserModal from '/@/components/semri/deptUserComponent/SzDeptUserModal.vue';
|
||||
import DeptRoleUserSelectDropDown from '/@/components/semri/userComponent/DeptRoleUserSelectDropDown.vue';
|
||||
import {
|
||||
PARTY_COMMITTEE_DEPT_ID as CHARGE_LEADER_DEPT_ID,
|
||||
CHARGE_LEADER_ROLE_ID,
|
||||
} from '/@/constant/supervision';
|
||||
const { isDisabledAuth, hasPermission, initBpmFormData} = usePermission();
|
||||
|
||||
const props = defineProps({
|
||||
@@ -296,6 +312,7 @@
|
||||
matterCode: '',
|
||||
noticeNumber: '',
|
||||
isImportant: '',
|
||||
manageSuoleader: '',
|
||||
responDeptid: '',
|
||||
assistDeptid: '',
|
||||
actualExect: '',
|
||||
|
||||
Reference in New Issue
Block a user