998d5e39 by 任超
2 parents 3e9012d2 4619abd4
...@@ -48,145 +48,145 @@ export const asyncRoutes = [ ...@@ -48,145 +48,145 @@ export const asyncRoutes = [
48 ] 48 ]
49 }, 49 },
50 { 50 {
51 path: '/businessHandling', 51 path: '/ywbl',
52 id: '3', 52 id: '3',
53 parentId: null, 53 parentId: null,
54 component: Layout, 54 component: Layout,
55 meta: { title: '业务办理', icon: 'fykf' }, 55 meta: { title: '业务办理', icon: 'fykf' },
56 redirect: '/businessHandling/apply', 56 redirect: '/ywbl/ywsq/ywsq',
57 alwaysShow: true, 57 alwaysShow: true,
58 name: 'businessHandling', 58 name: 'ywbl',
59 children: [ 59 children: [
60 { 60 {
61 path: 'apply', 61 path: 'ywsq',
62 id: '4', 62 id: '4',
63 parentId: '3', 63 parentId: '3',
64 component: () => import('@/views/businessHandling/apply.vue'), 64 component: () => import('@/views/ywbl/ywsq/ywsq.vue'),
65 name: 'apply', 65 name: 'ywsq',
66 meta: { title: '业务申请' } 66 meta: { title: '业务申请' }
67 }, 67 },
68 { 68 {
69 path: 'todoBox', 69 path: 'dbx',
70 id: '5', 70 id: '5',
71 parentId: '3', 71 parentId: '3',
72 component: () => import('@/views/businessHandling/todoBox.vue'), 72 component: () => import('@/views/ywbl/dbx/dbx.vue'),
73 name: 'todoBox', 73 name: 'dbx',
74 meta: { title: '待办箱' } 74 meta: { title: '待办箱' }
75 }, 75 },
76 { 76 {
77 path: 'boxHandled', 77 path: 'ybx',
78 id: '6', 78 id: '6',
79 parentId: '3', 79 parentId: '3',
80 component: () => import('@/views/businessHandling/boxHandled.vue'), 80 component: () => import('@/views/ywbl/ybx/ybx.vue'),
81 name: 'boxHandled', 81 name: 'ybx',
82 meta: { title: '已办箱' } 82 meta: { title: '已办箱' }
83 } 83 }
84 ] 84 ]
85 }, 85 },
86 { 86 {
87 path: '/applicationQuery', 87 path: '/sqcx',
88 id: '9', 88 id: '9',
89 parentId: null, 89 parentId: null,
90 component: Layout, 90 component: Layout,
91 meta: { title: '申请查询', icon: 'fykf' }, 91 meta: { title: '申请查询', icon: 'fykf' },
92 redirect: '/applicationQuery/domesticPremises', 92 redirect: '/sqcx/jtfc',
93 alwaysShow: true, 93 alwaysShow: true,
94 name: 'applicationQuery', 94 name: 'sqcx',
95 children: [ 95 children: [
96 { 96 {
97 path: 'domesticPremises', 97 path: 'jtfc',
98 id: '10', 98 id: '10',
99 parentId: '9', 99 parentId: '9',
100 component: () => import('@/views/applicationQuery/domesticPremises.vue'), 100 component: () => import('@/views/sqcx/jtfc.vue'),
101 name: 'domesticPremises', 101 name: 'jtfc',
102 meta: { title: '家庭房产' } 102 meta: { title: '家庭房产' }
103 }, 103 },
104 { 104 {
105 path: 'printRegister', 105 path: 'dydjb',
106 id: '12', 106 id: '12',
107 parentId: '9', 107 parentId: '9',
108 component: () => import('@/views/applicationQuery/printRegister.vue'), 108 component: () => import('@/views/sqcx/dydjb.vue'),
109 name: 'printRegister', 109 name: 'dydjb',
110 meta: { title: '打印登记薄' } 110 meta: { title: '打印登记薄' }
111 }, 111 },
112 { 112 {
113 path: 'queryRecord', 113 path: 'cxjl',
114 id: '11', 114 id: '11',
115 parentId: '9', 115 parentId: '9',
116 component: () => import('@/views/applicationQuery/queryRecord.vue'), 116 component: () => import('@/views/sqcx/cxjl.vue'),
117 name: 'queryRecord', 117 name: 'cxjl',
118 meta: { title: '查询记录' } 118 meta: { title: '查询记录' }
119 } 119 }
120 ] 120 ]
121 }, 121 },
122 { 122 {
123 path: '/comprehensiveQuery', 123 path: '/zhcx',
124 id: '13', 124 id: '13',
125 parentId: null, 125 parentId: null,
126 component: Layout, 126 component: Layout,
127 meta: { title: '综合查询', icon: 'fykf' }, 127 meta: { title: '综合查询', icon: 'fykf' },
128 redirect: '/comprehensiveQuery/progressQuery', 128 redirect: '/zhcx/jdcx',
129 alwaysShow: true, 129 alwaysShow: true,
130 name: 'comprehensiveQuery', 130 name: 'zhcx',
131 children: [ 131 children: [
132 { 132 {
133 path: 'progressQuery', 133 path: 'jdcx',
134 id: '14', 134 id: '14',
135 parentId: '13', 135 parentId: '13',
136 component: () => import('@/views/comprehensiveQuery/progressQuery.vue'), 136 component: () => import('@/views/zhcx/jdcx.vue'),
137 name: 'progressQuery', 137 name: 'jdcx',
138 meta: { title: '进度查询' } 138 meta: { title: '进度查询' }
139 }, 139 },
140 { 140 {
141 path: 'registerQuery', 141 path: 'djbcx',
142 id: '15', 142 id: '15',
143 parentId: '13', 143 parentId: '13',
144 component: () => import('@/views/comprehensiveQuery/registerQuery.vue'), 144 component: () => import('@/views/zhcx/djbcx.vue'),
145 name: 'registerQuery', 145 name: 'djbcx',
146 meta: { title: '登记簿查询' } 146 meta: { title: '登记簿查询' }
147 }, 147 },
148 { 148 {
149 path: 'realestateInquiry', 149 path: 'lpcx',
150 id: '16', 150 id: '16',
151 parentId: '13', 151 parentId: '13',
152 component: () => import('@/views/comprehensiveQuery/realestateInquiry.vue'), 152 component: () => import('@/views/zhcx/lpcx.vue'),
153 name: 'realestateInquiry', 153 name: 'lpcx',
154 meta: { title: '楼盘查询' } 154 meta: { title: '楼盘查询' }
155 } 155 }
156 ] 156 ]
157 }, 157 },
158 { 158 {
159 path: '/certificate', 159 path: '/zsgl',
160 id: '17', 160 id: '17',
161 parentId: null, 161 parentId: null,
162 component: Layout, 162 component: Layout,
163 meta: { title: '证书管理', icon: 'fykf' }, 163 meta: { title: '证书管理', icon: 'fykf' },
164 redirect: '/certificate/warehousing', 164 redirect: '/zsgl/zsrk',
165 alwaysShow: true, 165 alwaysShow: true,
166 name: 'certificate', 166 name: 'zsgl',
167 children: [ 167 children: [
168 { 168 {
169 path: 'warehousing', 169 path: 'zsrk',
170 id: '18', 170 id: '18',
171 parentId: '17', 171 parentId: '17',
172 component: () => import('@/views/certificate/warehousing.vue'), 172 component: () => import('@/views/zsgl/zsrk.vue'),
173 name: 'warehousing', 173 name: 'zsrk',
174 meta: { title: '证书入库' } 174 meta: { title: '证书入库' }
175 }, 175 },
176 { 176 {
177 path: 'distribution', 177 path: 'zsff',
178 id: '19', 178 id: '19',
179 parentId: '17', 179 parentId: '17',
180 component: () => import('@/views/certificate/distribution.vue'), 180 component: () => import('@/views/zsgl/zsff.vue'),
181 name: 'distribution', 181 name: 'zsff',
182 meta: { title: '证书分发' } 182 meta: { title: '证书分发' }
183 }, 183 },
184 { 184 {
185 path: 'usageRecord', 185 path: 'zssyjl',
186 id: '20', 186 id: '20',
187 parentId: '17', 187 parentId: '17',
188 component: () => import('@/views/certificate/usageRecord.vue'), 188 component: () => import('@/views/zsgl/zssyjl.vue'),
189 name: 'usageRecord', 189 name: 'zssyjl',
190 meta: { title: '证书使用记录' } 190 meta: { title: '证书使用记录' }
191 } 191 }
192 ] 192 ]
......
1 //*****start*通用查询条件,列表样式******//
2 .from-clues {
3 padding: 10px;
4 background: #f7f7f7;
5 min-width: 1280px;
6 height: 100%;
7 width: 100%;
8 &-header {
9 width: 100%;
10 padding: 20px 20px 0 20px;
11 box-sizing: border-box;
12 background: #FFFFFF;
13 border-radius: 8px;
14 border: 1px solid #e8edf3;
15 }
16 &-content {
17 width: 100%;
18 padding: 20px;
19 box-sizing: border-box;
20 background: #FFFFFF;
21 border-radius: 8px;
22 margin-top: 10px;
23 border: 1px solid #e8edf3;
24 }
25 .el-form--inline .el-form-item {
26 width: auto;
27 margin-right: 0px;
28 .el-form-item__content {
29 width: auto;
30 }
31 }
32 }
33 //*****end*通用查询条件,列表样式******//
34
35 .width200px{
36 width: 200px;
37 }
38
1 <template>
2 <div>
3 22222222222222
4 </div>
5 </template>
6 <script>
7 export default {
8 components: {},
9 props: {},
10 name: '该组件名称',
11 data () {
12 return {
13
14 };
15 }
16 }
17 </script>
18 <style scoped lang='scss'>
19 </style>
...\ No newline at end of file ...\ No newline at end of file
1 <template>
2 <keep-alive include="dbx">
3 <div class="from-clues">
4 <!-- 表单部分 -->
5 <div class="from-clues-header">
6 <el-form :model="queryForm" ref="queryForm" label-width="90px">
7 <el-row>
8 <el-col :span="6">
9 <el-form-item label="业务来源">
10 <el-select
11 v-model="queryForm.ywly"
12 filterable
13 clearable
14 placeholder="请选择业务来源"
15 >
16 <el-option
17 v-for="item in ywlys"
18 :key="item.value"
19 :label="item.label"
20 :value="item.value"
21 >
22 </el-option>
23 </el-select>
24 </el-form-item>
25 </el-col>
26 <el-col :span="6">
27 <el-form-item label="权利类型">
28 <el-select
29 v-model="queryForm.qllx"
30 filterable
31 clearable
32 placeholder="请选择权利类型"
33 >
34 <el-option
35 v-for="item in qllxs"
36 :key="item.value"
37 :label="item.label"
38 :value="item.value"
39 >
40 </el-option>
41 </el-select>
42 </el-form-item>
43 </el-col>
44 <el-col :span="6">
45 <el-form-item label="登记类型">
46 <el-select
47 v-model="queryForm.djlx"
48 filterable
49 clearable
50 placeholder="请选择登记类型"
51 >
52 <el-option
53 v-for="item in djlxs"
54 :key="item.value"
55 :label="item.label"
56 :value="item.value"
57 >
58 </el-option>
59 </el-select>
60 </el-form-item>
61 </el-col>
62 <el-col :span="6">
63 <el-form-item label="业务号">
64 <el-input
65 placeholder="请输入业务号"
66 v-model="queryForm.ywh"
67 clearable
68 type="number"
69 class="width200px"
70 >
71 </el-input>
72 </el-form-item>
73 </el-col>
74 </el-row>
75 </el-form>
76 </div>
77 <!-- 表格 -->
78 </div>
79 </keep-alive>
80 </template>
81 <script>
82 export default {
83 name: "dbx",
84 components: {},
85 mounted() {},
86 data() {
87 return {
88 queryForm: {
89 ywly: "",
90 qllx: "",
91 djlx: "",
92 ywh: "",
93 },
94
95 commentData: {},
96 };
97 },
98 created() {},
99 methods: {},
100 };
101 </script>
102
103 <style scoped lang="scss">
104 @import "~@/styles/public.scss";
105
106 </style>
File mode changed