[update] 修改企标制修订

This commit is contained in:
lideqin
2023-12-27 16:00:38 +08:00
parent 5c8eb0dc1f
commit 2c8fec7394
4 changed files with 18 additions and 11 deletions
@@ -309,10 +309,10 @@ export default {
this.currentNodeName = '主起草人起草分发'
}
// 需要能判断是自动发起还是手动发起??
// if (this.currentNode === 1 && this.$route.query.taskId) {
// // 有任务id说明是从待办进来的至少是自动发起
// this.flowInitType = 'auto'
// }
if (this.currentNode === 1 && this.$route.query.processInstanceId) {
// 有流程id说明是从待办进来的是自动发起
this.flowInitType = 'auto'
}
},
data () {
return {
@@ -42,8 +42,8 @@
<div class="form-flex-box">
<!-- 部门联络人主管级领导 -->
<!-- 人员是固定的通过联络人管理维护后自动带出该领导审批给该领导自动发送待办人员离职后管理员给转办待办任务 -->
<div class="box-title-text form-flex-item">
<div class="title-text">
<div class="box-title-text form-flex-item form-flex-item-half">
<div class="title-text title-text-long">
<span class="required">*</span>
<span class="title-text-text" :title="$t('workCenter.enStandardRevision.departLiaisonLeader')">
{{ $t('workCenter.enStandardRevision.departLiaisonLeader') }}
@@ -226,4 +226,10 @@ export default {
height: 100%;
}
}
.form-flex-item-half {
width: 50%;
}
.title-text-long {
width: 180px !important;
}
</style>
@@ -33,6 +33,7 @@
<a-form-model-item class="item-model" prop="authDept">
<j-select-depart v-model="formInline.authDept"
:disabled="disabled"
:multi="true"
:backDepart="true" />
</a-form-model-item>
</div>
@@ -62,28 +62,28 @@ export default {
{ // 起草单位
title: this.$t('workCenter.enStandardRevision.draftingUnit'),
align: 'center',
width: 180,
width: 200,
dataIndex: 'dept_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 起草人
title: this.$t('workCenter.enStandardRevision.drafter'),
align: 'center',
width: 180,
width: 200,
dataIndex: 'user_dictText',
scopedSlots: { customRender: 'user' }
},
{ // 起草范围
title: this.$t('workCenter.enStandardRevision.draftingScope'),
align: 'center',
width: 180,
width: 200,
dataIndex: 'scope',
scopedSlots: { customRender: 'text' }
},
{ // 截止日期
title: this.$t('expirationDate'),
align: 'center',
width: 180,
width: 200,
dataIndex: 'deadline',
scopedSlots: { customRender: 'text' }
},
@@ -91,7 +91,7 @@ export default {
title: this.$t('operation'),
scopedSlots: { customRender: 'action' },
align: 'center',
fixed: 'right',
// fixed: 'right',
width: 200
}
],