536a58c7 by renchao@pashanhoo.com

style:登记薄选择业务号

1 parent 0b904444
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-01-18 13:22:31 4 * @LastEditTime: 2024-01-18 13:35:52
5 --> 5 -->
6 <template> 6 <template>
7 <div class="tableBox"> 7 <div class="tableBox">
...@@ -256,13 +256,6 @@ ...@@ -256,13 +256,6 @@
256 handleSelectYwh (row, ywh) { 256 handleSelectYwh (row, ywh) {
257 let sjlx = row.sjlx, 257 let sjlx = row.sjlx,
258 bsmQlxx = row.bsmQlxx 258 bsmQlxx = row.bsmQlxx
259 if (sjlx == '系统数据') {
260 getXtParamsByYwh(ywh).then(res => {
261 let data = res.result
262 const { href } = Router.resolve('/workFrameView?bsmSlsq=' + data.bsmSlsq + '&bsmBusiness=' + data.bsmBusiness)
263 window.open(href, `urlname${new Date().getTime()}`)
264 })
265 } else {
266 getBlParamsByYwh(ywh, bsmQlxx).then(res => { 259 getBlParamsByYwh(ywh, bsmQlxx).then(res => {
267 let data = res.result 260 let data = res.result
268 this.$popup('材料信息', 'registerBook/components/clxx/index', { 261 this.$popup('材料信息', 'registerBook/components/clxx/index', {
...@@ -270,7 +263,21 @@ ...@@ -270,7 +263,21 @@
270 formData: data 263 formData: data
271 }) 264 })
272 }) 265 })
273 } 266 // if (sjlx == '系统数据') {
267 // getXtParamsByYwh(ywh).then(res => {
268 // let data = res.result
269 // const { href } = Router.resolve('/workFrameView?bsmSlsq=' + data.bsmSlsq + '&bsmBusiness=' + data.bsmBusiness)
270 // window.open(href, `urlname${new Date().getTime()}`)
271 // })
272 // } else {
273 // getBlParamsByYwh(ywh, bsmQlxx).then(res => {
274 // let data = res.result
275 // this.$popup('材料信息', 'registerBook/components/clxx/index', {
276 // width: '60%',
277 // formData: data
278 // })
279 // })
280 // }
274 } 281 }
275 } 282 }
276 } 283 }
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: miaofang 3 * @Autor: miaofang
4 * @LastEditTime: 2023-11-02 13:39:22 4 * @LastEditTime: 2024-01-18 13:36:24
5 --> 5 -->
6 <template> 6 <template>
7 <div class="djxxTable"> 7 <div class="djxxTable">
...@@ -303,13 +303,6 @@ ...@@ -303,13 +303,6 @@
303 handleSelectYwh (row, ywh) { 303 handleSelectYwh (row, ywh) {
304 let sjlx = row.sjlx, 304 let sjlx = row.sjlx,
305 bsmQlxx = row.bsmQlxx 305 bsmQlxx = row.bsmQlxx
306 if (sjlx == '系统数据') {
307 getXtParamsByYwh(ywh).then(res => {
308 let data = res.result
309 const { href } = Router.resolve('/workFrameView?bsmSlsq=' + data.bsmSlsq + '&bsmBusiness=' + data.bsmBusiness)
310 window.open(href, `urlname${new Date().getTime()}`)
311 })
312 } else {
313 getBlParamsByYwh(ywh, bsmQlxx).then(res => { 306 getBlParamsByYwh(ywh, bsmQlxx).then(res => {
314 let data = res.result 307 let data = res.result
315 this.$popup('材料信息', 'registerBook/components/clxx/index', { 308 this.$popup('材料信息', 'registerBook/components/clxx/index', {
...@@ -317,7 +310,21 @@ ...@@ -317,7 +310,21 @@
317 formData: data 310 formData: data
318 }) 311 })
319 }) 312 })
320 } 313 // if (sjlx == '系统数据') {
314 // getXtParamsByYwh(ywh).then(res => {
315 // let data = res.result
316 // const { href } = Router.resolve('/workFrameView?bsmSlsq=' + data.bsmSlsq + '&bsmBusiness=' + data.bsmBusiness)
317 // window.open(href, `urlname${new Date().getTime()}`)
318 // })
319 // } else {
320 // getBlParamsByYwh(ywh, bsmQlxx).then(res => {
321 // let data = res.result
322 // this.$popup('材料信息', 'registerBook/components/clxx/index', {
323 // width: '60%',
324 // formData: data
325 // })
326 // })
327 // }
321 } 328 }
322 } 329 }
323 }; 330 };
......