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
b253feff
authored
2023-08-14 13:07:22 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:权利人信息
1 parent
ff9da1c6
Show whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
32 additions
and
41 deletions
src/views/ywbl/slsqxx/diyaq/slxx.vue
src/views/ywbl/slsqxx/fdcq1/slxx.vue
src/views/ywbl/slsqxx/fdcq2/slxx.vue
src/views/ywbl/slsqxx/fdcq2/slxx300.vue
src/views/ywbl/slsqxx/fdcq2/slxxOverview.vue
src/views/ywbl/slsqxx/fwsyq/slxx.vue
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
src/views/ywbl/slsqxx/jsydsyq/slxx300.vue
src/views/ywbl/slsqxx/lqslxx/index.vue
src/views/ywbl/slsqxx/nydsyq/slxx.vue
src/views/ywbl/slsqxx/nydsyq/slxx200.vue
src/views/ywbl/slsqxx/tdsyq/slxx.vue
src/views/ywbl/slsqxx/ygdj/slxx.vue
src/views/ywbl/slsqxx/ygdj/slxx300.vue
src/views/ywbl/slsqxx/ygdy/slxx.vue
src/views/ywbl/slsqxx/zjgcdy/batchSlxx.vue
src/views/ywbl/slsqxx/zjgcdy/slxx.vue
src/views/ywbl/slsqxx/diyaq/slxx.vue
View file @
b253fef
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-14 1
0:52:06
* @LastEditTime: 2023-08-14 1
2:56:43
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -289,6 +289,7 @@
Init
(
formdata
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
&&
res
.
result
)
{
this
.
ruleForm
=
res
.
result
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
ruleForm
.
diyaq
.
sfczjzhxz
=
"0"
;
}
this
.
$endLoading
();
...
...
@@ -339,8 +340,6 @@
}
});
},
// 更新权利人信息
/**
* @description: 更新权利人信息
* @param {*} val
...
...
@@ -352,7 +351,6 @@
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
},
// 更新义务人信息
/**
* @description: 更新义务人信息
* @param {*} val
...
...
src/views/ywbl/slsqxx/fdcq1/slxx.vue
View file @
b253fef
<!--
* @Description: 房屋多幢受理信息
* @Autor: ssq
* @LastEditTime: 2023-08-14 1
1:23:50
* @LastEditTime: 2023-08-14 1
3:02:34
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -212,6 +212,7 @@
}
//初始化发证方式,1:小证,2:大正
this
.
ruleForm
.
slsq
.
fzfs
==
null
?
this
.
ruleForm
.
slsq
.
fzfs
=
'1'
:
this
.
ruleForm
.
slsq
.
fzfs
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
});
},
...
...
src/views/ywbl/slsqxx/fdcq2/slxx.vue
View file @
b253fef
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-08-14 1
0:56:46
* @LastEditTime: 2023-08-14 1
2:57:21
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -271,12 +271,13 @@
}
//初始化发证方式,1:小证,2:大正
this
.
ruleForm
.
slsq
.
fzfs
==
null
?
this
.
ruleForm
.
slsq
.
fzfs
=
'1'
:
this
.
ruleForm
.
slsq
.
fzfs
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
})
;
})
},
components
:
{
qlrCommonTable
,
tdytTable
},
computed
:
{
...
mapGetters
([
"dictData"
,
"flag"
])
,
...
mapGetters
([
"dictData"
,
"flag"
])
},
data
()
{
return
{
...
...
@@ -320,7 +321,6 @@
*/
upDateTdytxxList
(
val
)
{
this
.
ruleForm
.
tdytqxList
&&
(
this
.
ruleForm
.
tdytqxList
=
_
.
cloneDeep
(
val
));
this
.
key
++
;
},
...
...
src/views/ywbl/slsqxx/fdcq2/slxx300.vue
View file @
b253fef
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-08-14 12:
48:45
* @LastEditTime: 2023-08-14 12:
58:13
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -279,6 +279,7 @@
};
//初始化发证方式,1:小证,2:大正
this
.
ruleForm
.
slsq
.
fzfs
==
null
?
this
.
ruleForm
.
slsq
.
fzfs
=
'1'
:
this
.
ruleForm
.
slsq
.
fzfs
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
});
},
...
...
src/views/ywbl/slsqxx/fdcq2/slxxOverview.vue
View file @
b253fef
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-08-14 1
0:54:26
* @LastEditTime: 2023-08-14 1
2:58:35
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -182,6 +182,7 @@
BatchInit
(
formdata
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
this
.
ruleForm
=
res
.
result
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
splicingFdcq2Info
();
}
})
...
...
src/views/ywbl/slsqxx/fwsyq/slxx.vue
View file @
b253fef
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-
04 15:45:47
* @LastEditTime: 2023-08-
14 13:03:32
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -163,7 +163,7 @@
</el-form-item>
</el-col>
</el-row>
<qlrCommonTable
:tableData=
"ruleForm.qlr
xx
"
:gyfs=
"ruleForm.gyfs"
:disabled=
"!ableOperation"
/>
<qlrCommonTable
:tableData=
"ruleForm.qlr
List
"
:gyfs=
"ruleForm.gyfs"
:disabled=
"!ableOperation"
/>
<div
class=
"slxx_title title-block"
>
登记原因
<div
class=
"triangle"
></div>
...
...
@@ -206,6 +206,7 @@
...
res
.
result
.
qlxxdatas
,
...
res
.
result
.
jsydsyqdatas
,
};
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
});
},
...
...
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
View file @
b253fef
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-14 1
0:27:43
* @LastEditTime: 2023-08-14 1
3:04:38
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -283,7 +283,6 @@
*/
upDateTdytxxList
(
val
)
{
this
.
ruleForm
.
tdytqxList
&&
(
this
.
ruleForm
.
tdytqxList
=
_
.
cloneDeep
(
val
));
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
key
++
;
},
// 更新权利人信息
...
...
src/views/ywbl/slsqxx/jsydsyq/slxx300.vue
View file @
b253fef
...
...
@@ -2,7 +2,7 @@
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-14 1
0:28:15
* @LastEditTime: 2023-08-14 1
2:54:53
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -232,6 +232,7 @@
Init
(
formdata
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
&&
res
.
result
)
{
this
.
ruleForm
=
res
.
result
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
this
.
$endLoading
();
});
...
...
src/views/ywbl/slsqxx/lqslxx/index.vue
View file @
b253fef
...
...
@@ -267,6 +267,7 @@
this
.
ruleForm
.
slsq
.
fzfs
==
null
?
(
this
.
ruleForm
.
slsq
.
fzfs
=
"1"
)
:
this
.
ruleForm
.
slsq
.
fzfs
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
});
},
...
...
@@ -314,7 +315,6 @@
upDateTdytxxList
(
val
)
{
this
.
ruleForm
.
tdytqxList
&&
(
this
.
ruleForm
.
tdytqxList
=
_
.
cloneDeep
(
val
));
},
// 更新权利人信息
/**
* @description: 更新权利人信息
* @param {*} val
...
...
@@ -325,9 +325,8 @@
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
key
++
;
},
// 更新权利人信息
/**
* @description: 更新
权利
人信息
* @description: 更新
业务
人信息
* @param {*} val
* @author: renchao
*/
...
...
src/views/ywbl/slsqxx/nydsyq/slxx.vue
View file @
b253fef
...
...
@@ -258,12 +258,8 @@
formdata
.
append
(
"isEdit"
,
this
.
ableOperation
);
Init
(
formdata
).
then
((
res
)
=>
{
this
.
ruleForm
=
res
.
result
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
$endLoading
();
if
(
res
.
code
===
200
)
{
}
else
{
this
.
$alert
(
res
.
message
,
'提示'
);
}
})
},
components
:
{
qlrCommonTable
,
JtcyTable
},
...
...
src/views/ywbl/slsqxx/nydsyq/slxx200.vue
View file @
b253fef
...
...
@@ -263,12 +263,9 @@
formdata
.
append
(
"isEdit"
,
this
.
ableOperation
);
Init
(
formdata
).
then
((
res
)
=>
{
this
.
ruleForm
=
res
.
result
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
$endLoading
();
if
(
res
.
code
===
200
)
{
}
else
{
this
.
$alert
(
res
.
message
,
'提示'
);
}
})
},
components
:
{
qlrCommonTable
,
JtcyTable
},
...
...
@@ -310,7 +307,6 @@
}
});
},
//权利人更新
/**
* @description: 权利人更新
* @param {*} val
...
...
@@ -320,7 +316,6 @@
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
)
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
},
// 更新义务人信息
/**
* @description: 更新义务人信息
* @param {*} val
...
...
src/views/ywbl/slsqxx/tdsyq/slxx.vue
View file @
b253fef
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-
04 15:51:27
* @LastEditTime: 2023-08-
14 13:06:03
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -358,6 +358,7 @@
Init
(
formdata
).
then
((
res
)
=>
{
this
.
$nextTick
(()
=>
{
that
.
ruleForm
=
res
.
result
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
that
.
$endLoading
();
that
.
isShow
=
true
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
...
...
@@ -403,7 +404,6 @@
this
.
ruleForm
.
tdytqxList
&&
(
this
.
ruleForm
.
tdytqxList
=
_
.
cloneDeep
(
val
));
this
.
key
++
;
},
// 更新权利人信息
/**
* @description: 更新权利人信息
* @param {*} val
...
...
src/views/ywbl/slsqxx/ygdj/slxx.vue
View file @
b253fef
...
...
@@ -228,8 +228,8 @@
formdata
.
append
(
"isEdit"
,
this
.
ableOperation
);
Init
(
formdata
).
then
(
res
=>
{
if
(
res
.
code
===
200
&&
res
.
result
)
{
console
.
log
(
res
.
result
.
ygdj
.
ygdjzlmc
);
this
.
ruleForm
=
res
.
result
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
$endLoading
();
}
})
...
...
@@ -258,7 +258,6 @@
};
},
methods
:
{
// 更新权利人信息
/**
* @description: 更新权利人信息
* @param {*} val
...
...
@@ -268,9 +267,8 @@
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
},
// 更新权利人信息
/**
* @description: 更新
权利
人信息
* @description: 更新
业务
人信息
* @param {*} val
* @author: renchao
*/
...
...
src/views/ywbl/slsqxx/ygdj/slxx300.vue
View file @
b253fef
...
...
@@ -198,6 +198,7 @@
if
(
res
.
code
===
200
&&
res
.
result
)
{
this
.
$endLoading
();
this
.
ruleForm
=
res
.
result
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
});
},
...
...
@@ -242,7 +243,7 @@
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
},
/**
* @description: 更新
权利
人信息
* @description: 更新
业务
人信息
* @param {*} val
* @author: renchao
*/
...
...
src/views/ywbl/slsqxx/ygdy/slxx.vue
View file @
b253fef
...
...
@@ -260,6 +260,7 @@
Init
(
formdata
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
&&
res
.
result
)
{
that
.
ruleForm
=
res
.
result
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
setTimeout
(()
=>
{
that
.
loading
=
false
},
300
)
...
...
src/views/ywbl/slsqxx/zjgcdy/batchSlxx.vue
View file @
b253fef
...
...
@@ -222,9 +222,8 @@
bacthInit
(
formdata
).
then
((
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
===
200
&&
res
.
result
)
{
this
.
$nextTick
(()
=>
{
this
.
ruleForm
=
res
.
result
;
})
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
...
...
src/views/ywbl/slsqxx/zjgcdy/slxx.vue
View file @
b253fef
...
...
@@ -274,8 +274,8 @@
Init
(
formdata
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
&&
res
.
result
)
{
this
.
ruleForm
=
res
.
result
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
$endLoading
();
//this.ruleForm.diyaq.sfczjzhxz = "0";
}
})
},
...
...
Please
register
or
sign in
to post a comment