Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b50041c9
authored
2024-03-13 10:36:24 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
e0ff8a24
d5523614
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
src/views/ywbl/ywsq/components/selectFwfgSplitMerge.vue
src/views/ywbl/ywsq/components/selectFwfgSplitMerge.vue
View file @
b50041c
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 202
3-11-16 14:10:35
* @LastEditTime: 202
4-03-13 10:33:28
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -61,7 +61,7 @@
label=
"选择"
width=
"50"
>
<template
slot-scope=
"scope"
>
<el-radio
v-model=
"radioVal"
@
change=
"handleSelect"
@
click
.
native
.
stop
:label=
"scope.row.b
dcdyh
"
>
{{
''
}}
</el-radio>
<el-radio
v-model=
"radioVal"
@
change=
"handleSelect"
@
click
.
native
.
stop
:label=
"scope.row.b
hqkbsm
"
>
{{
''
}}
</el-radio>
</
template
>
</el-table-column>
<el-table-column
...
...
@@ -100,6 +100,7 @@
</el-table-column>
<el-table-column
property=
"qlrmc"
width=
"160"
label=
"权利人"
>
</el-table-column>
<el-table-column
...
...
@@ -129,7 +130,7 @@
<el-table-column
label=
"操作"
fixed=
"right"
width=
"
8
0"
>
width=
"
6
0"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"openBook(scope.row)"
>
登记薄
</el-button>
</
template
>
...
...
@@ -301,11 +302,12 @@
* @author: renchao
*/
handleRowClick
(
row
)
{
this
.
queryForm
.
bhqkbsm
=
row
.
bhqkbsm
this
.
radioVal
=
row
.
bhqkbsm
this
.
queryForm
.
bhqkbsm
=
row
.
bhqkbsm
selectHSplitMerge
({
...
this
.
queryForm
}).
then
((
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
===
200
)
{
this
.
tableData
.
datastwo
=
res
.
result
;
this
.
tableData
.
datastwo
=
res
.
result
;
this
.
bdcdysz
=
this
.
tableData
.
datastwo
}
})
...
...
Please
register
or
sign in
to post a comment