style:添加不动产单元
Showing
26 changed files
with
106 additions
and
53 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-01-26 16:19:43 | 4 | * @LastEditTime: 2024-02-02 14:56:22 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -76,7 +76,8 @@ | ... | @@ -76,7 +76,8 @@ |
76 | </div> | 76 | </div> |
77 | <div class="submit_button"> | 77 | <div class="submit_button"> |
78 | <el-button @click="$popupCacel">取消</el-button> | 78 | <el-button @click="$popupCacel">取消</el-button> |
79 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> | 79 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button> |
80 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button> | ||
80 | </div> | 81 | </div> |
81 | </div> | 82 | </div> |
82 | </template> | 83 | </template> |
... | @@ -175,6 +176,7 @@ | ... | @@ -175,6 +176,7 @@ |
175 | that.$refs.table.clearSelection() | 176 | that.$refs.table.clearSelection() |
176 | } | 177 | } |
177 | store.dispatch('user/reMenuRefresh', true) | 178 | store.dispatch('user/reMenuRefresh', true) |
179 | that.queryClick() | ||
178 | that.$message({ | 180 | that.$message({ |
179 | showClose: true, | 181 | showClose: true, |
180 | message: '添加成功', | 182 | message: '添加成功', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-02-01 14:05:06 | 4 | * @LastEditTime: 2024-02-02 14:57:35 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 抵押权利信息查询 --> | 7 | <!-- 抵押权利信息查询 --> |
... | @@ -67,7 +67,8 @@ | ... | @@ -67,7 +67,8 @@ |
67 | </div> | 67 | </div> |
68 | <div class="submit_button"> | 68 | <div class="submit_button"> |
69 | <el-button @click="$popupCacel">取消</el-button> | 69 | <el-button @click="$popupCacel">取消</el-button> |
70 | <el-button type="primary" plain @click="submitFormClick()" :loading="loading">发起申请</el-button> | 70 | <el-button type="primary" plain @click="submitFormClick()" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button> |
71 | <el-button type="primary" plain @click="submitFormClick()" :loading="loading" v-else>发起申请</el-button> | ||
71 | </div> | 72 | </div> |
72 | </div> | 73 | </div> |
73 | </template> | 74 | </template> |
... | @@ -167,6 +168,7 @@ | ... | @@ -167,6 +168,7 @@ |
167 | that.$refs.table.clearSelection() | 168 | that.$refs.table.clearSelection() |
168 | } | 169 | } |
169 | store.dispatch('user/reMenuRefresh', true) | 170 | store.dispatch('user/reMenuRefresh', true) |
171 | that.queryClick() | ||
170 | that.$message({ | 172 | that.$message({ |
171 | showClose: true, | 173 | showClose: true, |
172 | message: '添加成功', | 174 | message: '添加成功', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-02-01 14:53:42 | 4 | * @LastEditTime: 2024-02-02 15:00:33 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -81,7 +81,8 @@ | ... | @@ -81,7 +81,8 @@ |
81 | </div> | 81 | </div> |
82 | <div class="submit_button"> | 82 | <div class="submit_button"> |
83 | <el-button @click="$popupCacel">取消</el-button> | 83 | <el-button @click="$popupCacel">取消</el-button> |
84 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> | 84 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button> |
85 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button> | ||
85 | </div> | 86 | </div> |
86 | </div> | 87 | </div> |
87 | <div v-show="activeName == 'dz'"> | 88 | <div v-show="activeName == 'dz'"> |
... | @@ -131,7 +132,8 @@ | ... | @@ -131,7 +132,8 @@ |
131 | </div> | 132 | </div> |
132 | <div class="submit_button"> | 133 | <div class="submit_button"> |
133 | <el-button @click="$popupCacel">取消</el-button> | 134 | <el-button @click="$popupCacel">取消</el-button> |
134 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> | 135 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button> |
136 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button> | ||
135 | </div> | 137 | </div> |
136 | </div> | 138 | </div> |
137 | </div> | 139 | </div> |
... | @@ -314,6 +316,7 @@ | ... | @@ -314,6 +316,7 @@ |
314 | that.$refs.table.clearSelection() | 316 | that.$refs.table.clearSelection() |
315 | } | 317 | } |
316 | store.dispatch('user/reMenuRefresh', true) | 318 | store.dispatch('user/reMenuRefresh', true) |
319 | that.queryClick() | ||
317 | that.$message({ | 320 | that.$message({ |
318 | showClose: true, | 321 | showClose: true, |
319 | message: '添加成功', | 322 | message: '添加成功', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-02-01 14:56:54 | 4 | * @LastEditTime: 2024-02-02 15:01:41 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -119,7 +119,8 @@ | ... | @@ -119,7 +119,8 @@ |
119 | </div> | 119 | </div> |
120 | <div class="submit_button"> | 120 | <div class="submit_button"> |
121 | <el-button @click="$popupCacel">取消</el-button> | 121 | <el-button @click="$popupCacel">取消</el-button> |
122 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> | 122 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button> |
123 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button> | ||
123 | </div> | 124 | </div> |
124 | </div> | 125 | </div> |
125 | </div> | 126 | </div> |
... | @@ -284,6 +285,7 @@ | ... | @@ -284,6 +285,7 @@ |
284 | that.$refs.table.clearSelection() | 285 | that.$refs.table.clearSelection() |
285 | } | 286 | } |
286 | store.dispatch('user/reMenuRefresh', true) | 287 | store.dispatch('user/reMenuRefresh', true) |
288 | that.queryClick() | ||
287 | that.$message({ | 289 | that.$message({ |
288 | showClose: true, | 290 | showClose: true, |
289 | message: '添加成功', | 291 | message: '添加成功', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-02-01 14:58:30 | 4 | * @LastEditTime: 2024-02-02 15:03:15 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -52,7 +52,8 @@ | ... | @@ -52,7 +52,8 @@ |
52 | </div> | 52 | </div> |
53 | <div class="submit_button"> | 53 | <div class="submit_button"> |
54 | <el-button @click="$popupCacel">取消</el-button> | 54 | <el-button @click="$popupCacel">取消</el-button> |
55 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> | 55 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button> |
56 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button> | ||
56 | </div> | 57 | </div> |
57 | </div> | 58 | </div> |
58 | </template> | 59 | </template> |
... | @@ -152,6 +153,7 @@ | ... | @@ -152,6 +153,7 @@ |
152 | that.$refs.table.clearSelection() | 153 | that.$refs.table.clearSelection() |
153 | } | 154 | } |
154 | store.dispatch('user/reMenuRefresh', true) | 155 | store.dispatch('user/reMenuRefresh', true) |
156 | that.queryClick() | ||
155 | that.$message({ | 157 | that.$message({ |
156 | showClose: true, | 158 | showClose: true, |
157 | message: '添加成功', | 159 | message: '添加成功', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-02-01 15:01:22 | 4 | * @LastEditTime: 2024-02-02 15:04:19 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -40,7 +40,8 @@ | ... | @@ -40,7 +40,8 @@ |
40 | </div> | 40 | </div> |
41 | <div class="submit_button"> | 41 | <div class="submit_button"> |
42 | <el-button @click="$popupCacel">取消</el-button> | 42 | <el-button @click="$popupCacel">取消</el-button> |
43 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> | 43 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button> |
44 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button> | ||
44 | </div> | 45 | </div> |
45 | </div> | 46 | </div> |
46 | </template> | 47 | </template> |
... | @@ -141,6 +142,7 @@ | ... | @@ -141,6 +142,7 @@ |
141 | that.$refs.table.clearSelection() | 142 | that.$refs.table.clearSelection() |
142 | } | 143 | } |
143 | store.dispatch('user/reMenuRefresh', true) | 144 | store.dispatch('user/reMenuRefresh', true) |
145 | that.queryClick() | ||
144 | that.$message({ | 146 | that.$message({ |
145 | showClose: true, | 147 | showClose: true, |
146 | message: '添加成功', | 148 | message: '添加成功', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-02-01 14:49:27 | 4 | * @LastEditTime: 2024-02-02 14:56:42 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 主体权利信息查询 --> | 7 | <!-- 主体权利信息查询 --> |
... | @@ -67,7 +67,8 @@ | ... | @@ -67,7 +67,8 @@ |
67 | </div> | 67 | </div> |
68 | <div class="submit_button"> | 68 | <div class="submit_button"> |
69 | <el-button @click="$popupCacel">取消</el-button> | 69 | <el-button @click="$popupCacel">取消</el-button> |
70 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> | 70 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button> |
71 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button> | ||
71 | </div> | 72 | </div> |
72 | </div> | 73 | </div> |
73 | </template> | 74 | </template> |
... | @@ -145,6 +146,7 @@ | ... | @@ -145,6 +146,7 @@ |
145 | that.$refs.table.clearSelection() | 146 | that.$refs.table.clearSelection() |
146 | } | 147 | } |
147 | store.dispatch('user/reMenuRefresh', true) | 148 | store.dispatch('user/reMenuRefresh', true) |
149 | that.queryClick() | ||
148 | that.$message({ | 150 | that.$message({ |
149 | showClose: true, | 151 | showClose: true, |
150 | message: '添加成功', | 152 | message: '添加成功', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-02-01 15:53:22 | 4 | * @LastEditTime: 2024-02-02 15:05:13 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -51,7 +51,8 @@ | ... | @@ -51,7 +51,8 @@ |
51 | </div> | 51 | </div> |
52 | <div class="submit_button"> | 52 | <div class="submit_button"> |
53 | <el-button @click="$popupCacel">取消</el-button> | 53 | <el-button @click="$popupCacel">取消</el-button> |
54 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> | 54 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button> |
55 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button> | ||
55 | </div> | 56 | </div> |
56 | </div> | 57 | </div> |
57 | </template> | 58 | </template> |
... | @@ -166,6 +167,7 @@ | ... | @@ -166,6 +167,7 @@ |
166 | that.$refs.table.clearSelection() | 167 | that.$refs.table.clearSelection() |
167 | } | 168 | } |
168 | store.dispatch('user/reMenuRefresh', true) | 169 | store.dispatch('user/reMenuRefresh', true) |
170 | that.queryClick() | ||
169 | that.$message({ | 171 | that.$message({ |
170 | showClose: true, | 172 | showClose: true, |
171 | message: '添加成功', | 173 | message: '添加成功', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-02-01 15:57:34 | 4 | * @LastEditTime: 2024-02-02 15:06:02 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 主体权利信息查询 --> | 7 | <!-- 主体权利信息查询 --> |
... | @@ -59,7 +59,8 @@ | ... | @@ -59,7 +59,8 @@ |
59 | </div> | 59 | </div> |
60 | <div class="submit_button"> | 60 | <div class="submit_button"> |
61 | <el-button @click="$popupCacel">取消</el-button> | 61 | <el-button @click="$popupCacel">取消</el-button> |
62 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> | 62 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button> |
63 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button> | ||
63 | </div> | 64 | </div> |
64 | </div> | 65 | </div> |
65 | </template> | 66 | </template> |
... | @@ -158,6 +159,7 @@ | ... | @@ -158,6 +159,7 @@ |
158 | that.$refs.table.clearSelection() | 159 | that.$refs.table.clearSelection() |
159 | } | 160 | } |
160 | store.dispatch('user/reMenuRefresh', true) | 161 | store.dispatch('user/reMenuRefresh', true) |
162 | that.queryClick() | ||
161 | that.$message({ | 163 | that.$message({ |
162 | showClose: true, | 164 | showClose: true, |
163 | message: '添加成功', | 165 | message: '添加成功', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-02-01 16:00:47 | 4 | * @LastEditTime: 2024-02-02 15:11:18 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 主体权利信息查询 --> | 7 | <!-- 主体权利信息查询 --> |
... | @@ -59,7 +59,8 @@ | ... | @@ -59,7 +59,8 @@ |
59 | </div> | 59 | </div> |
60 | <div class="submit_button"> | 60 | <div class="submit_button"> |
61 | <el-button @click="$popupCacel">取消</el-button> | 61 | <el-button @click="$popupCacel">取消</el-button> |
62 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> | 62 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button> |
63 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button> | ||
63 | </div> | 64 | </div> |
64 | </div> | 65 | </div> |
65 | </template> | 66 | </template> |
... | @@ -158,6 +159,7 @@ | ... | @@ -158,6 +159,7 @@ |
158 | that.$refs.table.clearSelection() | 159 | that.$refs.table.clearSelection() |
159 | } | 160 | } |
160 | store.dispatch('user/reMenuRefresh', true) | 161 | store.dispatch('user/reMenuRefresh', true) |
162 | that.queryClick() | ||
161 | that.$message({ | 163 | that.$message({ |
162 | showClose: true, | 164 | showClose: true, |
163 | message: '添加成功', | 165 | message: '添加成功', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-02-01 16:02:00 | 4 | * @LastEditTime: 2024-02-02 15:12:00 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -60,7 +60,8 @@ | ... | @@ -60,7 +60,8 @@ |
60 | </div> | 60 | </div> |
61 | <div class="submit_button"> | 61 | <div class="submit_button"> |
62 | <el-button @click="$popupCacel">取消</el-button> | 62 | <el-button @click="$popupCacel">取消</el-button> |
63 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> | 63 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button> |
64 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button> | ||
64 | </div> | 65 | </div> |
65 | </div> | 66 | </div> |
66 | </template> | 67 | </template> |
... | @@ -160,6 +161,7 @@ | ... | @@ -160,6 +161,7 @@ |
160 | that.$refs.table.clearSelection() | 161 | that.$refs.table.clearSelection() |
161 | } | 162 | } |
162 | store.dispatch('user/reMenuRefresh', true) | 163 | store.dispatch('user/reMenuRefresh', true) |
164 | that.queryClick() | ||
163 | that.$message({ | 165 | that.$message({ |
164 | showClose: true, | 166 | showClose: true, |
165 | message: '添加成功', | 167 | message: '添加成功', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-11-16 14:12:20 | 4 | * @LastEditTime: 2024-02-02 15:12:57 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -46,7 +46,8 @@ | ... | @@ -46,7 +46,8 @@ |
46 | </div> | 46 | </div> |
47 | <div class="submit_button"> | 47 | <div class="submit_button"> |
48 | <el-button @click="$popupCacel">取消</el-button> | 48 | <el-button @click="$popupCacel">取消</el-button> |
49 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> | 49 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button> |
50 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button> | ||
50 | </div> | 51 | </div> |
51 | </div> | 52 | </div> |
52 | </template> | 53 | </template> |
... | @@ -124,6 +125,7 @@ | ... | @@ -124,6 +125,7 @@ |
124 | that.$refs.table.clearSelection() | 125 | that.$refs.table.clearSelection() |
125 | } | 126 | } |
126 | store.dispatch('user/reMenuRefresh', true) | 127 | store.dispatch('user/reMenuRefresh', true) |
128 | that.queryClick() | ||
127 | that.$message({ | 129 | that.$message({ |
128 | showClose: true, | 130 | showClose: true, |
129 | message: '添加成功', | 131 | message: '添加成功', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-02-01 16:04:42 | 4 | * @LastEditTime: 2024-02-02 15:14:44 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -58,7 +58,8 @@ | ... | @@ -58,7 +58,8 @@ |
58 | </div> | 58 | </div> |
59 | <div class="submit_button"> | 59 | <div class="submit_button"> |
60 | <el-button @click="$popupCacel">取消</el-button> | 60 | <el-button @click="$popupCacel">取消</el-button> |
61 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> | 61 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button> |
62 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button> | ||
62 | </div> | 63 | </div> |
63 | </div> | 64 | </div> |
64 | </template> | 65 | </template> |
... | @@ -159,6 +160,7 @@ | ... | @@ -159,6 +160,7 @@ |
159 | that.$refs.table.clearSelection() | 160 | that.$refs.table.clearSelection() |
160 | } | 161 | } |
161 | store.dispatch('user/reMenuRefresh', true) | 162 | store.dispatch('user/reMenuRefresh', true) |
163 | that.queryClick() | ||
162 | that.$message({ | 164 | that.$message({ |
163 | showClose: true, | 165 | showClose: true, |
164 | message: '添加成功', | 166 | message: '添加成功', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-02-01 16:05:52 | 4 | * @LastEditTime: 2024-02-02 15:16:12 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -60,7 +60,8 @@ | ... | @@ -60,7 +60,8 @@ |
60 | </div> | 60 | </div> |
61 | <div class="submit_button"> | 61 | <div class="submit_button"> |
62 | <el-button @click="$popupCacel">取消</el-button> | 62 | <el-button @click="$popupCacel">取消</el-button> |
63 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> | 63 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button> |
64 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button> | ||
64 | </div> | 65 | </div> |
65 | </div> | 66 | </div> |
66 | </template> | 67 | </template> |
... | @@ -161,6 +162,7 @@ | ... | @@ -161,6 +162,7 @@ |
161 | that.$refs.table.clearSelection() | 162 | that.$refs.table.clearSelection() |
162 | } | 163 | } |
163 | store.dispatch('user/reMenuRefresh', true) | 164 | store.dispatch('user/reMenuRefresh', true) |
165 | that.queryClick() | ||
164 | that.$message({ | 166 | that.$message({ |
165 | showClose: true, | 167 | showClose: true, |
166 | message: '添加成功', | 168 | message: '添加成功', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-02-01 16:08:02 | 4 | * @LastEditTime: 2024-02-02 15:17:30 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -46,7 +46,8 @@ | ... | @@ -46,7 +46,8 @@ |
46 | </div> | 46 | </div> |
47 | <div class="submit_button"> | 47 | <div class="submit_button"> |
48 | <el-button @click="$popupCacel">取消</el-button> | 48 | <el-button @click="$popupCacel">取消</el-button> |
49 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> | 49 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button> |
50 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button> | ||
50 | </div> | 51 | </div> |
51 | </div> | 52 | </div> |
52 | </template> | 53 | </template> |
... | @@ -124,6 +125,7 @@ | ... | @@ -124,6 +125,7 @@ |
124 | that.$refs.table.clearSelection() | 125 | that.$refs.table.clearSelection() |
125 | } | 126 | } |
126 | store.dispatch('user/reMenuRefresh', true) | 127 | store.dispatch('user/reMenuRefresh', true) |
128 | that.queryClick() | ||
127 | that.$message({ | 129 | that.$message({ |
128 | showClose: true, | 130 | showClose: true, |
129 | message: '添加成功', | 131 | message: '添加成功', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-02-01 16:10:05 | 4 | * @LastEditTime: 2024-02-02 15:41:18 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -58,7 +58,8 @@ | ... | @@ -58,7 +58,8 @@ |
58 | </div> | 58 | </div> |
59 | <div class="submit_button"> | 59 | <div class="submit_button"> |
60 | <el-button @click="$popupCacel">取消</el-button> | 60 | <el-button @click="$popupCacel">取消</el-button> |
61 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> | 61 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button> |
62 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button> | ||
62 | </div> | 63 | </div> |
63 | </div> | 64 | </div> |
64 | </template> | 65 | </template> |
... | @@ -158,6 +159,7 @@ | ... | @@ -158,6 +159,7 @@ |
158 | that.$refs.table.clearSelection() | 159 | that.$refs.table.clearSelection() |
159 | } | 160 | } |
160 | store.dispatch('user/reMenuRefresh', true) | 161 | store.dispatch('user/reMenuRefresh', true) |
162 | that.queryClick() | ||
161 | that.$message({ | 163 | that.$message({ |
162 | showClose: true, | 164 | showClose: true, |
163 | message: '添加成功', | 165 | message: '添加成功', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-02-01 16:11:09 | 4 | * @LastEditTime: 2024-02-02 15:43:33 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -61,7 +61,8 @@ | ... | @@ -61,7 +61,8 @@ |
61 | </div> | 61 | </div> |
62 | <div class="submit_button"> | 62 | <div class="submit_button"> |
63 | <el-button @click="$popupCacel">取消</el-button> | 63 | <el-button @click="$popupCacel">取消</el-button> |
64 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> | 64 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button> |
65 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button> | ||
65 | </div> | 66 | </div> |
66 | </div> | 67 | </div> |
67 | </template> | 68 | </template> |
... | @@ -138,6 +139,7 @@ | ... | @@ -138,6 +139,7 @@ |
138 | that.$refs.table.clearSelection() | 139 | that.$refs.table.clearSelection() |
139 | } | 140 | } |
140 | store.dispatch('user/reMenuRefresh', true) | 141 | store.dispatch('user/reMenuRefresh', true) |
142 | that.queryClick() | ||
141 | that.$message({ | 143 | that.$message({ |
142 | showClose: true, | 144 | showClose: true, |
143 | message: '添加成功', | 145 | message: '添加成功', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-02-01 16:13:02 | 4 | * @LastEditTime: 2024-02-02 15:54:00 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 主体权利信息查询 --> | 7 | <!-- 主体权利信息查询 --> |
... | @@ -46,7 +46,8 @@ | ... | @@ -46,7 +46,8 @@ |
46 | </div> | 46 | </div> |
47 | <div class="submit_button"> | 47 | <div class="submit_button"> |
48 | <el-button @click="$popupCacel">取消</el-button> | 48 | <el-button @click="$popupCacel">取消</el-button> |
49 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> | 49 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button> |
50 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button> | ||
50 | </div> | 51 | </div> |
51 | </div> | 52 | </div> |
52 | </template> | 53 | </template> |
... | @@ -122,6 +123,7 @@ | ... | @@ -122,6 +123,7 @@ |
122 | that.$refs.table.clearSelection() | 123 | that.$refs.table.clearSelection() |
123 | } | 124 | } |
124 | store.dispatch('user/reMenuRefresh', true) | 125 | store.dispatch('user/reMenuRefresh', true) |
126 | that.queryClick() | ||
125 | that.$message({ | 127 | that.$message({ |
126 | showClose: true, | 128 | showClose: true, |
127 | message: '添加成功', | 129 | message: '添加成功', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-02-01 16:13:24 | 4 | * @LastEditTime: 2024-02-02 15:56:40 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 主体权利信息查询 --> | 7 | <!-- 主体权利信息查询 --> |
... | @@ -47,7 +47,8 @@ | ... | @@ -47,7 +47,8 @@ |
47 | </div> | 47 | </div> |
48 | <div class="submit_button"> | 48 | <div class="submit_button"> |
49 | <el-button @click="$popupCacel">取消</el-button> | 49 | <el-button @click="$popupCacel">取消</el-button> |
50 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> | 50 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button> |
51 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button> | ||
51 | </div> | 52 | </div> |
52 | </div> | 53 | </div> |
53 | </template> | 54 | </template> |
... | @@ -123,6 +124,7 @@ | ... | @@ -123,6 +124,7 @@ |
123 | that.$refs.table.clearSelection() | 124 | that.$refs.table.clearSelection() |
124 | } | 125 | } |
125 | store.dispatch('user/reMenuRefresh', true) | 126 | store.dispatch('user/reMenuRefresh', true) |
127 | that.queryClick() | ||
126 | that.$message({ | 128 | that.$message({ |
127 | showClose: true, | 129 | showClose: true, |
128 | message: '添加成功', | 130 | message: '添加成功', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-02-01 16:14:33 | 4 | * @LastEditTime: 2024-02-02 15:57:27 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 主体权利信息查询 --> | 7 | <!-- 主体权利信息查询 --> |
... | @@ -46,7 +46,8 @@ | ... | @@ -46,7 +46,8 @@ |
46 | </div> | 46 | </div> |
47 | <div class="submit_button"> | 47 | <div class="submit_button"> |
48 | <el-button @click="$popupCacel">取消</el-button> | 48 | <el-button @click="$popupCacel">取消</el-button> |
49 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> | 49 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button> |
50 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button> | ||
50 | </div> | 51 | </div> |
51 | </div> | 52 | </div> |
52 | </template> | 53 | </template> |
... | @@ -122,6 +123,7 @@ | ... | @@ -122,6 +123,7 @@ |
122 | that.$refs.table.clearSelection() | 123 | that.$refs.table.clearSelection() |
123 | } | 124 | } |
124 | store.dispatch('user/reMenuRefresh', true) | 125 | store.dispatch('user/reMenuRefresh', true) |
126 | that.queryClick() | ||
125 | that.$message({ | 127 | that.$message({ |
126 | showClose: true, | 128 | showClose: true, |
127 | message: '添加成功', | 129 | message: '添加成功', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-02-01 16:15:38 | 4 | * @LastEditTime: 2024-02-02 15:58:28 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 主体权利信息查询 --> | 7 | <!-- 主体权利信息查询 --> |
... | @@ -59,7 +59,8 @@ | ... | @@ -59,7 +59,8 @@ |
59 | </div> | 59 | </div> |
60 | <div class="submit_button"> | 60 | <div class="submit_button"> |
61 | <el-button @click="$popupCacel">取消</el-button> | 61 | <el-button @click="$popupCacel">取消</el-button> |
62 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> | 62 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button> |
63 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button> | ||
63 | </div> | 64 | </div> |
64 | </div> | 65 | </div> |
65 | </template> | 66 | </template> |
... | @@ -158,6 +159,7 @@ | ... | @@ -158,6 +159,7 @@ |
158 | that.$refs.table.clearSelection() | 159 | that.$refs.table.clearSelection() |
159 | } | 160 | } |
160 | store.dispatch('user/reMenuRefresh', true) | 161 | store.dispatch('user/reMenuRefresh', true) |
162 | that.queryClick() | ||
161 | that.$message({ | 163 | that.$message({ |
162 | showClose: true, | 164 | showClose: true, |
163 | message: '添加成功', | 165 | message: '添加成功', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-02-01 14:05:14 | 4 | * @LastEditTime: 2024-02-02 15:59:34 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 主体权利信息查询 --> | 7 | <!-- 主体权利信息查询 --> |
... | @@ -59,7 +59,8 @@ | ... | @@ -59,7 +59,8 @@ |
59 | </div> | 59 | </div> |
60 | <div class="submit_button"> | 60 | <div class="submit_button"> |
61 | <el-button @click="$popupCacel">取消</el-button> | 61 | <el-button @click="$popupCacel">取消</el-button> |
62 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> | 62 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button> |
63 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button> | ||
63 | </div> | 64 | </div> |
64 | </div> | 65 | </div> |
65 | </template> | 66 | </template> |
... | @@ -135,6 +136,7 @@ | ... | @@ -135,6 +136,7 @@ |
135 | that.$refs.table.clearSelection() | 136 | that.$refs.table.clearSelection() |
136 | } | 137 | } |
137 | store.dispatch('user/reMenuRefresh', true) | 138 | store.dispatch('user/reMenuRefresh', true) |
139 | that.queryClick() | ||
138 | that.$message({ | 140 | that.$message({ |
139 | showClose: true, | 141 | showClose: true, |
140 | message: '添加成功', | 142 | message: '添加成功', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-02-01 16:20:18 | 4 | * @LastEditTime: 2024-02-02 16:00:45 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 主体权利信息查询 --> | 7 | <!-- 主体权利信息查询 --> |
... | @@ -46,7 +46,8 @@ | ... | @@ -46,7 +46,8 @@ |
46 | </div> | 46 | </div> |
47 | <div class="submit_button" style="text-align:center"> | 47 | <div class="submit_button" style="text-align:center"> |
48 | <el-button @click="close">取消</el-button> | 48 | <el-button @click="close">取消</el-button> |
49 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> | 49 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button> |
50 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button> | ||
50 | </div> | 51 | </div> |
51 | </div> | 52 | </div> |
52 | </template> | 53 | </template> |
... | @@ -127,6 +128,7 @@ | ... | @@ -127,6 +128,7 @@ |
127 | that.$refs.table.clearSelection() | 128 | that.$refs.table.clearSelection() |
128 | } | 129 | } |
129 | store.dispatch('user/reMenuRefresh', true) | 130 | store.dispatch('user/reMenuRefresh', true) |
131 | that.queryClick() | ||
130 | that.$message({ | 132 | that.$message({ |
131 | showClose: true, | 133 | showClose: true, |
132 | message: '添加成功', | 134 | message: '添加成功', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-02-01 16:20:35 | 4 | * @LastEditTime: 2024-02-02 16:02:10 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -52,7 +52,8 @@ | ... | @@ -52,7 +52,8 @@ |
52 | </div> | 52 | </div> |
53 | <div class="submit_button"> | 53 | <div class="submit_button"> |
54 | <el-button @click="$popupCacel">取消</el-button> | 54 | <el-button @click="$popupCacel">取消</el-button> |
55 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> | 55 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button> |
56 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button> | ||
56 | </div> | 57 | </div> |
57 | </div> | 58 | </div> |
58 | </template> | 59 | </template> |
... | @@ -152,6 +153,7 @@ | ... | @@ -152,6 +153,7 @@ |
152 | that.$refs.table.clearSelection() | 153 | that.$refs.table.clearSelection() |
153 | } | 154 | } |
154 | store.dispatch('user/reMenuRefresh', true) | 155 | store.dispatch('user/reMenuRefresh', true) |
156 | that.queryClick() | ||
155 | that.$message({ | 157 | that.$message({ |
156 | showClose: true, | 158 | showClose: true, |
157 | message: '添加成功', | 159 | message: '添加成功', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-02-01 16:21:39 | 4 | * @LastEditTime: 2024-02-02 16:03:15 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -52,7 +52,8 @@ | ... | @@ -52,7 +52,8 @@ |
52 | </div> | 52 | </div> |
53 | <div class="submit_button"> | 53 | <div class="submit_button"> |
54 | <el-button @click="$popupCacel">取消</el-button> | 54 | <el-button @click="$popupCacel">取消</el-button> |
55 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> | 55 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button> |
56 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button> | ||
56 | </div> | 57 | </div> |
57 | </div> | 58 | </div> |
58 | </template> | 59 | </template> |
... | @@ -153,6 +154,7 @@ | ... | @@ -153,6 +154,7 @@ |
153 | that.$refs.table.clearSelection() | 154 | that.$refs.table.clearSelection() |
154 | } | 155 | } |
155 | store.dispatch('user/reMenuRefresh', true) | 156 | store.dispatch('user/reMenuRefresh', true) |
157 | that.queryClick() | ||
156 | that.$message({ | 158 | that.$message({ |
157 | showClose: true, | 159 | showClose: true, |
158 | message: '添加成功', | 160 | message: '添加成功', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-02-01 16:26:28 | 4 | * @LastEditTime: 2024-02-02 16:04:37 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -119,7 +119,8 @@ | ... | @@ -119,7 +119,8 @@ |
119 | </div> | 119 | </div> |
120 | <div class="submit_button"> | 120 | <div class="submit_button"> |
121 | <el-button @click="$popupCacel">取消</el-button> | 121 | <el-button @click="$popupCacel">取消</el-button> |
122 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> | 122 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button> |
123 | <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button> | ||
123 | </div> | 124 | </div> |
124 | </div> | 125 | </div> |
125 | </div> | 126 | </div> |
... | @@ -283,6 +284,7 @@ | ... | @@ -283,6 +284,7 @@ |
283 | that.$refs.table.clearSelection() | 284 | that.$refs.table.clearSelection() |
284 | } | 285 | } |
285 | store.dispatch('user/reMenuRefresh', true) | 286 | store.dispatch('user/reMenuRefresh', true) |
287 | that.queryClick() | ||
286 | that.$message({ | 288 | that.$message({ |
287 | showClose: true, | 289 | showClose: true, |
288 | message: '添加成功', | 290 | message: '添加成功', | ... | ... |
-
Please register or sign in to post a comment