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