diff --git a/project/xiushan/apps/AppGroupShareholders/AppGroupShareholders.vue b/project/xiushan/apps/AppGroupShareholders/AppGroupShareholders.vue
new file mode 100644
index 00000000..5e9e8a0c
--- /dev/null
+++ b/project/xiushan/apps/AppGroupShareholders/AppGroupShareholders.vue
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
diff --git a/project/xiushan/apps/AppGroupShareholders/components/Add.vue b/project/xiushan/apps/AppGroupShareholders/components/Add.vue
new file mode 100644
index 00000000..f564c335
--- /dev/null
+++ b/project/xiushan/apps/AppGroupShareholders/components/Add.vue
@@ -0,0 +1,197 @@
+
+
+
+
+
+
+
+
+
+ 取消
+ 保存
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ (this.formJobWant.employmentAreaName = name)">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +添加股权人
+
+
+
+
+
+ 详情
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+
+
+
+
+
+
+
+
+ {{ dict.getLabel('landOwnership', data.landOwnership) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/project/xiushan/apps/AppGroupShareholders/components/List.vue b/project/xiushan/apps/AppGroupShareholders/components/List.vue
new file mode 100644
index 00000000..c1610888
--- /dev/null
+++ b/project/xiushan/apps/AppGroupShareholders/components/List.vue
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+
+
+ 添加
+
+
+
+
+
+ 导入
+
+
+ 导出
+
+
+
+
+
+
+ 详情
+ 删除
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/project/xiushan/apps/AppHouseManagement/components/Add.vue b/project/xiushan/apps/AppHouseManagement/components/Add.vue
index b48b7f4f..8db21c56 100644
--- a/project/xiushan/apps/AppHouseManagement/components/Add.vue
+++ b/project/xiushan/apps/AppHouseManagement/components/Add.vue
@@ -12,49 +12,52 @@
-
-
+
+
-
+
(this.formJobWant.employmentAreaName = name)">
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
+
+
@@ -127,7 +130,6 @@ export default {
landFourTo: [{required: true, message: '请输入土地四至', trigger: 'blur'}],
useSituation: [{required: true, message: '请输入使用情况', trigger: 'blur'}],
fileList: [{required: true, message: '请上传图片', trigger: 'blur'}],
-
}
},
...mapState(['user'])
diff --git a/project/xiushan/apps/AppLandTransfer/components/Add.vue b/project/xiushan/apps/AppLandTransfer/components/Add.vue
index ce49ba09..01e71b71 100644
--- a/project/xiushan/apps/AppLandTransfer/components/Add.vue
+++ b/project/xiushan/apps/AppLandTransfer/components/Add.vue
@@ -44,14 +44,14 @@
-
+
-
+
@@ -99,15 +99,15 @@
- 修改
+ 修改
-
+
- {{ $dict.getLabel('circulateType',data.circulateType) }}
+ {{ $dict.getLabel('landCirculateType',data.circulateType) }}
@@ -148,7 +148,7 @@ export default {
endDate:'' ,
landInfo: '',
landUse: '',
- fileList: {},
+ fileList: [],
},
data: {},
isEdit: false,
@@ -176,7 +176,7 @@ export default {
},
created() {
- this.$dict.load('circulateType')
+ this.$dict.load('landCirculateType')
if(this.params && this.params.id) {
this.id = this.params.id
this.getDetail(this.params.id)
@@ -200,7 +200,7 @@ export default {
this.$refs.form.validate((valid) => {
if (valid) {
this.instance.post(`/applandcirculateinfo/addOrUpdate`, {
- ...this.forms,
+ ...this.form,
id: this.params.id || '',
}).then(res => {
if (res.code == 0) {
@@ -225,5 +225,9 @@ export default {
::v-deep .footer {
background: #FFF !important;
}
+
+ ::v-deep .ai-info-item label {
+ width: 130px;
+ }
}
\ 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 e8435550..fb9834c7 100644
--- a/project/xiushan/apps/AppLandTransfer/components/List.vue
+++ b/project/xiushan/apps/AppLandTransfer/components/List.vue
@@ -6,16 +6,16 @@
添加
-
+
-
+
导入
-
导出
@@ -26,7 +26,7 @@
详情
- 编辑
+
删除
@@ -48,6 +48,7 @@ export default {
data() {
return {
search: {name: ""},
+ select: {circulateType: ''},
page: {current: 1, size: 10, total: 0},
tableData: [],
readType:'',
@@ -59,7 +60,7 @@ export default {
return [
{ prop: "landOutflowName", label: '土地流出方', align: "center", width: "200px", },
{ prop: "landArea", label: '土地面积/㎡', align: "center", width: "200px", },
- { prop: "circulateType", label: '流转形式', align: "center", width: "200px", },
+ { prop: "circulateType", label: '流转形式', align: "center", width: "200px", dict: "landCirculateType" },
{ prop: "landUndertakeName", label: '土地承接方', align: "center", width: "200px", },
{ prop: "landUndertakeNumber", label: '承接方证件号码', align: "center", width: "200px", },
{ prop: "contractNo", label: '合同编号', align: "center", width: "200px", },
@@ -70,7 +71,7 @@ export default {
...mapState(['user'])
},
created() {
- this.$dict.load('readType')
+ this.$dict.load('landCirculateType')
this.getTableData()
this.areaId = this.user.info.areaId
},
@@ -85,7 +86,11 @@ export default {
}
})
},
- onChange() {},
+ onChange(v) {
+ this.tableData = []
+ this.select.circulateType = v;
+ this.getTableData()
+ },
toAdd(id) {
this.$emit('change', {
type: 'Add',
diff --git a/project/xiushan/apps/creditScore/scorePersonal/spList.vue b/project/xiushan/apps/creditScore/scorePersonal/spList.vue
index 8eae750c..1ea77a53 100644
--- a/project/xiushan/apps/creditScore/scorePersonal/spList.vue
+++ b/project/xiushan/apps/creditScore/scorePersonal/spList.vue
@@ -32,7 +32,8 @@
-
+ 详情