待办中心增加截止时间,任务列表,任务节点的排序
This commit is contained in:
+35
-20
@@ -11,9 +11,11 @@
|
|||||||
style="height: 100%;overflow: auto;margin-bottom: 436px;">
|
style="height: 100%;overflow: auto;margin-bottom: 436px;">
|
||||||
|
|
||||||
<JLoading :loading="loading">{{textLoading}}</JLoading>
|
<JLoading :loading="loading">{{textLoading}}</JLoading>
|
||||||
<!-- <a-button style="float: right" @click="referenceDeliverablesClick"-->
|
<a-button style="float: right" @click="referenceDeliverablesClick"
|
||||||
<!-- v-if="this.queryData.isDisplay && (queryData.TaskKey == 'zrrtjjfw' || queryData.TaskKey == 'dezrrtjjfw')"-->
|
v-if="this.queryData.isDisplay && (queryData.TaskKey == 'zrrtjjfw' || queryData.TaskKey == 'dezrrtjjfw')"
|
||||||
<!-- type="primary">{{$t('referenceDeliverables')}}</a-button>-->
|
type="primary">{{$t('referenceDeliverables')}}
|
||||||
|
</a-button>
|
||||||
|
<a-icon class="questionClass" type="question-circle"/>
|
||||||
<projectInformation
|
<projectInformation
|
||||||
v-if="isDisplay"
|
v-if="isDisplay"
|
||||||
:title="$t('basicInformation')"
|
:title="$t('basicInformation')"
|
||||||
@@ -29,7 +31,7 @@
|
|||||||
:url="url"
|
:url="url"
|
||||||
:standardContentQuery="queryProject"
|
:standardContentQuery="queryProject"
|
||||||
/>
|
/>
|
||||||
<!-- :class="{'circulationHistory':this.queryData.isDisplay,'circulationHistoryOne':!this.queryData.isDisplay}"-->
|
<!-- :class="{'circulationHistory':this.queryData.isDisplay,'circulationHistoryOne':!this.queryData.isDisplay}"-->
|
||||||
<div>
|
<div>
|
||||||
<circulationHistory
|
<circulationHistory
|
||||||
v-if="isDisplay"
|
v-if="isDisplay"
|
||||||
@@ -38,8 +40,8 @@
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--:class="{'drawer-review':isDrawerClass,
|
<!--:class="{'drawer-review':isDrawerClass,
|
||||||
'drawer-review-One':!isDrawerClass}"-->
|
'drawer-review-One':!isDrawerClass}"-->
|
||||||
<div v-if="this.queryData.isDisplay" class="drawer-review">
|
<div v-if="this.queryData.isDisplay" class="drawer-review">
|
||||||
<reviewedByThePersonInCharge
|
<reviewedByThePersonInCharge
|
||||||
v-if="isDisplay"
|
v-if="isDisplay"
|
||||||
@@ -48,15 +50,15 @@
|
|||||||
:queryBy="queryBy"
|
:queryBy="queryBy"
|
||||||
:queryPersonInCharge="queryPersonInCharge"/>
|
:queryPersonInCharge="queryPersonInCharge"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="drawer-bootom-button">
|
<div class="drawer-bootom-button">
|
||||||
<footerProcess
|
<footerProcess
|
||||||
v-if="isDisplay"
|
v-if="isDisplay"
|
||||||
:is-cancel="isCancel"
|
:is-cancel="isCancel"
|
||||||
:is-confirm="isConfirm"
|
:is-confirm="isConfirm"
|
||||||
@cancel="handleCancel"
|
@cancel="handleCancel"
|
||||||
@confirm="confirm"
|
@confirm="confirm"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</a-drawer>
|
</a-drawer>
|
||||||
<referenceDeliverablesList ref="referenceDeliverablesListRef"
|
<referenceDeliverablesList ref="referenceDeliverablesListRef"
|
||||||
@referenceDeliverablesListForm="referenceDeliverablesListForm"/>
|
@referenceDeliverablesListForm="referenceDeliverablesListForm"/>
|
||||||
@@ -102,7 +104,7 @@
|
|||||||
{
|
{
|
||||||
title: this.$t('entryName'),
|
title: this.$t('entryName'),
|
||||||
value: 'projectName',
|
value: 'projectName',
|
||||||
projectVersion:'projectVersion',
|
projectVersion: 'projectVersion'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('regulationNo'),
|
title: this.$t('regulationNo'),
|
||||||
@@ -160,10 +162,10 @@
|
|||||||
handleCancel() {
|
handleCancel() {
|
||||||
this.visible = false
|
this.visible = false
|
||||||
},
|
},
|
||||||
referenceDeliverablesClick(){
|
referenceDeliverablesClick() {
|
||||||
this.$refs.referenceDeliverablesListRef.transferModel()
|
this.$refs.referenceDeliverablesListRef.transferModel()
|
||||||
},
|
},
|
||||||
referenceDeliverablesListForm(){
|
referenceDeliverablesListForm() {
|
||||||
|
|
||||||
},
|
},
|
||||||
confirm(operatorTime) {
|
confirm(operatorTime) {
|
||||||
@@ -281,7 +283,7 @@
|
|||||||
getAction(this.url.queryProjectLawsInventoryInfoById, query).then((res) => {
|
getAction(this.url.queryProjectLawsInventoryInfoById, query).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.queryProject = res.result[0] || {}
|
this.queryProject = res.result[0] || {}
|
||||||
if (this.queryData.TaskKey == 'zrrqr' || this.queryData.TaskKey == 'dezrrqr'){
|
if (this.queryData.TaskKey == 'zrrqr' || this.queryData.TaskKey == 'dezrrqr') {
|
||||||
this.queryProject.endTime = this.queryData.endTime
|
this.queryProject.endTime = this.queryData.endTime
|
||||||
}
|
}
|
||||||
this.loading = false
|
this.loading = false
|
||||||
@@ -315,7 +317,8 @@
|
|||||||
.drawer-review {
|
.drawer-review {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
.drawer-review-One{
|
|
||||||
|
.drawer-review-One {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 40px;
|
bottom: 40px;
|
||||||
z-index: 1001;
|
z-index: 1001;
|
||||||
@@ -326,6 +329,7 @@
|
|||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 0 0 2px 2px;
|
border-radius: 0 0 2px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.circulationHistory {
|
.circulationHistory {
|
||||||
margin-bottom: 436px;
|
margin-bottom: 436px;
|
||||||
}
|
}
|
||||||
@@ -333,4 +337,15 @@
|
|||||||
.circulationHistoryOne {
|
.circulationHistoryOne {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.questionClass {
|
||||||
|
position: absolute;
|
||||||
|
top: 20px;
|
||||||
|
right: 70px;
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
::v-deep .ant-drawer-header {
|
||||||
|
top: 0;
|
||||||
|
position: sticky;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user