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