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
3b1a059f
authored
2023-09-12 09:10:41 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:权利人信息
1 parent
fcc0ecbc
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
83 additions
and
54 deletions
src/views/workflow/components/dialog/addQlr.vue
src/views/xxba/components/clxx/dialog/imagePreview.vue
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/jsydsyq/slxx.vue
src/views/ywbl/slsqxx/lqslxx/index.vue
src/views/ywbl/slsqxx/nydsyq/slxx200.vue
src/views/ywbl/slsqxx/sllmslxx/index.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/workflow/components/dialog/addQlr.vue
View file @
3b1a059
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-1
1 16:40:5
4
* @LastEditTime: 2023-09-1
2 08:55:1
4
-->
<
template
>
<dialogBox
...
...
@@ -435,7 +435,6 @@
}
},
methods
:
{
// 证件种类选择
/**
* @description: 证件种类选择
* @param {*} val
...
...
@@ -448,7 +447,6 @@
this
.
isBz
=
false
}
},
// 信息备案
/**
* @description: 信息备案
* @author: renchao
...
...
@@ -459,7 +457,6 @@
addQy
(
this
.
ruleForm
).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
this
.
$message
.
success
(
'备案成功'
)
this
.
$refs
[
'ruleForm'
].
resetFields
();
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
...
...
src/views/xxba/components/clxx/dialog/imagePreview.vue
View file @
3b1a059
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-12 08:
45:25
* @LastEditTime: 2023-09-12 08:
51:36
-->
<
template
>
<div
class=
"rlPopup"
>
...
...
@@ -138,7 +138,6 @@
},
// 左右移动
handleMove
(
direction
)
{
// this.previewImg.imgList[this.previewImg.index].sxh
move
(
this
.
previewImg
.
imgList
[
this
.
previewImg
.
index
].
bsmFile
,
direction
).
then
(
res
=>
{
this
.
$emit
(
'updateList'
,
{
children
:
res
.
result
,
bsmMaterial
:
this
.
previewImg
.
bsmMaterial
})
this
.
$message
({
...
...
src/views/ywbl/slsqxx/diyaq/slxx.vue
View file @
3b1a059
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-1
1 16:39:27
* @LastEditTime: 2023-09-1
2 09:01:09
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -499,14 +499,17 @@
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
1
)
{
this
.
czr
=
this
.
ruleForm
.
qlrList
[
0
].
sqrmc
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
num
=
0
this
.
ruleForm
.
qlrList
.
forEach
(
item
=>
{
if
(
item
.
sqrmc
==
this
.
czr
)
{
this
.
num
++
}
})
if
(
this
.
num
==
0
)
{
this
.
czr
=
''
}
},
// 是否持证人变化
/**
* @description: 是否持证人变化
* @author: renchao
...
...
src/views/ywbl/slsqxx/fdcq1/slxx.vue
View file @
3b1a059
...
...
@@ -357,10 +357,13 @@
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
1
)
{
this
.
czr
=
this
.
ruleForm
.
qlrList
[
0
].
sqrmc
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
num
=
0
this
.
ruleForm
.
qlrList
.
forEach
(
item
=>
{
if
(
item
.
sqrmc
==
this
.
czr
)
{
this
.
num
++
}
})
if
(
this
.
num
==
0
)
{
this
.
czr
=
''
}
},
...
...
src/views/ywbl/slsqxx/fdcq2/slxx.vue
View file @
3b1a059
...
...
@@ -507,10 +507,13 @@
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
if
(
this
.
ruleForm
.
qlrList
.
length
==
1
)
{
this
.
czr
=
this
.
ruleForm
.
qlrList
[
0
].
sqrmc
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
num
=
0
this
.
ruleForm
.
qlrList
.
forEach
(
item
=>
{
if
(
item
.
sqrmc
==
this
.
czr
)
{
this
.
num
++
}
})
if
(
this
.
num
==
0
)
{
this
.
czr
=
''
}
},
...
...
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
View file @
3b1a059
...
...
@@ -319,10 +319,13 @@
this
.
ruleForm
.
qlrList
&&
(
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
));
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
key
++
;
if
(
this
.
ruleForm
.
qlrList
.
length
==
1
)
{
this
.
czr
=
this
.
ruleForm
.
qlrList
[
0
].
sqrmc
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
num
=
0
this
.
ruleForm
.
qlrList
.
forEach
(
item
=>
{
if
(
item
.
sqrmc
==
this
.
czr
)
{
this
.
num
++
}
})
if
(
this
.
num
==
0
)
{
this
.
czr
=
''
}
},
...
...
src/views/ywbl/slsqxx/lqslxx/index.vue
View file @
3b1a059
...
...
@@ -420,10 +420,13 @@
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
if
(
this
.
ruleForm
.
qlrList
.
length
==
1
)
{
this
.
czr
=
this
.
ruleForm
.
qlrList
[
0
].
sqrmc
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
num
=
0
this
.
ruleForm
.
qlrList
.
forEach
(
item
=>
{
if
(
item
.
sqrmc
==
this
.
czr
)
{
this
.
num
++
}
})
if
(
this
.
num
==
0
)
{
this
.
czr
=
''
}
},
...
...
src/views/ywbl/slsqxx/nydsyq/slxx200.vue
View file @
3b1a059
...
...
@@ -456,10 +456,13 @@
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
if
(
this
.
ruleForm
.
qlrList
.
length
==
1
)
{
this
.
czr
=
this
.
ruleForm
.
qlrList
[
0
].
sqrmc
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
num
=
0
this
.
ruleForm
.
qlrList
.
forEach
(
item
=>
{
if
(
item
.
sqrmc
==
this
.
czr
)
{
this
.
num
++
}
})
if
(
this
.
num
==
0
)
{
this
.
czr
=
''
}
},
...
...
src/views/ywbl/slsqxx/sllmslxx/index.vue
View file @
3b1a059
...
...
@@ -406,10 +406,13 @@
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
if
(
this
.
ruleForm
.
qlrList
.
length
==
1
)
{
this
.
czr
=
this
.
ruleForm
.
qlrList
[
0
].
sqrmc
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
num
=
0
this
.
ruleForm
.
qlrList
.
forEach
(
item
=>
{
if
(
item
.
sqrmc
==
this
.
czr
)
{
this
.
num
++
}
})
if
(
this
.
num
==
0
)
{
this
.
czr
=
''
}
},
...
...
src/views/ywbl/slsqxx/tdsyq/slxx.vue
View file @
3b1a059
...
...
@@ -429,10 +429,13 @@
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrList
&&
(
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
));
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
if
(
this
.
ruleForm
.
qlrList
.
length
==
1
)
{
this
.
czr
=
this
.
ruleForm
.
qlrList
[
0
].
sqrmc
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
num
=
0
this
.
ruleForm
.
qlrList
.
forEach
(
item
=>
{
if
(
item
.
sqrmc
==
this
.
czr
)
{
this
.
num
++
}
})
if
(
this
.
num
==
0
)
{
this
.
czr
=
''
}
},
...
...
src/views/ywbl/slsqxx/ygdj/slxx.vue
View file @
3b1a059
...
...
@@ -340,8 +340,8 @@
},
//传递参数
propsParam
:
this
.
$attrs
,
rules
:
{}
,
}
;
rules
:
{}
}
},
methods
:
{
/**
...
...
@@ -352,10 +352,13 @@
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
if
(
this
.
ruleForm
.
qlrList
.
length
==
1
)
{
this
.
czr
=
this
.
ruleForm
.
qlrList
[
0
].
sqrmc
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
num
=
0
this
.
ruleForm
.
qlrList
.
forEach
(
item
=>
{
if
(
item
.
sqrmc
==
this
.
czr
)
{
this
.
num
++
}
})
if
(
this
.
num
==
0
)
{
this
.
czr
=
''
}
},
...
...
src/views/ywbl/slsqxx/ygdj/slxx300.vue
View file @
3b1a059
...
...
@@ -270,10 +270,13 @@
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
if
(
this
.
ruleForm
.
qlrList
.
length
==
1
)
{
this
.
czr
=
this
.
ruleForm
.
qlrList
[
0
].
sqrmc
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
num
=
0
this
.
ruleForm
.
qlrList
.
forEach
(
item
=>
{
if
(
item
.
sqrmc
==
this
.
czr
)
{
this
.
num
++
}
})
if
(
this
.
num
==
0
)
{
this
.
czr
=
''
}
},
...
...
src/views/ywbl/slsqxx/ygdy/slxx.vue
View file @
3b1a059
...
...
@@ -358,10 +358,13 @@
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
if
(
this
.
ruleForm
.
qlrList
.
length
==
1
)
{
this
.
czr
=
this
.
ruleForm
.
qlrList
[
0
].
sqrmc
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
num
=
0
this
.
ruleForm
.
qlrList
.
forEach
(
item
=>
{
if
(
item
.
sqrmc
==
this
.
czr
)
{
this
.
num
++
}
})
if
(
this
.
num
==
0
)
{
this
.
czr
=
''
}
},
...
...
Please
register
or
sign in
to post a comment