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
cf6ab7ef
authored
2022-11-29 17:21:40 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat:工作流api文件夹整理
1 parent
5c0e7abb
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
71 additions
and
69 deletions
src/api/nydsyqFlow.js → src/api/workflow/nydsyqFlow.js
src/api/ygdjFlow.js → src/api/workflow/ygdjFlow.js
src/views/ywbl/nydsyq/slxx.vue
src/views/ywbl/nydsyq/slxx200.vue
src/views/ywbl/ygdj/slxx.vue
src/views/ywbl/ygdj/slxx300.vue
src/api/nydsyqFlow.js
→
src/api/
workflow/
nydsyqFlow.js
View file @
cf6ab7e
import
request
from
'@/utils/request'
import
SERVER
from
'./config'
import
SERVER
from
'.
.
/config'
// 初始化内容
export
function
Init
(
data
)
{
...
...
src/api/ygdjFlow.js
→
src/api/
workflow/
ygdjFlow.js
View file @
cf6ab7e
import
request
from
'@/utils/request'
import
SERVER
from
'./config'
import
SERVER
from
'.
.
/config'
// 初始化内容
export
function
Init
(
data
)
{
let
apiUrl
=
""
;
...
...
src/views/ywbl/nydsyq/slxx.vue
View file @
cf6ab7e
...
...
@@ -28,12 +28,12 @@
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"权利类型:"
>
<el-input
disabled
v-model=
"ruleForm.slywxx.qllxmc"
></el-input>
<el-input
disabled
v-model=
"ruleForm.slywxx.qllxmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"登记类型:"
>
<el-input
disabled
v-model=
"ruleForm.slywxx.djlxmc"
></el-input>
<el-input
disabled
v-model=
"ruleForm.slywxx.djlxmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
@@ -122,7 +122,7 @@
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"水域滩涂类型:"
>
<el-select
v-model=
"ruleForm.nydsyq.syttlx"
class=
"width100"
filterable
clearable
@
change=
"changeSyttlx"
>
<el-select
v-model=
"ruleForm.nydsyq.syttlx"
class=
"width100"
filterable
clearable
@
change=
"changeSyttlx"
>
<el-option
v-for=
"item in dictData['A23']"
:key=
"item.dcode"
:label=
"item.dname"
:value=
"item.dcode"
>
</el-option>
</el-select>
...
...
@@ -130,7 +130,7 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"养殖业方式:"
>
<el-select
v-model=
"ruleForm.nydsyq.yzyfs"
class=
"width100"
filterable
clearable
@
change=
"changeYzyfs"
>
<el-select
v-model=
"ruleForm.nydsyq.yzyfs"
class=
"width100"
filterable
clearable
@
change=
"changeYzyfs"
>
<el-option
v-for=
"item in dictData['A24']"
:key=
"item.dcode"
:label=
"item.dname"
:value=
"item.dcode"
>
</el-option>
</el-select>
...
...
@@ -150,7 +150,7 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"用地用海分类:"
>
<el-select
v-model=
"ruleForm.nydsyq.ydyhfl"
class=
"width100"
filterable
clearable
@
change=
"changeYdyhfl"
>
<el-select
v-model=
"ruleForm.nydsyq.ydyhfl"
class=
"width100"
filterable
clearable
@
change=
"changeYdyhfl"
>
<el-option
v-for=
"item in dictData['A51']"
:key=
"item.dcode"
:label=
"item.dname"
:value=
"item.dcode"
>
</el-option>
</el-select>
...
...
@@ -165,7 +165,7 @@
<el-row
:gutter=
"10"
>
<el-col>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"附记:"
prop=
"fj"
>
<el-input
type=
"textarea"
v-model=
"ruleForm.nydsyq.fj"
:disabled=
"$route.query.viewtype
==
1"
></el-input>
<el-input
type=
"textarea"
v-model=
"ruleForm.nydsyq.fj"
:disabled=
"$route.query.viewtype
==
1"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -176,7 +176,7 @@
<el-row
:gutter=
"10"
>
<el-col
:span=
"14"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"共有方式:"
>
<el-radio-group
:disabled=
"$route.query.viewtype
==
1"
v-model=
"ruleForm.slywxx.gyfs"
>
<el-radio-group
:disabled=
"$route.query.viewtype
==
1"
v-model=
"ruleForm.slywxx.gyfs"
>
<el-radio
label=
"0"
>
单独所有
</el-radio>
<el-radio
label=
"1"
>
共同共有
</el-radio>
<el-radio
label=
"2"
>
按份所有
</el-radio>
...
...
@@ -207,8 +207,8 @@
家庭成员
<div
class=
"triangle"
></div>
</div>
<JtcyTable
:tableData=
"ruleForm.jtcyList"
@
upDateJtcyList=
"upDateJtcyList"
:
viewtype=
"$route.query.viewtype"
:gyfs=
"ruleForm.slywxx.gyfs"
/>
<JtcyTable
:tableData=
"ruleForm.jtcyList"
@
upDateJtcyList=
"upDateJtcyList"
:viewtype=
"$route.query.viewtype"
:
gyfs=
"ruleForm.slywxx.gyfs"
/>
<div
class=
"slxx_title title-block"
>
登记原因
<div
class=
"triangle"
></div>
...
...
@@ -216,7 +216,8 @@
<el-row
:gutter=
"10"
>
<el-col>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"登记原因:"
prop=
"djyy"
>
<el-input
class=
"textArea"
type=
"textarea"
:disabled=
"$route.query.viewtype==1"
v-model=
"ruleForm.nydsyq.djyy"
>
<el-input
class=
"textArea"
type=
"textarea"
:disabled=
"$route.query.viewtype == 1"
v-model=
"ruleForm.nydsyq.djyy"
>
</el-input>
</el-form-item>
</el-col>
...
...
@@ -232,7 +233,7 @@
</
template
>
<
script
>
import
{
mapGetters
}
from
"vuex"
import
{
Init
,
saveData
}
from
"@/api/nydsyqFlow.js"
import
{
Init
,
saveData
}
from
"@/api/
workflow/
nydsyqFlow.js"
import
InformationTable
from
"@/views/workflow/components/InformationTable"
import
JtcyTable
from
"@/views/workflow/components/JtcyTable"
export
default
{
...
...
@@ -242,20 +243,20 @@ export default {
formdata
.
append
(
"bsmSldy"
,
this
.
propsParam
.
bsmSldy
);
formdata
.
append
(
"djlx"
,
this
.
propsParam
.
djlx
);
Init
(
formdata
).
then
((
res
)
=>
{
this
.
ruleForm
=
res
.
result
;
if
(
res
.
code
===
200
)
{
this
.
ruleForm
=
res
.
result
;
if
(
res
.
code
===
200
)
{
}
else
{
else
{
this
.
$alert
(
res
.
message
,
'提示'
);
}
})
},
components
:
{
InformationTable
,
JtcyTable
},
components
:
{
InformationTable
,
JtcyTable
},
computed
:
{
...
mapGetters
([
"dictData"
,
"flag"
])
},
watch
:
{
},
data
()
{
return
{
...
...
@@ -271,7 +272,7 @@ export default {
onSubmit
()
{
saveData
(
this
.
ruleForm
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
$message
({
this
.
$message
({
showClose
:
true
,
message
:
"保存成功!"
,
type
:
"success"
,
...
...
@@ -292,7 +293,7 @@ export default {
this
.
ruleForm
.
jtcyList
=
_
.
cloneDeep
(
val
)
},
//水域滩涂类型变化事件
changeSyttlx
(
e
){
changeSyttlx
(
e
)
{
let
itemLx
=
{}
itemLx
=
this
.
dictData
[
'A23'
].
find
((
item
)
=>
{
return
item
.
dcode
==
e
...
...
@@ -300,7 +301,7 @@ export default {
this
.
ruleForm
.
nydsyq
.
syttlxmc
=
itemLx
.
dname
;
},
//养殖业方式变化事件
changeYzyfs
(
e
)
{
changeYzyfs
(
e
)
{
let
itemLx
=
{}
itemLx
=
this
.
dictData
[
'A24'
].
find
((
item
)
=>
{
return
item
.
dcode
==
e
...
...
@@ -308,7 +309,7 @@ export default {
this
.
ruleForm
.
nydsyq
.
yzyfsmc
=
itemLx
.
dname
;
},
//用地用海变化事件
changeYdyhfl
(
e
)
{
changeYdyhfl
(
e
)
{
let
itemLx
=
{}
itemLx
=
this
.
dictData
[
'A51'
].
find
((
item
)
=>
{
return
item
.
dcode
==
e
...
...
src/views/ywbl/nydsyq/slxx200.vue
View file @
cf6ab7e
...
...
@@ -28,12 +28,12 @@
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"权利类型:"
>
<el-input
disabled
v-model=
"ruleForm.slywxx.qllxmc"
></el-input>
<el-input
disabled
v-model=
"ruleForm.slywxx.qllxmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"登记类型:"
>
<el-input
disabled
v-model=
"ruleForm.slywxx.djlxmc"
></el-input>
<el-input
disabled
v-model=
"ruleForm.slywxx.djlxmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
@@ -122,7 +122,7 @@
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"水域滩涂类型:"
>
<el-select
v-model=
"ruleForm.nydsyq.syttlx"
class=
"width100"
filterable
clearable
@
change=
"changeSyttlx"
>
<el-select
v-model=
"ruleForm.nydsyq.syttlx"
class=
"width100"
filterable
clearable
@
change=
"changeSyttlx"
>
<el-option
v-for=
"item in dictData['A23']"
:key=
"item.dcode"
:label=
"item.dname"
:value=
"item.dcode"
>
</el-option>
</el-select>
...
...
@@ -130,7 +130,7 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"养殖业方式:"
>
<el-select
v-model=
"ruleForm.nydsyq.yzyfs"
class=
"width100"
filterable
clearable
@
change=
"changeYzyfs"
>
<el-select
v-model=
"ruleForm.nydsyq.yzyfs"
class=
"width100"
filterable
clearable
@
change=
"changeYzyfs"
>
<el-option
v-for=
"item in dictData['A24']"
:key=
"item.dcode"
:label=
"item.dname"
:value=
"item.dcode"
>
</el-option>
</el-select>
...
...
@@ -150,7 +150,7 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"用地用海分类:"
>
<el-select
v-model=
"ruleForm.nydsyq.ydyhfl"
class=
"width100"
filterable
clearable
@
change=
"changeYdyhfl"
>
<el-select
v-model=
"ruleForm.nydsyq.ydyhfl"
class=
"width100"
filterable
clearable
@
change=
"changeYdyhfl"
>
<el-option
v-for=
"item in dictData['A51']"
:key=
"item.dcode"
:label=
"item.dname"
:value=
"item.dcode"
>
</el-option>
</el-select>
...
...
@@ -165,7 +165,7 @@
<el-row
:gutter=
"10"
>
<el-col>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"附记:"
prop=
"fj"
>
<el-input
type=
"textarea"
v-model=
"ruleForm.nydsyq.fj"
:disabled=
"$route.query.viewtype
==
1"
></el-input>
<el-input
type=
"textarea"
v-model=
"ruleForm.nydsyq.fj"
:disabled=
"$route.query.viewtype
==
1"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -176,7 +176,7 @@
<el-row
:gutter=
"10"
>
<el-col
:span=
"14"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"共有方式:"
>
<el-radio-group
:disabled=
"$route.query.viewtype
==
1"
v-model=
"ruleForm.slywxx.gyfs"
>
<el-radio-group
:disabled=
"$route.query.viewtype
==
1"
v-model=
"ruleForm.slywxx.gyfs"
>
<el-radio
label=
"0"
>
单独所有
</el-radio>
<el-radio
label=
"1"
>
共同共有
</el-radio>
<el-radio
label=
"2"
>
按份所有
</el-radio>
...
...
@@ -213,8 +213,8 @@
家庭成员
<div
class=
"triangle"
></div>
</div>
<JtcyTable
:tableData=
"ruleForm.jtcyList"
@
upDateJtcyList=
"upDateJtcyList"
:
viewtype=
"$route.query.viewtype"
:gyfs=
"ruleForm.slywxx.gyfs"
/>
<JtcyTable
:tableData=
"ruleForm.jtcyList"
@
upDateJtcyList=
"upDateJtcyList"
:viewtype=
"$route.query.viewtype"
:
gyfs=
"ruleForm.slywxx.gyfs"
/>
<div
class=
"slxx_title title-block"
>
登记原因
<div
class=
"triangle"
></div>
...
...
@@ -222,7 +222,8 @@
<el-row
:gutter=
"10"
>
<el-col>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"登记原因:"
prop=
"djyy"
>
<el-input
class=
"textArea"
type=
"textarea"
:disabled=
"$route.query.viewtype==1"
v-model=
"ruleForm.nydsyq.djyy"
>
<el-input
class=
"textArea"
type=
"textarea"
:disabled=
"$route.query.viewtype == 1"
v-model=
"ruleForm.nydsyq.djyy"
>
</el-input>
</el-form-item>
</el-col>
...
...
@@ -238,7 +239,7 @@
</
template
>
<
script
>
import
{
mapGetters
}
from
"vuex"
import
{
Init
,
saveData
}
from
"@/api/nydsyqFlow.js"
import
{
Init
,
saveData
}
from
"@/api/
workflow/
nydsyqFlow.js"
import
InformationTable
from
"@/views/workflow/components/InformationTable"
import
JtcyTable
from
"@/views/workflow/components/JtcyTable"
export
default
{
...
...
@@ -248,20 +249,20 @@ export default {
formdata
.
append
(
"bsmSldy"
,
this
.
propsParam
.
bsmSldy
);
formdata
.
append
(
"djlx"
,
this
.
propsParam
.
djlx
);
Init
(
formdata
).
then
((
res
)
=>
{
this
.
ruleForm
=
res
.
result
;
if
(
res
.
code
===
200
)
{
this
.
ruleForm
=
res
.
result
;
if
(
res
.
code
===
200
)
{
}
else
{
else
{
this
.
$alert
(
res
.
message
,
'提示'
);
}
})
},
components
:
{
InformationTable
,
JtcyTable
},
components
:
{
InformationTable
,
JtcyTable
},
computed
:
{
...
mapGetters
([
"dictData"
,
"flag"
])
},
watch
:
{
},
data
()
{
return
{
...
...
@@ -277,7 +278,7 @@ export default {
onSubmit
()
{
saveData
(
this
.
ruleForm
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
$message
({
this
.
$message
({
showClose
:
true
,
message
:
"保存成功!"
,
type
:
"success"
,
...
...
@@ -304,7 +305,7 @@ export default {
this
.
ruleForm
.
jtcyList
=
_
.
cloneDeep
(
val
)
},
//水域滩涂类型变化事件
changeSyttlx
(
e
){
changeSyttlx
(
e
)
{
let
itemLx
=
{}
itemLx
=
this
.
dictData
[
'A23'
].
find
((
item
)
=>
{
return
item
.
dcode
==
e
...
...
@@ -312,7 +313,7 @@ export default {
this
.
ruleForm
.
nydsyq
.
syttlxmc
=
itemLx
.
dname
;
},
//养殖业方式变化事件
changeYzyfs
(
e
)
{
changeYzyfs
(
e
)
{
let
itemLx
=
{}
itemLx
=
this
.
dictData
[
'A24'
].
find
((
item
)
=>
{
return
item
.
dcode
==
e
...
...
@@ -320,7 +321,7 @@ export default {
this
.
ruleForm
.
nydsyq
.
yzyfsmc
=
itemLx
.
dname
;
},
//用地用海变化事件
changeYdyhfl
(
e
)
{
changeYdyhfl
(
e
)
{
let
itemLx
=
{}
itemLx
=
this
.
dictData
[
'A51'
].
find
((
item
)
=>
{
return
item
.
dcode
==
e
...
...
src/views/ywbl/ygdj/slxx.vue
View file @
cf6ab7e
...
...
@@ -58,7 +58,7 @@
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"规划用途:"
>
<el-input
disabled
v-model=
"ruleForm.ygdj.ghyt"
></el-input>
...
...
@@ -92,7 +92,7 @@
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"所在层:"
>
<el-input
disabled
v-model=
"ruleForm.ygdj.szc"
></el-input>
...
...
@@ -133,7 +133,7 @@
<el-row
:gutter=
"10"
>
<el-col
:span=
"14"
v-if=
"ruleForm.qlxx"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"共有方式:"
>
<el-radio-group
:disabled=
"$route.query.viewtype
==
1"
v-model=
"ruleForm.slywxx.gyfs"
>
<el-radio-group
:disabled=
"$route.query.viewtype
==
1"
v-model=
"ruleForm.slywxx.gyfs"
>
<el-radio
label=
"0"
>
单独所有
</el-radio>
<el-radio
label=
"1"
>
共同共有
</el-radio>
<el-radio
label=
"2"
>
按份所有
</el-radio>
...
...
@@ -149,15 +149,15 @@
<div
class=
"triangle"
></div>
</div>
<InformationTable
v-if=
"ruleForm.qlxx"
@
upDateQlrxxList=
"upDateYwrxxList"
:tableData=
"ruleForm.ywrList"
:gyfs=
"ruleForm.qlxx.gyfs"
/>
:gyfs=
"ruleForm.qlxx.gyfs"
/>
<div
class=
"slxx_title title-block"
>
登记原因
<div
class=
"triangle"
></div>
</div>
<el-row
:gutter=
"10"
>
<el-col>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"登记原因:"
prop=
"djyy"
>
<el-input
class=
"textArea"
type=
"textarea"
:disabled=
"$route.query.viewtype
==
1"
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"登记原因:"
prop=
"djyy"
>
<el-input
class=
"textArea"
type=
"textarea"
:disabled=
"$route.query.viewtype
==
1"
v-model=
"ruleForm.ygdj.djyy"
>
</el-input>
</el-form-item>
...
...
@@ -174,7 +174,7 @@
</
template
>
<
script
>
import
InformationTable
from
"@/views/workflow/components/InformationTable"
;
import
{
Init
,
saveData
}
from
"@/api/ygdjFlow.js"
;
import
{
Init
,
saveData
}
from
"@/api/
workflow/
ygdjFlow.js"
;
import
{
mapGetters
}
from
"vuex"
;
export
default
{
async
created
()
{
...
...
@@ -207,9 +207,9 @@ export default {
methods
:
{
// 更新权利人信息
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
},
// 更新权利人信息
// 更新权利人信息
upDateYwrxxList
(
val
)
{
this
.
ruleForm
.
ywrList
=
_
.
cloneDeep
(
val
);
},
...
...
src/views/ywbl/ygdj/slxx300.vue
View file @
cf6ab7e
...
...
@@ -47,7 +47,7 @@
<div
class=
"triangle"
></div>
</div>
<!--
<el-button
type=
"primary"
style=
"float: right;margin-right: 20px; "
@
click=
"onClick"
>
数据查看
</el-button>
-->
<!--
<el-button
type=
"primary"
style=
"float: right;margin-right: 20px; "
@
click=
"onClick"
>
数据查看
</el-button>
-->
<el-row
:gutter=
"10"
v-if=
"ruleForm.qlxx"
>
<el-col
:span=
"8"
>
...
...
@@ -95,7 +95,7 @@
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"所在层:"
>
<el-input
disabled
v-model=
"ruleForm.ygdj.szc"
></el-input>
...
...
@@ -136,7 +136,7 @@
<el-row
:gutter=
"10"
>
<el-col
:span=
"14"
v-if=
"ruleForm.qlxx"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"共有方式:"
>
<el-radio-group
:disabled=
"$route.query.viewtype
==
1"
v-model=
"ruleForm.slywxx.gyfs"
>
<el-radio-group
:disabled=
"$route.query.viewtype
==
1"
v-model=
"ruleForm.slywxx.gyfs"
>
<el-radio
label=
"0"
>
单独所有
</el-radio>
<el-radio
label=
"1"
>
共同共有
</el-radio>
<el-radio
label=
"2"
>
按份所有
</el-radio>
...
...
@@ -146,22 +146,22 @@
</el-col>
</el-row>
<InformationTable
v-if=
"ruleForm.qlxx"
@
upDateQlrxxList=
"upDateQlrxxList"
:tableData=
"ruleForm.qlrList"
:gyfs=
"ruleForm.qlxx.gyfs"
/>
:gyfs=
"ruleForm.qlxx.gyfs"
/>
<div
class=
"slxx_title title-block"
>
义务人信息
<div
class=
"triangle"
></div>
</div>
<InformationTable
v-if=
"ruleForm.qlxx"
@
upDateQlrxxList=
"upDateYwrxxList"
:tableData=
"ruleForm.ywrList"
:gyfs=
"ruleForm.qlxx.gyfs"
/>
:gyfs=
"ruleForm.qlxx.gyfs"
/>
<div
class=
"slxx_title title-block"
>
登记原因
<div
class=
"triangle"
></div>
</div>
<el-row
:gutter=
"10"
>
<el-col>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"登记原因:"
prop=
"djyy"
>
<el-input
class=
"textArea"
type=
"textarea"
:disabled=
"$route.query.viewtype
==
1"
v-model=
"ruleForm.ygdj.djyy"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"登记原因:"
prop=
"djyy"
>
<el-input
class=
"textArea"
type=
"textarea"
:disabled=
"$route.query.viewtype
==
1"
v-model=
"ruleForm.ygdj.djyy"
>
</el-input>
</el-form-item>
</el-col>
...
...
@@ -177,7 +177,7 @@
</
template
>
<
script
>
import
InformationTable
from
"@/views/workflow/components/InformationTable"
;
import
{
Init
,
saveData
}
from
"@/api/ygdjFlow.js"
;
import
{
Init
,
saveData
}
from
"@/api/
workflow/
ygdjFlow.js"
;
import
{
mapGetters
}
from
"vuex"
;
export
default
{
async
created
()
{
...
...
@@ -207,18 +207,18 @@ export default {
};
},
methods
:
{
onClick
()
{
this
.
$popup
(
"房屋信息比对"
,
"ywbl/ygdj/slxxCompareDetai"
,
{
formData
:
{
bsmSldy
:
this
.
propsParam
.
bsmSldy
,
qllx
:
this
.
propsParam
.
qllx
}
});
onClick
()
{
this
.
$popup
(
"房屋信息比对"
,
"ywbl/ygdj/slxxCompareDetai"
,
{
formData
:
{
bsmSldy
:
this
.
propsParam
.
bsmSldy
,
qllx
:
this
.
propsParam
.
qllx
}
});
},
// 更新权利人信息
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
},
// 更新权利人信息
upDateYwrxxList
(
val
)
{
...
...
Please
register
or
sign in
to post a comment