feat: There is no way the, 56828 项目评估流程,选择项目页面,项目显示不全,只显示10条数据
This commit is contained in:
@@ -249,88 +249,89 @@
|
|||||||
size="900px"
|
size="900px"
|
||||||
custom-class="demo-drawer"
|
custom-class="demo-drawer"
|
||||||
>
|
>
|
||||||
<div class="demo-drawer-content">
|
<div class="standard-content">
|
||||||
<div style="position: absolute;bottom: 48px;top:60px;left: 0;right: 0">
|
<div class="content">
|
||||||
<div style="position: absolute;bottom: 55px;top: 0;right: 0;left: 0">
|
<div class="standard-table-search">
|
||||||
<div class="left">
|
<el-form :modal="projectSearch" :inline="true" class="label-input-form" style="margin-left:10px">
|
||||||
<el-form :modal="projectSearch" :inline="true" class="label-input-form" style="margin-left:10px">
|
<el-form-item label="项目编号" class="search-item search-item-last">
|
||||||
<el-form-item label="项目编号" class="search-item search-item-last">
|
<el-input :disabled="disabledXX"
|
||||||
<el-input :disabled="disabledXX"
|
v-model="projectSearch.projectNumber"
|
||||||
v-model="projectSearch.projectNumber"
|
placeholder="请输入项目编号"
|
||||||
placeholder="请输入项目编号"
|
></el-input>
|
||||||
></el-input>
|
</el-form-item>
|
||||||
</el-form-item>
|
<el-form-item label="项目名称" class="search-item search-item-last">
|
||||||
<el-form-item label="项目名称" class="search-item search-item-last">
|
<el-input :disabled="disabledXX"
|
||||||
<el-input :disabled="disabledXX"
|
v-model="projectSearch.projectName"
|
||||||
v-model="projectSearch.projectName"
|
placeholder="请输入项目名称"
|
||||||
placeholder="请输入项目名称"
|
></el-input>
|
||||||
></el-input>
|
</el-form-item>
|
||||||
</el-form-item>
|
<el-form-item class="search-item btn-box">
|
||||||
<el-form-item class="search-item btn-box">
|
<el-button
|
||||||
<el-button
|
:loading="searching"
|
||||||
:loading="searching"
|
type="primary"
|
||||||
type="primary"
|
class="common-button-primary"
|
||||||
class="common-button-primary"
|
size="small"
|
||||||
size="small"
|
v-btn-permission="'072efe80c5459dd47fedd2d14f59ff7f'"
|
||||||
v-btn-permission="'072efe80c5459dd47fedd2d14f59ff7f'"
|
@click="getProjectDataBtn">
|
||||||
@click="getProjectDataBtn">
|
查询
|
||||||
查询
|
</el-button>
|
||||||
</el-button>
|
</el-form-item>
|
||||||
</el-form-item>
|
<el-form-item class="search-item btn-box">
|
||||||
<el-form-item class="search-item btn-box">
|
<el-button
|
||||||
<el-button
|
class="common-button-default"
|
||||||
class="common-button-default"
|
size="small"
|
||||||
size="small"
|
v-btn-permission="'3480a13964a18e000196e4d5bc6ef117'"
|
||||||
v-btn-permission="'3480a13964a18e000196e4d5bc6ef117'"
|
@click="clearSearch">清空
|
||||||
@click="clearSearch">清空
|
</el-button>
|
||||||
</el-button>
|
</el-form-item>
|
||||||
</el-form-item>
|
</el-form>
|
||||||
</el-form>
|
</div>
|
||||||
</div>
|
<div class="standard-table-wrap">
|
||||||
<el-table
|
<el-table
|
||||||
:data="ProjectDatas"
|
:data="ProjectDatas"
|
||||||
tooltip-effect="dark"
|
tooltip-effect="dark"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
border
|
border
|
||||||
height="100%"
|
height="100%"
|
||||||
:header-cell-style="{background: '#f5f1f1', color: '#333333', fontSize: '16px',
|
:header-cell-style="{background: '#f5f1f1', color: '#333333', fontSize: '16px',
|
||||||
fontWeight: 'bold', height: '48px'}"
|
fontWeight: 'bold', height: '48px'}"
|
||||||
@selection-change="selectListChange"
|
@selection-change="selectListChange"
|
||||||
@select="handleSelectionChanges"
|
@select="handleSelectionChanges"
|
||||||
ref="listSelection"
|
ref="listSelection"
|
||||||
>
|
>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
type="selection"
|
type="selection"
|
||||||
width="55"
|
width="55"
|
||||||
align="center" />
|
align="center" />
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="projectNumber"
|
prop="projectNumber"
|
||||||
align="center"
|
align="center"
|
||||||
label="项目编号"
|
label="项目编号"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="projectName"
|
prop="projectName"
|
||||||
align="center"
|
align="center"
|
||||||
label="项目名称"
|
label="项目名称"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="projectClassification"
|
prop="projectClassification"
|
||||||
align="center"
|
align="center"
|
||||||
label="项目分类"
|
label="项目分类"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="uname"
|
prop="uname"
|
||||||
align="center"
|
align="center"
|
||||||
label="项目经理"
|
label="项目经理"
|
||||||
/>
|
/>
|
||||||
</el-table>
|
</el-table>
|
||||||
|
<loading :loading="replaceLoading">{{$t('m.dataAcquisition')}}</loading>
|
||||||
</div>
|
</div>
|
||||||
<pagination
|
<pagination
|
||||||
:page="page"
|
:page="page"
|
||||||
:pageSize="pageSize"
|
:pageSize="pageSize"
|
||||||
:total="total"
|
:total="total"
|
||||||
@pageChange="pageChange"
|
@pageChange="pageChange"
|
||||||
@pageSizeChange="pageSizeChange"
|
@pageSizeChange="pageSizeChange"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -359,6 +360,7 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
disabledXX:!!this.$route.query.disabledXX,
|
disabledXX:!!this.$route.query.disabledXX,
|
||||||
|
replaceLoading: false,
|
||||||
active: "1", //当前选中的type
|
active: "1", //当前选中的type
|
||||||
isSubmit: false,
|
isSubmit: false,
|
||||||
saveLoading: false,
|
saveLoading: false,
|
||||||
@@ -478,9 +480,10 @@ export default {
|
|||||||
},
|
},
|
||||||
//获取项目数据
|
//获取项目数据
|
||||||
getProjectData() {
|
getProjectData() {
|
||||||
|
this.replaceLoading = true
|
||||||
this.$http.get("sarStandProjectLibrary/queryProjectWorkFlow", {
|
this.$http.get("sarStandProjectLibrary/queryProjectWorkFlow", {
|
||||||
page: this.page,
|
Page: this.page,
|
||||||
pageSize: this.pageSize,
|
PageSize: this.pageSize,
|
||||||
...this.projectSearch
|
...this.projectSearch
|
||||||
}, {
|
}, {
|
||||||
_this: this
|
_this: this
|
||||||
@@ -492,6 +495,7 @@ export default {
|
|||||||
this.ProjectDatas = res.data.Maintenance.records;
|
this.ProjectDatas = res.data.Maintenance.records;
|
||||||
this.total = res.data.Maintenance.total;
|
this.total = res.data.Maintenance.total;
|
||||||
}
|
}
|
||||||
|
this.replaceLoading = false
|
||||||
});
|
});
|
||||||
|
|
||||||
},
|
},
|
||||||
@@ -826,6 +830,26 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.standard-content {
|
||||||
|
height: 100%;
|
||||||
|
padding: 10px 0 0;
|
||||||
|
.content {
|
||||||
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
padding: 0 10px;
|
||||||
|
.standard-table-wrap {
|
||||||
|
flex: auto;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
.pagination {
|
||||||
|
position: static;
|
||||||
|
/deep/ .pagination-slot {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
.demo-drawer-content {
|
.demo-drawer-content {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user