任务清单增加催办功能
This commit is contained in:
@@ -15,12 +15,13 @@
|
|||||||
<div class="box-title-text">
|
<div class="box-title-text">
|
||||||
<div class="title-text">
|
<div class="title-text">
|
||||||
<span class="title-text-text"
|
<span class="title-text-text"
|
||||||
:title="$t('CertificationProgress')">{{$t('CertificationProgress')}}</span>
|
:title="$t('taskType')">{{$t('taskType')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- mode="multiple"-->
|
<!-- mode="multiple"-->
|
||||||
<a-form-model-item class="itemModel" prop="type">
|
<a-form-model-item class="itemModel" prop="type">
|
||||||
<a-select v-model="formInline.type"
|
<a-select v-model="formInline.type"
|
||||||
class='box-input'
|
class='box-input'
|
||||||
|
:placeholder="$t('PleaseSelect') + $t('taskType')"
|
||||||
:getPopupContainer="triggerNode=> triggerNode.parentNode"
|
:getPopupContainer="triggerNode=> triggerNode.parentNode"
|
||||||
allowClear>
|
allowClear>
|
||||||
<a-select-option v-for="(item, key) in cuibanList" :key="key" :value="item.value">
|
<a-select-option v-for="(item, key) in cuibanList" :key="key" :value="item.value">
|
||||||
@@ -51,7 +52,7 @@ export default {
|
|||||||
type: [
|
type: [
|
||||||
{
|
{
|
||||||
required: true,
|
required: true,
|
||||||
message: this.$t('PleaseSelect') + this.$t('CertificationProgress'),
|
message: this.$t('PleaseSelect') + this.$t('taskType'),
|
||||||
trigger: 'change'
|
trigger: 'change'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -118,7 +119,7 @@ export default {
|
|||||||
})
|
})
|
||||||
ProjectTaskUrgVo = {
|
ProjectTaskUrgVo = {
|
||||||
projectLawsInventoryIds: projectLawsInventoryId.join(','),
|
projectLawsInventoryIds: projectLawsInventoryId.join(','),
|
||||||
type: this.formInline.type
|
type: this.formInline.type,
|
||||||
}
|
}
|
||||||
this.confirmLoading = true
|
this.confirmLoading = true
|
||||||
postAction('/project/projectLawsInventoryEO/taskUrg', ProjectTaskUrgVo).then((res) => {
|
postAction('/project/projectLawsInventoryEO/taskUrg', ProjectTaskUrgVo).then((res) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user