diff --git a/project/xiushan/apps/AppAdministrativeLicense/components/List.vue b/project/xiushan/apps/AppAdministrativeLicense/components/List.vue
index 18c42365..8c84f4d2 100644
--- a/project/xiushan/apps/AppAdministrativeLicense/components/List.vue
+++ b/project/xiushan/apps/AppAdministrativeLicense/components/List.vue
@@ -8,13 +8,13 @@
添加
-
-
+
导入
-
导出
@@ -43,7 +43,7 @@ export default {
},
data() {
return {
- search: { name: "" },
+ search: { enterpriseName: "" },
tableData: [],
page: { current: 1, size: 10, total: 0 },
dialog: false,
diff --git a/project/xiushan/apps/AppDishonestExecutee/components/List.vue b/project/xiushan/apps/AppDishonestExecutee/components/List.vue
index e7951e83..f4f5033b 100644
--- a/project/xiushan/apps/AppDishonestExecutee/components/List.vue
+++ b/project/xiushan/apps/AppDishonestExecutee/components/List.vue
@@ -10,10 +10,10 @@
-
+
导入
-
导出
diff --git a/project/xiushan/apps/AppHouseManagement/components/Add.vue b/project/xiushan/apps/AppHouseManagement/components/Add.vue
index 17bcab3d..5386201e 100644
--- a/project/xiushan/apps/AppHouseManagement/components/Add.vue
+++ b/project/xiushan/apps/AppHouseManagement/components/Add.vue
@@ -1,10 +1,104 @@
-
+
+
+
+
+
+
+
+
+ 取消
+ 保存
+
+
+
+
+
+
+
+
+ 企业组织
+ 个人农户
+
+
+
+
+
+
+
+
+
+
diff --git a/project/xiushan/apps/AppHouseManagement/components/List.vue b/project/xiushan/apps/AppHouseManagement/components/List.vue
index d5cecdb1..9bddbd7b 100644
--- a/project/xiushan/apps/AppHouseManagement/components/List.vue
+++ b/project/xiushan/apps/AppHouseManagement/components/List.vue
@@ -1,7 +1,8 @@
-
+
+
@@ -40,6 +41,7 @@ export default {
search: {executionCode: "",areaId:''},
page: {current: 1, size: 10, total: 0},
tableData: [],
+ areaId: '',
}
},
computed: {
@@ -58,9 +60,11 @@ export default {
}
},
created() {
+ this.search.areaId = this.user.info.areaId
this.getTableData()
},
methods: {
+ changeArea() {},
getTableData() {
this.instance.post("/appcreditdishonestperson/list", null, {
params: {...this.page, ...this.search,...this.select}
diff --git a/project/xiushan/apps/AppLandTransfer/components/Add.vue b/project/xiushan/apps/AppLandTransfer/components/Add.vue
index 17bcab3d..875c757a 100644
--- a/project/xiushan/apps/AppLandTransfer/components/Add.vue
+++ b/project/xiushan/apps/AppLandTransfer/components/Add.vue
@@ -1,13 +1,241 @@
-
+
+
+
+
+
+
+
+
+ 取消
+ 保存
+
+
+
+
+
+ 企业组织
+ 个人农户
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 企业组织
+ 个人农户
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+
+
+
+
+
+
+
+
+ {{ dict.getLabel('taxInfoLevel', data.taxLevel) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
\ No newline at end of file
diff --git a/project/xiushan/apps/AppLandTransfer/components/List.vue b/project/xiushan/apps/AppLandTransfer/components/List.vue
index 78dd6014..7c1bc9fa 100644
--- a/project/xiushan/apps/AppLandTransfer/components/List.vue
+++ b/project/xiushan/apps/AppLandTransfer/components/List.vue
@@ -1,7 +1,7 @@