diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue
index 50c5f181..2d9d49cf 100644
--- a/src/views/modules/base/resi.vue
+++ b/src/views/modules/base/resi.vue
@@ -7,10 +7,12 @@
@search="handleSearch" />
- 新增
+ 下载人口模板
- {{importBtnTitle}}
- {{exportBtnTitle}}
- 下载人口模板
-
-
-
+
{{ handleFilterSpan(scope.row, item) }}
{{ handleFilterSpan(scope.row, item) }}
@@ -85,13 +84,11 @@
调动
+ class="div-table-button--detail">调动
变更记录
+ class="div-table-button--detail">变更记录
全选
- 删除
+ v-model="selAllFlag"
+ :disabled="selAllFlagDisabled"
+ @change="handleSelectAll">全选
+ 删除
+ @current-change="handleCurrentChange"
+ :current-page.sync="currentPage"
+ :page-sizes="[20, 50, 100, 200]"
+ :page-size="pageSize"
+ layout="sizes, prev, pager, next, total"
+ :total="total">
-
+
@@ -143,31 +141,31 @@
:before-close="handlerCancle">
+ ref="baseForm"
+ :fixed="true"
+ :form-list="formList"
+ @changegroup="handleChangeGroup" />
+ class="resi-other">
其他
+ @tab-click="handleClick">
+ :key="item.columnName"
+ :label="item.label"
+ :name="'group' + item.groupId">
+ :columns="3"
+ :support-add="item.supportAdd"
+ :form-id="item.columnName"
+ :form-list="item.itemList" />
-
+
取消
@@ -188,32 +186,32 @@
:before-close="handlerEditCancle">
+ ref="baseForm"
+ :disabled="disabled"
+ :form-info="editForm"
+ :fixed="true"
+ :form-list="formList"
+ :agency-id="editAgencyId"
+ @changegroup="handleChangeGroup" />
+ class="resi-other">
其他
+ @tab-click="handleClick">
+ :key="item.columnName"
+ :label="item.label"
+ :name="'group' + item.groupId">
+ :columns="3"
+ :support-add="item.supportAdd"
+ :form-id="item.columnName"
+ :muti-list="item.mutiList"
+ :form-list="item.itemList"
+ :disabled="disabled"
+ :label-width="'140px'"
+ :agency-id="editAgencyId" />
@@ -354,13 +352,13 @@ export default {
console.log('resiSearch', this.$refs.resiSearch.$el.offsetHeight)
this.tableHeight = document.documentElement.clientHeight - this.$refs.resiSearch.$el.offsetHeight - 280 + 'px'
},
- mounted() {
-
+ mounted () {
+
console.log('document.documentElement.clientWidth', document.documentElement.clientHeight)
},
methods: {
checkSelect (row, index) {
-
+
return row.isChecked
},
//调动
@@ -486,7 +484,7 @@ export default {
},
async handleExportModule () {
let url = "/epmetuser/icresiuser/import/download-template"
-
+
let params = {}
await this.$http