43b08aa5 by renchao@pashanhoo.com

Merge branch 'dev'

2 parents 959de99f 81084b6b
1 <!-- 1 <!--
2 * @Description: workFrame左侧菜单列表-普通 2 * @Description: workFrame左侧菜单列表-普通
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-10-10 09:00:12 4 * @LastEditTime: 2023-10-18 14:06:31
5 --> 5 -->
6 <template> 6 <template>
7 <div class="leftmenu" :class="{ 'animation-map-drawer': isShowdrawer }"> 7 <div class="leftmenu" :class="{ 'animation-map-drawer': isShowdrawer }">
8 <div v-if="this.isShowdrawer"> 8 <div v-if="this.isShowdrawer">
9 <el-menu 9 <el-menu
10 @select="djbClick" 10 @select="djbClick"
11 :default-active="activeIndex"
11 class="title-batch"> 12 class="title-batch">
12 <el-menu-item index="-1" key="-1" class="menus"> 13 <el-menu-item index="-1" key="-1" class="menus">
13 <div>登记簿</div> 14 <div>登记簿</div>
...@@ -205,6 +206,7 @@ ...@@ -205,6 +206,7 @@
205 * @author: renchao 206 * @author: renchao
206 */ 207 */
207 handleDel (row) { 208 handleDel (row) {
209 let that = this
208 this.$confirm("此操作将永久删除该条补录记录, 是否继续?", "提示", { 210 this.$confirm("此操作将永久删除该条补录记录, 是否继续?", "提示", {
209 confirmButtonText: "确定", 211 confirmButtonText: "确定",
210 cancelButtonText: "取消", 212 cancelButtonText: "取消",
...@@ -217,6 +219,10 @@ ...@@ -217,6 +219,10 @@
217 message: "删除成功!", 219 message: "删除成功!",
218 }); 220 });
219 this.$nextTick(() => { 221 this.$nextTick(() => {
222 if (that.activeIndex != '-1') {
223 this.activeIndex = "0"
224 sessionStorage.setItem('keyPath', '0');
225 }
220 this.getleftMenubl(); 226 this.getleftMenubl();
221 if (!this.supplementarylist.length) { 227 if (!this.supplementarylist.length) {
222 getdjblist() 228 getdjblist()
......
...@@ -8,28 +8,24 @@ ...@@ -8,28 +8,24 @@
8 class="from-clues loadingtext" 8 class="from-clues loadingtext"
9 v-Loading="loading" 9 v-Loading="loading"
10 element-loading-text="拼命加载中..." 10 element-loading-text="拼命加载中..."
11 style="height: 720px; text-align: center" 11 style="height: 720px; text-align: center">
12 >
13 <!-- 表单部分 --> 12 <!-- 表单部分 -->
14 <el-tabs v-model="activeName" @tab-click="handleClick"> 13 <el-tabs v-model="activeName" @tab-click="handleClick">
15 <el-tab-pane label="证书预览" name="zsyl"> 14 <el-tab-pane label="证书预览" name="zsyl">
16 <el-empty 15 <el-empty
17 description="暂无数据" 16 description="暂无数据"
18 v-if="headTabBdcqz.length == 0 && noData" 17 v-if="headTabBdcqz.length == 0 && noData"></el-empty>
19 ></el-empty>
20 <div class="zsys"> 18 <div class="zsys">
21 <canvas 19 <canvas
22 ref="zs" 20 ref="zs"
23 width="1000" 21 width="1000"
24 v-show="this.bdcqz.bdcqzlx == 1" 22 v-show="this.bdcqz.bdcqzlx == 1"
25 height="700" 23 height="700"></canvas>
26 ></canvas>
27 <canvas 24 <canvas
28 ref="zm" 25 ref="zm"
29 width="1180" 26 width="1180"
30 v-show="this.bdcqz.bdcqzlx == 2" 27 v-show="this.bdcqz.bdcqzlx == 2"
31 height="780" 28 height="780"></canvas>
32 ></canvas>
33 </div> 29 </div>
34 </el-tab-pane> 30 </el-tab-pane>
35 <el-tab-pane label="证书详情" name="lcjl"> 31 <el-tab-pane label="证书详情" name="lcjl">
...@@ -79,17 +75,14 @@ ...@@ -79,17 +75,14 @@
79 缮证记录信息 75 缮证记录信息
80 <div class="triangle"></div> 76 <div class="triangle"></div>
81 </div> 77 </div>
82 <div class="from-clues-content">
83 <lb-table 78 <lb-table
84 class="sz" 79 class="sz"
85 :column="szxxtableData.columns" 80 :column="szxxtableData.columns"
86 heightNumSetting 81 heightNumSetting
87 :pagination="false" 82 :pagination="false"
88 :key="key" 83 :key="key"
89 :data="szxxtableData.data" 84 :data="szxxtableData.data">
90 >
91 </lb-table> 85 </lb-table>
92 </div>
93 <div class="slxx_title title-block"> 86 <div class="slxx_title title-block">
94 发证记录信息 87 发证记录信息
95 <div class="triangle"></div> 88 <div class="triangle"></div>
...@@ -99,8 +92,7 @@ ...@@ -99,8 +92,7 @@
99 :column="tableDatas.columns" 92 :column="tableDatas.columns"
100 :heightNum="100" 93 :heightNum="100"
101 :data="tableDatas.data" 94 :data="tableDatas.data"
102 :pagination="false" 95 :pagination="false">
103 >
104 </lb-table> 96 </lb-table>
105 </el-tab-pane> 97 </el-tab-pane>
106 <el-tab-pane label="电子证照" name="third"> 等一个照片 </el-tab-pane> 98 <el-tab-pane label="电子证照" name="third"> 等一个照片 </el-tab-pane>
...@@ -109,13 +101,13 @@ ...@@ -109,13 +101,13 @@
109 </template> 101 </template>
110 102
111 <script> 103 <script>
112 // import { zsyldatas } from "../../javascript/zsyl.js"; 104 // import { zsyldatas } from "../../javascript/zsyl.js";
113 import { getSlsqBdcqzList } from "@/api/bdcqz.js"; 105 import { getSlsqBdcqzList } from "@/api/bdcqz.js";
114 import { getCertificateList } from "@/api/bdcqz.js"; 106 import { getCertificateList } from "@/api/bdcqz.js";
115 import { getSzRecordList } from "@/api/bdcqz.js"; 107 import { getSzRecordList } from "@/api/bdcqz.js";
116 import { szxxdatas } from "../../javascript/szxxdatapart"; 108 import { szxxdatas } from "../../javascript/szxxdatapart";
117 import { datas } from "../../javascript/fzxxdatapart"; 109 import { datas } from "../../javascript/fzxxdatapart";
118 export default { 110 export default {
119 name: "zsyl", 111 name: "zsyl",
120 props: { 112 props: {
121 formData: { 113 formData: {
...@@ -123,7 +115,7 @@ export default { ...@@ -123,7 +115,7 @@ export default {
123 default: {}, 115 default: {},
124 }, 116 },
125 }, 117 },
126 data() { 118 data () {
127 return { 119 return {
128 key: 0, 120 key: 0,
129 noData: false, 121 noData: false,
...@@ -165,7 +157,7 @@ export default { ...@@ -165,7 +157,7 @@ export default {
165 }, 157 },
166 }; 158 };
167 }, 159 },
168 mounted() { 160 mounted () {
169 this.queryClick(); 161 this.queryClick();
170 this.query(); 162 this.query();
171 if (this.formData.bdcqz) { 163 if (this.formData.bdcqz) {
...@@ -181,12 +173,12 @@ export default { ...@@ -181,12 +173,12 @@ export default {
181 * @description: queryClick 173 * @description: queryClick
182 * @author: miaofang 174 * @author: miaofang
183 */ 175 */
184 queryClick() { 176 queryClick () {
185 this.formdata.bsmSlsq = this.formData.bsmSlsq; 177 this.formdata.bsmSlsq = this.formData.bsmSlsq;
186 getCertificateList(this.formdata).then((res) => { 178 getCertificateList(this.formdata).then((res) => {
187 if (res.code === 200) { 179 if (res.code === 200) {
188 this.tableDatas.data = res.result ? res.result : []; 180 this.tableDatas.data = res.result ? res.result : [];
189 console.log("this.tableDatas",this.tableDatas); 181 console.log("this.tableDatas", this.tableDatas);
190 } 182 }
191 }); 183 });
192 }, 184 },
...@@ -194,7 +186,7 @@ export default { ...@@ -194,7 +186,7 @@ export default {
194 * @description: query 186 * @description: query
195 * @author: miaofang 187 * @author: miaofang
196 */ 188 */
197 query() { 189 query () {
198 getSzRecordList({ bsmBdcqz: this.formData.bsmBdcqz }).then((res) => { 190 getSzRecordList({ bsmBdcqz: this.formData.bsmBdcqz }).then((res) => {
199 if (res.code == 200) { 191 if (res.code == 200) {
200 this.szxxtableData.data = res.result; 192 this.szxxtableData.data = res.result;
...@@ -207,7 +199,7 @@ export default { ...@@ -207,7 +199,7 @@ export default {
207 * @param {*} code 199 * @param {*} code
208 * @author: miaofang 200 * @author: miaofang
209 */ 201 */
210 getRowValue(code) { 202 getRowValue (code) {
211 var value = this.bdcqz[code]; 203 var value = this.bdcqz[code];
212 return value; 204 return value;
213 }, 205 },
...@@ -215,7 +207,7 @@ export default { ...@@ -215,7 +207,7 @@ export default {
215 * @description: 获取受理申请下全部不动产权证 207 * @description: 获取受理申请下全部不动产权证
216 * @author: miaofang 208 * @author: miaofang
217 */ 209 */
218 getHeadTabBdcqz() { 210 getHeadTabBdcqz () {
219 console.log("formData", this.formData); 211 console.log("formData", this.formData);
220 this.loading = true; 212 this.loading = true;
221 getSlsqBdcqzList({ bsmSlsq: this.formData.bsmSlsq }).then((res) => { 213 getSlsqBdcqzList({ bsmSlsq: this.formData.bsmSlsq }).then((res) => {
...@@ -240,7 +232,7 @@ export default { ...@@ -240,7 +232,7 @@ export default {
240 * @param {*} e 232 * @param {*} e
241 * @author: miaofang 233 * @author: miaofang
242 */ 234 */
243 handleClick(tab, event) { 235 handleClick (tab, event) {
244 console.log(tab, event); 236 console.log(tab, event);
245 this.bdcqz = this.headTabBdcqz[0]; 237 this.bdcqz = this.headTabBdcqz[0];
246 if (this.bdcqz.bdcqzlx == 1) { 238 if (this.bdcqz.bdcqzlx == 1) {
...@@ -253,8 +245,8 @@ export default { ...@@ -253,8 +245,8 @@ export default {
253 * @description: 不动产证书 245 * @description: 不动产证书
254 * @author: miaofang 246 * @author: miaofang
255 */ 247 */
256 drawTextOnImage() { 248 drawTextOnImage () {
257 function getByteLen(val) { 249 function getByteLen (val) {
258 var len = 0; 250 var len = 0;
259 if (!val) return len; 251 if (!val) return len;
260 for (var i = 0; i < val.length; i++) { 252 for (var i = 0; i < val.length; i++) {
...@@ -497,8 +489,8 @@ export default { ...@@ -497,8 +489,8 @@ export default {
497 * @description: 不动产证明 489 * @description: 不动产证明
498 * @author: miaofang 490 * @author: miaofang
499 */ 491 */
500 drawTextzmImage() { 492 drawTextzmImage () {
501 function getByteLen(val) { 493 function getByteLen (val) {
502 var len = 0; 494 var len = 0;
503 if (!val) return len; 495 if (!val) return len;
504 for (var i = 0; i < val.length; i++) { 496 for (var i = 0; i < val.length; i++) {
...@@ -696,27 +688,27 @@ export default { ...@@ -696,27 +688,27 @@ export default {
696 }, 688 },
697 }, 689 },
698 computed: { 690 computed: {
699 hdiffHeight() { 691 hdiffHeight () {
700 return 0; 692 return 0;
701 // return this.headTabBdcqz.length > 1 ? 54 : 0 693 // return this.headTabBdcqz.length > 1 ? 54 : 0
702 }, 694 },
703 }, 695 },
704 }; 696 };
705 </script> 697 </script>
706 <style scoped lang="scss"> 698 <style scoped lang="scss">
707 @import "~@/styles/mixin.scss"; 699 @import "~@/styles/mixin.scss";
708 700
709 .imgClass { 701 .imgClass {
710 display: inline-block; 702 display: inline-block;
711 height: auto; 703 height: auto;
712 max-width: 100%; 704 max-width: 100%;
713 } 705 }
714 706
715 .middle_padding { 707 .middle_padding {
716 padding-bottom: 10px; 708 padding-bottom: 10px;
717 } 709 }
718 710
719 .zsyl-button { 711 .zsyl-button {
720 text-align: center; 712 text-align: center;
721 margin-top: 20px; 713 margin-top: 20px;
722 714
...@@ -729,9 +721,9 @@ export default { ...@@ -729,9 +721,9 @@ export default {
729 color: white; 721 color: white;
730 background-color: rgb(0, 121, 254); 722 background-color: rgb(0, 121, 254);
731 } 723 }
732 } 724 }
733 725
734 .table-column { 726 .table-column {
735 border-spacing: 1px; 727 border-spacing: 1px;
736 width: 100%; 728 width: 100%;
737 729
...@@ -743,37 +735,37 @@ export default { ...@@ -743,37 +735,37 @@ export default {
743 font-size: 13px; 735 font-size: 13px;
744 background: rgb(251, 249, 229); 736 background: rgb(251, 249, 229);
745 } 737 }
746 } 738 }
747 739
748 .zsyl-title { 740 .zsyl-title {
749 background: #fafbe5; 741 background: #fafbe5;
750 text-align: center; 742 text-align: center;
751 padding: 5px 0px; 743 padding: 5px 0px;
752 font-size: 20px; 744 font-size: 20px;
753 } 745 }
754 746
755 .no-data { 747 .no-data {
756 font-size: 18px; 748 font-size: 18px;
757 display: flex; 749 display: flex;
758 text-align: center; 750 text-align: center;
759 justify-content: center; 751 justify-content: center;
760 } 752 }
761 .el-tab-pane { 753 .el-tab-pane {
762 width: 1190px; 754 width: 1190px;
763 height: 670px; 755 height: 670px;
764 overflow-y: auto; 756 overflow-y: auto;
765 } 757 }
766 .zsys { 758 .zsys {
767 width: 1180px; 759 width: 1180px;
768 height: 670px; 760 height: 670px;
769 } 761 }
770 /deep/.el-table { 762 /deep/.el-table {
771 height: 100px !important; 763 height: 100px !important;
772 } 764 }
773 /deep/.sz { 765 // /deep/.sz {
774 height: 340px !important; 766 // height: 340px !important;
775 } 767 // }
776 .el-form{ 768 .el-form {
777 margin-top: 20px; 769 margin-top: 20px;
778 } 770 }
779 </style> 771 </style>
......
...@@ -26,26 +26,23 @@ ...@@ -26,26 +26,23 @@
26 v-model="shyj" 26 v-model="shyj"
27 placeholder="请输入审批意见" 27 placeholder="请输入审批意见"
28 type="textarea" 28 type="textarea"
29 :rows="4" 29 :rows="4"></el-input>
30 ></el-input>
31 <!-- <el-button 30 <!-- <el-button
32 class="opinion_btn" 31 class="opinion_btn"
33 @click="commonOpinion" 32 @click="commonOpinion"
34 >常用意见</el-button 33 >常用意见</el-button
35 > --> 34 > -->
36 <el-button style="float: right" @click="cancelBack">取消转出</el-button> 35 <el-button style="float: right" @click="cancelBack">取消转出</el-button>
37 <el-button type="primary" @click="submitForm" style="float: right" 36 <el-button type="primary" @click="submitForm" :loading="loading" style="float: right">确定转出</el-button>
38 >确定转出</el-button
39 >
40 </div> 37 </div>
41 </div> 38 </div>
42 </template> 39 </template>
43 40
44 <script> 41 <script>
45 import { completeTask, getNextLinkInfo } from "@/api/workFlow.js"; 42 import { completeTask, getNextLinkInfo } from "@/api/workFlow.js";
46 import { popupCacel } from "@/utils/popup.js"; 43 import { popupCacel } from "@/utils/popup.js";
47 import { mapGetters } from 'vuex' 44 import { mapGetters } from 'vuex'
48 export default { 45 export default {
49 components: {}, 46 components: {},
50 47
51 props: { 48 props: {
...@@ -57,8 +54,9 @@ export default { ...@@ -57,8 +54,9 @@ export default {
57 computed: { 54 computed: {
58 ...mapGetters(['yjsqOptions']) 55 ...mapGetters(['yjsqOptions'])
59 }, 56 },
60 data() { 57 data () {
61 return { 58 return {
59 loading: false,
62 queryForm: {}, 60 queryForm: {},
63 shyj: "", 61 shyj: "",
64 }; 62 };
...@@ -74,7 +72,7 @@ export default { ...@@ -74,7 +72,7 @@ export default {
74 // }, 72 // },
75 // }, 73 // },
76 }, 74 },
77 mounted() { 75 mounted () {
78 // this.queryForm= this.queryForm.obj 76 // this.queryForm= this.queryForm.obj
79 }, 77 },
80 methods: { 78 methods: {
...@@ -82,7 +80,7 @@ export default { ...@@ -82,7 +80,7 @@ export default {
82 * @description: submitForm 80 * @description: submitForm
83 * @author: renchao 81 * @author: renchao
84 */ 82 */
85 commonOpinion() { 83 commonOpinion () {
86 this.$popupDialog( 84 this.$popupDialog(
87 "常用意见", 85 "常用意见",
88 "workflow/components/dialog/commonOpinion", 86 "workflow/components/dialog/commonOpinion",
...@@ -91,21 +89,17 @@ export default { ...@@ -91,21 +89,17 @@ export default {
91 true 89 true
92 ); 90 );
93 }, 91 },
94 submitForm() { 92 submitForm () {
93 this.loading = true
95 this.queryForm = { 94 this.queryForm = {
96 bsmSlsq: this.formData.bsmSlsq, 95 bsmSlsq: this.formData.bsmSlsq,
97 shyj: this.shyj, 96 shyj: this.shyj,
98 stepform: JSON.stringify(this.formData.tabList), 97 stepform: JSON.stringify(this.formData.tabList),
99 }; 98 };
100 completeTask(this.queryForm).then((res) => { 99 completeTask(this.queryForm).then((res) => {
100 this.loading = false
101 if (res.code === 200) { 101 if (res.code === 200) {
102 this.$message.success("转件成功"); 102 this.$message.success("转件成功");
103 // setTimeout(() => {
104 // window.opener = null;
105 // window.open("about:blank", "_self");
106 // window.close();
107 // this.$emit("input", false);
108 // }, 1000);
109 popupCacel(); 103 popupCacel();
110 setTimeout(() => { 104 setTimeout(() => {
111 // window.opener.location.reload(); //刷新父窗口 105 // window.opener.location.reload(); //刷新父窗口
...@@ -120,36 +114,36 @@ export default { ...@@ -120,36 +114,36 @@ export default {
120 } else { 114 } else {
121 this.$message.error(res.message); 115 this.$message.error(res.message);
122 } 116 }
123 }); 117 }).catch(() => {
118 this.loading = false
119 })
124 }, 120 },
125 121
126 /** 122 /**
127 * @description: closeDialog 123 * @description: closeDialog
128 * @author: renchao 124 * @author: renchao
129 */ 125 */
130 cancelBack() { 126 cancelBack () {
131 popupCacel(); 127 popupCacel();
132 }, 128 },
133 }, 129 },
134 }; 130 };
135 </script> 131 </script>
136 <style scoped lang="scss"> 132 <style scoped lang="scss">
137 @import "~@/styles/mixin.scss"; 133 @import "~@/styles/mixin.scss";
138 .el-button { 134 .el-button {
139 margin-top: 20px; 135 margin-top: 20px;
140 margin-right: 10px; 136 margin-right: 10px;
141 } 137 }
142 138
143 .opinion { 139 .opinion {
144 position: relative; 140 position: relative;
145 font-size: 14px; 141 font-size: 14px;
142 }
146 143
147 144 .opinion_btn {
148 }
149
150 .opinion_btn {
151 position: absolute; 145 position: absolute;
152 right: 35px; 146 right: 35px;
153 bottom: 80px; 147 bottom: 80px;
154 } 148 }
155 </style> 149 </style>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-10-18 13:24:57 4 * @LastEditTime: 2023-10-18 15:46:39
5 --> 5 -->
6 <template> 6 <template>
7 <div class="container"> 7 <div class="container">
...@@ -110,7 +110,6 @@ ...@@ -110,7 +110,6 @@
110 import { getStepFormInfo, unClaimTask, getZdInfo } from "@/api/workFlow.js"; 110 import { getStepFormInfo, unClaimTask, getZdInfo } from "@/api/workFlow.js";
111 import { getForm } from "./flowform"; 111 import { getForm } from "./flowform";
112 import NoticeBar from "@/components/NoticeBar/index"; 112 import NoticeBar from "@/components/NoticeBar/index";
113 // import ProcessViewer from "./components/processViewer.vue"
114 // 引入左侧菜单 113 // 引入左侧菜单
115 import ordinaryMenu from "./components/leftmenu/ordinaryMenu.vue"; 114 import ordinaryMenu from "./components/leftmenu/ordinaryMenu.vue";
116 // 引入左侧菜单 115 // 引入左侧菜单
......
1 <!-- 1 <!--
2 * @Author: yangwei 2 * @Author: yangwei
3 * @Date: 2023-09-06 09:20:11 3 * @Date: 2023-09-06 09:20:11
4 * @LastEditors: yangwei 4 * @LastEditors: Please set LastEditors
5 * @LastEditTime: 2023-09-06 09:20:44
6 * @FilePath: \bdcdj-web\src\views\ywbl\ycsl\ycsl.vue
7 * @Description:
8 *
9 * Copyright (c) 2023 by yangwei, All Rights Reserved.
10 --> 5 -->
11 <template> 6 <template>
12 <div></div> 7 <div> <el-empty description="正在开发"></el-empty></div>
13 </template> 8 </template>
14 9
15 <script> 10 <script>
16 export default { 11 export default {
17 name: "BdcdjWebYcsl", 12 name: "BdcdjWebYcsl",
18 13
19 data() { 14 data () {
20 return {}; 15 return {};
21 }, 16 },
22 17
23 mounted() {}, 18 mounted () { },
24 19
25 methods: {}, 20 methods: {},
26 }; 21 };
27 </script> 22 </script>
28 23
29 <style lang="scss" scoped></style> 24 <style lang="scss" scoped></style>
......
1 <!-- 1 <!--
2 * @Author: yangwei 2 * @Author: yangwei
3 * @Date: 2023-09-06 09:19:56 3 * @Date: 2023-09-06 09:19:56
4 * @LastEditors: yangwei 4 * @LastEditors: Please set LastEditors
5 * @LastEditTime: 2023-09-06 09:20:51 5 * @LastEditTime: 2023-10-18 13:51:00
6 * @FilePath: \bdcdj-web\src\views\ywbl\ydsq\ydsq.vue
7 * @Description:
8 *
9 * Copyright (c) 2023 by yangwei, All Rights Reserved.
10 --> 6 -->
11 <template> 7 <template>
12 <div></div> 8 <div>
9 <el-empty description="正在开发"></el-empty>
10 </div>
13 </template> 11 </template>
14 12
15 <script> 13 <script>
16 export default { 14 export default {
17 name: "BdcdjWebYcsl", 15 name: "BdcdjWebYcsl",
18 16
19 data() { 17 data () {
20 return {}; 18 return {};
21 }, 19 },
22 20
23 mounted() {}, 21 mounted () { },
24 22
25 methods: {}, 23 methods: {},
26 }; 24 };
27 </script> 25 </script>
28 26
29 <style lang="scss" scoped></style> 27 <style lang="scss" scoped></style>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-02 09:59:44 4 * @LastEditTime: 2023-10-18 15:11:12
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 主体权利信息查询 --> 7 <!-- 主体权利信息查询 -->
...@@ -196,8 +196,16 @@ ...@@ -196,8 +196,16 @@
196 this.$refs.table.toggleRowSelection(row); 196 this.$refs.table.toggleRowSelection(row);
197 } 197 }
198 }, 198 },
199 }, 199 handleLpbClick (item) {
200 }; 200 ywPopupDialog('楼盘表', 'lpb/index', {
201 bsm: item.zrzbsm,
202 bsmSqyw: this.sqywInfo.bsmSqyw,
203 onlyShow: false,
204 scyclx: 1
205 }, '85%', true, false)
206 }
207 }
208 }
201 </script> 209 </script>
202 <style scoped lang="scss"> 210 <style scoped lang="scss">
203 @import "~@/styles/mixin.scss"; 211 @import "~@/styles/mixin.scss";
......
...@@ -201,7 +201,6 @@ ...@@ -201,7 +201,6 @@
201 this.btnDisabled = true; 201 this.btnDisabled = true;
202 } 202 }
203 }, 203 },
204 //获取下个节点类型数据
205 /** 204 /**
206 * @description: 获取下个节点类型数据 205 * @description: 获取下个节点类型数据
207 * @param {*} bsmSqyw 206 * @param {*} bsmSqyw
...@@ -226,7 +225,6 @@ ...@@ -226,7 +225,6 @@
226 }) 225 })
227 }, 226 },
228 227
229 //获取下个节点类型数据
230 /** 228 /**
231 * @description: 获取下个节点类型数据 229 * @description: 获取下个节点类型数据
232 * @author: renchao 230 * @author: renchao
...@@ -305,7 +303,6 @@ ...@@ -305,7 +303,6 @@
305 }) 303 })
306 item.cselect = !item.cselect 304 item.cselect = !item.cselect
307 }, 305 },
308 // 登记类型
309 /** 306 /**
310 * @description: 登记类型 307 * @description: 登记类型
311 * @param {*} item 308 * @param {*} item
......
...@@ -30,6 +30,7 @@ class data extends filter { ...@@ -30,6 +30,7 @@ class data extends filter {
30 { 30 {
31 prop: "status", 31 prop: "status",
32 label: "状态", 32 label: "状态",
33 width: '120',
33 render: (h, scope) => { 34 render: (h, scope) => {
34 return ( 35 return (
35 <div> 36 <div>
......
1 /* 1 /*
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-10-13 15:28:40 4 * @LastEditTime: 2023-10-18 15:03:39
5 */ 5 */
6 import filter from '@/utils/filter.js' 6 import filter from '@/utils/filter.js'
7 let vm = null 7 let vm = null
......
1 <!-- 1 <!--
2 * @Description: 选择不动产单元号 2 * @Description: 选择不动产单元号
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-05-18 10:59:48[文件:bdcdj-index.html] 4 * @LastEditTime: 2023-10-18 14:03:27
5 --> 5 -->
6 <template> 6 <template>
7 <component :is="router" :sqywInfo="formData.sqywInfo" :isJump="formData.isJump ? formData.isJump : false" 7 <component :is="router" :sqywInfo="formData.sqywInfo" :isJump="formData.isJump ? formData.isJump : false"
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
23 } 23 }
24 }, 24 },
25 mounted () { 25 mounted () {
26 console.log(this.formData, 'this.formData');
27 if (this.formData?.sqywInfo?.djywbm || this.formData?.djywbm) { 26 if (this.formData?.sqywInfo?.djywbm || this.formData?.djywbm) {
28 let view = queueDjywmc(this.formData?.sqywInfo?.djywbm || this.formData?.djywbm, this.formData?.sqywInfo?.nodecode || this.formData?.nodecode); 27 let view = queueDjywmc(this.formData?.sqywInfo?.djywbm || this.formData?.djywbm, this.formData?.sqywInfo?.nodecode || this.formData?.nodecode);
29 this.router = this.loadView(view); 28 this.router = this.loadView(view);
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-09-21 10:41:10 4 * @LastEditTime: 2023-10-18 14:49:25
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -103,12 +103,6 @@ ...@@ -103,12 +103,6 @@
103 * @author: renchao 103 * @author: renchao
104 */ 104 */
105 openDialog (item) { 105 openDialog (item) {
106 // bdcqzPreview(item).then(res => {
107 // this.$popupDialog("证书证明预览", "workflow/components/dialog/zsylxq", {
108 // bsmSlsq: item.bsmSlsq,
109 // bsmBdcqz: item.bsmBdcqz
110 // }, '1230px', true)
111 // })
112 this.$popupDialog("证书证明预览", "workflow/components/dialog/zsylxq", { 106 this.$popupDialog("证书证明预览", "workflow/components/dialog/zsylxq", {
113 bsmSlsq: item.bsmSlsq, 107 bsmSlsq: item.bsmSlsq,
114 bsmBdcqz: item.bsmBdcqz 108 bsmBdcqz: item.bsmBdcqz
......
...@@ -66,10 +66,10 @@ ...@@ -66,10 +66,10 @@
66 </template> 66 </template>
67 67
68 <script> 68 <script>
69 import store from '@/store/index.js' 69 import store from '@/store/index.js'
70 import { zsrk, getZsglInfo } from "@/api/zsgl.js" 70 import { zsrk, getZsglInfo } from "@/api/zsgl.js"
71 import { getSysSerialSingle } from "@/api/sysSerial.js" 71 import { getSysSerialSingle } from "@/api/sysSerial.js"
72 export default { 72 export default {
73 props: { 73 props: {
74 formData: { 74 formData: {
75 type: Object, 75 type: Object,
...@@ -141,7 +141,6 @@ export default { ...@@ -141,7 +141,6 @@ export default {
141 } 141 }
142 }, 142 },
143 methods: { 143 methods: {
144 //表单提交
145 /** 144 /**
146 * @description: 表单提交 145 * @description: 表单提交
147 * @author: renchao 146 * @author: renchao
...@@ -187,6 +186,7 @@ export default { ...@@ -187,6 +186,7 @@ export default {
187 getZsglInfo({ "bsmBatch": bsmBatch }).then(res => { 186 getZsglInfo({ "bsmBatch": bsmBatch }).then(res => {
188 if (res.code == 200) { 187 if (res.code == 200) {
189 this.ruleForm = res.result; 188 this.ruleForm = res.result;
189 this.$refs.ruleForm.resetFields()
190 this.readOnly = false; 190 this.readOnly = false;
191 this.tableForm[0].ksysxlh = res.result.zsstarno; 191 this.tableForm[0].ksysxlh = res.result.zsstarno;
192 this.tableForm[0].jsysxlh = res.result.zsendno; 192 this.tableForm[0].jsysxlh = res.result.zsendno;
...@@ -272,17 +272,17 @@ export default { ...@@ -272,17 +272,17 @@ export default {
272 this.resetTableFields(); 272 this.resetTableFields();
273 } 273 }
274 } 274 }
275 } 275 }
276 </script> 276 </script>
277 <style scoped lang="scss"> 277 <style scoped lang="scss">
278 @import "~@/styles/mixin.scss"; 278 @import "~@/styles/mixin.scss";
279 @import "~@/styles/dialogBoxheader.scss"; 279 @import "~@/styles/dialogBoxheader.scss";
280 280
281 .font-red { 281 .font-red {
282 color: red 282 color: red;
283 } 283 }
284 284
285 .middle-margin-bottom { 285 .middle-margin-bottom {
286 margin-top: 20px 286 margin-top: 20px;
287 } 287 }
288 </style> 288 </style>
......