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
c77e2de0
authored
2023-08-15 14:18:26 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
476282d3
56ab0c7f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
36 additions
and
24 deletions
src/views/djbworkflow/djbBook/components/blxxtabs/cfdj.vue
src/views/djbworkflow/djbBook/components/blxxtabs/dyaq.vue
src/views/djbworkflow/djbBook/components/blxxtabs/dyiq.vue
src/views/djbworkflow/djbBook/components/blxxtabs/jsydsyq.vue
src/views/djbworkflow/djbBook/components/blxxtabs/yydj.vue
src/views/ywbl/slsqxx/fdcq2/slxxOverview.vue
src/views/djbworkflow/djbBook/components/blxxtabs/cfdj.vue
View file @
c77e2de
...
...
@@ -170,7 +170,7 @@
label=
"业务号:"
prop=
"qlxx.ywh"
:rules=
"rules.ywhrules"
>
<el-input
v-model=
"ruleForm.qlxx.ywh"
></el-input>
<el-input
maxlength=
"10"
v-model=
"ruleForm.qlxx.ywh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
@@ -317,7 +317,7 @@
</el-col>
<el-col
:span=
"8"
v-if=
"ruleForm.qlxx.qszt == '2'"
>
<el-form-item
label=
"解封业务号:"
>
<el-input
v-model=
"ruleForm.qlxx.zxywh"
></el-input>
<el-input
maxlength=
"11"
v-model=
"ruleForm.qlxx.zxywh"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/dyaq.vue
View file @
c77e2de
...
...
@@ -196,7 +196,7 @@
label=
"业务号:"
prop=
"qlxx.ywh"
:rules=
"rules.ywhrules"
>
<el-input
v-model=
"ruleForm.qlxx.ywh"
></el-input>
<el-input
maxlength=
"10"
v-model=
"ruleForm.qlxx.ywh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
@@ -243,6 +243,7 @@
<el-form-item
label=
"被担保主债权数额:"
>
<div
style=
"display: flex"
>
<el-input
maxlength=
"11"
v-model=
"ruleForm.diyaq.bdbzzqse"
style=
"width: 500%"
oninput=
"value=value.replace(/[^\d.]/g,'')"
></el-input>
...
...
@@ -262,6 +263,7 @@
<el-form-item
label=
"抵押面积:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"13"
v-model=
"ruleForm.diyaq.dymj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
<el-select
v-model=
"ruleForm.diyaq.mjdw"
style=
"width: 20%"
>
...
...
@@ -338,7 +340,7 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"债务履行期限(确定期间):"
>
<el-input
v-model=
"ruleForm.diyaq.dyqx"
></el-input>
<el-input
maxlength=
"10"
v-model=
"ruleForm.diyaq.dyqx"
></el-input>
</el-form-item>
</el-col>
...
...
@@ -419,7 +421,7 @@
<el-col
:span=
"24"
>
<el-form-item
label=
"登记原因:"
>
<el-input
v-model=
"ruleForm.
qlxx
.djyy"
></el-input>
<el-input
v-model=
"ruleForm.
diyaq
.djyy"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
...
...
@@ -429,7 +431,7 @@
</el-col>
<el-col
:span=
"8"
v-if=
"ruleForm.qlxx.qszt == '2'"
>
<el-form-item
label=
"注销抵押业务号:"
>
<el-input
v-model=
"ruleForm.diyaq.zxdy
ywh"
></el-input>
<el-input
maxlength=
"10"
v-model=
"ruleForm.qlxx.zx
ywh"
></el-input>
</el-form-item>
</el-col>
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/dyiq.vue
View file @
c77e2de
...
...
@@ -164,7 +164,7 @@
prop=
"qlxx.ywh"
:rules=
"rules.ywhrules"
>
<el-input
v-model=
"ruleForm.qlxx.ywh
"
></el-input>
<el-input
maxlength=
"20"
v-model=
"ruleForm.qlxx.ywh"
onkeyup=
"this.value=this.value.replace(/[^\w_]/g,'');
"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/jsydsyq.vue
View file @
c77e2de
...
...
@@ -80,7 +80,7 @@
label=
"业务号:"
prop=
"qlxx.ywh"
:rules=
"rules.ywhrules"
>
<el-input
v-model=
"ruleForm.qlxx.ywh"
></el-input>
<el-input
maxlength=
"10"
v-model=
"ruleForm.qlxx.ywh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
@@ -137,6 +137,7 @@
<el-form-item
label=
"使用权面积:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.jsydsyq.syqmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
<el-select
disabled
v-model=
"mjdw"
style=
"width: 20%"
>
...
...
@@ -151,29 +152,20 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"使用权起
始时间
"
>
<el-input
v-model=
"ruleForm.jsydsyq.syqqs
sj"
></el-input>
<el-form-item
label=
"使用权起
止时间:
"
>
<el-input
maxlength=
"20"
v-model=
"ruleForm.jsydsyq.syqqz
sj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"使用权结束时间"
>
<el-input
v-model=
"ruleForm.jsydsyq.syqjssj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"土地使用期限"
>
<el-input
v-model=
"ruleForm.jsydsyq.tdsyqx"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"土地用途"
>
<el-input
v-model=
"ruleForm.jsydsyq.yt"
></el-input>
<el-form-item
label=
"土地使用期限:"
>
<el-input
maxlength=
"10"
v-model=
"ruleForm.jsydsyq.tdsyqx"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"取得价格:"
>
<div
style=
"display: flex"
>
<el-input
maxlength=
"11"
v-model=
"ruleForm.jsydsyq.qdjg"
style=
"width: 500%"
></el-input>
<el-select
v-model=
"ruleForm.jsydsyq.jedw"
>
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/yydj.vue
View file @
c77e2de
This diff is collapsed.
Click to expand it.
src/views/ywbl/slsqxx/fdcq2/slxxOverview.vue
View file @
c77e2de
...
...
@@ -20,7 +20,7 @@
</div>
<el-row
:gutter=
"10"
v-if=
"ruleForm.slsq"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"业务号
111
:"
>
<el-form-item
label=
"业务号:"
>
<el-input
disabled
v-model=
"ruleForm.flow.ywh"
></el-input>
</el-form-item>
</el-col>
...
...
@@ -253,7 +253,6 @@
if
(
res
.
code
==
200
)
{
this
.
ruleForm
=
res
.
result
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
console
.
log
(
"ruleForm.sldyList[0].gyfsssssssssssssssssssss"
,
this
.
ruleForm
.
sldyList
[
0
].
gyfs
);
this
.
gyfs
=
this
.
ruleForm
.
sldyList
[
0
].
gyfs
this
.
splicingFdcq2Info
();
}
...
...
@@ -316,6 +315,25 @@
* @author: renchao
*/
onSubmit
()
{
if
(
this
.
ruleForm
.
sldyList
[
0
].
gyfs
==
"0"
)
{
if
(
this
.
ruleForm
.
qlrList
.
length
>
1
)
{
this
.
$message
({
showClose
:
true
,
message
:
"共有方式:单独所有,权利人只能是一个人"
,
type
:
"error"
,
});
return
false
;
}
}
else
{
if
(
this
.
ruleForm
.
qlrList
.
length
<=
1
)
{
this
.
$message
({
showClose
:
true
,
message
:
"共有方式:共同所有,按份所有,其他所有,权利人必须是两个以上"
,
type
:
"error"
,
});
return
false
;
}
}
saveBatchData
(
this
.
ruleForm
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
$message
({
...
...
Please
register
or
sign in
to post a comment