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
9d4473a5
authored
2023-10-30 11:00:56 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:抵押权人
1 parent
06bf4dcd
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
12 deletions
src/views/registerBook/cfdj.vue
src/views/registerBook/components/djbDetail.vue
src/views/registerBook/diyaq.vue
src/views/registerBook/diyiq.vue
src/views/registerBook/fdcq1.vue
src/views/registerBook/jsydsyq.vue
src/views/registerBook/cfdj.vue
View file @
9d4473a
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-
09 10:50:5
0
* @LastEditTime: 2023-10-
30 10:45:1
0
-->
<
template
>
<div
class=
"djxxTable"
>
9999999999
<djbDetail
:title=
"title"
ref=
"djbDetail"
:shows=
"shows"
:propsParam=
"propsParam"
:columns=
"columns"
:tableData=
"tableData"
/>
</div>
...
...
src/views/registerBook/components/djbDetail.vue
View file @
9d4473a
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-
23 16:46:47
* @LastEditTime: 2023-10-
30 11:00:20
-->
<
template
>
<div
class=
"tableBox"
>
...
...
@@ -96,7 +96,7 @@
</
template
>
<
script
>
import
Router
from
'@/router'
import
{
mapGetters
}
from
"vuex"
;
import
store
from
'@/store/index.js'
import
{
datas
}
from
"../qlxxFormData.js"
;
import
{
ywPopupDialog
}
from
"@/utils/popup.js"
;
import
printTemplate
from
"../components/printTemplate.vue"
;
...
...
@@ -129,9 +129,6 @@
default
:
()
=>
[]
},
},
computed
:
{
...
mapGetters
([
"dictData"
]),
},
data
()
{
return
{
qsztList
:
datas
.
columns
().
qsztList
,
...
...
@@ -152,7 +149,7 @@
sfygdj
:
(
label
)
=>
ztObj
[
label
]
||
label
,
sfczjzhxz
:
(
label
)
=>
ztObj
[
label
]
||
label
,
dyrlx
:
(
label
)
=>
{
let
arr
=
thi
s
.
dictData
[
'A36'
].
filter
(
item
=>
item
.
dcode
===
label
);
let
arr
=
store
.
getter
s
.
dictData
[
'A36'
].
filter
(
item
=>
item
.
dcode
===
label
);
return
arr
.
length
>
0
?
arr
[
0
].
dname
:
label
;
},
default
:
(
label
)
=>
label
...
...
src/views/registerBook/diyaq.vue
View file @
9d4473a
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-
09 10:44:26
* @LastEditTime: 2023-10-
30 10:43:28
-->
<
template
>
<div
class=
"djxxTable"
>
...
...
src/views/registerBook/diyiq.vue
View file @
9d4473a
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-10-
09 10:44:45
* @LastEditTime: 2023-10-
30 10:36:43
-->
<
template
>
<div
class=
"djxxTable"
>
...
...
src/views/registerBook/fdcq1.vue
View file @
9d4473a
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-10-
23 16:48:02
* @LastEditTime: 2023-10-
30 10:59:40
-->
<
template
>
<div
class=
"djxxTable"
>
...
...
@@ -116,6 +116,7 @@
<
script
>
import
Router
from
'@/router'
import
printJS
from
"print-js"
;
import
store
from
'@/store/index.js'
import
{
datas
}
from
"./qlxxFormData.js"
;
import
{
getSjlx
}
from
"@/utils/dictionary.js"
;
import
{
getFdcq1List
}
from
"@/api/djbDetail.js"
;
...
...
@@ -165,7 +166,7 @@
sfygdj
:
(
label
)
=>
ztObj
[
label
]
||
label
,
sfczjzhxz
:
(
label
)
=>
ztObj
[
label
]
||
label
,
dyrlx
:
(
label
)
=>
{
let
arr
=
thi
s
.
dictData
[
'A36'
].
filter
(
item
=>
item
.
dcode
===
label
);
let
arr
=
store
.
getter
s
.
dictData
[
'A36'
].
filter
(
item
=>
item
.
dcode
===
label
);
return
arr
.
length
>
0
?
arr
[
0
].
dname
:
label
;
},
default
:
(
label
)
=>
label
...
...
src/views/registerBook/jsydsyq.vue
View file @
9d4473a
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-10-
09 10:46:5
8
* @LastEditTime: 2023-10-
30 10:40:4
8
-->
<
template
>
<div
class=
"djxxTable"
>
...
...
Please
register
or
sign in
to post a comment