diff --git a/project/xiushan/apps/AppAdministrativeLicense/components/Add.vue b/project/xiushan/apps/AppAdministrativeLicense/components/Add.vue
index 06c78f37..0235452d 100644
--- a/project/xiushan/apps/AppAdministrativeLicense/components/Add.vue
+++ b/project/xiushan/apps/AppAdministrativeLicense/components/Add.vue
@@ -25,7 +25,7 @@
-
+
@@ -33,13 +33,13 @@
-
+
-
-
+
+
@@ -116,7 +116,7 @@ export default {
licenseCode: [{required: true,message:"请输入许可文书号",trigger: "blur"}],
decisionDate: [{required: true,message:"请输入许可决定日期",trigger: "blur"}],
startDate: [{required: true,message:"请选择许可有效期自",trigger: "blur"}],
- endtDate: [{required: true,message:"请选择许可有效期至",trigger: "blur"}],
+ endDate: [{required: true,message:"请选择许可有效期至",trigger: "blur"}],
licenseOrganization: [{required: true,message:"请输入许可机关",trigger: "blur"}],
enterpriseName: [{required: true,message:"请输入经营主体",trigger: "blur"}],
unifiedCode: [{required: true,message:"请输入统一信用编号",trigger: "blur"}],
@@ -131,7 +131,7 @@ export default {
licenseCode: '',
decisionDate: '',
startDate: '',
- endtDate: '',
+ endDate: '',
licenseOrganization: '',
enterpriseName: '',
unifiedCode: '',
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/AppAdministrativePenalty/components/Add.vue b/project/xiushan/apps/AppAdministrativePenalty/components/Add.vue
index 59d04caa..4e5ab7e4 100644
--- a/project/xiushan/apps/AppAdministrativePenalty/components/Add.vue
+++ b/project/xiushan/apps/AppAdministrativePenalty/components/Add.vue
@@ -28,7 +28,7 @@
-
+
diff --git a/project/xiushan/apps/AppDishonestExecutee/components/Add.vue b/project/xiushan/apps/AppDishonestExecutee/components/Add.vue
index 6b8b18a8..b1fb3f7a 100644
--- a/project/xiushan/apps/AppDishonestExecutee/components/Add.vue
+++ b/project/xiushan/apps/AppDishonestExecutee/components/Add.vue
@@ -27,7 +27,7 @@
-
+
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..1904d37b 100644
--- a/project/xiushan/apps/AppHouseManagement/components/Add.vue
+++ b/project/xiushan/apps/AppHouseManagement/components/Add.vue
@@ -1,13 +1,176 @@
-
+
+
+
+
+
+
+
+
+ 取消
+ 保存
+
+
+
+
+
+
+
+
+ (this.formJobWant.employmentAreaName = name)">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+
+
+
+
+
+
+
+
+ {{ dict.getLabel('taxInfoLevel', data.taxLevel) }}
+
+
+
+
+
+
+
+
+
+
-
\ No newline at end of file
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..b4ca8447 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 @@