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
f67e0fd1
authored
2023-10-09 10:55:17 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:登记薄渲染功能的完善
1 parent
caf89165
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
52 additions
and
64 deletions
src/views/registerBook/cfdj.vue
src/views/registerBook/diyaq.vue
src/views/registerBook/diyiq.vue
src/views/registerBook/djbfm.vue
src/views/registerBook/fdcq2.vue
src/views/registerBook/jsydsyq.vue
src/views/registerBook/ldsyq.vue
src/views/registerBook/nydsyq.vue
src/views/registerBook/sllmsyq.vue
src/views/registerBook/tdsyq.vue
src/views/registerBook/ygdj.vue
src/views/registerBook/yydj.vue
src/views/registerBook/cfdj.vue
View file @
f67e0fd
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-22 09:49:24
* @LastEditTime: 2023-
10-09 10:50:50
-->
<
template
>
<div
class=
"djxxTable"
>
<djbDetail
:title=
"title"
:shows=
"shows"
:propsParam=
"propsParam"
<djbDetail
:title=
"title"
ref=
"djbDetail"
:shows=
"shows"
:propsParam=
"propsParam"
:columns=
"columns"
:tableData=
"tableData"
/>
</div>
</
template
>
...
...
@@ -63,10 +63,9 @@
}
});
if
(
this
.
tableData
.
length
<
datas
.
columns
().
emptycolNum
)
{
this
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
}
else
{
this
.
emptycolNum
=
0
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
0
}
}
})
...
...
src/views/registerBook/diyaq.vue
View file @
f67e0fd
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-09 10:
31:04
* @LastEditTime: 2023-10-09 10:
44:26
-->
<
template
>
<div
class=
"djxxTable"
>
<djbDetail
:title=
"title"
:shows=
"shows"
:propsParam=
"propsParam"
<djbDetail
:title=
"title"
ref=
"djbDetail"
:shows=
"shows"
:propsParam=
"propsParam"
:columns=
"columns"
:tableData=
"tableData"
/>
</div>
</
template
>
...
...
@@ -57,10 +57,9 @@
item
.
dybdclx
=
getDictLeabel
(
item
.
dybdclx
,
"A27"
);
});
if
(
this
.
tableData
.
length
<
datas
.
columns
().
emptycolNum
)
{
this
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
}
else
{
this
.
emptycolNum
=
0
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
0
}
}
})
...
...
src/views/registerBook/diyiq.vue
View file @
f67e0fd
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-
09-22 09:50:28
* @LastEditTime: 2023-
10-09 10:44:45
-->
<
template
>
<div
class=
"djxxTable"
>
<djbDetail
:title=
"title"
:shows=
"shows"
:propsParam=
"propsParam"
<djbDetail
:title=
"title"
ref=
"djbDetail"
:shows=
"shows"
:propsParam=
"propsParam"
:columns=
"columns"
:tableData=
"tableData"
/>
</div>
</
template
>
...
...
@@ -53,10 +53,9 @@
item
.
dybdclx
=
getDictLeabel
(
item
.
dybdclx
,
"A27"
);
});
if
(
this
.
tableData
.
length
<
datas
.
columns
().
emptycolNum
)
{
this
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
}
else
{
this
.
emptycolNum
=
0
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
0
}
}
})
...
...
src/views/registerBook/djbfm.vue
View file @
f67e0fd
...
...
@@ -67,12 +67,11 @@
if
(
res
.
code
===
200
)
{
this
.
info
=
res
.
result
;
}
})
;
}
,
}
,
}
;
})
}
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
.djbfm
{
width
:
100%
;
...
...
src/views/registerBook/fdcq2.vue
View file @
f67e0fd
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-
09-22 09:49:44
* @LastEditTime: 2023-
10-09 10:46:18
-->
<
template
>
<div
class=
"djxxTable"
>
<djbDetail
:title=
"title"
:shows=
"shows"
:propsParam=
"propsParam"
<djbDetail
:title=
"title"
ref=
"djbDetail"
:shows=
"shows"
:propsParam=
"propsParam"
:columns=
"columns"
:tableData=
"tableData"
/>
</div>
</
template
>
...
...
@@ -55,10 +55,9 @@
item
.
sjlx
=
getSjlx
(
item
.
sjlx
);
});
if
(
this
.
tableData
.
length
<
datas
.
columns
().
emptycolNum
)
{
this
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
}
else
{
this
.
emptycolNum
=
0
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
0
}
}
})
...
...
src/views/registerBook/jsydsyq.vue
View file @
f67e0fd
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-
09-22 09:49:31
* @LastEditTime: 2023-
10-09 10:46:58
-->
<
template
>
<div
class=
"djxxTable"
>
<djbDetail
:title=
"title"
:shows=
"shows"
:propsParam=
"propsParam"
<djbDetail
:title=
"title"
ref=
"djbDetail"
:shows=
"shows"
:propsParam=
"propsParam"
:columns=
"columns"
:tableData=
"tableData"
/>
</div>
</
template
>
...
...
@@ -53,10 +53,9 @@
item
.
sjlx
=
getSjlx
(
item
.
sjlx
);
});
if
(
this
.
tableData
.
length
<
datas
.
columns
().
emptycolNum
)
{
this
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
}
else
{
this
.
emptycolNum
=
0
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
0
}
}
})
...
...
src/views/registerBook/ldsyq.vue
View file @
f67e0fd
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-
09-22 09:53:54
* @LastEditTime: 2023-
10-09 10:48:11
-->
<
template
>
<div
class=
"djxxTable"
>
<djbDetail
:title=
"title"
:shows=
"shows"
:propsParam=
"propsParam"
<djbDetail
:title=
"title"
ref=
"djbDetail"
:shows=
"shows"
:propsParam=
"propsParam"
:columns=
"columns"
:tableData=
"tableData"
/>
</div>
</
template
>
...
...
@@ -62,13 +62,12 @@
item
.
qy
=
getDictLeabel
(
item
.
qy
,
"A52"
);
});
if
(
this
.
tableData
.
length
<
datas
.
columns
().
emptycolNum
)
{
this
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
}
else
{
this
.
emptycolNum
=
0
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
0
}
}
})
;
})
}
}
}
...
...
src/views/registerBook/nydsyq.vue
View file @
f67e0fd
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-
09-22 09:53:31
* @LastEditTime: 2023-
10-09 10:52:16
-->
<
template
>
<div
class=
"djxxTable"
>
<djbDetail
:title=
"title"
:shows=
"shows"
:propsParam=
"propsParam"
<djbDetail
:title=
"title"
ref=
"djbDetail"
:shows=
"shows"
:propsParam=
"propsParam"
:columns=
"columns"
:tableData=
"tableData"
/>
</div>
</
template
>
...
...
@@ -65,10 +65,9 @@
item
.
sjlx
=
getSjlx
(
item
.
sjlx
);
});
if
(
this
.
tableData
.
length
<
datas
.
columns
().
emptycolNum
)
{
this
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
}
else
{
this
.
emptycolNum
=
0
this
.
$refs
.
djbDetail
.
emptycolNum
=
0
}
}
})
...
...
src/views/registerBook/sllmsyq.vue
View file @
f67e0fd
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-
09-22 09:53:19
* @LastEditTime: 2023-
10-09 10:48:55
-->
<
template
>
<div
class=
"djxxTable"
>
<djbDetail
:title=
"title"
:shows=
"shows"
:propsParam=
"propsParam"
<djbDetail
:title=
"title"
ref=
"djbDetail"
:shows=
"shows"
:propsParam=
"propsParam"
:columns=
"columns"
:tableData=
"tableData"
/>
</div>
</
template
>
...
...
@@ -55,16 +55,15 @@
item
.
sjlx
=
getSjlx
(
item
.
sjlx
);
});
if
(
this
.
tableData
.
length
<
datas
.
columns
().
emptycolNum
)
{
this
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
}
else
{
this
.
emptycolNum
=
0
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
0
}
}
})
}
}
});
}
},
};
</
script
>
<
style
lang=
"scss"
scoped
>
...
...
src/views/registerBook/tdsyq.vue
View file @
f67e0fd
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-
09-18 13:06:4
2
* @LastEditTime: 2023-
10-09 10:54:1
2
-->
<
template
>
<div
class=
"djxxTable"
>
<djbDetail
:title=
"title"
:shows=
"shows"
:propsParam=
"propsParam"
<djbDetail
:title=
"title"
ref=
"djbDetail"
:shows=
"shows"
:propsParam=
"propsParam"
:columns=
"columns"
:tableData=
"tableData"
/>
</div>
</
template
>
...
...
@@ -63,10 +63,9 @@
item
.
sjlx
=
getSjlx
(
item
.
sjlx
);
});
if
(
this
.
tableData
.
length
<
datas
.
columns
().
emptycolNum
)
{
this
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
}
else
{
this
.
emptycolNum
=
0
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
0
}
}
})
...
...
src/views/registerBook/ygdj.vue
View file @
f67e0fd
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-
09-22 09:52:50
* @LastEditTime: 2023-
10-09 10:49:37
-->
<
template
>
<div
class=
"djxxTable"
>
<djbDetail
:title=
"title"
:shows=
"shows"
:propsParam=
"propsParam"
<djbDetail
:title=
"title"
ref=
"djbDetail"
:shows=
"shows"
:propsParam=
"propsParam"
:columns=
"columns"
:tableData=
"tableData"
/>
</div>
</
template
>
...
...
@@ -57,10 +57,9 @@
item
.
dybdclx
=
getDictLeabel
(
item
.
dybdclx
,
"A27"
);
});
if
(
this
.
tableData
.
length
<
datas
.
columns
().
emptycolNum
)
{
this
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
}
else
{
this
.
emptycolNum
=
0
this
.
$refs
.
djbDetail
.
emptycolNum
=
0
}
}
})
...
...
src/views/registerBook/yydj.vue
View file @
f67e0fd
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-
09-22 09:52:37
* @LastEditTime: 2023-
10-09 10:53:14
-->
<
template
>
<div
class=
"djxxTable"
>
<djbDetail
:title=
"title"
:shows=
"shows"
:propsParam=
"propsParam"
<djbDetail
:title=
"title"
ref=
"djbDetail"
:shows=
"shows"
:propsParam=
"propsParam"
:columns=
"columns"
:tableData=
"tableData"
/>
</div>
</
template
>
...
...
@@ -56,10 +56,9 @@
item
.
dybdclx
=
getDictLeabel
(
item
.
dybdclx
,
"A27"
);
});
if
(
this
.
tableData
.
length
<
datas
.
columns
().
emptycolNum
)
{
this
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
}
else
{
this
.
emptycolNum
=
0
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
0
}
}
})
...
...
Please
register
or
sign in
to post a comment