246fbfa7 by 任超

feat:业务办理

1 parent ad7132fb
...@@ -37,11 +37,12 @@ export function getNextNode (bsmSqyw, headers) { ...@@ -37,11 +37,12 @@ export function getNextNode (bsmSqyw, headers) {
37 /* 37 /*
38 业务办理-选择单元-根据条件进行列表查询-国有建设用地使用权、房屋所有权(首次登记) 38 业务办理-选择单元-根据条件进行列表查询-国有建设用地使用权、房屋所有权(首次登记)
39 */ 39 */
40 export function selectScBdcdy (data) { 40 export function selectScBdcdy (data, headers) {
41 return request({ 41 return request({
42 url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectScBdcdy', 42 url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectScBdcdy',
43 method: 'post', 43 method: 'post',
44 data 44 data,
45 headers
45 }) 46 })
46 } 47 }
47 48
...@@ -58,7 +59,7 @@ export function selectScBdcdy (data) { ...@@ -58,7 +59,7 @@ export function selectScBdcdy (data) {
58 // } 59 // }
59 60
60 // 待办箱列表查询接口 61 // 待办箱列表查询接口
61 export function searchTaskToDo (data, headers) { 62 export function searchTaskToDo (data, headers = {}) {
62 return request({ 63 return request({
63 url: SERVER.SERVERAPI + '/rest/workBox/search/searchTaskToDo', 64 url: SERVER.SERVERAPI + '/rest/workBox/search/searchTaskToDo',
64 method: 'post', 65 method: 'post',
...@@ -67,39 +68,40 @@ export function searchTaskToDo (data, headers) { ...@@ -67,39 +68,40 @@ export function searchTaskToDo (data, headers) {
67 }) 68 })
68 } 69 }
69 // 待办箱/不动产单元删除接口 70 // 待办箱/不动产单元删除接口
70 export function deleteFlow (data) { 71 export function deleteFlow (data, headers = {}) {
71 return request({ 72 return request({
72 url: SERVER.SERVERAPI + '/rest/business/workFlow/deleteFlow', 73 url: SERVER.SERVERAPI + '/rest/business/workFlow/deleteFlow',
73 method: 'post', 74 method: 'post',
74 data 75 data,
76 headers
75 }) 77 })
76 } 78 }
77 /* 79 /*
78 业务办理-发起业务申请流程 80 业务办理-发起业务申请流程
79 */ 81 */
80 export function startBusinessFlow (data) { 82 export function startBusinessFlow (data, headers = {}) {
81 return request({ 83 return request({
82 url: SERVER.SERVERAPI + '/rest/business/workFlow/startBusinessFlow', 84 url: SERVER.SERVERAPI + '/rest/business/workFlow/startBusinessFlow',
83 method: 'post', 85 method: 'post',
84 data, 86 data,
85 showLoading: true 87 headers
86 }) 88 })
87 } 89 }
88 /* 90 /*
89 已办箱列表查询接口 91 已办箱列表查询接口
90 */ 92 */
91 export function searchTaskDone (data) { 93 export function searchTaskDone (data, headers = {}) {
92 return request({ 94 return request({
93 url: SERVER.SERVERAPI + '/rest/workBox/search/searchTaskDone', 95 url: SERVER.SERVERAPI + '/rest/workBox/search/searchTaskDone',
94 method: 'post', 96 method: 'post',
95 data, 97 data,
96 showLoading: true 98 headers
97 }) 99 })
98 } 100 }
99 /* 101 /*
100 业务办理-选择权利信息-根据条件进行列表查询 102 业务办理-选择权利信息-根据条件进行列表查询
101 */ 103 */
102 export function selectQlxx (data, headers) { 104 export function selectQlxx (data, headers = {}) {
103 return request({ 105 return request({
104 url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectQlxx', 106 url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectQlxx',
105 method: 'post', 107 method: 'post',
...@@ -110,23 +112,23 @@ export function selectQlxx (data, headers) { ...@@ -110,23 +112,23 @@ export function selectQlxx (data, headers) {
110 /* 112 /*
111 业务办理-选择抵押权信息-根据条件进行列表查询 113 业务办理-选择抵押权信息-根据条件进行列表查询
112 */ 114 */
113 export function selectDiyaq (data) { 115 export function selectDiyaq (data, headers = {}) {
114 return request({ 116 return request({
115 url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectDiyaq', 117 url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectDiyaq',
116 method: 'post', 118 method: 'post',
117 data, 119 data,
118 showLoading: true 120 headers
119 }) 121 })
120 } 122 }
121 /* 123 /*
122 业务办理-选择查封信息-根据条件进行列表查询 124 业务办理-选择查封信息-根据条件进行列表查询
123 */ 125 */
124 export function selectCfdj (data) { 126 export function selectCfdj (data, headers = {}) {
125 return request({ 127 return request({
126 url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectCfdj', 128 url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectCfdj',
127 method: 'post', 129 method: 'post',
128 data, 130 data,
129 showLoading: true 131 headers
130 }) 132 })
131 } 133 }
132 /* 134 /*
...@@ -148,31 +150,31 @@ export function deleteCollectBiz (bsmSqyw) { ...@@ -148,31 +150,31 @@ export function deleteCollectBiz (bsmSqyw) {
148 }) 150 })
149 } 151 }
150 // 国有建设用地使用权/房屋使用权 -选择不动产单元 152 // 国有建设用地使用权/房屋使用权 -选择不动产单元
151 export function choiceBdcdy (data) { 153 export function choiceBdcdy (data, headers = {}) {
152 return request({ 154 return request({
153 url: SERVER.SERVERAPI + '/rest/business/workFlow/choiceBdcdy', 155 url: SERVER.SERVERAPI + '/rest/business/workFlow/choiceBdcdy',
154 method: 'post', 156 method: 'post',
155 data, 157 data,
156 showLoading: true 158 headers
157 }) 159 })
158 } 160 }
159 161
160 // 申请列表删除 162 // 申请列表删除
161 export function deleteBdcdy (data) { 163 export function deleteBdcdy (data, headers = {}) {
162 return request({ 164 return request({
163 url: SERVER.SERVERAPI + '/rest/business/workFlow/deleteBdcdy', 165 url: SERVER.SERVERAPI + '/rest/business/workFlow/deleteBdcdy',
164 method: 'post', 166 method: 'post',
165 data, 167 data,
166 showLoading: true 168 headers
167 }) 169 })
168 } 170 }
169 171
170 // 获取自然幢下其他户 172 // 获取自然幢下其他户
171 export function selectOtherH (data) { 173 export function selectOtherH (data, headers = {}) {
172 return request({ 174 return request({
173 url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectOtherH', 175 url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectOtherH',
174 method: 'post', 176 method: 'post',
175 data, 177 data,
176 showLoading: true 178 headers
177 }) 179 })
178 } 180 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
60 </div> 60 </div>
61 <!-- 表格 --> 61 <!-- 表格 -->
62 <div class="from-clues-content"> 62 <div class="from-clues-content">
63 <lb-table :page-size="pageData.size" :heightNum="300" @sort-change="handleSort" border 63 <lb-table :page-size="pageData.size" id="ybxLoading" :heightNum="300" @sort-change="handleSort" border
64 :current-page.sync="pageData.current" :total="pageData.total" @size-change="handleSizeChange" 64 :current-page.sync="pageData.current" :total="pageData.total" @size-change="handleSizeChange"
65 @p-current-change="handleCurrentChange" :column="tableData.columns" :data="tableData.data"> 65 @p-current-change="handleCurrentChange" :column="tableData.columns" :data="tableData.data">
66 </lb-table> 66 </lb-table>
...@@ -111,7 +111,7 @@ export default { ...@@ -111,7 +111,7 @@ export default {
111 }, 111 },
112 // 列表渲染接口 112 // 列表渲染接口
113 fetchData () { 113 fetchData () {
114 searchTaskDone({ ...this.queryForm, ...this.pageData }).then(res => { 114 searchTaskDone({ ...this.queryForm, ...this.pageData }, { 'target': '#ybxLoading' }).then(res => {
115 if (res.code === 200) { 115 if (res.code === 200) {
116 let { total, records } = res.result 116 let { total, records } = res.result
117 this.pageData.total = total; 117 this.pageData.total = total;
......
1 <template> 1 <template>
2 <dialogBox title="查询权利信息" width="85%" :isButton="false" :isMain="true" @closeDialog="closeDialog" v-model="myValue"> 2 <dialogBox title="查询权利信息" width="85%" :isButton="false" :isMain="true" @closeDialog="closeDialog" v-model="myValue">
3 <component :is="editItem" @closeDialog="closeDialog" :isJump="isJump" @updateDialog="updateDialog" :djywbm="djywbm" 3 <component :is="editItem" @closeDialog="closeDialog" :isJump="isJump" id="slectBdc" @updateDialog="updateDialog"
4 :key="key" /> 4 :djywbm="djywbm" :key="key" />
5 </dialogBox> 5 </dialogBox>
6 </template> 6 </template>
7 <script> 7 <script>
...@@ -24,12 +24,12 @@ export default { ...@@ -24,12 +24,12 @@ export default {
24 this.myValue = val 24 this.myValue = val
25 this.key++ 25 this.key++
26 if (this.$route.query.sqywbm) { 26 if (this.$route.query.sqywbm) {
27 let dd = queueDjywmc(this.$route.query.sqywbm) 27 let dd = queueDjywmc(this.$route.query.sqywbm, { 'target': '#slectBdc' })
28 this.editItem = this.loadView(dd) 28 this.editItem = this.loadView(dd)
29 } 29 }
30 }, 30 },
31 'djywbm' (val) { 31 'djywbm' (val) {
32 let dd = queueDjywmc(val) 32 let dd = queueDjywmc(val, { 'target': '#slectBdc' })
33 this.editItem = this.loadView(dd) 33 this.editItem = this.loadView(dd)
34 } 34 }
35 }, 35 },
......
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
66 <el-button type="primary" :disabled="btnDisabled" @click="bthSelectClick">选择不动产</el-button> 66 <el-button type="primary" :disabled="btnDisabled" @click="bthSelectClick">选择不动产</el-button>
67 </div> 67 </div>
68 </div> 68 </div>
69 <fqsqDialog v-model="isDialog" :djywbm="djywbm" /> 69 <fqsqDialog v-model="isDialog" :djywbm="djywbm" />
70 </div> 70 </div>
71 </template> 71 </template>
72 <script> 72 <script>
......