Merge remote-tracking branch 'origin/dev_2nd_LCYH' into dev_2nd_LCYH
This commit is contained in:
+19
-6
@@ -19,9 +19,10 @@
|
|||||||
|
|
||||||
<sql id="BaseQuerySql">
|
<sql id="BaseQuerySql">
|
||||||
<where>
|
<where>
|
||||||
<if test="params.querySource == '2'">
|
and temp.project_name is not null
|
||||||
and project_name is not null
|
<!--<if test="params.querySource == '2'">
|
||||||
</if>
|
and temp.project_name is not null
|
||||||
|
</if>-->
|
||||||
<if test="params.projectName != null and params.projectName !=''">
|
<if test="params.projectName != null and params.projectName !=''">
|
||||||
and (
|
and (
|
||||||
temp.project_name like CONCAT(CONCAT('%',#{params.projectName}),'%')
|
temp.project_name like CONCAT(CONCAT('%',#{params.projectName}),'%')
|
||||||
@@ -112,7 +113,10 @@
|
|||||||
order by temp.create_time desc
|
order by temp.create_time desc
|
||||||
</select>
|
</select>
|
||||||
<select id="queryProjectProcessTodoTaskListList" resultType="com.jero.modules.todoCenter.vo.ProcessInfoVO">
|
<select id="queryProjectProcessTodoTaskListList" resultType="com.jero.modules.todoCenter.vo.ProcessInfoVO">
|
||||||
select temp.* from (
|
select
|
||||||
|
temp.*,
|
||||||
|
(case temp.flow_type when '10' THEN '1' when '21' THEN '2' when '2' THEN '3' when '4' THEN '4' END) as "flowTypeShowOrderBy"
|
||||||
|
from (
|
||||||
SELECT
|
SELECT
|
||||||
pi.id,
|
pi.id,
|
||||||
pi.project_library_id,
|
pi.project_library_id,
|
||||||
@@ -244,7 +248,15 @@
|
|||||||
</foreach>
|
</foreach>
|
||||||
)temp
|
)temp
|
||||||
<include refid="BaseQuerySql"/>
|
<include refid="BaseQuerySql"/>
|
||||||
order by temp.end_time ASC,temp.project_name ASC,standard_info ASC,temp.flow_type ASC
|
order by
|
||||||
|
temp.end_time IS NULL,
|
||||||
|
temp.end_time,
|
||||||
|
temp.project_name IS NULL,
|
||||||
|
temp.project_name,
|
||||||
|
standard_info IS NULL,
|
||||||
|
standard_info,
|
||||||
|
flowTypeShowOrderBy
|
||||||
|
ASC
|
||||||
</select>
|
</select>
|
||||||
<select id="queryLawsAssessPageList" resultType="com.jero.modules.todoCenter.vo.ProcessInfoVO">
|
<select id="queryLawsAssessPageList" resultType="com.jero.modules.todoCenter.vo.ProcessInfoVO">
|
||||||
select temp.* from (
|
select temp.* from (
|
||||||
@@ -267,7 +279,8 @@
|
|||||||
pi.prc_name,
|
pi.prc_name,
|
||||||
pi.create_by,
|
pi.create_by,
|
||||||
pi.acti_proc_inst_id,
|
pi.acti_proc_inst_id,
|
||||||
pi.create_time
|
pi.create_time,
|
||||||
|
"project_name" as project_name
|
||||||
FROM
|
FROM
|
||||||
process_info pi
|
process_info pi
|
||||||
LEFT JOIN buss_document_library bdl ON pi.buss_document_library_id = bdl.id
|
LEFT JOIN buss_document_library bdl ON pi.buss_document_library_id = bdl.id
|
||||||
|
|||||||
+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;z-index: -1" @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