+
+
@@ -135,13 +136,15 @@
- {{ $t('query') }}
+ {{ $t('query') }}
{{ $t('add') }}
-
+
+
+
{{scope.$index+1}}
@@ -184,6 +187,7 @@
@size-change="pageSizeChangeHandle"
@current-change="pageCurrentChangeHandle">
+
@@ -226,7 +230,23 @@ export default {
{dictValue: '0', dictName: '未审核'},
{dictValue: '1', dictName: '审核通过'},
{dictValue: '2', dictName: '审核不通过'}
- ]
+ ],
+ pickerBeginDateBefore: {
+ disabledDate: (time) => {
+ let beginDateVal = this.dataForm.endTime
+ if (beginDateVal) {
+ return time.getTime() > new Date(beginDateVal + ' 00:00:00').getTime()
+ }
+ }
+ },
+ pickerBeginDateAfter: {
+ disabledDate: (time) => {
+ let EndDateVal = this.dataForm.startTime
+ if (EndDateVal) {
+ return time.getTime() < new Date(EndDateVal + ' 00:00:00').getTime()
+ }
+ }
+ }
}
},
components: {
@@ -396,3 +416,58 @@ export default {
}
}
+
diff --git a/src/views/modules/plugins/rent/renthouse-add-or-update.vue b/src/views/modules/plugins/rent/renthouse-add-or-update.vue
new file mode 100644
index 000000000..1833b7d15
--- /dev/null
+++ b/src/views/modules/plugins/rent/renthouse-add-or-update.vue
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ '返回' }}
+
+
+
+
+
+
diff --git a/src/views/modules/plugins/rent/renthouse.vue b/src/views/modules/plugins/rent/renthouse.vue
new file mode 100644
index 000000000..cca04ff18
--- /dev/null
+++ b/src/views/modules/plugins/rent/renthouse.vue
@@ -0,0 +1,514 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('query') }}
+
+
+ 重置
+
+
+
+ {{ '购房登记' }}
+
+
+ {{ $t('export') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ scope.row.houseType == '1'
+ ? "楼房"
+ : scope.row.houseType == '2'
+ ? "平房"
+ : scope.row.houseType == '3'
+ ? "别墅"
+ : ""
+ }}
+
+
+
+
+ {{
+ scope.row.purpose == '1'
+ ? "住宅"
+ : scope.row.purpose == '2'
+ ? "商业"
+ : scope.row.purpose == '3'
+ ? "办公"
+ : scope.row.purpose == '4'
+ ? "工业"
+ : scope.row.purpose == '5'
+ ? "仓储"
+ : scope.row.purpose == '6'
+ ? "商住混用"
+ : scope.row.purpose == '7'
+ ? "其他"
+ : ""
+ }}
+
+
+
+
+ {{
+ scope.row.rentFlag == 1
+ ? "出租"
+ : scope.row.rentFlag == 2
+ ? "闲置"
+ : scope.row.rentFlag == 0
+ ? "自住"
+ : ""
+ }}
+
+
+
+
+
+
+
+
+ {{ '查看' }}
+ {{ $t('delete') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/plugins/rent/renthouseForm.vue b/src/views/modules/plugins/rent/renthouseForm.vue
new file mode 100644
index 000000000..802960604
--- /dev/null
+++ b/src/views/modules/plugins/rent/renthouseForm.vue
@@ -0,0 +1,607 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 出租
+ 闲置
+ 自住
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 更新房屋信息
+
+
+
+
+
+ 取 消
+ 确 定
+
+
+
+
+
+
diff --git a/src/views/modules/plugins/rent/renttenantinfo-add-or-update.vue b/src/views/modules/plugins/rent/renttenantinfo-add-or-update.vue
index 8ea00452e..ef4cb633b 100644
--- a/src/views/modules/plugins/rent/renttenantinfo-add-or-update.vue
+++ b/src/views/modules/plugins/rent/renttenantinfo-add-or-update.vue
@@ -25,9 +25,11 @@
+
{{ $t('cancel') }}
{{ $t('checkBTGBtn') }}
{{ $t('checkTGBtn') }}
+
@@ -144,3 +146,9 @@ export default {
box-sizing: border-box;
}
+
diff --git a/src/views/modules/plugins/rent/renttenantinfo.vue b/src/views/modules/plugins/rent/renttenantinfo.vue
index 647d10a9d..63aedd360 100644
--- a/src/views/modules/plugins/rent/renttenantinfo.vue
+++ b/src/views/modules/plugins/rent/renttenantinfo.vue
@@ -1,6 +1,7 @@
-
+
+
@@ -12,13 +13,15 @@
- {{ $t('query') }}
+ {{ $t('query') }}
-
+
+
+
@@ -58,6 +61,7 @@
@size-change="pageSizeChangeHandle"
@current-change="pageCurrentChangeHandle">
+
@@ -162,3 +166,58 @@ export default {
box-sizing: border-box;
}
+