style:不动产数据
Showing
6 changed files
with
63 additions
and
133 deletions
... | @@ -61,12 +61,8 @@ | ... | @@ -61,12 +61,8 @@ |
61 | @size-change="handleSizeChange" @p-current-change="handleCurrentChange" :column="tableData.columns" | 61 | @size-change="handleSizeChange" @p-current-change="handleCurrentChange" :column="tableData.columns" |
62 | :data="tableData.data"> | 62 | :data="tableData.data"> |
63 | </lb-table> | 63 | </lb-table> |
64 | <message-tips ref="msg" :message="message" /> | ||
65 | </div> | 64 | </div> |
66 | <!-- XML报文 --> | 65 | <dataDetails ref="editLog" :title="title" /> |
67 | <xml-message ref="dialog" :xml="xml" /> | ||
68 | <!-- 数据详情 --> | ||
69 | <edit-dialog ref="editLog" :bsmSjsb="bsmSjsb" :diaData="diaData" /> | ||
70 | </div> | 66 | </div> |
71 | </template> | 67 | </template> |
72 | 68 | ||
... | @@ -77,13 +73,11 @@ import business from '@/api/business' | ... | @@ -77,13 +73,11 @@ import business from '@/api/business' |
77 | import dataReporting from '@/api/dataReporting' | 73 | import dataReporting from '@/api/dataReporting' |
78 | import tableMixin from '@/mixins/tableMixin.js' | 74 | import tableMixin from '@/mixins/tableMixin.js' |
79 | import treeSelect from '@/components/treeSelect/index.vue' | 75 | import treeSelect from '@/components/treeSelect/index.vue' |
80 | import editDialog from '@/components/dataDetails/edit-dialog.vue' | ||
81 | export default { | 76 | export default { |
82 | name: "fdcqdz", | 77 | name: "fdcqdz", |
83 | mixins: [tableMixin], | 78 | mixins: [tableMixin], |
84 | components: { | 79 | components: { |
85 | treeSelect, | 80 | treeSelect |
86 | editDialog | ||
87 | }, | 81 | }, |
88 | data () { | 82 | data () { |
89 | return { | 83 | return { |
... | @@ -111,21 +105,12 @@ export default { | ... | @@ -111,21 +105,12 @@ export default { |
111 | return ( | 105 | return ( |
112 | <div> | 106 | <div> |
113 | <el-button | 107 | <el-button |
114 | type="text" | 108 | type="primary" |
115 | size="mini" | 109 | onClick={() => { |
116 | icon="el-icon-folder" | 110 | this.handleEdit(scope.row); |
117 | style="color:#67C23A" | 111 | }} |
118 | onClick={() => { this.handleXmlres(scope.$index, scope.row) }} | ||
119 | > | 112 | > |
120 | XML报文 | 113 | 详情 |
121 | </el-button> | ||
122 | <el-button | ||
123 | type="text" | ||
124 | size="mini" | ||
125 | icon="el-icon-view" | ||
126 | onClick={() => { this.handlDatadetails(scope.$index, scope.row) }} | ||
127 | > | ||
128 | 数据详情 | ||
129 | </el-button> | 114 | </el-button> |
130 | </div> | 115 | </div> |
131 | ); | 116 | ); | ... | ... |
... | @@ -33,12 +33,8 @@ | ... | @@ -33,12 +33,8 @@ |
33 | @size-change="handleSizeChange" @p-current-change="handleCurrentChange" :column="tableData.columns" | 33 | @size-change="handleSizeChange" @p-current-change="handleCurrentChange" :column="tableData.columns" |
34 | :data="tableData.data"> | 34 | :data="tableData.data"> |
35 | </lb-table> | 35 | </lb-table> |
36 | <message-tips ref="msg" :message="message" /> | ||
37 | </div> | 36 | </div> |
38 | <!-- XML报文 --> | 37 | <dataDetails ref="editLog" :title="title" /> |
39 | <xml-message ref="dialog" :xml="xml" /> | ||
40 | <!-- 数据详情 --> | ||
41 | <edit-dialog ref="editLog" :bsmSjsb="bsmSjsb" :diaData="diaData" /> | ||
42 | </div> | 38 | </div> |
43 | </template> | 39 | </template> |
44 | 40 | ||
... | @@ -49,13 +45,11 @@ import business from '@/api/business' | ... | @@ -49,13 +45,11 @@ import business from '@/api/business' |
49 | import dataReporting from '@/api/dataReporting' | 45 | import dataReporting from '@/api/dataReporting' |
50 | import tableMixin from '@/mixins/tableMixin.js' | 46 | import tableMixin from '@/mixins/tableMixin.js' |
51 | import treeSelect from '@/components/treeSelect/index.vue' | 47 | import treeSelect from '@/components/treeSelect/index.vue' |
52 | import editDialog from '@/components/dataDetails/edit-dialog.vue' | ||
53 | export default { | 48 | export default { |
54 | name: "fdcqqfsyq", | 49 | name: "fdcqqfsyq", |
55 | mixins: [tableMixin], | 50 | mixins: [tableMixin], |
56 | components: { | 51 | components: { |
57 | treeSelect, | 52 | treeSelect |
58 | editDialog | ||
59 | }, | 53 | }, |
60 | data () { | 54 | data () { |
61 | return { | 55 | return { |
... | @@ -79,21 +73,12 @@ export default { | ... | @@ -79,21 +73,12 @@ export default { |
79 | return ( | 73 | return ( |
80 | <div> | 74 | <div> |
81 | <el-button | 75 | <el-button |
82 | type="text" | 76 | type="primary" |
83 | size="mini" | 77 | onClick={() => { |
84 | icon="el-icon-folder" | 78 | this.handleEdit(scope.row); |
85 | style="color:#67C23A" | 79 | }} |
86 | onClick={() => { this.handleXmlres(scope.$index, scope.row) }} | ||
87 | > | 80 | > |
88 | XML报文 | 81 | 详情 |
89 | </el-button> | ||
90 | <el-button | ||
91 | type="text" | ||
92 | size="mini" | ||
93 | icon="el-icon-view" | ||
94 | onClick={() => { this.handlDatadetails(scope.$index, scope.row) }} | ||
95 | > | ||
96 | 数据详情 | ||
97 | </el-button> | 82 | </el-button> |
98 | </div> | 83 | </div> |
99 | ); | 84 | ); | ... | ... |
... | @@ -61,12 +61,8 @@ | ... | @@ -61,12 +61,8 @@ |
61 | @size-change="handleSizeChange" @p-current-change="handleCurrentChange" :column="tableData.columns" | 61 | @size-change="handleSizeChange" @p-current-change="handleCurrentChange" :column="tableData.columns" |
62 | :data="tableData.data"> | 62 | :data="tableData.data"> |
63 | </lb-table> | 63 | </lb-table> |
64 | <message-tips ref="msg" :message="message" /> | ||
65 | </div> | 64 | </div> |
66 | <!-- XML报文 --> | 65 | <dataDetails ref="editLog" :title="title" /> |
67 | <xml-message ref="dialog" :xml="xml" /> | ||
68 | <!-- 数据详情 --> | ||
69 | <edit-dialog ref="editLog" :bsmSjsb="bsmSjsb" :diaData="diaData" /> | ||
70 | </div> | 66 | </div> |
71 | </template> | 67 | </template> |
72 | 68 | ||
... | @@ -77,13 +73,11 @@ import business from '@/api/business' | ... | @@ -77,13 +73,11 @@ import business from '@/api/business' |
77 | import dataReporting from '@/api/dataReporting' | 73 | import dataReporting from '@/api/dataReporting' |
78 | import tableMixin from '@/mixins/tableMixin.js' | 74 | import tableMixin from '@/mixins/tableMixin.js' |
79 | import treeSelect from '@/components/treeSelect/index.vue' | 75 | import treeSelect from '@/components/treeSelect/index.vue' |
80 | import editDialog from '@/components/dataDetails/edit-dialog.vue' | ||
81 | export default { | 76 | export default { |
82 | name: "fdcqyz", | 77 | name: "fdcqyz", |
83 | mixins: [tableMixin], | 78 | mixins: [tableMixin], |
84 | components: { | 79 | components: { |
85 | treeSelect, | 80 | treeSelect |
86 | editDialog | ||
87 | }, | 81 | }, |
88 | data () { | 82 | data () { |
89 | return { | 83 | return { |
... | @@ -111,21 +105,12 @@ export default { | ... | @@ -111,21 +105,12 @@ export default { |
111 | return ( | 105 | return ( |
112 | <div> | 106 | <div> |
113 | <el-button | 107 | <el-button |
114 | type="text" | 108 | type="primary" |
115 | size="mini" | 109 | onClick={() => { |
116 | icon="el-icon-folder" | 110 | this.handleEdit(scope.row); |
117 | style="color:#67C23A" | 111 | }} |
118 | onClick={() => { this.handleXmlres(scope.$index, scope.row) }} | ||
119 | > | 112 | > |
120 | XML报文 | 113 | 详情 |
121 | </el-button> | ||
122 | <el-button | ||
123 | type="text" | ||
124 | size="mini" | ||
125 | icon="el-icon-view" | ||
126 | onClick={() => { this.handlDatadetails(scope.$index, scope.row) }} | ||
127 | > | ||
128 | 数据详情 | ||
129 | </el-button> | 114 | </el-button> |
130 | </div> | 115 | </div> |
131 | ); | 116 | ); | ... | ... |
... | @@ -56,12 +56,8 @@ | ... | @@ -56,12 +56,8 @@ |
56 | @size-change="handleSizeChange" @p-current-change="handleCurrentChange" :column="tableData.columns" | 56 | @size-change="handleSizeChange" @p-current-change="handleCurrentChange" :column="tableData.columns" |
57 | :data="tableData.data"> | 57 | :data="tableData.data"> |
58 | </lb-table> | 58 | </lb-table> |
59 | <message-tips ref="msg" :message="message" /> | ||
60 | </div> | 59 | </div> |
61 | <!-- XML报文 --> | 60 | <dataDetails ref="editLog" :title="title" /> |
62 | <xml-message ref="dialog" :xml="xml" /> | ||
63 | <!-- 数据详情 --> | ||
64 | <edit-dialog ref="editLog" :bsmSjsb="bsmSjsb" :diaData="diaData" /> | ||
65 | </div> | 61 | </div> |
66 | </template> | 62 | </template> |
67 | 63 | ||
... | @@ -72,13 +68,11 @@ import business from '@/api/business' | ... | @@ -72,13 +68,11 @@ import business from '@/api/business' |
72 | import dataReporting from '@/api/dataReporting' | 68 | import dataReporting from '@/api/dataReporting' |
73 | import tableMixin from '@/mixins/tableMixin.js' | 69 | import tableMixin from '@/mixins/tableMixin.js' |
74 | import treeSelect from '@/components/treeSelect/index.vue' | 70 | import treeSelect from '@/components/treeSelect/index.vue' |
75 | import editDialog from '@/components/dataDetails/edit-dialog.vue' | ||
76 | export default { | 71 | export default { |
77 | name: "jsydzjdsyq", | 72 | name: "jsydzjdsyq", |
78 | mixins: [tableMixin], | 73 | mixins: [tableMixin], |
79 | components: { | 74 | components: { |
80 | treeSelect, | 75 | treeSelect |
81 | editDialog | ||
82 | }, | 76 | }, |
83 | data () { | 77 | data () { |
84 | return { | 78 | return { |
... | @@ -105,21 +99,12 @@ export default { | ... | @@ -105,21 +99,12 @@ export default { |
105 | return ( | 99 | return ( |
106 | <div> | 100 | <div> |
107 | <el-button | 101 | <el-button |
108 | type="text" | 102 | type="primary" |
109 | size="mini" | 103 | onClick={() => { |
110 | icon="el-icon-folder" | 104 | this.handleEdit(scope.row); |
111 | style="color:#67C23A" | 105 | }} |
112 | onClick={() => { this.handleXmlres(scope.$index, scope.row) }} | ||
113 | > | 106 | > |
114 | XML报文 | 107 | 详情 |
115 | </el-button> | ||
116 | <el-button | ||
117 | type="text" | ||
118 | size="mini" | ||
119 | icon="el-icon-view" | ||
120 | onClick={() => { this.handlDatadetails(scope.$index, scope.row) }} | ||
121 | > | ||
122 | 数据详情 | ||
123 | </el-button> | 108 | </el-button> |
124 | </div> | 109 | </div> |
125 | ); | 110 | ); | ... | ... |
... | @@ -56,11 +56,8 @@ | ... | @@ -56,11 +56,8 @@ |
56 | @size-change="handleSizeChange" @p-current-change="handleCurrentChange" :column="tableData.columns" | 56 | @size-change="handleSizeChange" @p-current-change="handleCurrentChange" :column="tableData.columns" |
57 | :data="tableData.data"> | 57 | :data="tableData.data"> |
58 | </lb-table> | 58 | </lb-table> |
59 | <message-tips ref="msg" /> | ||
60 | </div> | 59 | </div> |
61 | <!-- XML报文 --> | 60 | <dataDetails ref="editLog" :title="title" /> |
62 | <xml-message ref="dialog" :xml="xml" /> | ||
63 | <edit-dialog ref="editLog" :bsmSjsb="bsmSjsb" :diaData="diaData" /> | ||
64 | </div> | 61 | </div> |
65 | </template> | 62 | </template> |
66 | 63 | ||
... | @@ -71,11 +68,9 @@ import business from '@/api/business' | ... | @@ -71,11 +68,9 @@ import business from '@/api/business' |
71 | import dataReporting from '@/api/dataReporting' | 68 | import dataReporting from '@/api/dataReporting' |
72 | import tableMixin from '@/mixins/tableMixin.js' | 69 | import tableMixin from '@/mixins/tableMixin.js' |
73 | import treeSelect from '@/components/treeSelect/index.vue' | 70 | import treeSelect from '@/components/treeSelect/index.vue' |
74 | import editDialog from '@/components/dataDetails/edit-dialog.vue' | ||
75 | export default { | 71 | export default { |
76 | components: { | 72 | components: { |
77 | treeSelect, | 73 | treeSelect |
78 | editDialog | ||
79 | }, | 74 | }, |
80 | name: "tdsyq", | 75 | name: "tdsyq", |
81 | mixins: [tableMixin], | 76 | mixins: [tableMixin], |
... | @@ -104,21 +99,12 @@ export default { | ... | @@ -104,21 +99,12 @@ export default { |
104 | return ( | 99 | return ( |
105 | <div> | 100 | <div> |
106 | <el-button | 101 | <el-button |
107 | type="text" | 102 | type="primary" |
108 | size="mini" | 103 | onClick={() => { |
109 | icon="el-icon-folder" | 104 | this.handleEdit(scope.row); |
110 | style="color:#67C23A" | 105 | }} |
111 | onClick={() => { this.handleXmlres(scope.$index, scope.row) }} | ||
112 | > | 106 | > |
113 | XML报文 | 107 | 详情 |
114 | </el-button> | ||
115 | <el-button | ||
116 | type="text" | ||
117 | size="mini" | ||
118 | icon="el-icon-view" | ||
119 | onClick={() => { this.handlDatadetails(scope.$index, scope.row) }} | ||
120 | > | ||
121 | 数据详情 | ||
122 | </el-button> | 108 | </el-button> |
123 | </div> | 109 | </div> |
124 | ); | 110 | ); | ... | ... |
... | @@ -6,8 +6,8 @@ | ... | @@ -6,8 +6,8 @@ |
6 | <el-form ref="ruleForm" :model="form" label-width="100px"> | 6 | <el-form ref="ruleForm" :model="form" label-width="100px"> |
7 | <el-row class="mb-5"> | 7 | <el-row class="mb-5"> |
8 | <el-col :span="6"> | 8 | <el-col :span="6"> |
9 | <el-form-item label="行政区" prop="pcode"> | 9 | <el-form-item label="行政区" prop="qxdm"> |
10 | <el-select v-model="form.pcode" class="width100" clearable placeholder="行政区"> | 10 | <el-select v-model="form.qxdm" class="width100" clearable placeholder="行政区"> |
11 | <el-option v-for="item in dicData['A20']" :key="item.DCODE" :label="item.DNAME" :value="item.DCODE"> | 11 | <el-option v-for="item in dicData['A20']" :key="item.DCODE" :label="item.DNAME" :value="item.DCODE"> |
12 | </el-option> | 12 | </el-option> |
13 | </el-select> | 13 | </el-select> |
... | @@ -16,13 +16,13 @@ | ... | @@ -16,13 +16,13 @@ |
16 | <el-col :span="6"> | 16 | <el-col :span="6"> |
17 | <el-form-item label="接收开始日期" prop="startTime"> | 17 | <el-form-item label="接收开始日期" prop="startTime"> |
18 | <el-date-picker type="date" class="width100" placeholder="开始日期" :picker-options="pickerOptionsStart" | 18 | <el-date-picker type="date" class="width100" placeholder="开始日期" :picker-options="pickerOptionsStart" |
19 | clearable v-model="form.startTime" value-format="yyyy-MM-dd"></el-date-picker> | 19 | clearable v-model="form.receiveStartTime" value-format="yyyy-MM-dd"></el-date-picker> |
20 | </el-form-item> | 20 | </el-form-item> |
21 | </el-col> | 21 | </el-col> |
22 | <el-col :span="6"> | 22 | <el-col :span="6"> |
23 | <el-form-item label="接收结束日期" prop="endTime"> | 23 | <el-form-item label="接收结束日期" prop="endTime"> |
24 | <el-date-picker type="date" class="width100" placeholder="结束日期" :picker-options="pickerOptionsEnd" | 24 | <el-date-picker type="date" class="width100" placeholder="结束日期" :picker-options="pickerOptionsEnd" |
25 | clearable v-model="form.endTime" value-format="yyyy-MM-dd"></el-date-picker> | 25 | clearable v-model="form.receiveEndTime" value-format="yyyy-MM-dd"></el-date-picker> |
26 | </el-form-item> | 26 | </el-form-item> |
27 | </el-col> | 27 | </el-col> |
28 | <el-col :span="6"> | 28 | <el-col :span="6"> |
... | @@ -76,7 +76,7 @@ | ... | @@ -76,7 +76,7 @@ |
76 | <el-col :span="6" class="btnColRight"> | 76 | <el-col :span="6" class="btnColRight"> |
77 | <el-form-item> | 77 | <el-form-item> |
78 | <btn nativeType="cz" @click="resetForm('ruleForm')">重置</btn> | 78 | <btn nativeType="cz" @click="resetForm('ruleForm')">重置</btn> |
79 | <btn nativeType="cx" click="handleSubmit">查询</btn> | 79 | <btn nativeType="cx" @click="featchData">查询</btn> |
80 | <btn nativeType="sb">入库</btn> | 80 | <btn nativeType="sb">入库</btn> |
81 | </el-form-item> | 81 | </el-form-item> |
82 | </el-col> | 82 | </el-col> |
... | @@ -111,7 +111,7 @@ export default { | ... | @@ -111,7 +111,7 @@ export default { |
111 | components: { | 111 | components: { |
112 | dataDetails, | 112 | dataDetails, |
113 | }, | 113 | }, |
114 | data () { | 114 | data() { |
115 | return { | 115 | return { |
116 | // 开始结束日期限制 | 116 | // 开始结束日期限制 |
117 | pickerOptionsStart: { | 117 | pickerOptionsStart: { |
... | @@ -131,11 +131,13 @@ export default { | ... | @@ -131,11 +131,13 @@ export default { |
131 | }, | 131 | }, |
132 | // 表格数据 | 132 | // 表格数据 |
133 | form: { | 133 | form: { |
134 | pcode: "", // 行政区 | 134 | qxdm: "", // 行政区 |
135 | startTime: "", // 开始日期 | 135 | receiveStartTime: "", // 开始日期 |
136 | endTime: "", // 结束日期 | 136 | receiveEndTime: "", // 结束日期 |
137 | bdcdyh: "", // 不动产单元号 | 137 | bdcdyh: "", // 不动产单元号 |
138 | ywmc: "", // 业务名称 | 138 | ywh: "", // 业务号 |
139 | qllx: "", // 权利类型 | ||
140 | djlx: "", // 登记类型 | ||
139 | jcjg: "", // 检查结果 | 141 | jcjg: "", // 检查结果 |
140 | rkjg: "", //入库结果 | 142 | rkjg: "", //入库结果 |
141 | currentPage: 1, | 143 | currentPage: 1, |
... | @@ -201,33 +203,35 @@ export default { | ... | @@ -201,33 +203,35 @@ export default { |
201 | }, | 203 | }, |
202 | // 业务名称 | 204 | // 业务名称 |
203 | statusOptions: [], | 205 | statusOptions: [], |
204 | title: '' | 206 | title: "", |
205 | }; | 207 | }; |
206 | }, | 208 | }, |
207 | methods: { | 209 | methods: { |
208 | // 初始化数据 | 210 | // 初始化数据 |
209 | queryClick () { | 211 | queryClick() { |
210 | getReceiveDataReportPage({ ...this.form, ...this.pageData }).then((res) => { | 212 | getReceiveDataReportPage({ ...this.form, ...this.pageData }).then( |
211 | if (res.code === 200) { | 213 | (res) => { |
212 | let { total, records } = res.result; | 214 | if (res.code === 200) { |
213 | this.tableData.total = total; | 215 | let { total, records } = res.result; |
214 | this.tableData.data = records ? records : []; | 216 | this.tableData.total = total; |
217 | this.tableData.data = records ? records : []; | ||
218 | } | ||
215 | } | 219 | } |
216 | }); | 220 | ); |
217 | }, | 221 | }, |
218 | // 重置 | 222 | // 重置 |
219 | resetForm () { | 223 | resetForm() { |
220 | this.$refs.ruleForm.resetFields(); | 224 | this.$refs.ruleForm.resetFields(); |
221 | }, | 225 | }, |
222 | featchData () { | 226 | featchData() { |
223 | this.queryClick(); | 227 | this.queryClick(); |
224 | }, | 228 | }, |
225 | // 详情 | 229 | // 详情 |
226 | handleEdit (row) { | 230 | handleEdit(row) { |
227 | this.title = row.rectypeName | 231 | this.title = row.rectypeName; |
228 | this.$refs.editLog.isShow(row); | 232 | this.$refs.editLog.isShow(row); |
229 | } | 233 | }, |
230 | } | 234 | }, |
231 | }; | 235 | }; |
232 | </script> | 236 | </script> |
233 | <style scoped lang="scss"> | 237 | <style scoped lang="scss"> | ... | ... |
-
Please register or sign in to post a comment