Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev
Showing
28 changed files
with
171 additions
and
58 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-04-26 16:05:28 | 4 | * @LastEditTime: 2024-02-02 16:51:02 |
| 5 | --> | 5 | --> |
| 6 | <!-- 批量删除弹框 --> | 6 | <!-- 批量删除弹框 --> |
| 7 | <template> | 7 | <template> |
| ... | @@ -16,7 +16,7 @@ | ... | @@ -16,7 +16,7 @@ |
| 16 | </div> | 16 | </div> |
| 17 | </template> | 17 | </template> |
| 18 | <script> | 18 | <script> |
| 19 | import { deleteFlow } from "@/api/workFlow.js" | 19 | import { deleteSlbdcdy } from "@/api/workFlow.js" |
| 20 | import store from '@/store/index.js' | 20 | import store from '@/store/index.js' |
| 21 | export default { | 21 | export default { |
| 22 | components: {}, | 22 | components: {}, |
| ... | @@ -74,7 +74,7 @@ | ... | @@ -74,7 +74,7 @@ |
| 74 | var formdata = new FormData(); | 74 | var formdata = new FormData(); |
| 75 | formdata.append("bsmSldyList", this.selectBdcdy); | 75 | formdata.append("bsmSldyList", this.selectBdcdy); |
| 76 | formdata.append("bsmSlsq", this.formData.bsmSlsq); | 76 | formdata.append("bsmSlsq", this.formData.bsmSlsq); |
| 77 | deleteFlow(formdata).then(res => { | 77 | deleteSlbdcdy(formdata).then(res => { |
| 78 | if (res.code == 200) { | 78 | if (res.code == 200) { |
| 79 | this.$popupCacel(); | 79 | this.$popupCacel(); |
| 80 | store.dispatch('user/refreshPage', true); | 80 | store.dispatch('user/refreshPage', true); | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2024-01-31 11:28:05 | 4 | * @LastEditTime: 2024-02-04 16:11:40 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
| ... | @@ -168,7 +168,15 @@ | ... | @@ -168,7 +168,15 @@ |
| 168 | <el-row :gutter="10"> | 168 | <el-row :gutter="10"> |
| 169 | <el-col :span="8"> | 169 | <el-col :span="8"> |
| 170 | <el-form-item label="用途:"> | 170 | <el-form-item label="用途:"> |
| 171 | <el-input maxlength="100" :disabled="!viewEdit" v-model="ruleForm.tdcbjyq.yt"></el-input> | 171 | <treeselect |
| 172 | :disabled="!viewEdit" | ||
| 173 | v-model="ruleForm.tdcbjyq.yt" | ||
| 174 | noOptionsText="暂无数据" | ||
| 175 | :default-expand-level="1" | ||
| 176 | placeholder="" | ||
| 177 | :normalizer="normalizer" | ||
| 178 | :show-count="true" | ||
| 179 | :options="dictData['tdyt']" /> | ||
| 172 | </el-form-item> | 180 | </el-form-item> |
| 173 | </el-col> | 181 | </el-col> |
| 174 | <el-col :span="8"> | 182 | <el-col :span="8"> | ... | ... |
| 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,11 +176,14 @@ | ... | @@ -175,11 +176,14 @@ |
| 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: '添加成功', |
| 181 | type: 'success' | 183 | type: 'success' |
| 182 | }) | 184 | }) |
| 185 | } else { | ||
| 186 | that.$message.error(res.message); | ||
| 183 | } | 187 | } |
| 184 | }).catch(() => { | 188 | }).catch(() => { |
| 185 | that.loading = false | 189 | that.loading = false | ... | ... |
| 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 16:35:05 |
| 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,11 +168,14 @@ | ... | @@ -167,11 +168,14 @@ |
| 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: '添加成功', |
| 173 | type: 'success' | 175 | type: 'success' |
| 174 | }) | 176 | }) |
| 177 | } else { | ||
| 178 | that.$message.error(res.message); | ||
| 175 | } | 179 | } |
| 176 | }).catch(() => { | 180 | }).catch(() => { |
| 177 | that.loading = false | 181 | that.loading = false | ... | ... |
| 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 16:35:20 |
| 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,11 +316,14 @@ | ... | @@ -314,11 +316,14 @@ |
| 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: '添加成功', |
| 320 | type: 'success' | 323 | type: 'success' |
| 321 | }) | 324 | }) |
| 325 | } else { | ||
| 326 | that.$message.error(res.message); | ||
| 322 | } | 327 | } |
| 323 | }).catch(() => { | 328 | }).catch(() => { |
| 324 | that.loading = false | 329 | that.loading = false | ... | ... |
| 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 16:35:39 |
| 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,11 +285,14 @@ | ... | @@ -284,11 +285,14 @@ |
| 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: '添加成功', |
| 290 | type: 'success' | 292 | type: 'success' |
| 291 | }) | 293 | }) |
| 294 | } else { | ||
| 295 | that.$message.error(res.message); | ||
| 292 | } | 296 | } |
| 293 | }).catch(() => { | 297 | }).catch(() => { |
| 294 | that.loading = false | 298 | that.loading = false | ... | ... |
| 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 16:35:49 |
| 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,11 +153,14 @@ | ... | @@ -152,11 +153,14 @@ |
| 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: '添加成功', |
| 158 | type: 'success' | 160 | type: 'success' |
| 159 | }) | 161 | }) |
| 162 | } else { | ||
| 163 | that.$message.error(res.message); | ||
| 160 | } | 164 | } |
| 161 | }).catch(() => { | 165 | }).catch(() => { |
| 162 | that.loading = false | 166 | that.loading = false | ... | ... |
| 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 16:36:00 |
| 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,11 +142,14 @@ | ... | @@ -141,11 +142,14 @@ |
| 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: '添加成功', |
| 147 | type: 'success' | 149 | type: 'success' |
| 148 | }) | 150 | }) |
| 151 | } else { | ||
| 152 | that.$message.error(res.message); | ||
| 149 | } | 153 | } |
| 150 | }).catch(() => { | 154 | }).catch(() => { |
| 151 | that.loading = false | 155 | that.loading = false | ... | ... |
| 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 16:36:10 |
| 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,11 +146,14 @@ | ... | @@ -145,11 +146,14 @@ |
| 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: '添加成功', |
| 151 | type: 'success' | 153 | type: 'success' |
| 152 | }) | 154 | }) |
| 155 | } else { | ||
| 156 | that.$message.error(res.message); | ||
| 153 | } | 157 | } |
| 154 | }).catch(() => { | 158 | }).catch(() => { |
| 155 | that.loading = false | 159 | that.loading = false | ... | ... |
| 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 16:36:20 |
| 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,11 +167,14 @@ | ... | @@ -166,11 +167,14 @@ |
| 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: '添加成功', |
| 172 | type: 'success' | 174 | type: 'success' |
| 173 | }) | 175 | }) |
| 176 | } else { | ||
| 177 | that.$message.error(res.message); | ||
| 174 | } | 178 | } |
| 175 | }).catch(() => { | 179 | }).catch(() => { |
| 176 | that.loading = false | 180 | that.loading = false | ... | ... |
| 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 16:36:30 |
| 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,11 +159,14 @@ | ... | @@ -158,11 +159,14 @@ |
| 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: '添加成功', |
| 164 | type: 'success' | 166 | type: 'success' |
| 165 | }) | 167 | }) |
| 168 | } else { | ||
| 169 | that.$message.error(res.message); | ||
| 166 | } | 170 | } |
| 167 | }).catch(() => { | 171 | }).catch(() => { |
| 168 | that.loading = false | 172 | that.loading = false | ... | ... |
| 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 16:36:39 |
| 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,11 +159,14 @@ | ... | @@ -158,11 +159,14 @@ |
| 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: '添加成功', |
| 164 | type: 'success' | 166 | type: 'success' |
| 165 | }) | 167 | }) |
| 168 | } else { | ||
| 169 | that.$message.error(res.message); | ||
| 166 | } | 170 | } |
| 167 | }).catch(() => { | 171 | }).catch(() => { |
| 168 | that.loading = false | 172 | that.loading = false | ... | ... |
| 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 16:36:47 |
| 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,11 +161,14 @@ | ... | @@ -160,11 +161,14 @@ |
| 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: '添加成功', |
| 166 | type: 'success' | 168 | type: 'success' |
| 167 | }) | 169 | }) |
| 170 | } else { | ||
| 171 | that.$message.error(res.message); | ||
| 168 | } | 172 | } |
| 169 | }).catch(() => { | 173 | }).catch(() => { |
| 170 | that.loading = false | 174 | that.loading = false | ... | ... |
| 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 16:36:54 |
| 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,11 +125,14 @@ | ... | @@ -124,11 +125,14 @@ |
| 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: '添加成功', |
| 130 | type: 'success' | 132 | type: 'success' |
| 131 | }) | 133 | }) |
| 134 | } else { | ||
| 135 | that.$message.error(res.message); | ||
| 132 | } | 136 | } |
| 133 | }).catch(() => { | 137 | }).catch(() => { |
| 134 | that.loading = false | 138 | that.loading = false | ... | ... |
| 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 16:37:04 |
| 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,11 +160,14 @@ | ... | @@ -159,11 +160,14 @@ |
| 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: '添加成功', |
| 165 | type: 'success' | 167 | type: 'success' |
| 166 | }) | 168 | }) |
| 169 | } else { | ||
| 170 | that.$message.error(res.message); | ||
| 167 | } | 171 | } |
| 168 | }).catch(() => { | 172 | }).catch(() => { |
| 169 | that.loading = false | 173 | that.loading = false | ... | ... |
| 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 16:37:13 |
| 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,11 +162,14 @@ | ... | @@ -161,11 +162,14 @@ |
| 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: '添加成功', |
| 167 | type: 'success' | 169 | type: 'success' |
| 168 | }) | 170 | }) |
| 171 | } else { | ||
| 172 | that.$message.error(res.message); | ||
| 169 | } | 173 | } |
| 170 | }).catch(() => { | 174 | }).catch(() => { |
| 171 | that.loading = false | 175 | that.loading = false | ... | ... |
| 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 16:37:21 |
| 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,11 +125,14 @@ | ... | @@ -124,11 +125,14 @@ |
| 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: '添加成功', |
| 130 | type: 'success' | 132 | type: 'success' |
| 131 | }) | 133 | }) |
| 134 | } else { | ||
| 135 | that.$message.error(res.message); | ||
| 132 | } | 136 | } |
| 133 | }).catch(() => { | 137 | }).catch(() => { |
| 134 | that.loading = false | 138 | that.loading = false | ... | ... |
| 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 16:37:29 |
| 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,11 +159,14 @@ | ... | @@ -158,11 +159,14 @@ |
| 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: '添加成功', |
| 164 | type: 'success' | 166 | type: 'success' |
| 165 | }) | 167 | }) |
| 168 | } else { | ||
| 169 | that.$message.error(res.message); | ||
| 166 | } | 170 | } |
| 167 | }).catch(() => { | 171 | }).catch(() => { |
| 168 | that.loading = false | 172 | that.loading = false | ... | ... |
| 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 16:37:36 |
| 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,11 +139,14 @@ | ... | @@ -138,11 +139,14 @@ |
| 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: '添加成功', |
| 144 | type: 'success' | 146 | type: 'success' |
| 145 | }) | 147 | }) |
| 148 | } else { | ||
| 149 | that.$message.error(res.message); | ||
| 146 | } | 150 | } |
| 147 | }).catch(() => { | 151 | }).catch(() => { |
| 148 | that.loading = false | 152 | that.loading = false | ... | ... |
| 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 16:37:47 |
| 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,11 +123,14 @@ | ... | @@ -122,11 +123,14 @@ |
| 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: '添加成功', |
| 128 | type: 'success' | 130 | type: 'success' |
| 129 | }) | 131 | }) |
| 132 | } else { | ||
| 133 | that.$message.error(res.message); | ||
| 130 | } | 134 | } |
| 131 | }).catch(() => { | 135 | }).catch(() => { |
| 132 | that.loading = false | 136 | that.loading = false | ... | ... |
| 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 16:37:56 |
| 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,11 +124,14 @@ | ... | @@ -123,11 +124,14 @@ |
| 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: '添加成功', |
| 129 | type: 'success' | 131 | type: 'success' |
| 130 | }) | 132 | }) |
| 133 | } else { | ||
| 134 | that.$message.error(res.message); | ||
| 131 | } | 135 | } |
| 132 | }).catch(() => { | 136 | }).catch(() => { |
| 133 | that.loading = false | 137 | that.loading = false | ... | ... |
| 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 16:38:03 |
| 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,11 +123,14 @@ | ... | @@ -122,11 +123,14 @@ |
| 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: '添加成功', |
| 128 | type: 'success' | 130 | type: 'success' |
| 129 | }) | 131 | }) |
| 132 | } else { | ||
| 133 | that.$message.error(res.message); | ||
| 130 | } | 134 | } |
| 131 | }).catch(() => { | 135 | }).catch(() => { |
| 132 | that.loading = false | 136 | that.loading = false | ... | ... |
| 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 16:38:11 |
| 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,11 +159,14 @@ | ... | @@ -158,11 +159,14 @@ |
| 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: '添加成功', |
| 164 | type: 'success' | 166 | type: 'success' |
| 165 | }) | 167 | }) |
| 168 | } else { | ||
| 169 | that.$message.error(res.message); | ||
| 166 | } | 170 | } |
| 167 | }).catch(() => { | 171 | }).catch(() => { |
| 168 | that.loading = false | 172 | that.loading = false | ... | ... |
| 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 16:38:20 |
| 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,11 +136,14 @@ | ... | @@ -135,11 +136,14 @@ |
| 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: '添加成功', |
| 141 | type: 'success' | 143 | type: 'success' |
| 142 | }) | 144 | }) |
| 145 | } else { | ||
| 146 | that.$message.error(res.message); | ||
| 143 | } | 147 | } |
| 144 | }).catch(() => { | 148 | }).catch(() => { |
| 145 | that.loading = false | 149 | that.loading = false | ... | ... |
| 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:38: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" 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,11 +128,14 @@ | ... | @@ -127,11 +128,14 @@ |
| 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: '添加成功', |
| 133 | type: 'success' | 135 | type: 'success' |
| 134 | }) | 136 | }) |
| 137 | } else { | ||
| 138 | that.$message.error(res.message); | ||
| 135 | } | 139 | } |
| 136 | }).catch(() => { | 140 | }).catch(() => { |
| 137 | that.loading = false | 141 | that.loading = false | ... | ... |
| 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:38:34 |
| 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,11 +153,14 @@ | ... | @@ -152,11 +153,14 @@ |
| 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: '添加成功', |
| 158 | type: 'success' | 160 | type: 'success' |
| 159 | }) | 161 | }) |
| 162 | } else { | ||
| 163 | that.$message.error(res.message); | ||
| 160 | } | 164 | } |
| 161 | }).catch(() => { | 165 | }).catch(() => { |
| 162 | that.loading = false | 166 | that.loading = false | ... | ... |
| 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:38:43 |
| 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,11 +154,14 @@ | ... | @@ -153,11 +154,14 @@ |
| 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: '添加成功', |
| 159 | type: 'success' | 161 | type: 'success' |
| 160 | }) | 162 | }) |
| 163 | } else { | ||
| 164 | that.$message.error(res.message); | ||
| 161 | } | 165 | } |
| 162 | }).catch(() => { | 166 | }).catch(() => { |
| 163 | that.loading = false | 167 | that.loading = false | ... | ... |
| 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:38:54 |
| 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,11 +284,14 @@ | ... | @@ -283,11 +284,14 @@ |
| 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: '添加成功', |
| 289 | type: 'success' | 291 | type: 'success' |
| 290 | }) | 292 | }) |
| 293 | } else { | ||
| 294 | that.$message.error(res.message); | ||
| 291 | } | 295 | } |
| 292 | }).catch(() => { | 296 | }).catch(() => { |
| 293 | that.loading = false | 297 | that.loading = false | ... | ... |
-
Please register or sign in to post a comment