0e990500 by renchao@pashanhoo.com

style:合并分支

1 parent e1a2beb4
...@@ -82,4 +82,8 @@ ...@@ -82,4 +82,8 @@
82 /deep/.el-form-item__content{ 82 /deep/.el-form-item__content{
83 pointer-events: none!important; 83 pointer-events: none!important;
84 } 84 }
85
86 /deep/.el-input .el-input__inner {
87 background-color: #F5F7FA;
88 }
85 } 89 }
......
...@@ -17,8 +17,7 @@ ...@@ -17,8 +17,7 @@
17 inline-message 17 inline-message
18 :show-message="false" 18 :show-message="false"
19 :class="{ readonly: editDisabled }" 19 :class="{ readonly: editDisabled }"
20 class="loadingtext" 20 class="loadingtext">
21 >
22 <div class="slxx_con" v-if="isShow" :class="flag ? 'formMarginBot0' : ''"> 21 <div class="slxx_con" v-if="isShow" :class="flag ? 'formMarginBot0' : ''">
23 <div class="slxx_title title-block"> 22 <div class="slxx_title title-block">
24 补录信息 23 补录信息
...@@ -53,22 +52,18 @@ ...@@ -53,22 +52,18 @@
53 :table-width="550" 52 :table-width="550"
54 :tableData="ztQlxxList" 53 :tableData="ztQlxxList"
55 :props="props" 54 :props="props"
56 @change="ztQlxxchange" 55 @change="ztQlxxchange">
57 >
58 <el-table-column 56 <el-table-column
59 prop="qllxmc" 57 prop="qllxmc"
60 width="130" 58 width="130"
61 label="权利类型" 59 label="权利类型"></el-table-column>
62 ></el-table-column>
63 <el-table-column 60 <el-table-column
64 prop="bdcqzh" 61 prop="bdcqzh"
65 width="160" 62 width="160"
66 label="不动产权证书" 63 label="不动产权证书"></el-table-column>
67 ></el-table-column>
68 <el-table-column 64 <el-table-column
69 prop="qlrmc" 65 prop="qlrmc"
70 label="被执行人" 66 label="被执行人"></el-table-column>
71 ></el-table-column>
72 <el-table-column prop="mjmc" label="面积"></el-table-column> 67 <el-table-column prop="mjmc" label="面积"></el-table-column>
73 <el-table-column prop="ytmc" label="用途"></el-table-column> 68 <el-table-column prop="ytmc" label="用途"></el-table-column>
74 <el-table-column prop="zl" label="坐落"></el-table-column> 69 <el-table-column prop="zl" label="坐落"></el-table-column>
...@@ -83,18 +78,15 @@ ...@@ -83,18 +78,15 @@
83 :table-width="550" 78 :table-width="550"
84 :tableData="ssQlxxList" 79 :tableData="ssQlxxList"
85 :props="props" 80 :props="props"
86 @change="ssQlxxchange" 81 @change="ssQlxxchange">
87 >
88 <el-table-column 82 <el-table-column
89 prop="qllxmc" 83 prop="qllxmc"
90 width="130" 84 width="130"
91 label="权利类型" 85 label="权利类型"></el-table-column>
92 ></el-table-column>
93 <el-table-column 86 <el-table-column
94 prop="bdcqzh" 87 prop="bdcqzh"
95 width="160" 88 width="160"
96 label="不动产权证书" 89 label="不动产权证书"></el-table-column>
97 ></el-table-column>
98 <el-table-column prop="qlrmc" label="权利人"></el-table-column> 90 <el-table-column prop="qlrmc" label="权利人"></el-table-column>
99 <el-table-column prop="mjmc" label="面积"></el-table-column> 91 <el-table-column prop="mjmc" label="面积"></el-table-column>
100 <el-table-column prop="ytmc" label="用途"></el-table-column> 92 <el-table-column prop="ytmc" label="用途"></el-table-column>
...@@ -182,14 +174,15 @@ ...@@ -182,14 +174,15 @@
182 </el-form-item> 174 </el-form-item>
183 </el-col> 175 </el-col>
184 <el-col :span="8"> 176 <el-col :span="8">
185 <el-form-item label="是否被续封:"> 177 <el-form-item label="是否被续封:"
178 prop="cfdj.sfbxf"
179 :rules="rules.sfbxfrules">
186 <el-select v-model="ruleForm.cfdj.sfbxf" @change="djlxchange"> 180 <el-select v-model="ruleForm.cfdj.sfbxf" @change="djlxchange">
187 <el-option 181 <el-option
188 v-for="item in sfbxflist" 182 v-for="item in sfbxflist"
189 :key="item.dcode" 183 :key="item.dcode"
190 :label="item.dname" 184 :label="item.dname"
191 :value="item.dcode" 185 :value="item.dcode"></el-option>
192 ></el-option>
193 </el-select> 186 </el-select>
194 </el-form-item> 187 </el-form-item>
195 </el-col> 188 </el-col>
...@@ -205,8 +198,7 @@ ...@@ -205,8 +198,7 @@
205 v-for="item in qsztlist" 198 v-for="item in qsztlist"
206 :key="item.dcode" 199 :key="item.dcode"
207 :label="item.dname" 200 :label="item.dname"
208 :value="item.dcode" 201 :value="item.dcode"></el-option>
209 ></el-option>
210 </el-select> 202 </el-select>
211 </el-form-item> 203 </el-form-item>
212 </el-col> 204 </el-col>
...@@ -231,8 +223,7 @@ ...@@ -231,8 +223,7 @@
231 v-for="item in dictData['A32']" 223 v-for="item in dictData['A32']"
232 :key="item.dcode" 224 :key="item.dcode"
233 :label="item.dname" 225 :label="item.dname"
234 :value="item.dcode" 226 :value="item.dcode"></el-option>
235 ></el-option>
236 </el-select> 227 </el-select>
237 </el-form-item> 228 </el-form-item>
238 </el-col> 229 </el-col>
...@@ -249,8 +240,7 @@ ...@@ -249,8 +240,7 @@
249 type="date" 240 type="date"
250 placeholder="选择日期" 241 placeholder="选择日期"
251 value-format="yyyy-MM-dd HH:mm:ss" 242 value-format="yyyy-MM-dd HH:mm:ss"
252 format="yyyy-MM-dd" 243 format="yyyy-MM-dd"></el-date-picker>
253 ></el-date-picker>
254 </el-form-item> 244 </el-form-item>
255 </el-col> 245 </el-col>
256 <el-col :span="8"> 246 <el-col :span="8">
...@@ -261,8 +251,7 @@ ...@@ -261,8 +251,7 @@
261 type="date" 251 type="date"
262 placeholder="选择日期" 252 placeholder="选择日期"
263 value-format="yyyy-MM-dd HH:mm:ss" 253 value-format="yyyy-MM-dd HH:mm:ss"
264 format="yyyy-MM-dd" 254 format="yyyy-MM-dd"></el-date-picker>
265 ></el-date-picker>
266 </el-form-item> 255 </el-form-item>
267 </el-col> 256 </el-col>
268 <el-col :span="8"> 257 <el-col :span="8">
...@@ -288,8 +277,7 @@ ...@@ -288,8 +277,7 @@
288 <el-form-item 277 <el-form-item
289 label="登记机构:" 278 label="登记机构:"
290 prop="qlxx.djjg" 279 prop="qlxx.djjg"
291 :rules="rules.djjgrules" 280 :rules="rules.djjgrules">
292 >
293 <el-input v-model="ruleForm.qlxx.djjg"></el-input> 281 <el-input v-model="ruleForm.qlxx.djjg"></el-input>
294 </el-form-item> 282 </el-form-item>
295 </el-col> 283 </el-col>
...@@ -298,8 +286,7 @@ ...@@ -298,8 +286,7 @@
298 <el-form-item 286 <el-form-item
299 label="登簿人:" 287 label="登簿人:"
300 prop="qlxx.dbr" 288 prop="qlxx.dbr"
301 :rules="rules.dbrrules" 289 :rules="rules.dbrrules">
302 >
303 <el-input v-model="ruleForm.qlxx.dbr"></el-input> 290 <el-input v-model="ruleForm.qlxx.dbr"></el-input>
304 </el-form-item> 291 </el-form-item>
305 </el-col> 292 </el-col>
...@@ -307,16 +294,14 @@ ...@@ -307,16 +294,14 @@
307 <el-form-item 294 <el-form-item
308 label="登记时间:" 295 label="登记时间:"
309 prop="qlxx.djsj" 296 prop="qlxx.djsj"
310 :rules="rules.djsjrules" 297 :rules="rules.djsjrules">
311 >
312 <el-date-picker 298 <el-date-picker
313 v-model="ruleForm.qlxx.djsj" 299 v-model="ruleForm.qlxx.djsj"
314 type="date" 300 type="date"
315 placeholder="选择日期" 301 placeholder="选择日期"
316 class="width100" 302 class="width100"
317 value-format="yyyy-MM-dd HH:mm:ss" 303 value-format="yyyy-MM-dd HH:mm:ss"
318 format="yyyy-MM-dd" 304 format="yyyy-MM-dd">
319 >
320 </el-date-picker> 305 </el-date-picker>
321 </el-form-item> 306 </el-form-item>
322 </el-col> 307 </el-col>
...@@ -360,8 +345,7 @@ ...@@ -360,8 +345,7 @@
360 type="date" 345 type="date"
361 placeholder="选择日期" 346 placeholder="选择日期"
362 value-format="yyyy-MM-dd HH:mm:ss" 347 value-format="yyyy-MM-dd HH:mm:ss"
363 format="yyyy-MM-dd" 348 format="yyyy-MM-dd">
364 >
365 </el-date-picker> 349 </el-date-picker>
366 </el-form-item> 350 </el-form-item>
367 </el-col> 351 </el-col>
...@@ -376,18 +360,18 @@ ...@@ -376,18 +360,18 @@
376 </div> 360 </div>
377 </template> 361 </template>
378 <script> 362 <script>
379 import { mapGetters } from "vuex"; 363 import { mapGetters } from "vuex";
380 import { init, getSsQlxx, getZtQlxx, save } from "@/api/djbRepair.js"; 364 import { init, getSsQlxx, getZtQlxx, save } from "@/api/djbRepair.js";
381 import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable"; 365 import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable";
382 import ywrCommonTable from "@/views/djbworkflow/components/ywrCommonTable"; 366 import ywrCommonTable from "@/views/djbworkflow/components/ywrCommonTable";
383 import tdytTable from "@/views/workflow/components/tdytTable"; 367 import tdytTable from "@/views/workflow/components/tdytTable";
384 import selectTable from "@/components/selectTable/index.vue"; 368 import selectTable from "@/components/selectTable/index.vue";
385 export default { 369 export default {
386 components: { qlrCommonTable, ywrCommonTable, tdytTable, selectTable }, 370 components: { qlrCommonTable, ywrCommonTable, tdytTable, selectTable },
387 computed: { 371 computed: {
388 ...mapGetters(["dictData", "flag"]), 372 ...mapGetters(["dictData", "flag"]),
389 // 根据流程判断表单是否为只读 373 // 根据流程判断表单是否为只读
390 editDisabled() { 374 editDisabled () {
391 if (!this.ableOperation) { 375 if (!this.ableOperation) {
392 //只读状态 376 //只读状态
393 return true; 377 return true;
...@@ -395,7 +379,7 @@ export default { ...@@ -395,7 +379,7 @@ export default {
395 return false; 379 return false;
396 }, 380 },
397 }, 381 },
398 data() { 382 data () {
399 return { 383 return {
400 //表单是否可操作 384 //表单是否可操作
401 props: { 385 props: {
...@@ -473,17 +457,17 @@ export default { ...@@ -473,17 +457,17 @@ export default {
473 bdcqzhrules: [ 457 bdcqzhrules: [
474 { required: true, message: "不动产登记证明号", trigger: "blur" }, 458 { required: true, message: "不动产登记证明号", trigger: "blur" },
475 ], 459 ],
476 qxdmrules: [{ required: true, message: "区县代码", trigger: "blur" }],
477 djjgrules: [{ required: true, message: "登记机构", trigger: "blur" }], 460 djjgrules: [{ required: true, message: "登记机构", trigger: "blur" }],
478 dbrrules: [{ required: true, message: "登簿人", trigger: "blur" }], 461 dbrrules: [{ required: true, message: "登簿人", trigger: "blur" }],
479 djsjrules: [{ required: true, message: "登记时间", trigger: "blur" }], 462 djsjrules: [{ required: true, message: "登记时间", trigger: "blur" }],
463 sfbxfrules: [{ required: true, message: "是否被续封", trigger: "change" }]
464 }
465 }
480 }, 466 },
481 }; 467 created () {
482 },
483 created() {
484 this.loadData(); 468 this.loadData();
485 }, 469 },
486 mounted() { 470 mounted () {
487 this.ableOperation = this.$parent.ableOperation; 471 this.ableOperation = this.$parent.ableOperation;
488 }, 472 },
489 methods: { 473 methods: {
...@@ -492,7 +476,7 @@ export default { ...@@ -492,7 +476,7 @@ export default {
492 * @param {*} val 476 * @param {*} val
493 * @author: renchao 477 * @author: renchao
494 */ 478 */
495 ztQlxxchange(val) { 479 ztQlxxchange (val) {
496 this.ruleForm.ztQlxx = val; 480 this.ruleForm.ztQlxx = val;
497 }, 481 },
498 /** 482 /**
...@@ -500,7 +484,7 @@ export default { ...@@ -500,7 +484,7 @@ export default {
500 * @param {*} val 484 * @param {*} val
501 * @author: renchao 485 * @author: renchao
502 */ 486 */
503 ssQlxxchange(val) { 487 ssQlxxchange (val) {
504 this.ruleForm.ssQlxx = val; 488 this.ruleForm.ssQlxx = val;
505 this.ruleForm.qlxx.ssywh = val.ywh; 489 this.ruleForm.qlxx.ssywh = val.ywh;
506 }, 490 },
...@@ -509,7 +493,7 @@ export default { ...@@ -509,7 +493,7 @@ export default {
509 * @param {*} val 493 * @param {*} val
510 * @author: renchao 494 * @author: renchao
511 */ 495 */
512 djlxchange(val) { 496 djlxchange (val) {
513 if (val == null || val == 100) { 497 if (val == null || val == 100) {
514 this.ssqlxxshow = false; 498 this.ssqlxxshow = false;
515 } else { 499 } else {
...@@ -520,7 +504,7 @@ export default { ...@@ -520,7 +504,7 @@ export default {
520 * @description: loadData 504 * @description: loadData
521 * @author: renchao 505 * @author: renchao
522 */ 506 */
523 loadData() { 507 loadData () {
524 this.$startLoading(); 508 this.$startLoading();
525 this.propsParam.isEdit = this.$parent.isEdit; 509 this.propsParam.isEdit = this.$parent.isEdit;
526 init(this.propsParam).then((res) => { 510 init(this.propsParam).then((res) => {
...@@ -570,9 +554,8 @@ export default { ...@@ -570,9 +554,8 @@ export default {
570 * @description: onSubmit 554 * @description: onSubmit
571 * @author: renchao 555 * @author: renchao
572 */ 556 */
573 onSubmit() { 557 onSubmit () {
574 this.$refs.ruleForm.validate((valid) => { 558 this.$refs.ruleForm.validate((valid) => {
575 console.log("valid", valid);
576 if (valid) { 559 if (valid) {
577 // if (this.ruleForm.qlrData.length == 0) { 560 // if (this.ruleForm.qlrData.length == 0) {
578 // this.$message({ 561 // this.$message({
...@@ -633,9 +616,9 @@ export default { ...@@ -633,9 +616,9 @@ export default {
633 }); 616 });
634 }, 617 },
635 }, 618 },
636 }; 619 };
637 </script> 620 </script>
638 <style scoped lang="scss"> 621 <style scoped lang="scss">
639 @import "~@/styles/public.scss"; 622 @import "~@/styles/public.scss";
640 @import "~@/styles/slxx/slxx.scss"; 623 @import "~@/styles/slxx/slxx.scss";
641 </style> 624 </style>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-06-25 15:52:42 4 * @LastEditTime: 2023-07-31 10:02:35
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -14,10 +14,7 @@ ...@@ -14,10 +14,7 @@
14 ref="ruleForm" 14 ref="ruleForm"
15 :label-position="flag ? 'top' : ''" 15 :label-position="flag ? 'top' : ''"
16 :inline="flag" 16 :inline="flag"
17 :show-message="false" 17 label-width="145px">
18 inline-message
19 label-width="145px"
20 >
21 <div class="slxx_con" v-if="isShow" :class="flag ? 'formMarginBot0' : ''"> 18 <div class="slxx_con" v-if="isShow" :class="flag ? 'formMarginBot0' : ''">
22 <div class="slxx_title title-block"> 19 <div class="slxx_title title-block">
23 补录信息 20 补录信息
...@@ -52,18 +49,15 @@ ...@@ -52,18 +49,15 @@
52 :table-width="550" 49 :table-width="550"
53 :tableData="ssQlxxList" 50 :tableData="ssQlxxList"
54 :props="props" 51 :props="props"
55 @change="ssQlxxchange" 52 @change="ssQlxxchange">
56 >
57 <el-table-column 53 <el-table-column
58 prop="qllxmc" 54 prop="qllxmc"
59 width="130" 55 width="130"
60 label="权利类型" 56 label="权利类型"></el-table-column>
61 ></el-table-column>
62 <el-table-column 57 <el-table-column
63 prop="bdcqzh" 58 prop="bdcqzh"
64 width="160" 59 width="160"
65 label="不动产权证书" 60 label="不动产权证书"></el-table-column>
66 ></el-table-column>
67 <el-table-column prop="qlrmc" label="权利人"></el-table-column> 61 <el-table-column prop="qlrmc" label="权利人"></el-table-column>
68 <el-table-column prop="mjmc" label="面积"></el-table-column> 62 <el-table-column prop="mjmc" label="面积"></el-table-column>
69 <el-table-column prop="ytmc" label="用途"></el-table-column> 63 <el-table-column prop="ytmc" label="用途"></el-table-column>
...@@ -86,8 +80,6 @@ ...@@ -86,8 +80,6 @@
86 <el-input disabled v-model="ruleForm.qlxx.ssywh"></el-input> 80 <el-input disabled v-model="ruleForm.qlxx.ssywh"></el-input>
87 </el-form-item> 81 </el-form-item>
88 </el-col> 82 </el-col>
89 </el-row>
90 <el-row :gutter="10">
91 <el-col :span="8"> 83 <el-col :span="8">
92 <el-form-item label="权利类型:"> 84 <el-form-item label="权利类型:">
93 <el-input disabled v-model="ruleForm.qlxx.qllxmc"></el-input> 85 <el-input disabled v-model="ruleForm.qlxx.qllxmc"></el-input>
...@@ -100,8 +92,7 @@ ...@@ -100,8 +92,7 @@
100 v-for="item in djlxlist" 92 v-for="item in djlxlist"
101 :key="item.dcode" 93 :key="item.dcode"
102 :label="item.dname" 94 :label="item.dname"
103 :value="item.dcode" 95 :value="item.dcode">
104 >
105 </el-option> 96 </el-option>
106 </el-select> 97 </el-select>
107 </el-form-item> 98 </el-form-item>
...@@ -113,8 +104,7 @@ ...@@ -113,8 +104,7 @@
113 v-for="item in qsztlist" 104 v-for="item in qsztlist"
114 :key="item.dcode" 105 :key="item.dcode"
115 :label="item.dname" 106 :label="item.dname"
116 :value="item.dcode" 107 :value="item.dcode">
117 >
118 </el-option> 108 </el-option>
119 </el-select> 109 </el-select>
120 </el-form-item> 110 </el-form-item>
...@@ -174,15 +164,13 @@ ...@@ -174,15 +164,13 @@
174 <div style="display: flex"> 164 <div style="display: flex">
175 <el-input 165 <el-input
176 v-model="ruleForm.jsydsyq.qdjg" 166 v-model="ruleForm.jsydsyq.qdjg"
177 style="width: 500%" 167 style="width: 500%"></el-input>
178 ></el-input>
179 <el-select v-model="ruleForm.jsydsyq.jedw"> 168 <el-select v-model="ruleForm.jsydsyq.jedw">
180 <el-option 169 <el-option
181 v-for="item in dictData['A57']" 170 v-for="item in dictData['A57']"
182 :key="item.dcode" 171 :key="item.dcode"
183 :label="item.dname" 172 :label="item.dname"
184 :value="item.dcode" 173 :value="item.dcode">
185 >
186 </el-option> 174 </el-option>
187 </el-select> 175 </el-select>
188 </div> 176 </div>
...@@ -193,8 +181,7 @@ ...@@ -193,8 +181,7 @@
193 <el-form-item 181 <el-form-item
194 label="不动产权证号:" 182 label="不动产权证号:"
195 prop="qlxx.bdcqzh" 183 prop="qlxx.bdcqzh"
196 :rules="rules.bdcqzhrules" 184 :rules="rules.bdcqzhrules">
197 >
198 <el-input v-model="ruleForm.qlxx.bdcqzh"></el-input> 185 <el-input v-model="ruleForm.qlxx.bdcqzh"></el-input>
199 </el-form-item> 186 </el-form-item>
200 </el-col> 187 </el-col>
...@@ -211,8 +198,7 @@ ...@@ -211,8 +198,7 @@
211 <el-form-item 198 <el-form-item
212 label="登记机构:" 199 label="登记机构:"
213 prop="qlxx.djjg" 200 prop="qlxx.djjg"
214 :rules="rules.djjgrules" 201 :rules="rules.djjgrules">
215 >
216 <el-input v-model="ruleForm.qlxx.djjg"></el-input> 202 <el-input v-model="ruleForm.qlxx.djjg"></el-input>
217 </el-form-item> 203 </el-form-item>
218 </el-col> 204 </el-col>
...@@ -220,8 +206,7 @@ ...@@ -220,8 +206,7 @@
220 <el-form-item 206 <el-form-item
221 label="登簿人:" 207 label="登簿人:"
222 prop="qlxx.dbr" 208 prop="qlxx.dbr"
223 :rules="rules.dbrrules" 209 :rules="rules.dbrrules">
224 >
225 <el-input v-model="ruleForm.qlxx.dbr"></el-input> 210 <el-input v-model="ruleForm.qlxx.dbr"></el-input>
226 </el-form-item> 211 </el-form-item>
227 </el-col> 212 </el-col>
...@@ -229,16 +214,14 @@ ...@@ -229,16 +214,14 @@
229 <el-form-item 214 <el-form-item
230 label="登记时间:" 215 label="登记时间:"
231 prop="qlxx.djsj" 216 prop="qlxx.djsj"
232 :rules="rules.djsjrules" 217 :rules="rules.djsjrules">
233 >
234 <el-date-picker 218 <el-date-picker
235 v-model="ruleForm.qlxx.djsj" 219 v-model="ruleForm.qlxx.djsj"
236 type="date" 220 type="date"
237 class="width100" 221 class="width100"
238 placeholder="选择日期" 222 placeholder="选择日期"
239 value-format="yyyy-MM-dd HH:mm:ss" 223 value-format="yyyy-MM-dd HH:mm:ss"
240 format="yyyy-MM-dd" 224 format="yyyy-MM-dd">
241 >
242 </el-date-picker> 225 </el-date-picker>
243 </el-form-item> 226 </el-form-item>
244 </el-col> 227 </el-col>
...@@ -257,8 +240,7 @@ ...@@ -257,8 +240,7 @@
257 <tdytTable 240 <tdytTable
258 :tableData="ruleForm.tdytqxList" 241 :tableData="ruleForm.tdytqxList"
259 @upDateTdytxxList="upDateTdytxxList" 242 @upDateTdytxxList="upDateTdytxxList"
260 :ableOperation="ableOperation" 243 :ableOperation="ableOperation" />
261 />
262 <div class="slxx_title title-block"> 244 <div class="slxx_title title-block">
263 权利人信息 245 权利人信息
264 <div class="triangle"></div> 246 <div class="triangle"></div>
...@@ -268,8 +250,7 @@ ...@@ -268,8 +250,7 @@
268 <el-form-item label="共有方式:"> 250 <el-form-item label="共有方式:">
269 <el-radio-group 251 <el-radio-group
270 :disabled="!ableOperation" 252 :disabled="!ableOperation"
271 v-model="ruleForm.qlxx.gyfs" 253 v-model="ruleForm.qlxx.gyfs">
272 >
273 <el-radio label="0">单独所有</el-radio> 254 <el-radio label="0">单独所有</el-radio>
274 <el-radio label="1">共同共有</el-radio> 255 <el-radio label="1">共同共有</el-radio>
275 <el-radio label="2">按份所有</el-radio> 256 <el-radio label="2">按份所有</el-radio>
...@@ -283,8 +264,7 @@ ...@@ -283,8 +264,7 @@
283 @upDateQlrxxList="upDateQlrxxList" 264 @upDateQlrxxList="upDateQlrxxList"
284 :key="key" 265 :key="key"
285 :ableOperation="ableOperation" 266 :ableOperation="ableOperation"
286 :gyfs="ruleForm.qlxx.gyfs" 267 :gyfs="ruleForm.qlxx.gyfs" />
287 />
288 268
289 </div> 269 </div>
290 <el-row class="btn" v-if="ableOperation"> 270 <el-row class="btn" v-if="ableOperation">
...@@ -296,34 +276,37 @@ ...@@ -296,34 +276,37 @@
296 </div> 276 </div>
297 </template> 277 </template>
298 <script> 278 <script>
299 import store from "@/store/index.js"; 279 import store from "@/store/index.js";
300 import { mapGetters } from "vuex"; 280 import { mapGetters } from "vuex";
301 import { init, save } from "@/api/djbRepair.js"; 281 import { init, getSsQlxx, save } from "@/api/djbRepair.js";
302 import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable"; 282 import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable";
303 import tdytTable from "@/views/workflow/components/tdytTable"; 283 import selectTable from "@/components/selectTable/index.vue";
304 export default { 284 import tdytTable from "@/views/workflow/components/tdytTable";
305 components: { qlrCommonTable, tdytTable }, 285 import selectTable from "@/components/selectTable/index.vue";
286 export default {
287 components: { qlrCommonTable, tdytTable, selectTable },
306 computed: { 288 computed: {
307 ...mapGetters(["dictData", "flag"]), 289 ...mapGetters(["dictData", "flag"]),
308 // 根据流程判断表单是否为只读 290 // 根据流程判断表单是否为只读
309 editDisabled() { 291 editDisabled () {
310 if (!this.ableOperation) { 292 if (!this.ableOperation) {
311 //只读状态 293 //只读状态
294 console.log("只读");
312 return true; 295 return true;
313 } 296 }
314 return false; 297 return false;
315 }, 298 },
316 }, 299 },
317 data() { 300 data () {
318 return { 301 return {
319 mjdw:"1", 302 mjdw: "1",
320 ssqlxxshow:true, 303 ssqlxxshow: true,
321 props: { 304 props: {
322 label: "bdcqzh", 305 label: "bdcqzh",
323 value: "bdcdyid", 306 value: "bdcdyid",
324 }, 307 },
325 // 键名转换,方法默认是label和children进行树状渲染 308 // 键名转换,方法默认是label和children进行树状渲染
326 normalizer(node) { 309 normalizer (node) {
327 //方法 310 //方法
328 if (node.children == null || node.children == "null") { 311 if (node.children == null || node.children == "null") {
329 delete node.children; 312 delete node.children;
...@@ -335,7 +318,7 @@ export default { ...@@ -335,7 +318,7 @@ export default {
335 }, 318 },
336 //表单是否可操作 319 //表单是否可操作
337 propsParam: this.$attrs, 320 propsParam: this.$attrs,
338 ableOperation:false, 321 ableOperation: false,
339 key: 0, 322 key: 0,
340 ssQlxxList: [], 323 ssQlxxList: [],
341 // 登记类型 324 // 登记类型
...@@ -395,11 +378,11 @@ export default { ...@@ -395,11 +378,11 @@ export default {
395 }, 378 },
396 }; 379 };
397 }, 380 },
398 created() { 381 created () {
399 this.loadData(); 382 this.loadData();
400 }, 383 },
401 mounted() { 384 mounted () {
402 this.ableOperation=this.$parent.ableOperation 385 this.ableOperation = this.$parent.ableOperation
403 }, 386 },
404 methods: { 387 methods: {
405 /** 388 /**
...@@ -407,7 +390,7 @@ export default { ...@@ -407,7 +390,7 @@ export default {
407 * @param {*} val 390 * @param {*} val
408 * @author: renchao 391 * @author: renchao
409 */ 392 */
410 ssQlxxchange(val) { 393 ssQlxxchange (val) {
411 this.ruleForm.ssQlxx = val; 394 this.ruleForm.ssQlxx = val;
412 this.ruleForm.qlxx.ssywh = val.ywh; 395 this.ruleForm.qlxx.ssywh = val.ywh;
413 }, 396 },
...@@ -416,8 +399,8 @@ export default { ...@@ -416,8 +399,8 @@ export default {
416 * @param {*} val 399 * @param {*} val
417 * @author: renchao 400 * @author: renchao
418 */ 401 */
419 djlxchange(val) { 402 djlxchange (val) {
420 console.log("val",val); 403 console.log("val", val);
421 if (val == null || val == 100) { 404 if (val == null || val == 100) {
422 this.ssqlxxshow = false; 405 this.ssqlxxshow = false;
423 } else { 406 } else {
...@@ -430,19 +413,23 @@ export default { ...@@ -430,19 +413,23 @@ export default {
430 * @param {*} val 413 * @param {*} val
431 * @author: renchao 414 * @author: renchao
432 */ 415 */
433 getDictData(val) { 416 getDictData (val) {
434 return store.getters.dictData[val]; 417 return store.getters.dictData[val];
435 }, 418 },
436 /** 419 /**
437 * @description: loadData 420 * @description: loadData
438 * @author: renchao 421 * @author: renchao
439 */ 422 */
440 loadData() { 423 loadData () {
441 this.$startLoading(); 424 this.$startLoading();
442 this.propsParam.isEdit = this.$parent.isEdit; 425 this.propsParam.isEdit = this.$parent.isEdit;
443 init(this.propsParam).then((res) => { 426 init(this.propsParam).then((res) => {
444 if (res.code == 200) { 427 if (res.code == 200) {
445 this.ruleForm = res.result; 428 this.ruleForm = res.result;
429 let djlx = this.ruleForm.qlxx.djlx;
430 if (djlx == null || djlx == 100) {
431 this.ssqlxxshow = false;
432 }
446 this.$endLoading(); 433 this.$endLoading();
447 if (this.ruleForm.tdytqxList.length > 0) { 434 if (this.ruleForm.tdytqxList.length > 0) {
448 this.tdxz = this.ruleForm.tdytqxList[0].qlxzbm; 435 this.tdxz = this.ruleForm.tdytqxList[0].qlxzbm;
...@@ -468,7 +455,7 @@ export default { ...@@ -468,7 +455,7 @@ export default {
468 * @param {*} val 455 * @param {*} val
469 * @author: renchao 456 * @author: renchao
470 */ 457 */
471 upDateTdytxxList(val) { 458 upDateTdytxxList (val) {
472 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); 459 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val));
473 this.key++; 460 this.key++;
474 }, 461 },
...@@ -478,26 +465,16 @@ export default { ...@@ -478,26 +465,16 @@ export default {
478 * @param {*} val 465 * @param {*} val
479 * @author: renchao 466 * @author: renchao
480 */ 467 */
481 upDateQlrxxList(val) { 468 upDateQlrxxList (val) {
482 this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val)); 469 this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val));
483 this.czrOptions = this.ruleForm.qlrData; 470 this.czrOptions = this.ruleForm.qlrData;
484 this.key++; 471 this.key++;
485 }, 472 },
486 // 更新义务人信息
487 /** 473 /**
488 * @description: 更新义务人信息 474 * @description: 保存
489 * @param {*} val
490 * @author: renchao 475 * @author: renchao
491 */ 476 */
492 upDateYwrxxList(val) { 477 onSubmit () {
493 this.ruleForm.ywrData && (this.ruleForm.ywrData = _.cloneDeep(val));
494 this.key++;
495 },
496 /**
497 * @description: onSubmit
498 * @author: renchao
499 */
500 onSubmit() {
501 this.$refs.ruleForm.validate((valid) => { 478 this.$refs.ruleForm.validate((valid) => {
502 if (valid) { 479 if (valid) {
503 if (this.ruleForm.qlrData.length == 0) { 480 if (this.ruleForm.qlrData.length == 0) {
...@@ -559,9 +536,9 @@ export default { ...@@ -559,9 +536,9 @@ export default {
559 }); 536 });
560 }, 537 },
561 }, 538 },
562 }; 539 };
563 </script> 540 </script>
564 <style scoped lang="scss"> 541 <style scoped lang="scss">
565 @import "~@/styles/public.scss"; 542 @import "~@/styles/public.scss";
566 @import "~@/styles/slxx/slxx.scss"; 543 @import "~@/styles/slxx/slxx.scss";
567 </style> 544 </style>
......
...@@ -73,6 +73,30 @@ ...@@ -73,6 +73,30 @@
73 </el-form-item> 73 </el-form-item>
74 </el-col> 74 </el-col>
75 <el-col :span="8"> 75 <el-col :span="8">
76 <el-form-item label="上手业务号:">
77 <el-input disabled v-model="ruleForm.qlxx.ssywh"></el-input>
78 </el-form-item>
79 </el-col>
80 <el-col :span="8">
81 <el-form-item
82 label="登记类型:"
83 prop="qlxx.djlx"
84 :rules="rules.djlxrules"
85 >
86 <el-select v-model="ruleForm.qlxx.djlx" @change="djlxchange">
87 <el-option
88 v-for="item in djlxlist"
89 :key="item.dcode"
90 :label="item.dname"
91 :value="item.dcode"
92 >
93 </el-option>
94 </el-select>
95 </el-form-item>
96 </el-col>
97 </el-row>
98 <el-row>
99 <el-col :span="8">
76 <el-form-item label="不动产单元号:"> 100 <el-form-item label="不动产单元号:">
77 <el-input disabled v-model="ruleForm.qlxx.bdcdyh"></el-input> 101 <el-input disabled v-model="ruleForm.qlxx.bdcdyh"></el-input>
78 </el-form-item> 102 </el-form-item>
...@@ -83,11 +107,6 @@ ...@@ -83,11 +107,6 @@
83 </el-form-item> 107 </el-form-item>
84 </el-col> 108 </el-col>
85 <el-col :span="8"> 109 <el-col :span="8">
86 <el-form-item label="上手业务号:">
87 <el-input disabled v-model="ruleForm.qlxx.ssywh"></el-input>
88 </el-form-item>
89 </el-col>
90 <el-col :span="8">
91 <el-form-item label="权利类型:"> 110 <el-form-item label="权利类型:">
92 <el-input disabled v-model="ruleForm.qlxx.qllxmc"></el-input> 111 <el-input disabled v-model="ruleForm.qlxx.qllxmc"></el-input>
93 </el-form-item> 112 </el-form-item>
...@@ -98,19 +117,6 @@ ...@@ -98,19 +117,6 @@
98 </el-form-item> 117 </el-form-item>
99 </el-col> 118 </el-col>
100 <el-col :span="8"> 119 <el-col :span="8">
101 <el-form-item label="登记类型:" prop="qlxx.djlx" :rules="rules.djlxrules">
102 <el-select v-model="ruleForm.qlxx.djlx" @change="djlxchange">
103 <el-option
104 v-for="item in djlxlist"
105 :key="item.dcode"
106 :label="item.dname"
107 :value="item.dcode"
108 >
109 </el-option>
110 </el-select>
111 </el-form-item>
112 </el-col>
113 <el-col :span="8">
114 <el-form-item label="不动产坐落:"> 120 <el-form-item label="不动产坐落:">
115 <el-input v-model="ruleForm.qlxx.zl"></el-input> 121 <el-input v-model="ruleForm.qlxx.zl"></el-input>
116 </el-form-item> 122 </el-form-item>
......
1 /* 1 /*
2 * @Description:workFramezu.vue组件的方法 头部按钮弹框方法 2 * @Description:workFramezu.vue组件的方法 头部按钮弹框方法
3 * @Autor: miaofang 3 * @Autor: miaofang
4 * @LastEditTime: 2023-07-20 15:37:23 4 * @LastEditTime: 2023-07-31 10:03:23
5 */ 5 */
6 import { getPrintTemplateByCode } from "@/api/print"; 6 import { getPrintTemplateByCode } from "@/api/print";
7 import { getQllxByBdcdyid } from "@/api/djbDetail.js"; 7 import { getQllxByBdcdyid } from "@/api/djbDetail.js";
...@@ -17,9 +17,8 @@ import { ...@@ -17,9 +17,8 @@ import {
17 getPrintApplicationInfo, 17 getPrintApplicationInfo,
18 unClaimTask 18 unClaimTask
19 } from "@/api/workFlow.js"; 19 } from "@/api/workFlow.js";
20 import { mapGetters } from 'vuex'
21 export default { 20 export default {
22 data() { 21 data () {
23 return { 22 return {
24 //是否开启材料分屏 23 //是否开启材料分屏
25 splitScreen: false, 24 splitScreen: false,
...@@ -40,7 +39,7 @@ export default { ...@@ -40,7 +39,7 @@ export default {
40 39
41 } 40 }
42 }, 41 },
43 mounted() { 42 mounted () {
44 this.flowInitParam(); 43 this.flowInitParam();
45 }, 44 },
46 methods: { 45 methods: {
...@@ -49,7 +48,7 @@ export default { ...@@ -49,7 +48,7 @@ export default {
49 * @description: 加载流程初始参数 48 * @description: 加载流程初始参数
50 * @author: renchao 49 * @author: renchao
51 */ 50 */
52 flowInitParam() { 51 flowInitParam () {
53 var formdata = new FormData(); 52 var formdata = new FormData();
54 53
55 formdata.append("bsmSlsq", this.bsmSlsq); 54 formdata.append("bsmSlsq", this.bsmSlsq);
...@@ -60,7 +59,7 @@ export default { ...@@ -60,7 +59,7 @@ export default {
60 stepExpandInfo(formdata).then((res) => { 59 stepExpandInfo(formdata).then((res) => {
61 if (res.code === 200) { 60 if (res.code === 200) {
62 this.leftButtonList = res.result.button; 61 this.leftButtonList = res.result.button;
63 if (res.result.properties.length) { 62 if (res.result.properties && res.result.properties.length) {
64 this.showidea = res.result.properties[0].value 63 this.showidea = res.result.properties[0].value
65 } 64 }
66 65
...@@ -68,16 +67,12 @@ export default { ...@@ -68,16 +67,12 @@ export default {
68 let arr = this.rightButtonList.filter((item) => { 67 let arr = this.rightButtonList.filter((item) => {
69 return item.name == "删除" 68 return item.name == "删除"
70 }) 69 })
71
72 if (arr.length) {
73 this.$refs.Menu.getleftMenubl(); 70 this.$refs.Menu.getleftMenubl();
74 } else { 71 if (!arr.length) {
75 this.ableOperation = false 72 this.isEdit = false
76 this.$refs.Menu.getleftMenubl(1);
77 } 73 }
78 } 74 }
79 }) 75 })
80
81 }, 76 },
82 //流程环节操作按钮 77 //流程环节操作按钮
83 /** 78 /**
...@@ -85,7 +80,7 @@ export default { ...@@ -85,7 +80,7 @@ export default {
85 * @param {*} item 80 * @param {*} item
86 * @author: renchao 81 * @author: renchao
87 */ 82 */
88 operation(item) { 83 operation (item) {
89 //按钮 B0:选择不动产单元 B1:流程图 B2:材料分屏 B3:材料导入 B4:登记簿 B5:证书预览 B6:打印申请书 B7:证书领取 B8:楼盘表 B9:登簿 84 //按钮 B0:选择不动产单元 B1:流程图 B2:材料分屏 B3:材料导入 B4:登记簿 B5:证书预览 B6:打印申请书 B7:证书领取 B8:楼盘表 B9:登簿
90 //操作按钮 登簿:record 转件:transfer 退回:back 退出:signout 85 //操作按钮 登簿:record 转件:transfer 退回:back 退出:signout
91 let that = this; 86 let that = this;
...@@ -295,7 +290,7 @@ export default { ...@@ -295,7 +290,7 @@ export default {
295 * @description: del 290 * @description: del
296 * @author: renchao 291 * @author: renchao
297 */ 292 */
298 del() { 293 del () {
299 let formdata = new FormData(); 294 let formdata = new FormData();
300 formdata.append("bsmSlsq", this.bsmSlsq); 295 formdata.append("bsmSlsq", this.bsmSlsq);
301 this.$confirm("确定要删除吗, 是否继续?", "提示", { 296 this.$confirm("确定要删除吗, 是否继续?", "提示", {
...@@ -330,7 +325,7 @@ export default { ...@@ -330,7 +325,7 @@ export default {
330 * @param {*} obj 325 * @param {*} obj
331 * @author: renchao 326 * @author: renchao
332 */ 327 */
333 sendToNext(obj) { 328 sendToNext (obj) {
334 this.$popupDialog("转出", "djbworkflow/components/zc", { 329 this.$popupDialog("转出", "djbworkflow/components/zc", {
335 obj: obj, 330 obj: obj,
336 bsmSlsq: this.bsmSlsq, 331 bsmSlsq: this.bsmSlsq,
...@@ -343,7 +338,7 @@ export default { ...@@ -343,7 +338,7 @@ export default {
343 * @description: 转出最后一个流程 338 * @description: 转出最后一个流程
344 * @author: renchao 339 * @author: renchao
345 */ 340 */
346 sendToEnd() { 341 sendToEnd () {
347 this.$popupDialog("转出", "djbworkflow/components/zc", { 342 this.$popupDialog("转出", "djbworkflow/components/zc", {
348 obj: "", 343 obj: "",
349 bsmSlsq: this.bsmSlsq, 344 bsmSlsq: this.bsmSlsq,
...@@ -358,7 +353,7 @@ export default { ...@@ -358,7 +353,7 @@ export default {
358 * @description: 批量操作 353 * @description: 批量操作
359 * @author: renchao 354 * @author: renchao
360 */ 355 */
361 handleBatchDel() { 356 handleBatchDel () {
362 this.$popupDialog("批量删除", "workflow/components/batchDel", { 357 this.$popupDialog("批量删除", "workflow/components/batchDel", {
363 width: "50%", 358 width: "50%",
364 btnShow: false, 359 btnShow: false,
...@@ -372,7 +367,7 @@ export default { ...@@ -372,7 +367,7 @@ export default {
372 * @param {*} file 367 * @param {*} file
373 * @author: renchao 368 * @author: renchao
374 */ 369 */
375 handleChange(file) { 370 handleChange (file) {
376 var formdata = new FormData(); 371 var formdata = new FormData();
377 formdata.append("file", file.raw); 372 formdata.append("file", file.raw);
378 formdata.append("bsmSldy", this.currentSelectProps.bsmSldy); 373 formdata.append("bsmSldy", this.currentSelectProps.bsmSldy);
...@@ -391,7 +386,7 @@ export default { ...@@ -391,7 +386,7 @@ export default {
391 * @param {*} file 386 * @param {*} file
392 * @author: renchao 387 * @author: renchao
393 */ 388 */
394 beforeUpload(file) { 389 beforeUpload (file) {
395 return true; 390 return true;
396 } 391 }
397 } 392 }
......
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
126 </el-col> 126 </el-col>
127 <el-col :span="8"> 127 <el-col :span="8">
128 <el-form-item label="是否存在禁止或者限制转让抵押不动产的约定:" label-width="350px"> 128 <el-form-item label="是否存在禁止或者限制转让抵押不动产的约定:" label-width="350px">
129 <el-radio-group v-model="ruleForm.diyaq.sfczjzhxz" :disabled="!ableOperation"> 129 <el-radio-group v-model="ruleForm.diyaq.sfczjzhxz" :disabled="!ableOperation|| isJfOperation">
130 <el-radio label="1">启用</el-radio> 130 <el-radio label="1">启用</el-radio>
131 <el-radio label="0">禁用</el-radio> 131 <el-radio label="0">禁用</el-radio>
132 </el-radio-group> 132 </el-radio-group>
...@@ -138,8 +138,8 @@ ...@@ -138,8 +138,8 @@
138 <el-col :span="8" v-show="ruleForm.diyaq.dyfs == 1"> 138 <el-col :span="8" v-show="ruleForm.diyaq.dyfs == 1">
139 <el-form-item label="被担保主债权数额:"> 139 <el-form-item label="被担保主债权数额:">
140 <div style="display:flex"> 140 <div style="display:flex">
141 <el-input v-model="ruleForm.diyaq.bdbzzqse" :disabled="!ableOperation" style="width:500%"></el-input> 141 <el-input v-model="ruleForm.diyaq.bdbzzqse" :disabled="!ableOperation|| isJfOperation" style="width:500%"></el-input>
142 <el-select v-model="ruleForm.diyaq.jedw" :disabled="!ableOperation"> 142 <el-select v-model="ruleForm.diyaq.jedw" :disabled="!ableOperation|| isJfOperation">
143 <el-option v-for="item in dictData['A57']" :key="item.dcode" :label="item.dname" :value="item.dcode"> 143 <el-option v-for="item in dictData['A57']" :key="item.dcode" :label="item.dname" :value="item.dcode">
144 </el-option> 144 </el-option>
145 </el-select> 145 </el-select>
...@@ -149,19 +149,19 @@ ...@@ -149,19 +149,19 @@
149 149
150 <el-col :span="8" v-show="ruleForm.diyaq.dyfs == 2"> 150 <el-col :span="8" v-show="ruleForm.diyaq.dyfs == 2">
151 <el-form-item label="最高债权额:"> 151 <el-form-item label="最高债权额:">
152 <el-input v-model="ruleForm.diyaq.zgzqse" :disabled="!ableOperation"></el-input> 152 <el-input v-model="ruleForm.diyaq.zgzqse" :disabled="!ableOperation|| isJfOperation"></el-input>
153 </el-form-item> 153 </el-form-item>
154 </el-col> 154 </el-col>
155 155
156 <el-col :span="8"> 156 <el-col :span="8">
157 <el-form-item label="债务履行起始时间:"> 157 <el-form-item label="债务履行起始时间:">
158 <el-date-picker v-model="ruleForm.diyaq.zwlxqssj" :disabled="!ableOperation" type="date"> 158 <el-date-picker v-model="ruleForm.diyaq.zwlxqssj" :disabled="!ableOperation|| isJfOperation" type="date">
159 </el-date-picker> 159 </el-date-picker>
160 </el-form-item> 160 </el-form-item>
161 </el-col> 161 </el-col>
162 <el-col :span="8"> 162 <el-col :span="8">
163 <el-form-item label="债务履行结束时间:"> 163 <el-form-item label="债务履行结束时间:">
164 <el-date-picker v-model="ruleForm.diyaq.zwlxjssj" :disabled="!ableOperation" type="date"> 164 <el-date-picker v-model="ruleForm.diyaq.zwlxjssj" :disabled="!ableOperation|| isJfOperation" type="date">
165 </el-date-picker> 165 </el-date-picker>
166 </el-form-item> 166 </el-form-item>
167 </el-col> 167 </el-col>
...@@ -170,21 +170,21 @@ ...@@ -170,21 +170,21 @@
170 <el-col :span="24"> 170 <el-col :span="24">
171 <el-form-item label="担保范围:"> 171 <el-form-item label="担保范围:">
172 <el-input v-model="ruleForm.diyaq.dbfw" 172 <el-input v-model="ruleForm.diyaq.dbfw"
173 :disabled="ruleForm.sldy.djlx == '300'&& !ableOperation"></el-input> 173 :disabled="ruleForm.sldy.djlx == '300'&& !ableOperation|| isJfOperation"></el-input>
174 </el-form-item> 174 </el-form-item>
175 </el-col> 175 </el-col>
176 </el-row> 176 </el-row>
177 <el-row> 177 <el-row>
178 <el-col :span="24"> 178 <el-col :span="24">
179 <el-form-item label="最高债权确定事实和数额:"> 179 <el-form-item label="最高债权确定事实和数额:">
180 <el-input v-model="ruleForm.diyaq.zgzqqdss" :disabled="!ableOperation"></el-input> 180 <el-input v-model="ruleForm.diyaq.zgzqqdss" :disabled="!ableOperation|| isJfOperation"></el-input>
181 </el-form-item> 181 </el-form-item>
182 </el-col> 182 </el-col>
183 </el-row> 183 </el-row>
184 <el-row> 184 <el-row>
185 <el-col> 185 <el-col>
186 <el-form-item label="附记:" prop="fj"> 186 <el-form-item label="附记:" prop="fj">
187 <el-input type="textarea" v-model="ruleForm.diyaq.fj" :disabled="!ableOperation"></el-input> 187 <el-input type="textarea" v-model="ruleForm.diyaq.fj" :disabled="!ableOperation|| isJfOperation"></el-input>
188 </el-form-item> 188 </el-form-item>
189 </el-col> 189 </el-col>
190 </el-row> 190 </el-row>
...@@ -267,6 +267,9 @@ ...@@ -267,6 +267,9 @@
267 this.ableOperation = this.$parent.currentSelectTab.ableOperation 267 this.ableOperation = this.$parent.currentSelectTab.ableOperation
268 this.propsParam = this.$attrs; 268 this.propsParam = this.$attrs;
269 var formdata = new FormData(); 269 var formdata = new FormData();
270 if (this.propsParam.djlx == '400') {
271 this.isJfOperation = true;
272 }
270 this.$startLoading(); 273 this.$startLoading();
271 formdata.append("bsmSldy", this.propsParam.bsmSldy); 274 formdata.append("bsmSldy", this.propsParam.bsmSldy);
272 formdata.append("bsmSlsq", this.$route.query.bsmSlsq); 275 formdata.append("bsmSlsq", this.$route.query.bsmSlsq);
...@@ -296,6 +299,7 @@ ...@@ -296,6 +299,7 @@
296 diyaq: {}, 299 diyaq: {},
297 gyfs: "", 300 gyfs: "",
298 }, 301 },
302 isJfOperation: false,
299 //传递参数 303 //传递参数
300 propsParam: {}, 304 propsParam: {},
301 rules: {}, 305 rules: {},
......
...@@ -66,41 +66,78 @@ ...@@ -66,41 +66,78 @@
66 </el-col> 66 </el-col>
67 <el-col :span="8"> 67 <el-col :span="8">
68 <el-form-item label="规划用途:"> 68 <el-form-item label="规划用途:">
69 <el-input disabled v-model="ruleForm.ygdj.ytmc"></el-input> 69 <el-select v-model="ruleForm.ygdj.ghyt">
70 <el-option
71 v-for="item in dictData['A17']"
72 :key="item.dcode"
73 :label="item.dname"
74 :value="item.dcode"
75 >
76 </el-option>
77 </el-select>
70 </el-form-item> 78 </el-form-item>
71 </el-col> 79 </el-col>
72 <el-col :span="8"> 80 <el-col :span="8">
73 <el-form-item label="房屋性质:"> 81 <el-form-item label="房屋性质:">
74 <el-input disabled v-model="ruleForm.ygdj.fwxzmc"></el-input> 82 <el-select v-model="ruleForm.ygdj.fwxz">
83 <el-option
84 v-for="item in dictData['A19']"
85 :key="item.dcode"
86 :label="item.dname"
87 :value="item.dcode"
88 >
89 </el-option>
90 </el-select>
75 </el-form-item> 91 </el-form-item>
76 </el-col> 92 </el-col>
77 </el-row> 93 </el-row>
78 <el-row :gutter="10" v-if="ruleForm.qlxx"> 94 <el-row :gutter="10" v-if="ruleForm.qlxx">
79 <el-col :span="8"> 95 <el-col :span="8">
80 <el-form-item label="房屋结构:"> 96 <el-form-item label="房屋结构:">
81 <el-input disabled v-model="ruleForm.ygdj.fwjgmc"></el-input> 97 <el-select v-model="ruleForm.ygdj.fwjg">
98 <el-option
99 v-for="item in dictData['A46']"
100 :key="item.dcode"
101 :label="item.dname"
102 :value="item.dcode"
103 >
104 </el-option>
105 </el-select>
82 </el-form-item> 106 </el-form-item>
83 </el-col> 107 </el-col>
84 <el-col :span="8"> 108 <el-col :span="8">
85 <el-form-item label="建筑面积:"> 109 <el-form-item label="建筑面积:">
86 <el-input disabled v-model="ruleForm.ygdj.jzmj"></el-input> 110 <el-input v-model="ruleForm.ygdj.jzmj"></el-input>
87 </el-form-item> 111 </el-form-item>
88 </el-col> 112 </el-col>
89 <el-col :span="8"> 113 <el-col :span="8">
90 <el-form-item label="取得价格:"> 114 <el-form-item label="取得价格:">
91 <el-input disabled v-model="ruleForm.ygdj.qdjg"></el-input> 115 <div class="flex">
116 <el-input v-model="ruleForm.ygdj.qdjg"></el-input>
117 <el-select
118 v-model="ruleForm.ygdj.jedw"
119 :disabled="!ableOperation"
120 style="width: 20%">
121 <el-option
122 v-for="item in dictData['A57']"
123 :key="item.dcode"
124 :label="item.dname"
125 :value="item.dcode">
126 </el-option>
127 </el-select>
128 </div>
92 </el-form-item> 129 </el-form-item>
93 </el-col> 130 </el-col>
94 </el-row> 131 </el-row>
95 <el-row :gutter="10"> 132 <el-row :gutter="10">
96 <el-col :span="8"> 133 <el-col :span="8">
97 <el-form-item label="所在层:"> 134 <el-form-item label="所在层:">
98 <el-input disabled v-model="ruleForm.ygdj.szc"></el-input> 135 <el-input v-model="ruleForm.ygdj.szc"></el-input>
99 </el-form-item> 136 </el-form-item>
100 </el-col> 137 </el-col>
101 <el-col :span="8"> 138 <el-col :span="8">
102 <el-form-item label="总层数:"> 139 <el-form-item label="总层数:">
103 <el-input disabled v-model="ruleForm.ygdj.zcs"></el-input> 140 <el-input v-model="ruleForm.ygdj.zcs"></el-input>
104 </el-form-item> 141 </el-form-item>
105 </el-col> 142 </el-col>
106 </el-row> 143 </el-row>
......
...@@ -43,80 +43,93 @@ ...@@ -43,80 +43,93 @@
43 </el-col> 43 </el-col>
44 </el-row> 44 </el-row>
45 <div class="slxx_title title-block"> 45 <div class="slxx_title title-block">
46 不动产情况 46 预告买卖登记情况
47 <div class="triangle"></div> 47 <div class="triangle"></div>
48 </div> 48 </div>
49 <el-row :gutter="10"> 49 <el-row :gutter="10">
50 <el-col :span="8"> 50 <el-col :span="8">
51 <el-form-item label="权利类型:"> 51 <el-form-item label="权利类型:">
52 <el-input disabled v-model="ruleForm.ssQlxx.qllxmc"></el-input> 52 <el-input disabled v-model="ruleForm.ztQlxx.qllxmc"></el-input>
53 </el-form-item> 53 </el-form-item>
54 </el-col> 54 </el-col>
55 <el-col :span="8"> 55 <el-col :span="8">
56 <el-form-item label="不动产权证号:"> 56 <el-form-item label="不动产权证号:">
57 <el-input disabled v-model="ruleForm.ssQlxx.bdcqzh"></el-input> 57 <el-input disabled v-model="ruleForm.ztQlxx.bdcqzh"></el-input>
58 </el-form-item> 58 </el-form-item>
59 </el-col> 59 </el-col>
60 <el-col :span="8"> 60 <el-col :span="8">
61 <el-form-item label="不动产单元号:"> 61 <el-form-item label="不动产单元号:">
62 <el-input disabled v-model="ruleForm.ssQlxx.bdcdyh"></el-input> 62 <el-input disabled v-model="ruleForm.ztQlxx.bdcdyh"></el-input>
63 </el-form-item> 63 </el-form-item>
64 </el-col> 64 </el-col>
65 </el-row> 65 </el-row>
66 <el-row :gutter="10"> 66 <el-row :gutter="10">
67 <el-col :span="8"> 67 <el-col :span="8">
68 <el-form-item label="权利人:"> 68 <el-form-item label="权利人:">
69 <el-input disabled v-model="ruleForm.ssQlxx.qlrmc"></el-input> 69 <el-input disabled v-model="ruleForm.ztQlxx.qlrmc"></el-input>
70 </el-form-item> 70 </el-form-item>
71 </el-col> 71 </el-col>
72 <el-col :span="8"> 72 <el-col :span="8">
73 <el-form-item label="证件种类:"> 73 <el-form-item label="证件种类:">
74 <el-input disabled v-model="ruleForm.ssQlxx.qlrzjzl"></el-input> 74 <el-input disabled v-model="ruleForm.ztQlxx.qlrzjzl"></el-input>
75 </el-form-item> 75 </el-form-item>
76 </el-col> 76 </el-col>
77 <el-col :span="8"> 77 <el-col :span="8">
78 <el-form-item label="证件号:"> 78 <el-form-item label="证件号:">
79 <el-input disabled v-model="ruleForm.ssQlxx.qlrzjhm"></el-input> 79 <el-input disabled v-model="ruleForm.ztQlxx.qlrzjhm"></el-input>
80 </el-form-item> 80 </el-form-item>
81 </el-col> 81 </el-col>
82 </el-row> 82 </el-row>
83 <el-row :gutter="10"> 83 <el-row :gutter="10">
84 <el-col :span="8"> 84 <el-col :span="8">
85 <el-form-item label="房屋面积:"> 85 <el-form-item label="房屋面积:">
86 <el-input disabled v-model="ruleForm.ssQlxx.mjmc"></el-input> 86 <el-input disabled v-model="ruleForm.ztQlxx.mjmc"></el-input>
87 </el-form-item> 87 </el-form-item>
88 </el-col> 88 </el-col>
89 <el-col :span="8"> 89 <el-col :span="8">
90 <el-form-item label="房屋用途:"> 90 <el-form-item label="房屋用途:">
91 <el-input disabled v-model="ruleForm.ssQlxx.ytmc"></el-input> 91 <el-input disabled v-model="ruleForm.ztQlxx.ytmc"></el-input>
92 </el-form-item> 92 </el-form-item>
93 </el-col> 93 </el-col>
94 <el-col :span="8"> 94 <el-col :span="8">
95 <el-form-item label="房屋性质:"> 95 <el-form-item label="房屋性质:">
96 <el-input disabled v-model="ruleForm.ssQlxx.qlxzmc"></el-input> 96 <el-input disabled v-model="ruleForm.ztQlxx.qlxzmc"></el-input>
97 </el-form-item> 97 </el-form-item>
98 </el-col> 98 </el-col>
99 </el-row> 99 </el-row>
100 <el-row :gutter="10"> 100 <el-row :gutter="10">
101 <el-col :span="8"> 101 <el-col :span="8">
102 <el-form-item label="房屋取得价格:"> 102 <el-form-item label="房屋取得价格:">
103 <el-input disabled v-model="ruleForm.ssQlxx.qdjg"></el-input> 103 <el-input disabled v-model="ruleForm.ztQlxx.qdjgmc"></el-input>
104 </el-form-item> 104 </el-form-item>
105 </el-col> 105 </el-col>
106 <el-col :span="16"> 106 <el-col :span="16">
107 <el-form-item label="不动产坐落:"> 107 <el-form-item label="不动产坐落:">
108 <el-input disabled v-model="ruleForm.ssQlxx.zl"></el-input> 108 <el-input disabled v-model="ruleForm.ztQlxx.zl"></el-input>
109 </el-form-item> 109 </el-form-item>
110 </el-col> 110 </el-col>
111 </el-row> 111 </el-row>
112 <div class="slxx_title title-block"> 112 <div class="slxx_title title-block">
113 抵押情况 113 预告抵押情况
114 <div class="triangle"></div> 114 <div class="triangle"></div>
115 </div> 115 </div>
116 <el-row :gutter="10"> 116 <el-row :gutter="10">
117 <el-col :span="8"> 117 <el-col :span="8">
118 <el-form-item label="被担保主债权数额:"> 118 <el-form-item label="被担保主债权数额:">
119 <div class="flex">
119 <el-input v-model="ruleForm.ygdj.qdjg" :disabled="!ableOperation"></el-input> 120 <el-input v-model="ruleForm.ygdj.qdjg" :disabled="!ableOperation"></el-input>
121 <el-select
122 v-model="ruleForm.ygdj.jedw"
123 :disabled="!ableOperation"
124 style="width: 20%">
125 <el-option
126 v-for="item in dictData['A57']"
127 :key="item.dcode"
128 :label="item.dname"
129 :value="item.dcode">
130 </el-option>
131 </el-select>
132 </div>
120 </el-form-item> 133 </el-form-item>
121 </el-col> 134 </el-col>
122 <el-col :span="8"> 135 <el-col :span="8">
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-07-21 11:17:58 4 * @LastEditTime: 2023-07-31 09:11:52
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
41 <el-col :span="3" class="btnColRight"> 41 <el-col :span="3" class="btnColRight">
42 <el-form-item> 42 <el-form-item>
43 <el-button type="primary" @click="queryClick">查询</el-button> 43 <el-button type="primary" @click="queryClick">查询</el-button>
44 <!-- <el-button type="primary" @click="resetForm(true)">重置</el-button> -->
45 </el-form-item> 44 </el-form-item>
46 </el-col> 45 </el-col>
47 </el-row> 46 </el-row>
...@@ -65,7 +64,7 @@ ...@@ -65,7 +64,7 @@
65 </div> 64 </div>
66 <div class="submit_button"> 65 <div class="submit_button">
67 <el-button @click="$popupCacel">取消</el-button> 66 <el-button @click="$popupCacel">取消</el-button>
68 <el-button type="primary" plain @click="submitForm">发起申请</el-button> 67 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button>
69 </div> 68 </div>
70 </div> 69 </div>
71 </template> 70 </template>
...@@ -87,6 +86,7 @@ ...@@ -87,6 +86,7 @@
87 mixins: [table, jump], 86 mixins: [table, jump],
88 data () { 87 data () {
89 return { 88 return {
89 loading: false,
90 queryForm: defaultParameters.defaultParameters(), 90 queryForm: defaultParameters.defaultParameters(),
91 tableData: { 91 tableData: {
92 total: 0, 92 total: 0,
...@@ -129,6 +129,7 @@ ...@@ -129,6 +129,7 @@
129 return; 129 return;
130 } 130 }
131 if (!this.isJump) { 131 if (!this.isJump) {
132 this.loading = true
132 startBusinessFlow({ 133 startBusinessFlow({
133 bsmSqyw: this.bsmSqyw, 134 bsmSqyw: this.bsmSqyw,
134 bdcdysz: this.bdcdysz, 135 bdcdysz: this.bdcdysz,
...@@ -137,6 +138,7 @@ ...@@ -137,6 +138,7 @@
137 djqxmc: 138 djqxmc:
138 this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "", 139 this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
139 }).then((res) => { 140 }).then((res) => {
141 this.loading = false
140 if (res.code == 200) { 142 if (res.code == 200) {
141 this.$message({ 143 this.$message({
142 showClose: true, 144 showClose: true,
...@@ -155,10 +157,12 @@ ...@@ -155,10 +157,12 @@
155 } 157 }
156 }) 158 })
157 } else { 159 } else {
160 this.loading = true
158 choiceBdcdy({ 161 choiceBdcdy({
159 bsmSlsq: this.$route.query.bsmSlsq, 162 bsmSlsq: this.$route.query.bsmSlsq,
160 bdcdysz: this.bdcdysz, 163 bdcdysz: this.bdcdysz,
161 }).then((res) => { 164 }).then((res) => {
165 this.loading = false
162 if (res.code == 200) { 166 if (res.code == 200) {
163 this.$message({ 167 this.$message({
164 showClose: true, 168 showClose: true,
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-07-21 13:46:02 4 * @LastEditTime: 2023-07-31 10:03:31
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 抵押权利信息查询 --> 7 <!-- 抵押权利信息查询 -->
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
38 </el-col> 38 </el-col>
39 <el-col :span="2" class="btnColRight"> 39 <el-col :span="2" class="btnColRight">
40 <el-form-item> 40 <el-form-item>
41 <el-button type="primary" @click="handleSearch">查询</el-button> 41 <el-button type="primary" @click="handleSearch" :loading="loading">查询</el-button>
42 <el-button type="primary" @click="resetForm(true)">重置</el-button> 42 <el-button type="primary" @click="resetForm(true)">重置</el-button>
43 </el-form-item> 43 </el-form-item>
44 </el-col> 44 </el-col>
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
55 </div> 55 </div>
56 <div class="submit_button"> 56 <div class="submit_button">
57 <el-button @click="$popupCacel">取消</el-button> 57 <el-button @click="$popupCacel">取消</el-button>
58 <el-button type="primary" plain @click="submitFormClick()">发起申请</el-button> 58 <el-button type="primary" plain @click="submitFormClick()" :loading="loading">发起申请</el-button>
59 </div> 59 </div>
60 </div> 60 </div>
61 </template> 61 </template>
...@@ -76,6 +76,7 @@ ...@@ -76,6 +76,7 @@
76 }, 76 },
77 data () { 77 data () {
78 return { 78 return {
79 loading: false,
79 queryForm: defaultParameters.defaultParameters(), 80 queryForm: defaultParameters.defaultParameters(),
80 qllxs: [], 81 qllxs: [],
81 tableData: { 82 tableData: {
...@@ -115,12 +116,14 @@ ...@@ -115,12 +116,14 @@
115 this.$message.error("请至少选择一条数据"); 116 this.$message.error("请至少选择一条数据");
116 return; 117 return;
117 } 118 }
119 this.loading = true
118 startBusinessFlow({ 120 startBusinessFlow({
119 bsmSqyw: this.sqywInfo.parentid, 121 bsmSqyw: this.sqywInfo.parentid,
120 bdcdysz: this.bdcdysz, 122 bdcdysz: this.bdcdysz,
121 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "", 123 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
122 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "", 124 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
123 }).then((res) => { 125 }).then((res) => {
126 this.loading = false
124 if (res.code == 200) { 127 if (res.code == 200) {
125 this.$message({ 128 this.$message({
126 showClose: true, 129 showClose: true,
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-07-21 14:17:26 4 * @LastEditTime: 2023-07-31 10:03:38
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
69 </div> 69 </div>
70 <div class="submit_button"> 70 <div class="submit_button">
71 <el-button @click="$popupCacel">取消</el-button> 71 <el-button @click="$popupCacel">取消</el-button>
72 <el-button type="primary" plain @click="submitForm">发起申请</el-button> 72 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button>
73 </div> 73 </div>
74 </div> 74 </div>
75 <div v-if="activeName == 'dz'"> 75 <div v-if="activeName == 'dz'">
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
120 </div> 120 </div>
121 <div class="submit_button"> 121 <div class="submit_button">
122 <el-button @click="$popupCacel">取消</el-button> 122 <el-button @click="$popupCacel">取消</el-button>
123 <el-button type="primary" plain @click="submitForm">发起申请</el-button> 123 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button>
124 </div> 124 </div>
125 </div> 125 </div>
126 </div> 126 </div>
...@@ -143,6 +143,7 @@ ...@@ -143,6 +143,7 @@
143 }, 143 },
144 data () { 144 data () {
145 return { 145 return {
146 loading: false,
146 activeName: 'zrz', 147 activeName: 'zrz',
147 queryzrzForm: { 148 queryzrzForm: {
148 qllx: '', 149 qllx: '',
...@@ -240,6 +241,7 @@ ...@@ -240,6 +241,7 @@
240 return; 241 return;
241 } 242 }
242 if (!this.isJump) { 243 if (!this.isJump) {
244 this.loading = true
243 startBusinessFlow({ 245 startBusinessFlow({
244 bsmSqyw: this.bsmSqyw, 246 bsmSqyw: this.bsmSqyw,
245 //sjlx: 'zrz', 247 //sjlx: 'zrz',
...@@ -248,6 +250,7 @@ ...@@ -248,6 +250,7 @@
248 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "", 250 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
249 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "", 251 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
250 }).then((res) => { 252 }).then((res) => {
253 this.loading = false
251 if (res.code == 200) { 254 if (res.code == 200) {
252 this.$message({ 255 this.$message({
253 showClose: true, 256 showClose: true,
...@@ -265,10 +268,12 @@ ...@@ -265,10 +268,12 @@
265 } 268 }
266 }) 269 })
267 } else { 270 } else {
271 this.loading = true
268 choiceBdcdy({ 272 choiceBdcdy({
269 bsmSlsq: Vue.prototype.$currentRoute.query.bsmSlsq, 273 bsmSlsq: Vue.prototype.$currentRoute.query.bsmSlsq,
270 bdcdysz: this.bdcdysz 274 bdcdysz: this.bdcdysz
271 }).then(res => { 275 }).then(res => {
276 this.loading = false
272 if (res.code == 200) { 277 if (res.code == 200) {
273 this.$message({ 278 this.$message({
274 showClose: true, 279 showClose: true,
...@@ -374,7 +379,6 @@ ...@@ -374,7 +379,6 @@
374 * @author: miaofang 379 * @author: miaofang
375 */ 380 */
376 openBook (row) { 381 openBook (row) {
377 console.log("的急急急急急急");
378 var param = { 382 var param = {
379 bdcdyid: row.bdcdyid, 383 bdcdyid: row.bdcdyid,
380 qllx: row.qllx, 384 qllx: row.qllx,
...@@ -384,7 +388,7 @@ ...@@ -384,7 +388,7 @@
384 this.$popup("登记簿详情", "registerBook/djbFrame", { 388 this.$popup("登记簿详情", "registerBook/djbFrame", {
385 formData: param 389 formData: param
386 }) 390 })
387 }, 391 }
388 } 392 }
389 } 393 }
390 </script> 394 </script>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-07-21 13:46:18 4 * @LastEditTime: 2023-07-31 10:03:52
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
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">发起申请</el-button> 43 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button>
44 </div> 44 </div>
45 </div> 45 </div>
46 </template> 46 </template>
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
62 }, 62 },
63 data () { 63 data () {
64 return { 64 return {
65 loading: false,
65 queryForm: defaultParameters.defaultParameters(), 66 queryForm: defaultParameters.defaultParameters(),
66 tableData: { 67 tableData: {
67 total: 0, 68 total: 0,
...@@ -104,12 +105,14 @@ ...@@ -104,12 +105,14 @@
104 this.$message.error("请至少选择一条数据"); 105 this.$message.error("请至少选择一条数据");
105 return; 106 return;
106 } 107 }
108 this.loading = true
107 startBusinessFlow({ 109 startBusinessFlow({
108 bsmSqyw: this.bsmSqyw, 110 bsmSqyw: this.bsmSqyw,
109 bdcdysz: this.bdcdysz, 111 bdcdysz: this.bdcdysz,
110 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "", 112 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
111 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "", 113 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
112 }).then((res) => { 114 }).then((res) => {
115 this.loading = false
113 if (res.code == 200) { 116 if (res.code == 200) {
114 this.$message({ 117 this.$message({
115 showClose: true, 118 showClose: true,
...@@ -203,7 +206,7 @@ ...@@ -203,7 +206,7 @@
203 this.$popup("登记簿详情", "registerBook/djbFrame", { 206 this.$popup("登记簿详情", "registerBook/djbFrame", {
204 formData: param 207 formData: param
205 }) 208 })
206 }, 209 }
207 } 210 }
208 } 211 }
209 </script> 212 </script>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-07-21 13:46:30 4 * @LastEditTime: 2023-07-31 10:03:59
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
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">发起申请</el-button> 43 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button>
44 </div> 44 </div>
45 </div> 45 </div>
46 </template> 46 </template>
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
62 }, 62 },
63 data () { 63 data () {
64 return { 64 return {
65 loading: false,
65 queryForm: defaultParameters.defaultParameters(), 66 queryForm: defaultParameters.defaultParameters(),
66 qllxs: [], 67 qllxs: [],
67 tableData: { 68 tableData: {
...@@ -101,12 +102,14 @@ ...@@ -101,12 +102,14 @@
101 this.$message.error("请至少选择一条数据"); 102 this.$message.error("请至少选择一条数据");
102 return; 103 return;
103 } 104 }
105 this.loading = true
104 startBusinessFlow({ 106 startBusinessFlow({
105 bsmSqyw: this.sqywInfo.parentid, 107 bsmSqyw: this.sqywInfo.parentid,
106 bdcdysz: this.bdcdysz, 108 bdcdysz: this.bdcdysz,
107 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "", 109 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
108 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "", 110 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
109 }).then((res) => { 111 }).then((res) => {
112 this.loading = false
110 if (res.code == 200) { 113 if (res.code == 200) {
111 this.$message({ 114 this.$message({
112 showClose: true, 115 showClose: true,
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-07-21 13:46:36 4 * @LastEditTime: 2023-07-31 10:04:05
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 主体权利信息查询 --> 7 <!-- 主体权利信息查询 -->
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
55 </div> 55 </div>
56 <div class="submit_button"> 56 <div class="submit_button">
57 <el-button @click="$popupCacel">取消</el-button> 57 <el-button @click="$popupCacel">取消</el-button>
58 <el-button type="primary" plain @click="submitForm">发起申请</el-button> 58 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button>
59 </div> 59 </div>
60 </div> 60 </div>
61 </template> 61 </template>
...@@ -77,6 +77,7 @@ ...@@ -77,6 +77,7 @@
77 }, 77 },
78 data () { 78 data () {
79 return { 79 return {
80 loading: false,
80 queryForm: defaultParameters.defaultParameters(), 81 queryForm: defaultParameters.defaultParameters(),
81 qllxData: [], 82 qllxData: [],
82 tableData: { 83 tableData: {
...@@ -129,12 +130,14 @@ ...@@ -129,12 +130,14 @@
129 this.$alert("请至少选择一条数据"); 130 this.$alert("请至少选择一条数据");
130 return; 131 return;
131 } 132 }
133 this.loading = true
132 startBusinessFlow({ 134 startBusinessFlow({
133 bsmSqyw: this.bsmSqyw, 135 bsmSqyw: this.bsmSqyw,
134 bdcdysz: this.bdcdysz, 136 bdcdysz: this.bdcdysz,
135 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "", 137 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
136 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "", 138 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
137 }).then((res) => { 139 }).then((res) => {
140 this.loading = false
138 if (res.code == 200) { 141 if (res.code == 200) {
139 this.$message({ 142 this.$message({
140 showClose: true, 143 showClose: true,
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-07-21 13:46:42 4 * @LastEditTime: 2023-07-31 10:04:12
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
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">发起申请</el-button> 54 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button>
55 </div> 55 </div>
56 </div> 56 </div>
57 </template> 57 </template>
...@@ -77,6 +77,7 @@ ...@@ -77,6 +77,7 @@
77 }, 77 },
78 data () { 78 data () {
79 return { 79 return {
80 loading: false,
80 bdcdysz: [], 81 bdcdysz: [],
81 queryForm: { 82 queryForm: {
82 zl: "", 83 zl: "",
...@@ -159,14 +160,15 @@ ...@@ -159,14 +160,15 @@
159 this.$message.error("请至少选择一条数据"); 160 this.$message.error("请至少选择一条数据");
160 return; 161 return;
161 } 162 }
163 this.loading = true
162 let from = { 164 let from = {
163 bsmSqyw: this.bsmSqyw, 165 bsmSqyw: this.bsmSqyw,
164 bdcdysz: this.bdcdysz, 166 bdcdysz: this.bdcdysz,
165 djqxbm: this.sqywInfo.nodetype == "djlx" ? this.sqywInfo.nodecode : "", 167 djqxbm: this.sqywInfo.nodetype == "djlx" ? this.sqywInfo.nodecode : "",
166 djqxmc: this.sqywInfo.nodetype == "djlx" ? this.sqywInfo.nodename : "", 168 djqxmc: this.sqywInfo.nodetype == "djlx" ? this.sqywInfo.nodename : "",
167 } 169 }
168 console.log("发起申请传参", from, this.sqywInfo);
169 startRepairFlow(from).then((res) => { 170 startRepairFlow(from).then((res) => {
171 this.loading = false
170 if (res.code == 200) { 172 if (res.code == 200) {
171 this.$message({ 173 this.$message({
172 showClose: true, 174 showClose: true,
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-07-21 13:46:49 4 * @LastEditTime: 2023-07-31 10:04:17
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 主体权利信息查询 --> 7 <!-- 主体权利信息查询 -->
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
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">发起申请</el-button> 50 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button>
51 </div> 51 </div>
52 </div> 52 </div>
53 </template> 53 </template>
...@@ -68,6 +68,7 @@ ...@@ -68,6 +68,7 @@
68 }, 68 },
69 data () { 69 data () {
70 return { 70 return {
71 loading: false,
71 queryForm: defaultParameters.defaultParameters(), 72 queryForm: defaultParameters.defaultParameters(),
72 tableData: { 73 tableData: {
73 total: 0, 74 total: 0,
...@@ -106,12 +107,14 @@ ...@@ -106,12 +107,14 @@
106 this.$message.error("请至少选择一条数据"); 107 this.$message.error("请至少选择一条数据");
107 return; 108 return;
108 } 109 }
110 this.loading = true
109 startBusinessFlow({ 111 startBusinessFlow({
110 bsmSqyw: this.sqywInfo.bsmSqyw, 112 bsmSqyw: this.sqywInfo.bsmSqyw,
111 bdcdysz: this.bdcdysz, 113 bdcdysz: this.bdcdysz,
112 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "", 114 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
113 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "", 115 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
114 }).then((res) => { 116 }).then((res) => {
117 this.loading = false
115 if (res.code == 200) { 118 if (res.code == 200) {
116 this.$message({ 119 this.$message({
117 showClose: true, 120 showClose: true,
...@@ -205,9 +208,9 @@ ...@@ -205,9 +208,9 @@
205 this.$popup("登记簿详情", "registerBook/djbFrame", { 208 this.$popup("登记簿详情", "registerBook/djbFrame", {
206 formData: param 209 formData: param
207 }) 210 })
208 }, 211 }
209 }, 212 }
210 }; 213 }
211 </script> 214 </script>
212 <style scoped lang="scss"> 215 <style scoped lang="scss">
213 @import "~@/styles/mixin.scss"; 216 @import "~@/styles/mixin.scss";
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
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">发起申请</el-button> 49 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button>
50 </div> 50 </div>
51 </div> 51 </div>
52 </template> 52 </template>
...@@ -67,14 +67,15 @@ ...@@ -67,14 +67,15 @@
67 }, 67 },
68 data () { 68 data () {
69 return { 69 return {
70 loading: false,
70 queryForm: defaultParameters.defaultParameters(), 71 queryForm: defaultParameters.defaultParameters(),
71 tableData: { 72 tableData: {
72 total: 0, 73 total: 0,
73 columns: datas.columns(), 74 columns: datas.columns(),
74 data: [], 75 data: [],
75 }, 76 },
76 bdcdysz: [], 77 bdcdysz: []
77 }; 78 }
78 }, 79 },
79 mounted () { 80 mounted () {
80 sendThis(this); 81 sendThis(this);
...@@ -105,12 +106,14 @@ ...@@ -105,12 +106,14 @@
105 this.$message.error("请至少选择一条数据"); 106 this.$message.error("请至少选择一条数据");
106 return; 107 return;
107 } 108 }
109 this.loading = true
108 startBusinessFlow({ 110 startBusinessFlow({
109 bsmSqyw: this.sqywInfo.bsmSqyw, 111 bsmSqyw: this.sqywInfo.bsmSqyw,
110 bdcdysz: this.bdcdysz, 112 bdcdysz: this.bdcdysz,
111 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "", 113 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
112 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "", 114 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
113 }).then((res) => { 115 }).then((res) => {
116 this.loading = false
114 if (res.code == 200) { 117 if (res.code == 200) {
115 this.$message({ 118 this.$message({
116 showClose: true, 119 showClose: true,
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-07-21 13:47:08 4 * @LastEditTime: 2023-07-31 10:04:21
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
54 </div> 54 </div>
55 <div class="submit_button"> 55 <div class="submit_button">
56 <el-button @click="$popupCacel">取消</el-button> 56 <el-button @click="$popupCacel">取消</el-button>
57 <el-button type="primary" plain @click="submitForm">发起申请</el-button> 57 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button>
58 </div> 58 </div>
59 </div> 59 </div>
60 </template> 60 </template>
...@@ -76,6 +76,7 @@ ...@@ -76,6 +76,7 @@
76 }, 76 },
77 data () { 77 data () {
78 return { 78 return {
79 loading: false,
79 queryForm: defaultParameters.defaultParameters(), 80 queryForm: defaultParameters.defaultParameters(),
80 tableData: { 81 tableData: {
81 total: 0, 82 total: 0,
...@@ -114,12 +115,14 @@ ...@@ -114,12 +115,14 @@
114 this.$message.error("请至少选择一条数据"); 115 this.$message.error("请至少选择一条数据");
115 return; 116 return;
116 } 117 }
118 this.loading = true
117 startBusinessFlow({ 119 startBusinessFlow({
118 bsmSqyw: this.sqywInfo.parentid, 120 bsmSqyw: this.sqywInfo.parentid,
119 bdcdysz: this.bdcdysz, 121 bdcdysz: this.bdcdysz,
120 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "", 122 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
121 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "", 123 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
122 }).then((res) => { 124 }).then((res) => {
125 this.loading = false
123 if (res.code == 200) { 126 if (res.code == 200) {
124 this.$message({ 127 this.$message({
125 showClose: true, 128 showClose: true,
...@@ -213,7 +216,7 @@ ...@@ -213,7 +216,7 @@
213 } else { 216 } else {
214 this.$refs.table.toggleRowSelection(row); 217 this.$refs.table.toggleRowSelection(row);
215 } 218 }
216 }, 219 }
217 } 220 }
218 } 221 }
219 </script> 222 </script>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-07-17 13:18:17 4 * @LastEditTime: 2023-07-31 09:34:30
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
132 </div> 132 </div>
133 <div class="submit_button"> 133 <div class="submit_button">
134 <el-button @click="$popupCacel">取消</el-button> 134 <el-button @click="$popupCacel">取消</el-button>
135 <el-button type="primary" plain @click="submitForm">发起申请</el-button> 135 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button>
136 </div> 136 </div>
137 </div> 137 </div>
138 </template> 138 </template>
...@@ -154,6 +154,7 @@ ...@@ -154,6 +154,7 @@
154 }, 154 },
155 data () { 155 data () {
156 return { 156 return {
157 loading: false,
157 queryForm: defaultParameters.defaultParameters(), 158 queryForm: defaultParameters.defaultParameters(),
158 // 表格数据 159 // 表格数据
159 tableData: { 160 tableData: {
...@@ -234,12 +235,14 @@ ...@@ -234,12 +235,14 @@
234 * @author: renchao 235 * @author: renchao
235 */ 236 */
236 submitForm () { 237 submitForm () {
238 this.loading = true
237 startBusinessFlow({ 239 startBusinessFlow({
238 bsmSqyw: this.sqywInfo.parentid, 240 bsmSqyw: this.sqywInfo.parentid,
239 bdcdysz: this.bdcdysz, 241 bdcdysz: this.bdcdysz,
240 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "", 242 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
241 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "", 243 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
242 }).then((res) => { 244 }).then((res) => {
245 this.loading = false
243 if (res.code == 200) { 246 if (res.code == 200) {
244 this.$message({ 247 this.$message({
245 showClose: true, 248 showClose: true,
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-07-21 13:47:23 4 * @LastEditTime: 2023-07-31 10:04:28
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
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">发起申请</el-button> 49 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button>
50 </div> 50 </div>
51 </div> 51 </div>
52 </template> 52 </template>
...@@ -68,6 +68,7 @@ ...@@ -68,6 +68,7 @@
68 }, 68 },
69 data () { 69 data () {
70 return { 70 return {
71 loading: false,
71 queryForm: defaultParameters.defaultParameters(), 72 queryForm: defaultParameters.defaultParameters(),
72 tableData: { 73 tableData: {
73 total: 0, 74 total: 0,
...@@ -111,12 +112,14 @@ ...@@ -111,12 +112,14 @@
111 this.$alert("请至少选择一条数据"); 112 this.$alert("请至少选择一条数据");
112 return; 113 return;
113 } 114 }
115 this.loading = true
114 startBusinessFlow({ 116 startBusinessFlow({
115 bsmSqyw: this.bsmSqyw, 117 bsmSqyw: this.bsmSqyw,
116 bdcdysz: this.bdcdysz, 118 bdcdysz: this.bdcdysz,
117 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "", 119 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
118 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "", 120 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
119 }).then((res) => { 121 }).then((res) => {
122 this.loading = false
120 if (res.code == 200) { 123 if (res.code == 200) {
121 this.$message({ 124 this.$message({
122 showClose: true, 125 showClose: true,
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-07-21 13:47:35 4 * @LastEditTime: 2023-07-31 10:04:33
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
54 </div> 54 </div>
55 <div class="submit_button"> 55 <div class="submit_button">
56 <el-button @click="$popupCacel">取消</el-button> 56 <el-button @click="$popupCacel">取消</el-button>
57 <el-button type="primary" plain @click="submitForm">发起申请</el-button> 57 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button>
58 </div> 58 </div>
59 </div> 59 </div>
60 </template> 60 </template>
...@@ -76,6 +76,7 @@ ...@@ -76,6 +76,7 @@
76 }, 76 },
77 data () { 77 data () {
78 return { 78 return {
79 loading: false,
79 queryForm: defaultParameters.defaultParameters(), 80 queryForm: defaultParameters.defaultParameters(),
80 tableData: { 81 tableData: {
81 total: 0, 82 total: 0,
...@@ -114,12 +115,14 @@ ...@@ -114,12 +115,14 @@
114 this.$message.error("请至少选择一条数据"); 115 this.$message.error("请至少选择一条数据");
115 return; 116 return;
116 } 117 }
118 this.loading = true
117 startBusinessFlow({ 119 startBusinessFlow({
118 bsmSqyw: this.sqywInfo.parentid, 120 bsmSqyw: this.sqywInfo.parentid,
119 bdcdysz: this.bdcdysz, 121 bdcdysz: this.bdcdysz,
120 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "", 122 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
121 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "", 123 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
122 }).then((res) => { 124 }).then((res) => {
125 this.loading = false
123 if (res.code == 200) { 126 if (res.code == 200) {
124 this.$message({ 127 this.$message({
125 showClose: true, 128 showClose: true,
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-07-27 10:04:09 4 * @LastEditTime: 2023-07-31 09:37:23
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 主体权利信息查询 --> 7 <!-- 主体权利信息查询 -->
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
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">发起申请</el-button> 49 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button>
50 </div> 50 </div>
51 </div> 51 </div>
52 </template> 52 </template>
...@@ -67,6 +67,7 @@ ...@@ -67,6 +67,7 @@
67 }, 67 },
68 data () { 68 data () {
69 return { 69 return {
70 loading: false,
70 queryForm: defaultParameters.defaultParameters(), 71 queryForm: defaultParameters.defaultParameters(),
71 tableData: { 72 tableData: {
72 total: 0, 73 total: 0,
...@@ -105,12 +106,14 @@ ...@@ -105,12 +106,14 @@
105 this.$message.error("请至少选择一条数据"); 106 this.$message.error("请至少选择一条数据");
106 return; 107 return;
107 } 108 }
109 this.loading = true
108 startTogetherFlow({ 110 startTogetherFlow({
109 bsmSqyw: this.sqywInfo.bsmSqyw, 111 bsmSqyw: this.sqywInfo.bsmSqyw,
110 bdcdysz: this.bdcdysz, 112 bdcdysz: this.bdcdysz,
111 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "", 113 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
112 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "", 114 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
113 }).then((res) => { 115 }).then((res) => {
116 this.loading = false
114 if (res.code == 200) { 117 if (res.code == 200) {
115 this.$message({ 118 this.$message({
116 showClose: true, 119 showClose: true,
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-07-21 11:18:36 4 * @LastEditTime: 2023-07-31 09:38:00
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 主体权利信息查询 --> 7 <!-- 主体权利信息查询 -->
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
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">发起申请</el-button> 50 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button>
51 </div> 51 </div>
52 </div> 52 </div>
53 </template> 53 </template>
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
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">发起申请</el-button> 49 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button>
50 </div> 50 </div>
51 </div> 51 </div>
52 </template> 52 </template>
...@@ -67,6 +67,7 @@ ...@@ -67,6 +67,7 @@
67 }, 67 },
68 data () { 68 data () {
69 return { 69 return {
70 loading: false,
70 queryForm: defaultParameters.defaultParameters(), 71 queryForm: defaultParameters.defaultParameters(),
71 tableData: { 72 tableData: {
72 total: 0, 73 total: 0,
...@@ -105,12 +106,14 @@ ...@@ -105,12 +106,14 @@
105 this.$message.error("请至少选择一条数据"); 106 this.$message.error("请至少选择一条数据");
106 return; 107 return;
107 } 108 }
109 this.loading = true
108 startTogetherFlow({ 110 startTogetherFlow({
109 bsmSqyw: this.sqywInfo.bsmSqyw, 111 bsmSqyw: this.sqywInfo.bsmSqyw,
110 bdcdysz: this.bdcdysz, 112 bdcdysz: this.bdcdysz,
111 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "", 113 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
112 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "", 114 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
113 }).then((res) => { 115 }).then((res) => {
116 this.loading = false
114 if (res.code == 200) { 117 if (res.code == 200) {
115 this.$message({ 118 this.$message({
116 showClose: true, 119 showClose: true,
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-07-27 10:49:50 4 * @LastEditTime: 2023-07-31 10:04:41
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 主体权利信息查询 --> 7 <!-- 主体权利信息查询 -->
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
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">发起申请</el-button> 49 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button>
50 </div> 50 </div>
51 </div> 51 </div>
52 </template> 52 </template>
...@@ -67,6 +67,7 @@ ...@@ -67,6 +67,7 @@
67 }, 67 },
68 data () { 68 data () {
69 return { 69 return {
70 loading: false,
70 queryForm: defaultParameters.defaultParameters(), 71 queryForm: defaultParameters.defaultParameters(),
71 tableData: { 72 tableData: {
72 total: 0, 73 total: 0,
...@@ -105,12 +106,14 @@ ...@@ -105,12 +106,14 @@
105 this.$message.error("请至少选择一条数据"); 106 this.$message.error("请至少选择一条数据");
106 return; 107 return;
107 } 108 }
109 this.loading = true
108 startBusinessFlow({ 110 startBusinessFlow({
109 bsmSqyw: this.sqywInfo.bsmSqyw, 111 bsmSqyw: this.sqywInfo.bsmSqyw,
110 bdcdysz: this.bdcdysz, 112 bdcdysz: this.bdcdysz,
111 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "", 113 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
112 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "", 114 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
113 }).then((res) => { 115 }).then((res) => {
116 this.loading = false
114 if (res.code == 200) { 117 if (res.code == 200) {
115 this.$message({ 118 this.$message({
116 showClose: true, 119 showClose: true,
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-07-21 13:48:00 4 * @LastEditTime: 2023-07-31 10:04:49
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 主体权利信息查询 --> 7 <!-- 主体权利信息查询 -->
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
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">发起申请</el-button> 50 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button>
51 </div> 51 </div>
52 </div> 52 </div>
53 </template> 53 </template>
...@@ -68,6 +68,7 @@ ...@@ -68,6 +68,7 @@
68 }, 68 },
69 data () { 69 data () {
70 return { 70 return {
71 loading: false,
71 queryForm: defaultParameters.defaultParameters(), 72 queryForm: defaultParameters.defaultParameters(),
72 tableData: { 73 tableData: {
73 total: 0, 74 total: 0,
...@@ -106,12 +107,14 @@ ...@@ -106,12 +107,14 @@
106 this.$message.error("请至少选择一条数据"); 107 this.$message.error("请至少选择一条数据");
107 return; 108 return;
108 } 109 }
110 this.loading = true
109 startBusinessFlow({ 111 startBusinessFlow({
110 bsmSqyw: this.sqywInfo.bsmSqyw, 112 bsmSqyw: this.sqywInfo.bsmSqyw,
111 bdcdysz: this.bdcdysz, 113 bdcdysz: this.bdcdysz,
112 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "", 114 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
113 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "", 115 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
114 }).then((res) => { 116 }).then((res) => {
117 this.loading = false
115 if (res.code == 200) { 118 if (res.code == 200) {
116 this.$message({ 119 this.$message({
117 showClose: true, 120 showClose: true,
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-07-21 13:48:09 4 * @LastEditTime: 2023-07-31 09:40:53
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 主体权利信息查询 --> 7 <!-- 主体权利信息查询 -->
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
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">发起申请</el-button> 50 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button>
51 </div> 51 </div>
52 </div> 52 </div>
53 </template> 53 </template>
...@@ -69,6 +69,7 @@ ...@@ -69,6 +69,7 @@
69 }, 69 },
70 data () { 70 data () {
71 return { 71 return {
72 loading: false,
72 queryForm: defaultParameters.defaultParameters(), 73 queryForm: defaultParameters.defaultParameters(),
73 tableData: { 74 tableData: {
74 total: 0, 75 total: 0,
...@@ -107,12 +108,14 @@ ...@@ -107,12 +108,14 @@
107 this.$message.error("请至少选择一条数据"); 108 this.$message.error("请至少选择一条数据");
108 return; 109 return;
109 } 110 }
111 this.loading = true
110 startBusinessFlow({ 112 startBusinessFlow({
111 bsmSqyw: this.sqywInfo.bsmSqyw, 113 bsmSqyw: this.sqywInfo.bsmSqyw,
112 bdcdysz: this.bdcdysz, 114 bdcdysz: this.bdcdysz,
113 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "", 115 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
114 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "", 116 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
115 }).then((res) => { 117 }).then((res) => {
118 this.loading = false
116 if (res.code == 200) { 119 if (res.code == 200) {
117 this.$message({ 120 this.$message({
118 showClose: true, 121 showClose: true,
......