Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
胡宝山
template_vue
Commits
3a59492c
Commit
3a59492c
authored
May 05, 2024
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.优化代码
parent
6c24d998
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
520 additions
and
399 deletions
+520
-399
tagfour.vue
src/views/template/components/tagfour.vue
+448
-391
templateFirst.vue
src/views/template/templateFirst.vue
+72
-8
No files found.
src/views/template/components/tagfour.vue
View file @
3a59492c
<
template
>
<
template
>
<div
class=
"tagfour"
>
<div
class=
"tagfour"
>
<div
class=
"tarButonArea"
>
<div
class=
"tarButonArea"
v-show=
"!isupload"
>
<el-button
type=
"primary"
class=
"tarButon"
@
click=
"upload"
>
上传
</el-button>
<el-button
type=
"primary"
class=
"tarButon"
@
click=
"upload"
>
上传
</el-button>
</div>
</div>
<!-- 第一个模板 -->
<!-- 第一个模板 -->
<div
class=
"tableArea"
v-if=
"index === 0 || index=== 4"
>
<div
v-if=
"showTable"
>
<div
class=
"measureTable"
>
<div
class=
"tableArea"
v-if=
"index === 0 || index=== 4"
>
<!-- 测量 -->
<div
class=
"measureTable"
>
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid"
>
<!-- 测量 -->
<div
class=
"firstCell"
style=
"border-bottom: 1px solid"
>
测量
</div>
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid"
>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid"
>
<div
class=
"firstCell"
style=
"border-bottom: 1px solid"
>
测量
</div>
<div
class=
"cellContent"
>
规格
</div>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid"
>
<div
class=
"cellContent"
>
(单位:mm)
</div>
<div
class=
"cellContent"
>
规格
</div>
<div
class=
"cellContent"
>
(单位:mm)
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
1
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
2
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
3
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
4
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
5
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
6
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
7
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
8
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
9
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
AVE
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
判定
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
MAX
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
判定
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
MIN
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
判定
</div>
</div>
</div>
<
div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
1
</div
>
<
!-- LD1 --
>
<div
class=
"t
hreeCell"
style=
"border-bottom: 1px solid"
>
2
</div
>
<div
class=
"t
ableHear"
style=
"border-right: 1px solid;border-top: 1px solid"
>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
3
</div>
<div
class=
"firstCell"
style=
"border-bottom: 1px solid"
>
LD1
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
4
</div
>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid"
>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
5
</div>
<div
class=
"cellContent"
>
{{
form
.
LD
[
0
]
?
parseFloat
(
form
.
LD
[
0
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
6
</div>
<div
class=
"cellContent"
>
{{
form
.
LD
[
1
]
?
parseFloat
(
form
.
LD
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
7
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
8
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
2
]
?
parseFloat
(
form
.
LD
[
2
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
9
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
3
]
?
parseFloat
(
form
.
LD
[
3
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
AVE
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
4
]
?
parseFloat
(
form
.
LD
[
4
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
判定
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
5
]
?
parseFloat
(
form
.
LD
[
5
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
MAX
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
6
]
?
parseFloat
(
form
.
LD
[
6
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
判定
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
7
]
?
parseFloat
(
form
.
LD
[
7
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
MIN
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
8
]
?
parseFloat
(
form
.
LD
[
8
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
判定
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
9
]
?
parseFloat
(
form
.
LD
[
9
]).
toFixed
(
3
)
:
'-'
}}
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
10
]
?
parseFloat
(
form
.
LD
[
10
]).
toFixed
(
3
)
:
'-'
}}
</div>
<!-- LD1 --
>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
11
]
?
parseFloat
(
form
.
LD
[
11
]).
toFixed
(
3
)
:
'-'
}}
</div
>
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid"
>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
12
]
?
form
.
LD
[
12
]:
'-'
}}
</div
>
<div
class=
"firstCell"
style=
"border-bottom: 1px solid"
>
LD1
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
13
]
?
parseFloat
(
form
.
LD
[
13
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid"
>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
14
]
?
form
.
LD
[
14
]
:
'-'
}}
</div
>
<div
class=
"
cellContent"
>
{{
form
.
LD
[
0
]
?
parseFloat
(
form
.
LD
[
0
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"
fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
15
]
?
parseFloat
(
form
.
LD
[
15
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"
cellContent"
>
{{
form
.
LD
[
1
]
?
parseFloat
(
form
.
LD
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"
fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
16
]
?
form
.
LD
[
16
]
:
'-'
}}
</div>
</div>
</div>
<
div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
2
]
?
parseFloat
(
form
.
LD
[
2
]).
toFixed
(
3
)
:
'-'
}}
</div
>
<
!-- LDA --
>
<div
class=
"t
hreeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
3
]
?
parseFloat
(
form
.
LD
[
3
]).
toFixed
(
3
)
:
'-'
}}
</div
>
<div
class=
"t
ableHear"
style=
"border-right: 1px solid;border-top: 1px solid"
>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
4
]
?
parseFloat
(
form
.
LD
[
4
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"firstCell"
style=
"border-bottom: 1px solid"
>
LDA
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
5
]
?
parseFloat
(
form
.
LD
[
5
]).
toFixed
(
3
)
:
'-'
}}
</div
>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid"
>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
6
]
?
parseFloat
(
form
.
LD
[
6
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"cellContent"
>
{{
form
.
LDA
[
0
]
?
parseFloat
(
form
.
LDA
[
0
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
7
]
?
parseFloat
(
form
.
LD
[
7
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"cellContent"
>
{{
form
.
LDA
[
1
]
?
parseFloat
(
form
.
LDA
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
8
]
?
parseFloat
(
form
.
LD
[
8
]).
toFixed
(
3
)
:
'-'
}}
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
9
]
?
parseFloat
(
form
.
LD
[
9
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
2
]
?
parseFloat
(
form
.
LDA
[
2
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
10
]
?
parseFloat
(
form
.
LD
[
10
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
3
]
?
parseFloat
(
form
.
LDA
[
3
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
11
]
?
parseFloat
(
form
.
LD
[
11
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
4
]
?
parseFloat
(
form
.
LDA
[
4
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
12
]
?
form
.
LD
[
12
]
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
5
]
?
parseFloat
(
form
.
LDA
[
5
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
13
]
?
parseFloat
(
form
.
LD
[
13
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
6
]
?
parseFloat
(
form
.
LDA
[
6
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
14
]
?
form
.
LD
[
14
]
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
7
]
?
parseFloat
(
form
.
LDA
[
7
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
15
]
?
parseFloat
(
form
.
LD
[
15
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
8
]
?
parseFloat
(
form
.
LDA
[
8
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
16
]
?
form
.
LD
[
16
]
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
9
]
?
parseFloat
(
form
.
LDA
[
9
]).
toFixed
(
3
)
:
'-'
}}
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
10
]
?
parseFloat
(
form
.
LDA
[
10
]).
toFixed
(
3
)
:
'-'
}}
</div>
<!-- LDA --
>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
11
]
?
parseFloat
(
form
.
LDA
[
11
]).
toFixed
(
3
)
:
'-'
}}
</div
>
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid"
>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
12
]
?
form
.
LDA
[
12
]:
'-'
}}
</div
>
<div
class=
"firstCell"
style=
"border-bottom: 1px solid"
>
LDA
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
13
]
?
parseFloat
(
form
.
LDA
[
13
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid"
>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
14
]
?
form
.
LDA
[
14
]
:
'-'
}}
</div
>
<div
class=
"
cellContent"
>
{{
form
.
LDA
[
0
]
?
parseFloat
(
form
.
LDA
[
0
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"
fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
15
]
?
parseFloat
(
form
.
LDA
[
15
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"
cellContent"
>
{{
form
.
LDA
[
1
]
?
parseFloat
(
form
.
LDA
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"
fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
16
]
?
form
.
LDA
[
16
]
:
'-'
}}
</div>
</div>
</div>
<
div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
2
]
?
parseFloat
(
form
.
LDA
[
2
]).
toFixed
(
3
)
:
'-'
}}
</div
>
<
!-- LDB --
>
<div
class=
"t
hreeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
3
]
?
parseFloat
(
form
.
LDA
[
3
]).
toFixed
(
3
)
:
'-'
}}
</div
>
<div
class=
"t
ableHear"
style=
"border-right: 1px solid;border-top: 1px solid"
>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
4
]
?
parseFloat
(
form
.
LDA
[
4
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"firstCell"
style=
"border-bottom: 1px solid"
>
LDB
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
5
]
?
parseFloat
(
form
.
LDA
[
5
]).
toFixed
(
3
)
:
'-'
}}
</div
>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid"
>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
6
]
?
parseFloat
(
form
.
LDA
[
6
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"cellContent"
>
{{
form
.
LDB
[
0
]
?
parseFloat
(
form
.
LDB
[
0
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
7
]
?
parseFloat
(
form
.
LDA
[
7
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"cellContent"
>
{{
form
.
LDB
[
1
]
?
parseFloat
(
form
.
LDB
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
8
]
?
parseFloat
(
form
.
LDA
[
8
]).
toFixed
(
3
)
:
'-'
}}
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
9
]
?
parseFloat
(
form
.
LDA
[
9
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
2
]
?
parseFloat
(
form
.
LDB
[
2
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
10
]
?
parseFloat
(
form
.
LDA
[
10
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
3
]
?
parseFloat
(
form
.
LDB
[
3
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
11
]
?
parseFloat
(
form
.
LDA
[
11
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
4
]
?
parseFloat
(
form
.
LDB
[
4
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
12
]
?
form
.
LDA
[
12
]
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
5
]
?
parseFloat
(
form
.
LDB
[
5
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
13
]
?
parseFloat
(
form
.
LDA
[
13
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
6
]
?
parseFloat
(
form
.
LDB
[
6
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
14
]
?
form
.
LDA
[
14
]
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
7
]
?
parseFloat
(
form
.
LDB
[
7
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
15
]
?
parseFloat
(
form
.
LDA
[
15
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
8
]
?
parseFloat
(
form
.
LDB
[
8
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
16
]
?
form
.
LDA
[
16
]
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
9
]
?
parseFloat
(
form
.
LDB
[
9
]).
toFixed
(
3
)
:
'-'
}}
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
10
]
?
parseFloat
(
form
.
LDB
[
10
]).
toFixed
(
3
)
:
'-'
}}
</div>
<!-- LDB --
>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
11
]
?
parseFloat
(
form
.
LDB
[
11
]).
toFixed
(
3
)
:
'-'
}}
</div
>
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid"
>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
12
]
?
form
.
LDB
[
12
]:
'-'
}}
</div
>
<div
class=
"firstCell"
style=
"border-bottom: 1px solid"
>
LDB
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
13
]
?
parseFloat
(
form
.
LDB
[
13
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid"
>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
14
]
?
form
.
LDB
[
14
]
:
'-'
}}
</div
>
<div
class=
"
cellContent"
>
{{
form
.
LDB
[
0
]
?
parseFloat
(
form
.
LDB
[
0
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"
fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
15
]
?
parseFloat
(
form
.
LDB
[
15
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"
cellContent"
>
{{
form
.
LDB
[
1
]
?
parseFloat
(
form
.
LDB
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"
fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
16
]
?
form
.
LDB
[
16
]
:
'-'
}}
</div>
</div>
</div>
<
div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
2
]
?
parseFloat
(
form
.
LDB
[
2
]).
toFixed
(
3
)
:
'-'
}}
</div
>
<
!-- WD1--
>
<div
class=
"t
hreeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
3
]
?
parseFloat
(
form
.
LDB
[
3
]).
toFixed
(
3
)
:
'-'
}}
</div
>
<div
class=
"t
ableHear"
style=
"border-right: 1px solid;border-top: 1px solid"
>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
4
]
?
parseFloat
(
form
.
LDB
[
4
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"firstCell"
style=
"border-bottom: 1px solid"
>
WD1
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
5
]
?
parseFloat
(
form
.
LDB
[
5
]).
toFixed
(
3
)
:
'-'
}}
</div
>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid"
>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
6
]
?
parseFloat
(
form
.
LDB
[
6
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"cellContent"
>
{{
form
.
WDAList
[
0
]
?
parseFloat
(
form
.
WDAList
[
0
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
7
]
?
parseFloat
(
form
.
LDB
[
7
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"cellContent"
>
{{
form
.
WDAList
[
1
]
?
parseFloat
(
form
.
WDAList
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
8
]
?
parseFloat
(
form
.
LDB
[
8
]).
toFixed
(
3
)
:
'-'
}}
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
9
]
?
parseFloat
(
form
.
LDB
[
9
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
2
]
?
parseFloat
(
form
.
WDAList
[
2
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
10
]
?
parseFloat
(
form
.
LDB
[
10
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
3
]
?
parseFloat
(
form
.
WDAList
[
3
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
11
]
?
parseFloat
(
form
.
LDB
[
11
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
4
]
?
parseFloat
(
form
.
WDAList
[
4
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
12
]
?
form
.
LDB
[
12
]
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
5
]
?
parseFloat
(
form
.
WDAList
[
5
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
13
]
?
parseFloat
(
form
.
LDB
[
13
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
6
]
?
parseFloat
(
form
.
WDAList
[
6
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
14
]
?
form
.
LDB
[
14
]
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
7
]
?
parseFloat
(
form
.
WDAList
[
7
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
15
]
?
parseFloat
(
form
.
LDB
[
15
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
8
]
?
parseFloat
(
form
.
WDAList
[
8
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDB
[
16
]
?
form
.
LDB
[
16
]
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
9
]
?
parseFloat
(
form
.
WDAList
[
9
]).
toFixed
(
3
)
:
'-'
}}
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
10
]
?
parseFloat
(
form
.
WDAList
[
10
]).
toFixed
(
3
)
:
'-'
}}
</div>
<!-- WD1--
>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
11
]
?
parseFloat
(
form
.
WDAList
[
11
]).
toFixed
(
3
)
:
'-'
}}
</div
>
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid"
>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
12
]
?
form
.
WDAList
[
12
]:
'-'
}}
</div
>
<div
class=
"firstCell"
style=
"border-bottom: 1px solid"
>
WD1
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
13
]
?
parseFloat
(
form
.
WDAList
[
13
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid"
>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
14
]
?
form
.
WDAList
[
14
]
:
'-'
}}
</div
>
<div
class=
"
cellContent"
>
{{
form
.
WDAList
[
0
]
?
parseFloat
(
form
.
WDAList
[
0
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"
fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
15
]
?
parseFloat
(
form
.
WDAList
[
15
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"
cellContent"
>
{{
form
.
WDAList
[
1
]
?
parseFloat
(
form
.
WDAList
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"
fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
16
]
?
form
.
WDAList
[
16
]
:
'-'
}}
</div>
</div>
</div>
<
div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
2
]
?
parseFloat
(
form
.
WDAList
[
2
]).
toFixed
(
3
)
:
'-'
}}
</div
>
<
!-- WD2 --
>
<div
class=
"t
hreeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
3
]
?
parseFloat
(
form
.
WDAList
[
3
]).
toFixed
(
3
)
:
'-'
}}
</div
>
<div
class=
"t
ableHear"
style=
"border-right: 1px solid;border-top: 1px solid"
>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
4
]
?
parseFloat
(
form
.
WDAList
[
4
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"firstCell"
style=
"border-bottom: 1px solid"
>
WD2
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
5
]
?
parseFloat
(
form
.
WDAList
[
5
]).
toFixed
(
3
)
:
'-'
}}
</div
>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid"
>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
6
]
?
parseFloat
(
form
.
WDAList
[
6
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"cellContent"
>
{{
form
.
WDBList
[
0
]
?
parseFloat
(
form
.
WDBList
[
0
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
7
]
?
parseFloat
(
form
.
WDAList
[
7
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"cellContent"
>
{{
form
.
WDBList
[
1
]
?
parseFloat
(
form
.
WDBList
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
8
]
?
parseFloat
(
form
.
WDAList
[
8
]).
toFixed
(
3
)
:
'-'
}}
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
9
]
?
parseFloat
(
form
.
WDAList
[
9
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
2
]
?
parseFloat
(
form
.
WDBList
[
2
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
10
]
?
parseFloat
(
form
.
WDAList
[
10
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
3
]
?
parseFloat
(
form
.
WDBList
[
3
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
11
]
?
parseFloat
(
form
.
WDAList
[
11
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
4
]
?
parseFloat
(
form
.
WDBList
[
4
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
12
]
?
form
.
WDAList
[
12
]
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
5
]
?
parseFloat
(
form
.
WDBList
[
5
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
13
]
?
parseFloat
(
form
.
WDAList
[
13
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
6
]
?
parseFloat
(
form
.
WDBList
[
6
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
14
]
?
form
.
WDAList
[
14
]
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
7
]
?
parseFloat
(
form
.
WDBList
[
7
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
15
]
?
parseFloat
(
form
.
WDAList
[
15
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
8
]
?
parseFloat
(
form
.
WDBList
[
8
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
16
]
?
form
.
WDAList
[
16
]
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
9
]
?
parseFloat
(
form
.
WDBList
[
9
]).
toFixed
(
3
)
:
'-'
}}
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
10
]
?
parseFloat
(
form
.
WDBList
[
10
]).
toFixed
(
3
)
:
'-'
}}
</div>
<!-- WD2 --
>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
11
]
?
parseFloat
(
form
.
WDBList
[
11
]).
toFixed
(
3
)
:
'-'
}}
</div
>
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid"
>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
12
]
?
form
.
WDBList
[
12
]:
'-'
}}
</div
>
<div
class=
"firstCell"
style=
"border-bottom: 1px solid"
>
WD2
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
13
]
?
parseFloat
(
form
.
WDBList
[
13
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid"
>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
14
]
?
form
.
WDBList
[
14
]
:
'-'
}}
</div
>
<div
class=
"
cellContent"
>
{{
form
.
WDBList
[
0
]
?
parseFloat
(
form
.
WDAList
[
0
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"
fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
15
]
?
parseFloat
(
form
.
WDBList
[
15
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"
cellContent"
>
{{
form
.
WDBList
[
1
]
?
parseFloat
(
form
.
WDAList
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"
fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
16
]
?
form
.
WDBList
[
16
]
:
'-'
}}
</div>
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
2
]
?
parseFloat
(
form
.
WDBList
[
2
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
3
]
?
parseFloat
(
form
.
WDBList
[
3
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
4
]
?
parseFloat
(
form
.
WDBList
[
4
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
5
]
?
parseFloat
(
form
.
WDBList
[
5
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
6
]
?
parseFloat
(
form
.
WDBList
[
6
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
7
]
?
parseFloat
(
form
.
WDBList
[
7
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
8
]
?
parseFloat
(
form
.
WDBList
[
8
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
9
]
?
parseFloat
(
form
.
WDBList
[
9
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
10
]
?
parseFloat
(
form
.
WDBList
[
10
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
11
]
?
parseFloat
(
form
.
WDBList
[
11
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
12
]
?
form
.
WDBList
[
12
]:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
13
]
?
parseFloat
(
form
.
WDBList
[
13
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
14
]
?
form
.
WDBList
[
14
]
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
15
]
?
parseFloat
(
form
.
WDBList
[
15
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDBList
[
16
]
?
form
.
WDBList
[
16
]
:
'-'
}}
</div>
</div>
</div>
</div>
<div
class=
"projectTable"
>
<div
class=
"projectTable"
>
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid;"
>
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid;"
>
<div
class=
"oneCell"
style=
"border-bottom: 1px solid;"
>
项目
</div>
<div
class=
"oneCell"
style=
"border-bottom: 1px solid;"
>
项目
</div>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid;"
>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid;"
>
<div
class=
"cellContent"
>
规格
</div>
<div
class=
"cellContent"
>
规格
</div>
<div
class=
"cellContent"
>
(单位:mm)
</div>
<div
class=
"cellContent"
>
(单位:mm)
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid;"
>
<div
class=
"cellContent"
>
结果
</div>
<div
class=
"cellContent"
>
(单位:mm)
</div>
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid;"
>
判定
</div>
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid;"
>
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid;"
>
<div
class=
"cellContent"
>
结果
</div>
<div
class=
"oneCell"
style=
"border-bottom: 1px solid;"
>
LDA+LDB
</div>
<div
class=
"cellContent"
>
(单位:mm)
</div>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid;"
>
<div
class=
"twoCellContent"
>
{{
form
.
projectAList
[
0
]
?
form
.
projectAList
[
0
]
:
'-'
}}
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid;"
>
<div
class=
"twoCellContent"
>
{{
form
.
projectAList
[
1
]
?
parseFloat
(
form
.
projectAList
[
1
]).
toFixed
(
3
):
'-'
}}
</div>
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid;"
>
{{
form
.
projectAList
[
2
]
?
form
.
projectAList
[
2
]
:
'-'
}}
</div>
</div>
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid;"
>
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid;"
>
判定
<div
class=
"oneCell"
style=
"border-bottom: 1px solid;"
>
WD1+WD2
</div>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid;"
>
<div
class=
"twoCellContent"
>
{{
form
.
projetcBList
[
0
]
?
form
.
projetcBList
[
0
]
:
'-'
}}
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid;"
>
<div
class=
"twoCellContent"
>
{{
form
.
projetcBList
[
1
]
?
parseFloat
(
form
.
projetcBList
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div>
</div>
<div
class=
"fourCell"
>
{{
form
.
projetcBList
[
2
]
?
form
.
projetcBList
[
2
]
:
'-'
}}
</div>
</div>
</div>
</div
>
<div
class=
"twotableHear"
style=
"border-right: 1px solid;border-top: 1px solid;"
>
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid;"
>
<div
class=
"oneCell"
>
(WD1+WD2)-(LDA+LDB)
</div
>
<div
class=
"oneCell"
style=
"border-bottom: 1px solid;"
>
LDA+LDB
</div
>
<div
class=
"secondCell"
>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid;"
>
<div
class=
"twoCellContent"
>
{{
form
.
projectCList
[
0
]
?
form
.
projectCList
[
0
]
:
'-'
}}
</div
>
<
div
class=
"twoCellContent"
>
{{
form
.
projectAList
[
0
]
?
form
.
projectAList
[
0
]
:
'-'
}}
<
/div>
</div>
</div
>
<div
class=
"threeCell"
>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid;"
>
<div
class=
"twoCellContent"
>
{{
form
.
projectCList
[
1
]
?
parseFloat
(
form
.
projectCList
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div
>
<
div
class=
"twoCellContent"
>
{{
form
.
projectAList
[
1
]
?
parseFloat
(
form
.
projectAList
[
1
]).
toFixed
(
3
):
'-'
}}
<
/div>
</div>
</div
>
<div
class=
"fourCell"
>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid;"
>
{{
form
.
projectCList
[
2
]
?
form
.
projectCList
[
2
]
:
'-'
}}
{{
form
.
projectAList
[
2
]
?
form
.
projectAList
[
2
]
:
'-'
}}
</div>
</div>
</div>
</div>
</div>
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid;"
>
<div
class=
"oneCell"
style=
"border-bottom: 1px solid;"
>
WD1+WD2
</div>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid;"
>
<div
class=
"twoCellContent"
>
{{
form
.
projetcBList
[
0
]
?
form
.
projetcBList
[
0
]
:
'-'
}}
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid;"
>
<div
class=
"twoCellContent"
>
{{
form
.
projetcBList
[
1
]
?
parseFloat
(
form
.
projetcBList
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div>
</div>
<div
class=
"fourCell"
>
{{
form
.
projetcBList
[
2
]
?
form
.
projetcBList
[
2
]
:
'-'
}}
</div>
</div>
<div
class=
"twotableHear"
style=
"border-right: 1px solid;border-top: 1px solid;"
>
<div
class=
"oneCell"
>
(WD1+WD2)-(LDA+LDB)
</div>
<div
class=
"secondCell"
>
<div
class=
"twoCellContent"
>
{{
form
.
projectCList
[
0
]
?
form
.
projectCList
[
0
]
:
'-'
}}
</div>
</div>
<div
class=
"threeCell"
>
<div
class=
"twoCellContent"
>
{{
form
.
projectCList
[
1
]
?
parseFloat
(
form
.
projectCList
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div>
</div>
<div
class=
"fourCell"
>
{{
form
.
projectCList
[
2
]
?
form
.
projectCList
[
2
]
:
'-'
}}
</div>
</div>
</div>
</div>
</div>
<!-- 第二个模板-->
<!-- 第二个模板-->
<div
class=
"TwotableArea"
v-if=
"index === 1 || index === 2 || index === 5 || index=== 6"
>
<div
class=
"TwotableArea"
v-if=
"index === 1 || index === 2 || index === 5 || index=== 6"
>
<div
class=
"measureTable"
>
<div
class=
"measureTable"
>
<!-- 测量 -->
<!-- 测量 -->
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid"
>
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid"
>
<div
class=
"firstCell"
style=
"border-bottom: 1px solid"
>
测量
</div>
<div
class=
"firstCell"
style=
"border-bottom: 1px solid"
>
测量
</div>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid"
>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid"
>
<div
class=
"cellContent"
>
规格
</div>
<div
class=
"cellContent"
>
规格
</div>
<div
class=
"cellContent"
>
(单位:mm)
</div>
<div
class=
"cellContent"
>
(单位:mm)
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
1
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
2
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
3
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
4
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
5
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
6
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
7
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
8
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
9
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
AVE
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
判定
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
MAX
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
判定
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
MIN
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
判定
</div>
</div>
</div>
<
div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
1
</div
>
<
!-- LD1 --
>
<div
class=
"t
hreeCell"
style=
"border-bottom: 1px solid"
>
2
</div
>
<div
class=
"t
ableHear"
style=
"border-right: 1px solid;border-top: 1px solid"
>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
3
</div>
<div
class=
"firstCell"
style=
"border-bottom: 1px solid"
>
LD1
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
4
</div
>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid"
>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
5
</div>
<div
class=
"cellContent"
>
{{
form
.
LD
[
0
]
?
parseFloat
(
form
.
LD
[
0
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
6
</div>
<div
class=
"cellContent"
>
{{
form
.
LD
[
1
]
?
parseFloat
(
form
.
LD
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
7
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
8
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
2
]
?
parseFloat
(
form
.
LD
[
2
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
9
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
3
]
?
parseFloat
(
form
.
LD
[
3
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
AVE
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
4
]
?
parseFloat
(
form
.
LD
[
4
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
判定
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
5
]
?
parseFloat
(
form
.
LD
[
5
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
MAX
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
6
]
?
parseFloat
(
form
.
LD
[
6
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
判定
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
7
]
?
parseFloat
(
form
.
LD
[
7
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
MIN
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
8
]
?
parseFloat
(
form
.
LD
[
8
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
判定
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
9
]
?
parseFloat
(
form
.
LD
[
9
]).
toFixed
(
3
)
:
'-'
}}
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
10
]
?
parseFloat
(
form
.
LD
[
10
]).
toFixed
(
3
)
:
'-'
}}
</div>
<!-- LD1 --
>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
11
]
?
parseFloat
(
form
.
LD
[
11
]).
toFixed
(
3
)
:
'-'
}}
</div
>
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid"
>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
12
]
?
form
.
LD
[
12
]:
'-'
}}
</div
>
<div
class=
"firstCell"
style=
"border-bottom: 1px solid"
>
LD1
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
13
]
?
parseFloat
(
form
.
LD
[
13
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid"
>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
14
]
?
form
.
LD
[
14
]
:
'-'
}}
</div
>
<div
class=
"
cellContent"
>
{{
form
.
LD
[
0
]
?
parseFloat
(
form
.
LD
[
0
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"
fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
15
]
?
parseFloat
(
form
.
LD
[
15
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"
cellContent"
>
{{
form
.
LD
[
1
]
?
parseFloat
(
form
.
LD
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"
fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
16
]
?
form
.
LD
[
16
]
:
'-'
}}
</div>
</div>
</div>
<
div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
2
]
?
parseFloat
(
form
.
LD
[
2
]).
toFixed
(
3
)
:
'-'
}}
</div
>
<
!-- LDA --
>
<div
class=
"t
hreeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
3
]
?
parseFloat
(
form
.
LD
[
3
]).
toFixed
(
3
)
:
'-'
}}
</div
>
<div
class=
"t
ableHear"
style=
"border-right: 1px solid;border-top: 1px solid"
>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
4
]
?
parseFloat
(
form
.
LD
[
4
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"firstCell"
style=
"border-bottom: 1px solid"
>
LDA
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
5
]
?
parseFloat
(
form
.
LD
[
5
]).
toFixed
(
3
)
:
'-'
}}
</div
>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid"
>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
6
]
?
parseFloat
(
form
.
LD
[
6
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"cellContent"
>
{{
form
.
LDA
[
0
]
?
parseFloat
(
form
.
LDA
[
0
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
7
]
?
parseFloat
(
form
.
LD
[
7
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"cellContent"
>
{{
form
.
LDA
[
1
]
?
parseFloat
(
form
.
LDA
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
8
]
?
parseFloat
(
form
.
LD
[
8
]).
toFixed
(
3
)
:
'-'
}}
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
9
]
?
parseFloat
(
form
.
LD
[
9
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
2
]
?
parseFloat
(
form
.
LDA
[
2
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
10
]
?
parseFloat
(
form
.
LD
[
10
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
3
]
?
parseFloat
(
form
.
LDA
[
3
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
11
]
?
parseFloat
(
form
.
LD
[
11
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
4
]
?
parseFloat
(
form
.
LDA
[
4
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
12
]
?
form
.
LD
[
12
]
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
5
]
?
parseFloat
(
form
.
LDA
[
5
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
13
]
?
parseFloat
(
form
.
LD
[
13
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
6
]
?
parseFloat
(
form
.
LDA
[
6
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
14
]
?
form
.
LD
[
14
]
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
7
]
?
parseFloat
(
form
.
LDA
[
7
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
15
]
?
parseFloat
(
form
.
LD
[
15
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
8
]
?
parseFloat
(
form
.
LDA
[
8
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LD
[
16
]
?
form
.
LD
[
16
]
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
9
]
?
parseFloat
(
form
.
LDA
[
9
]).
toFixed
(
3
)
:
'-'
}}
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
10
]
?
parseFloat
(
form
.
LDA
[
10
]).
toFixed
(
3
)
:
'-'
}}
</div>
<!-- LDA --
>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
11
]
?
parseFloat
(
form
.
LDA
[
11
]).
toFixed
(
3
)
:
'-'
}}
</div
>
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid"
>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
12
]
?
form
.
LDA
[
12
]:
'-'
}}
</div
>
<div
class=
"firstCell"
style=
"border-bottom: 1px solid"
>
LDA
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
13
]
?
parseFloat
(
form
.
LDA
[
13
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid"
>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
14
]
?
form
.
LDA
[
14
]
:
'-'
}}
</div
>
<div
class=
"
cellContent"
>
{{
form
.
LDA
[
0
]
?
parseFloat
(
form
.
LDA
[
0
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"
fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
15
]
?
parseFloat
(
form
.
LDA
[
15
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"
cellContent"
>
{{
form
.
LDA
[
1
]
?
parseFloat
(
form
.
LDA
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"
fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
16
]
?
form
.
LDA
[
16
]
:
'-'
}}
</div>
</div>
</div>
<
div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
2
]
?
parseFloat
(
form
.
LDA
[
2
]).
toFixed
(
3
)
:
'-'
}}
</div
>
<
!-- WD1--
>
<div
class=
"t
hreeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
3
]
?
parseFloat
(
form
.
LDA
[
3
]).
toFixed
(
3
)
:
'-'
}}
</div
>
<div
class=
"t
ableHear"
style=
"border-right: 1px solid;border-top: 1px solid"
>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
4
]
?
parseFloat
(
form
.
LDA
[
4
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"firstCell"
style=
"border-bottom: 1px solid"
>
WD1
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
5
]
?
parseFloat
(
form
.
LDA
[
5
]).
toFixed
(
3
)
:
'-'
}}
</div
>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid"
>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
6
]
?
parseFloat
(
form
.
LDA
[
6
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"cellContent"
>
{{
form
.
WDAList
[
0
]
?
parseFloat
(
form
.
WDAList
[
0
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
7
]
?
parseFloat
(
form
.
LDA
[
7
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"cellContent"
>
{{
form
.
WDAList
[
1
]
?
parseFloat
(
form
.
WDAList
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
8
]
?
parseFloat
(
form
.
LDA
[
8
]).
toFixed
(
3
)
:
'-'
}}
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
9
]
?
parseFloat
(
form
.
LDA
[
9
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
2
]
?
parseFloat
(
form
.
WDAList
[
2
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
10
]
?
parseFloat
(
form
.
LDA
[
10
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
3
]
?
parseFloat
(
form
.
WDAList
[
3
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
11
]
?
parseFloat
(
form
.
LDA
[
11
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
4
]
?
parseFloat
(
form
.
WDAList
[
4
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
12
]
?
form
.
LDA
[
12
]
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
5
]
?
parseFloat
(
form
.
WDAList
[
5
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
13
]
?
parseFloat
(
form
.
LDA
[
13
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
6
]
?
parseFloat
(
form
.
WDAList
[
6
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
14
]
?
form
.
LDA
[
14
]
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
7
]
?
parseFloat
(
form
.
WDAList
[
7
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
15
]
?
parseFloat
(
form
.
LDA
[
15
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
8
]
?
parseFloat
(
form
.
WDAList
[
8
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
16
]
?
form
.
LDA
[
16
]
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
9
]
?
parseFloat
(
form
.
WDAList
[
9
]).
toFixed
(
3
)
:
'-'
}}
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
10
]
?
parseFloat
(
form
.
WDAList
[
10
]).
toFixed
(
3
)
:
'-'
}}
</div>
<!-- WD1--
>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
11
]
?
parseFloat
(
form
.
WDAList
[
11
]).
toFixed
(
3
)
:
'-'
}}
</div
>
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid"
>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
12
]
?
form
.
WDAList
[
12
]:
'-'
}}
</div
>
<div
class=
"firstCell"
style=
"border-bottom: 1px solid"
>
WD1
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
13
]
?
parseFloat
(
form
.
WDAList
[
13
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid"
>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
14
]
?
form
.
WDAList
[
14
]
:
'-'
}}
</div
>
<div
class=
"
cellContent"
>
{{
form
.
WDAList
[
0
]
?
parseFloat
(
form
.
WDAList
[
0
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"
fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
15
]
?
parseFloat
(
form
.
WDAList
[
15
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"
cellContent"
>
{{
form
.
WDAList
[
1
]
?
parseFloat
(
form
.
WDAList
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"
fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
16
]
?
form
.
WDAList
[
16
]
:
'-'
}}
</div>
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
2
]
?
parseFloat
(
form
.
WDAList
[
2
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
3
]
?
parseFloat
(
form
.
WDAList
[
3
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
4
]
?
parseFloat
(
form
.
WDAList
[
4
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
5
]
?
parseFloat
(
form
.
WDAList
[
5
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
6
]
?
parseFloat
(
form
.
WDAList
[
6
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
7
]
?
parseFloat
(
form
.
WDAList
[
7
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
8
]
?
parseFloat
(
form
.
WDAList
[
8
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
9
]
?
parseFloat
(
form
.
WDAList
[
9
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
10
]
?
parseFloat
(
form
.
WDAList
[
10
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
11
]
?
parseFloat
(
form
.
WDAList
[
11
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
12
]
?
form
.
WDAList
[
12
]:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
13
]
?
parseFloat
(
form
.
WDAList
[
13
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
14
]
?
form
.
WDAList
[
14
]
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
15
]
?
parseFloat
(
form
.
WDAList
[
15
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
16
]
?
form
.
WDAList
[
16
]
:
'-'
}}
</div>
</div>
</div>
</div>
<div
class=
"projectTable"
>
<div
class=
"projectTable"
>
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid;"
>
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid;"
>
<div
class=
"oneCell"
style=
"border-bottom: 1px solid;"
>
项目
</div>
<div
class=
"oneCell"
style=
"border-bottom: 1px solid;"
>
项目
</div>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid;"
>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid;"
>
<div
class=
"cellContent"
>
规格
</div>
<div
class=
"cellContent"
>
规格
</div>
<div
class=
"cellContent"
>
(单位:mm)
</div>
<div
class=
"cellContent"
>
(单位:mm)
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid;"
>
<div
class=
"cellContent"
>
结果
</div>
<div
class=
"cellContent"
>
(单位:mm)
</div>
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid;"
>
判定
</div>
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid;"
>
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid;"
>
<div
class=
"cellContent"
>
结果
</div>
<div
class=
"oneCell"
style=
"border-bottom: 1px solid;"
>
WD1-LDA
</div>
<div
class=
"cellContent"
>
(单位:mm)
</div>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid;"
>
</div>
<div
class=
"twoCellContent"
>
{{
form
.
projectDList
[
0
]
?
form
.
projectDList
[
0
]
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid;"
>
</div>
判定
<div
class=
"threeCell"
style=
"border-bottom: 1px solid;"
>
<div
class=
"twoCellContent"
>
{{
form
.
projectDList
[
1
]
?
parseFloat
(
form
.
projectDList
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div>
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid;"
>
{{
form
.
projectDList
[
2
]
?
form
.
projectDList
[
2
]
:
'-'
}}
</div>
</div>
</div>
</div>
</div>
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid;"
>
<div
class=
"oneCell"
style=
"border-bottom: 1px solid;"
>
WD1-LDA
</div>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid;"
>
<div
class=
"twoCellContent"
>
{{
form
.
projectDList
[
0
]
?
form
.
projectDList
[
0
]
:
'-'
}}
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid;"
>
<div
class=
"twoCellContent"
>
{{
form
.
projectDList
[
1
]
?
parseFloat
(
form
.
projectDList
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div>
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid;"
>
{{
form
.
projectDList
[
2
]
?
form
.
projectDList
[
2
]
:
'-'
}}
</div>
</div>
</div>
</div>
<!-- 第三格模板-->
<div
class=
"threetableArea"
v-if=
"index === 3"
>
<div
class=
"measureTable"
>
<!-- 测量 -->
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid"
>
<div
class=
"firstCell"
style=
"border-bottom: 1px solid"
>
测量
</div>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid"
>
<div
class=
"cellContent"
>
规格
</div>
<div
class=
"cellContent"
>
(单位:mm)
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
1
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
2
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
3
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
4
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
5
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
6
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
7
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
8
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
9
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
AVE
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
判定
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
MAX
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
判定
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
MIN
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
判定
</div>
</div>
<!-- LDA -->
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid"
>
<div
class=
"firstCell"
style=
"border-bottom: 1px solid"
>
LDA
</div>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid"
>
<div
class=
"cellContent"
>
{{
form
.
LDA
[
0
]
?
parseFloat
(
form
.
LDA
[
0
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"cellContent"
>
{{
form
.
LDA
[
1
]
?
parseFloat
(
form
.
LDA
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
2
]
?
parseFloat
(
form
.
LDA
[
2
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
3
]
?
parseFloat
(
form
.
LDA
[
3
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
4
]
?
parseFloat
(
form
.
LDA
[
4
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
5
]
?
parseFloat
(
form
.
LDA
[
5
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
6
]
?
parseFloat
(
form
.
LDA
[
6
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
7
]
?
parseFloat
(
form
.
LDA
[
7
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
8
]
?
parseFloat
(
form
.
LDA
[
8
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
9
]
?
parseFloat
(
form
.
LDA
[
9
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
10
]
?
parseFloat
(
form
.
LDA
[
10
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
11
]
?
parseFloat
(
form
.
LDA
[
11
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
12
]
?
form
.
LDA
[
12
]:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
13
]
?
parseFloat
(
form
.
LDA
[
13
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
14
]
?
form
.
LDA
[
14
]
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
15
]
?
parseFloat
(
form
.
LDA
[
15
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
16
]
?
form
.
LDA
[
16
]
:
'-'
}}
</div>
</div>
<!-- WD1-->
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid"
>
<div
class=
"firstCell"
style=
"border-bottom: 1px solid"
>
WD1
</div>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid"
>
<div
class=
"cellContent"
>
{{
form
.
WDAList
[
0
]
?
parseFloat
(
form
.
WDAList
[
0
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"cellContent"
>
{{
form
.
WDAList
[
1
]
?
parseFloat
(
form
.
WDAList
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
2
]
?
parseFloat
(
form
.
WDAList
[
2
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
3
]
?
parseFloat
(
form
.
WDAList
[
3
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
4
]
?
parseFloat
(
form
.
WDAList
[
4
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
5
]
?
parseFloat
(
form
.
WDAList
[
5
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
6
]
?
parseFloat
(
form
.
WDAList
[
6
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
7
]
?
parseFloat
(
form
.
WDAList
[
7
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
8
]
?
parseFloat
(
form
.
WDAList
[
8
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
9
]
?
parseFloat
(
form
.
WDAList
[
9
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
10
]
?
parseFloat
(
form
.
WDAList
[
10
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
11
]
?
parseFloat
(
form
.
WDAList
[
11
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
12
]
?
form
.
WDAList
[
12
]:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
13
]
?
parseFloat
(
form
.
WDAList
[
13
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
14
]
?
form
.
WDAList
[
14
]
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
15
]
?
parseFloat
(
form
.
WDAList
[
15
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
16
]
?
form
.
WDAList
[
16
]
:
'-'
}}
</div>
</div>
</div>
</div>
<div
class=
"projectTable"
>
<!-- 第三格模板-->
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid;"
>
<div
class=
"threetableArea"
v-if=
"index === 3"
>
<div
class=
"oneCell"
style=
"border-bottom: 1px solid;"
>
项目
</div>
<div
class=
"measureTable"
>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid;"
>
<!-- 测量 -->
<div
class=
"cellContent"
>
规格
</div>
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid"
>
<div
class=
"cellContent"
>
(单位:mm)
</div>
<div
class=
"firstCell"
style=
"border-bottom: 1px solid"
>
测量
</div>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid"
>
<div
class=
"cellContent"
>
规格
</div>
<div
class=
"cellContent"
>
(单位:mm)
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
1
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
2
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
3
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
4
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
5
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
6
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
7
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
8
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
9
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
AVE
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
判定
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
MAX
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
判定
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
MIN
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
判定
</div>
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid;"
>
<!-- LDA -->
<div
class=
"cellContent"
>
结果
</div>
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid"
>
<div
class=
"cellContent"
>
(单位:mm)
</div>
<div
class=
"firstCell"
style=
"border-bottom: 1px solid"
>
LDA
</div>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid"
>
<div
class=
"cellContent"
>
{{
form
.
LDA
[
0
]
?
parseFloat
(
form
.
LDA
[
0
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"cellContent"
>
{{
form
.
LDA
[
1
]
?
parseFloat
(
form
.
LDA
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
2
]
?
parseFloat
(
form
.
LDA
[
2
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
3
]
?
parseFloat
(
form
.
LDA
[
3
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
4
]
?
parseFloat
(
form
.
LDA
[
4
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
5
]
?
parseFloat
(
form
.
LDA
[
5
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
6
]
?
parseFloat
(
form
.
LDA
[
6
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
7
]
?
parseFloat
(
form
.
LDA
[
7
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
8
]
?
parseFloat
(
form
.
LDA
[
8
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
9
]
?
parseFloat
(
form
.
LDA
[
9
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
10
]
?
parseFloat
(
form
.
LDA
[
10
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
11
]
?
parseFloat
(
form
.
LDA
[
11
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
12
]
?
form
.
LDA
[
12
]:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
13
]
?
parseFloat
(
form
.
LDA
[
13
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
14
]
?
form
.
LDA
[
14
]
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
15
]
?
parseFloat
(
form
.
LDA
[
15
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
LDA
[
16
]
?
form
.
LDA
[
16
]
:
'-'
}}
</div>
</div>
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid;"
>
<!-- WD1-->
判定
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid"
>
<div
class=
"firstCell"
style=
"border-bottom: 1px solid"
>
WD1
</div>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid"
>
<div
class=
"cellContent"
>
{{
form
.
WDAList
[
0
]
?
parseFloat
(
form
.
WDAList
[
0
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"cellContent"
>
{{
form
.
WDAList
[
1
]
?
parseFloat
(
form
.
WDAList
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
2
]
?
parseFloat
(
form
.
WDAList
[
2
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
3
]
?
parseFloat
(
form
.
WDAList
[
3
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
4
]
?
parseFloat
(
form
.
WDAList
[
4
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
5
]
?
parseFloat
(
form
.
WDAList
[
5
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
6
]
?
parseFloat
(
form
.
WDAList
[
6
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
7
]
?
parseFloat
(
form
.
WDAList
[
7
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
8
]
?
parseFloat
(
form
.
WDAList
[
8
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
9
]
?
parseFloat
(
form
.
WDAList
[
9
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
10
]
?
parseFloat
(
form
.
WDAList
[
10
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
11
]
?
parseFloat
(
form
.
WDAList
[
11
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
12
]
?
form
.
WDAList
[
12
]:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
13
]
?
parseFloat
(
form
.
WDAList
[
13
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
14
]
?
form
.
WDAList
[
14
]
:
'-'
}}
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
15
]
?
parseFloat
(
form
.
WDAList
[
15
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"fiveCell"
style=
"border-bottom: 1px solid"
>
{{
form
.
WDAList
[
16
]
?
form
.
WDAList
[
16
]
:
'-'
}}
</div>
</div>
</div>
</div>
</div>
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid;"
>
<div
class=
"projectTable"
>
<div
class=
"oneCell"
style=
"border-bottom: 1px solid;"
>
WD1-LDA
</div>
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid;"
>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid;"
>
<div
class=
"oneCell"
style=
"border-bottom: 1px solid;"
>
项目
</div>
<div
class=
"twoCellContent"
>
{{
form
.
projectDList
[
0
]
?
form
.
projectDList
[
0
]
:
'-'
}}
</div>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid;"
>
<div
class=
"cellContent"
>
规格
</div>
<div
class=
"cellContent"
>
(单位:mm)
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid;"
>
<div
class=
"cellContent"
>
结果
</div>
<div
class=
"cellContent"
>
(单位:mm)
</div>
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid;"
>
判定
</div>
</div>
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid;"
>
<div
class=
"tableHear"
style=
"border-right: 1px solid;border-top: 1px solid;"
>
<div
class=
"twoCellContent"
>
{{
form
.
projectDList
[
1
]
?
parseFloat
(
form
.
projectDList
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div>
<div
class=
"oneCell"
style=
"border-bottom: 1px solid;"
>
WD1-LDA
</div>
</div>
<div
class=
"secondCell"
style=
"border-bottom: 1px solid;"
>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid;"
>
<div
class=
"twoCellContent"
>
{{
form
.
projectDList
[
0
]
?
form
.
projectDList
[
0
]
:
'-'
}}
</div>
{{
form
.
projectDList
[
2
]
?
form
.
projectDList
[
2
]
:
'-'
}}
</div>
<div
class=
"threeCell"
style=
"border-bottom: 1px solid;"
>
<div
class=
"twoCellContent"
>
{{
form
.
projectDList
[
1
]
?
parseFloat
(
form
.
projectDList
[
1
]).
toFixed
(
3
)
:
'-'
}}
</div>
</div>
<div
class=
"fourCell"
style=
"border-bottom: 1px solid;"
>
{{
form
.
projectDList
[
2
]
?
form
.
projectDList
[
2
]
:
'-'
}}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- 对话框 -->
<!-- 对话框 -->
<el-dialog
:title=
"dialogController.title"
:visible
.
sync=
"dialogController.open"
width=
"600px"
<el-dialog
:title=
"dialogController.title"
:visible
.
sync=
"dialogController.open"
width=
"600px"
:close-on-click-modal=
"false"
append-to-body
>
:close-on-click-modal=
"false"
append-to-body
>
...
@@ -463,12 +466,27 @@ export default {
...
@@ -463,12 +466,27 @@ export default {
defaultObject
:
{
defaultObject
:
{
type
:
Object
,
type
:
Object
,
required
:
true
required
:
true
},
defaultControls
:
{
type
:
String
,
required
:
true
},
defaultShow
:
{
type
:
String
,
}
// 是否显示table 1:显示 0:不显示
},
computed
:
{
showTable
()
{
return
this
.
defaultShow
===
'1'
}
}
},
},
data
()
{
data
()
{
return
{
return
{
index
:
this
.
defaultIndex
,
index
:
this
.
defaultIndex
,
form
:
this
.
defaultObject
,
form
:
this
.
defaultObject
,
// 是否上传按钮
isupload
:
this
.
defaultControls
===
'0'
||
this
.
defaultControls
===
'3'
?
false
:
true
,
// 对话框控制器
// 对话框控制器
dialogController
:
{
dialogController
:
{
title
:
''
,
title
:
''
,
...
@@ -535,6 +553,7 @@ export default {
...
@@ -535,6 +553,7 @@ export default {
this
.
form
.
projectAList
=
projectAList
this
.
form
.
projectAList
=
projectAList
this
.
form
.
projetcBList
=
projetcBList
this
.
form
.
projetcBList
=
projetcBList
this
.
form
.
projectCList
=
projectCList
this
.
form
.
projectCList
=
projectCList
this
.
form
.
projectDList
=
[]
this
.
index
=
this
.
sheetForm
.
sheetIndex
this
.
index
=
this
.
sheetForm
.
sheetIndex
this
.
dialogController
.
open
=
false
this
.
dialogController
.
open
=
false
// 提交给父组件
// 提交给父组件
...
@@ -561,6 +580,11 @@ export default {
...
@@ -561,6 +580,11 @@ export default {
this
.
form
.
WDAList
=
WDAList
this
.
form
.
WDAList
=
WDAList
this
.
form
.
projectDList
=
projectDList
this
.
form
.
projectDList
=
projectDList
this
.
index
=
this
.
sheetForm
.
sheetIndex
this
.
index
=
this
.
sheetForm
.
sheetIndex
this
.
form
.
LDB
=
[]
this
.
form
.
WDBList
=
[]
this
.
form
.
projectAList
=
[]
this
.
form
.
projectCList
=
[]
this
.
form
.
projetcBList
=
[]
this
.
dialogController
.
open
=
false
this
.
dialogController
.
open
=
false
}
}
if
(
this
.
sheetForm
.
sheetIndex
===
2
)
{
if
(
this
.
sheetForm
.
sheetIndex
===
2
)
{
...
@@ -584,6 +608,11 @@ export default {
...
@@ -584,6 +608,11 @@ export default {
this
.
form
.
LDA
=
LDAList
this
.
form
.
LDA
=
LDAList
this
.
form
.
WDAList
=
WDAList
this
.
form
.
WDAList
=
WDAList
this
.
form
.
projectDList
=
projectDList
this
.
form
.
projectDList
=
projectDList
this
.
form
.
LDB
=
[]
this
.
form
.
WDBList
=
[]
this
.
form
.
projectAList
=
[]
this
.
form
.
projectCList
=
[]
this
.
form
.
projetcBList
=
[]
this
.
index
=
this
.
sheetForm
.
sheetIndex
this
.
index
=
this
.
sheetForm
.
sheetIndex
this
.
dialogController
.
open
=
false
this
.
dialogController
.
open
=
false
}
}
...
@@ -607,6 +636,12 @@ export default {
...
@@ -607,6 +636,12 @@ export default {
this
.
form
.
LDA
=
LDList
this
.
form
.
LDA
=
LDList
this
.
form
.
WDAList
=
WDAList
this
.
form
.
WDAList
=
WDAList
this
.
form
.
projectDList
=
projectDList
this
.
form
.
projectDList
=
projectDList
this
.
form
.
LD
=
[]
this
.
form
.
LDB
=
[]
this
.
form
.
WDBList
=
[]
this
.
form
.
projectAList
=
[]
this
.
form
.
projectCList
=
[]
this
.
form
.
projetcBList
=
[]
this
.
index
=
this
.
sheetForm
.
sheetIndex
this
.
index
=
this
.
sheetForm
.
sheetIndex
this
.
dialogController
.
open
=
false
this
.
dialogController
.
open
=
false
}
}
...
@@ -645,6 +680,7 @@ export default {
...
@@ -645,6 +680,7 @@ export default {
this
.
form
.
projectAList
=
projectAList
this
.
form
.
projectAList
=
projectAList
this
.
form
.
projetcBList
=
projetcBList
this
.
form
.
projetcBList
=
projetcBList
this
.
form
.
projectCList
=
projectCList
this
.
form
.
projectCList
=
projectCList
this
.
form
.
projectDList
=
[]
this
.
index
=
this
.
sheetForm
.
sheetIndex
this
.
index
=
this
.
sheetForm
.
sheetIndex
this
.
dialogController
.
open
=
false
this
.
dialogController
.
open
=
false
}
}
...
@@ -670,6 +706,12 @@ export default {
...
@@ -670,6 +706,12 @@ export default {
this
.
form
.
WDAList
=
WDAList
this
.
form
.
WDAList
=
WDAList
this
.
form
.
projectDList
=
projectDList
this
.
form
.
projectDList
=
projectDList
this
.
index
=
this
.
sheetForm
.
sheetIndex
this
.
index
=
this
.
sheetForm
.
sheetIndex
this
.
form
.
LD
=
[]
this
.
form
.
LDB
=
[]
this
.
form
.
WDBList
=
[]
this
.
form
.
projectAList
=
[]
this
.
form
.
projectCList
=
[]
this
.
form
.
projetcBList
=
[]
this
.
dialogController
.
open
=
false
this
.
dialogController
.
open
=
false
}
}
if
(
this
.
sheetForm
.
sheetIndex
===
6
)
{
if
(
this
.
sheetForm
.
sheetIndex
===
6
)
{
...
@@ -693,11 +735,20 @@ export default {
...
@@ -693,11 +735,20 @@ export default {
this
.
form
.
LDA
=
LDAList
this
.
form
.
LDA
=
LDAList
this
.
form
.
WDAList
=
WDAList
this
.
form
.
WDAList
=
WDAList
this
.
form
.
projectDList
=
projectDList
this
.
form
.
projectDList
=
projectDList
this
.
form
.
LD
=
[]
this
.
form
.
LDB
=
[]
this
.
form
.
WDBList
=
[]
this
.
form
.
projectAList
=
[]
this
.
form
.
projectCList
=
[]
this
.
form
.
projetcBList
=
[]
this
.
index
=
this
.
sheetForm
.
sheetIndex
this
.
index
=
this
.
sheetForm
.
sheetIndex
this
.
dialogController
.
open
=
false
this
.
dialogController
.
open
=
false
}
}
console
.
log
(
'form'
,
this
.
form
)
this
.
showTable
=
true
this
.
$emit
(
'sheetIndex'
,
this
.
index
)
this
.
$emit
(
'sheetIndex'
,
this
.
index
)
this
.
$emit
(
'tarFrom'
,
this
.
form
)
this
.
$emit
(
'tarFrom'
,
this
.
form
)
this
.
$emit
(
'ShowTabel'
,
'1'
);
})
})
},
},
// 取消按钮
// 取消按钮
...
@@ -729,6 +780,12 @@ export default {
...
@@ -729,6 +780,12 @@ export default {
console
.
log
(
'new'
,
newValue
)
console
.
log
(
'new'
,
newValue
)
// this.index = oldValue
// this.index = oldValue
}
}
},
'defaultUpload'
:
{
handler
(
oldValue
,
newValue
)
{
console
.
log
(
'old111'
,
oldValue
)
// this.index = oldValue
}
}
}
}
}
}
}
...
...
src/views/template/templateFirst.vue
View file @
3a59492c
...
@@ -139,6 +139,7 @@
...
@@ -139,6 +139,7 @@
class=
"inspectionStandardsInput"
class=
"inspectionStandardsInput"
:maxlength=
"IRMAXLENGTHONE"
:maxlength=
"IRMAXLENGTHONE"
:disabled=
"firstFromDisabled"
:disabled=
"firstFromDisabled"
@
blur=
"handleCompareBlur"
@
input=
"handleCompare"
@
input=
"handleCompare"
/>
/>
</el-form-item>
</el-form-item>
...
@@ -998,6 +999,7 @@
...
@@ -998,6 +999,7 @@
:maxlength=
"IRMAXLENGTHTWO"
:maxlength=
"IRMAXLENGTHTWO"
:disabled=
"firstFromDisabled"
:disabled=
"firstFromDisabled"
class=
"inspectionStandardsInput"
class=
"inspectionStandardsInput"
@
blur=
"handleCompareBlur"
@
input=
"handleCompareTwo"
@
input=
"handleCompareTwo"
/>
/>
</el-form-item>
</el-form-item>
...
@@ -1254,7 +1256,7 @@
...
@@ -1254,7 +1256,7 @@
</div>
</div>
</div>
</div>
<div
class=
"tableContainer"
style=
"margin-bottom: 40px"
>
<div
class=
"tableContainer"
style=
"margin-bottom: 40px"
>
<div
class=
"tableTitle"
>
{{
disableInput
?
2
6
:
20
}}
</div>
<div
class=
"tableTitle"
>
{{
disableInput
?
2
5
:
20
}}
</div>
<div
class=
"tableInput"
>
<div
class=
"tableInput"
>
<div
class=
"recordData"
>
<div
class=
"recordData"
>
<el-form-item
<el-form-item
...
@@ -2318,8 +2320,8 @@
...
@@ -2318,8 +2320,8 @@
</div>
</div>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"标签四"
name=
"fourthly"
>
<el-tab-pane
label=
"标签四"
name=
"fourthly"
>
<div
class=
"fourTarContainer"
>
<div
class=
"fourTarContainer"
style=
"height: 1100px"
>
<tagfour
:default-index=
"inspectJbAl2o3List.sheetIndex"
:default-object=
"tabfourForm"
@
sheetIndex=
"handleSheetIndex"
@
tarFrom=
"handleTarForm"
></tagfour>
<tagfour
@
ShowTabel=
"getIsShowTabel"
:default-show=
"inspectJbAl2o3List.isShowTabel"
:default-index=
"inspectJbAl2o3List.sheetIndex"
:default-controls=
"controlsForm.approveStatus"
:default-object=
"tabfourForm"
@
sheetIndex=
"handleSheetIndex"
@
tarFrom=
"handleTarForm"
></tagfour>
</div>
</div>
</el-tab-pane>
</el-tab-pane>
</el-tabs>
</el-tabs>
...
@@ -2783,7 +2785,7 @@ export default {
...
@@ -2783,7 +2785,7 @@ export default {
standonePlus
:
[
standonePlus
:
[
{
required
:
true
,
message
:
'请输入检验标准'
,
trigger
:
'blur'
},
{
required
:
true
,
message
:
'请输入检验标准'
,
trigger
:
'blur'
},
{
pattern
:
/^
(
0|
[
1-9
]\d
*
)(\.\d{0,4})?
$/
,
message
:
'请输入有效的数字'
,
trigger
:
'change'
},
{
pattern
:
/^
(
0|
[
1-9
]\d
*
)(\.\d{0,4})?
$/
,
message
:
'请输入有效的数字'
,
trigger
:
'change'
},
{
validator
:
this
.
validateMethod3
,
trigger
:
'
blur
'
}
{
validator
:
this
.
validateMethod3
,
trigger
:
'
change
'
}
],
],
standoneCy
:
[{
required
:
true
,
message
:
'请输入差异'
,
trigger
:
'blur'
},
standoneCy
:
[{
required
:
true
,
message
:
'请输入差异'
,
trigger
:
'blur'
},
{
pattern
:
/^
(
0|
[
1-9
]\d
*
)(\.\d{0,4})?
$/
,
message
:
'请输入有效的数字'
,
trigger
:
'change'
}],
{
pattern
:
/^
(
0|
[
1-9
]\d
*
)(\.\d{0,4})?
$/
,
message
:
'请输入有效的数字'
,
trigger
:
'change'
}],
...
@@ -2804,17 +2806,17 @@ export default {
...
@@ -2804,17 +2806,17 @@ export default {
standtwoPlus
:
[
standtwoPlus
:
[
{
required
:
true
,
message
:
'请输入检验标准'
,
trigger
:
'blur'
},
{
required
:
true
,
message
:
'请输入检验标准'
,
trigger
:
'blur'
},
{
pattern
:
/^
(
0|
[
1-9
]\d
*
)(\.\d{0,4})?
$/
,
message
:
'请输入有效的数字'
,
trigger
:
'change'
},
{
pattern
:
/^
(
0|
[
1-9
]\d
*
)(\.\d{0,4})?
$/
,
message
:
'请输入有效的数字'
,
trigger
:
'change'
},
{
validator
:
this
.
validateMethod4
,
trigger
:
'
blur
'
}
{
validator
:
this
.
validateMethod4
,
trigger
:
'
change
'
}
],
],
limitOne
:
[
limitOne
:
[
{
required
:
true
,
message
:
'请输入检验标准'
,
trigger
:
'blur'
},
{
required
:
true
,
message
:
'请输入检验标准'
,
trigger
:
'blur'
},
{
pattern
:
/^
(
0|
[
1-9
]\d
*
)(\.\d{0,4})?
$/
,
message
:
'请输入有效的数字'
,
trigger
:
'change'
},
{
pattern
:
/^
(
0|
[
1-9
]\d
*
)(\.\d{0,4})?
$/
,
message
:
'请输入有效的数字'
,
trigger
:
'change'
},
{
validator
:
this
.
validateMethod1
,
trigger
:
'
blur
'
}
{
validator
:
this
.
validateMethod1
,
trigger
:
'
change
'
}
],
],
limitTwo
:
[
limitTwo
:
[
{
required
:
true
,
message
:
'请输入检验标准'
,
trigger
:
'blur'
},
{
required
:
true
,
message
:
'请输入检验标准'
,
trigger
:
'blur'
},
{
pattern
:
/^
(
0|
[
1-9
]\d
*
)(\.\d{0,4})?
$/
,
message
:
'请输入有效的数字'
,
trigger
:
'change'
},
{
pattern
:
/^
(
0|
[
1-9
]\d
*
)(\.\d{0,4})?
$/
,
message
:
'请输入有效的数字'
,
trigger
:
'change'
},
{
validator
:
this
.
validateMethod2
,
trigger
:
'
blur
'
}
{
validator
:
this
.
validateMethod2
,
trigger
:
'
change
'
}
],
],
limitThree
:
[
limitThree
:
[
{
required
:
true
,
message
:
'请输入检验标准'
,
trigger
:
'blur'
},
{
required
:
true
,
message
:
'请输入检验标准'
,
trigger
:
'blur'
},
...
@@ -2827,7 +2829,9 @@ export default {
...
@@ -2827,7 +2829,9 @@ export default {
},
},
controlsForm
:
{
controlsForm
:
{
controls
:
'2'
,
controls
:
'2'
,
approveStatus
:
'0'
approveStatus
:
'0'
,
// 提交状态 默认 0 保存 1 提交 2
sumitStatus
:
'0'
},
},
imgList
:
[],
imgList
:
[],
imageBaseUrl
:
process
.
env
.
VUE_APP_BASE_IMG_API
,
imageBaseUrl
:
process
.
env
.
VUE_APP_BASE_IMG_API
,
...
@@ -2891,6 +2895,7 @@ export default {
...
@@ -2891,6 +2895,7 @@ export default {
},
},
// 表单二
// 表单二
inspectJbAl2o3List
:
{
inspectJbAl2o3List
:
{
isShowTabel
:
'0'
,
jcOneCode
:
'xxxx'
,
jcOneCode
:
'xxxx'
,
jcTwoCode
:
'yyyy'
,
jcTwoCode
:
'yyyy'
,
oneJcUser
:
undefined
,
oneJcUser
:
undefined
,
...
@@ -3038,6 +3043,11 @@ export default {
...
@@ -3038,6 +3043,11 @@ export default {
rejectUpdate
()
{
rejectUpdate
()
{
return
!!
((
this
.
controlsForm
.
approveStatus
===
'3'
&&
this
.
controlsForm
.
controls
===
'2'
))
return
!!
((
this
.
controlsForm
.
approveStatus
===
'3'
&&
this
.
controlsForm
.
controls
===
'2'
))
},
},
// 审核/查看状态不显示上传按钮
uploadShow
()
{
return
(
this
.
controlsForm
.
controls
===
'1'
)
||
(
this
.
controlsForm
.
controls
===
'3'
)
},
radioText
()
{
radioText
()
{
if
(
this
.
inspectInfoList
.
jcResult
&&
this
.
inspectInfoList
.
jcResult
!==
undefined
&&
this
.
inspectInfoList
.
jcResult
!==
''
)
{
if
(
this
.
inspectInfoList
.
jcResult
&&
this
.
inspectInfoList
.
jcResult
!==
undefined
&&
this
.
inspectInfoList
.
jcResult
!==
''
)
{
return
this
.
inspectInfoList
.
jcResult
===
'1'
?
'合格'
:
'不合格'
return
this
.
inspectInfoList
.
jcResult
===
'1'
?
'合格'
:
'不合格'
...
@@ -3176,6 +3186,10 @@ export default {
...
@@ -3176,6 +3186,10 @@ export default {
handleSheetIndex
(
value
)
{
handleSheetIndex
(
value
)
{
this
.
inspectJbAl2o3List
.
sheetIndex
=
value
this
.
inspectJbAl2o3List
.
sheetIndex
=
value
},
},
getIsShowTabel
(
value
)
{
console
.
log
(
'value11'
,
value
)
this
.
inspectJbAl2o3List
.
isShowTabel
=
value
},
// 获取数据
// 获取数据
handleTarForm
(
value
)
{
handleTarForm
(
value
)
{
this
.
tabfourForm
=
value
this
.
tabfourForm
=
value
...
@@ -3461,6 +3475,14 @@ export default {
...
@@ -3461,6 +3475,14 @@ export default {
}
}
]
]
},
},
handleCompareBlur
()
{
if
(
this
.
inspectJbAl2o3List
.
standonePx
&&
this
.
inspectJbAl2o3List
.
standonePx
!==
''
)
{
this
.
inspectJbAl2o3List
.
standonePx
=
this
.
reserve
(
this
.
inspectJbAl2o3List
.
standonePx
)
}
if
(
this
.
inspectJbAl2o3List
.
standtwoPx
&&
this
.
inspectJbAl2o3List
.
standtwoPx
)
{
this
.
inspectJbAl2o3List
.
standtwoPx
=
this
.
reserve
(
this
.
inspectJbAl2o3List
.
standtwoPx
)
}
},
// 当px发生变化
// 当px发生变化
handleCompare
()
{
handleCompare
()
{
for
(
var
i
=
1
;
i
<
6
;
i
++
)
{
for
(
var
i
=
1
;
i
<
6
;
i
++
)
{
...
@@ -4167,6 +4189,8 @@ export default {
...
@@ -4167,6 +4189,8 @@ export default {
this
.
inspectJbAl2o3List
.
oneJcDate
=
response
.
data
.
oneJcDate
this
.
inspectJbAl2o3List
.
oneJcDate
=
response
.
data
.
oneJcDate
this
.
inspectJbAl2o3List
.
twoJcUser
=
response
.
data
.
twoJcUser
this
.
inspectJbAl2o3List
.
twoJcUser
=
response
.
data
.
twoJcUser
this
.
inspectJbAl2o3List
.
twoJcDate
=
response
.
data
.
twoJcDate
this
.
inspectJbAl2o3List
.
twoJcDate
=
response
.
data
.
twoJcDate
this
.
inspectJbAl2o3List
.
isShowTabel
=
response
.
data
.
isShowTabel
console
.
log
(
'isShowTabel'
,
response
.
data
.
isShowTabel
)
this
.
inspectJbAl2o3List
.
limitOne
=
response
.
data
.
limitOne
this
.
inspectJbAl2o3List
.
limitOne
=
response
.
data
.
limitOne
this
.
inspectJbAl2o3List
.
limitTwo
=
response
.
data
.
limitTwo
this
.
inspectJbAl2o3List
.
limitTwo
=
response
.
data
.
limitTwo
if
(
response
.
data
.
sheetIndex
)
{
if
(
response
.
data
.
sheetIndex
)
{
...
@@ -4809,6 +4833,7 @@ export default {
...
@@ -4809,6 +4833,7 @@ export default {
projectb
:
null
,
projectb
:
null
,
projectc
:
null
,
projectc
:
null
,
projectd
:
null
,
projectd
:
null
,
isShowTabel
:
'0'
,
}
}
},
},
/**
/**
...
@@ -4833,30 +4858,51 @@ export default {
...
@@ -4833,30 +4858,51 @@ export default {
this
.
inspectJbAl2o3List
.
limitData
=
this
.
getStringByArray
(
this
.
inspectJbAl2o3List
.
recode3
)
this
.
inspectJbAl2o3List
.
limitData
=
this
.
getStringByArray
(
this
.
inspectJbAl2o3List
.
recode3
)
if
(
this
.
tabfourForm
.
LD
&&
this
.
tabfourForm
.
LD
.
length
>
0
)
{
if
(
this
.
tabfourForm
.
LD
&&
this
.
tabfourForm
.
LD
.
length
>
0
)
{
this
.
inspectJbAl2o3List
.
ld
=
this
.
handleFirstTable
(
this
.
tabfourForm
.
LD
)
this
.
inspectJbAl2o3List
.
ld
=
this
.
handleFirstTable
(
this
.
tabfourForm
.
LD
)
}
else
{
this
.
inspectJbAl2o3List
.
ld
=
''
}
}
if
(
this
.
tabfourForm
.
LDA
&&
this
.
tabfourForm
.
LDA
.
length
>
0
)
{
if
(
this
.
tabfourForm
.
LDA
&&
this
.
tabfourForm
.
LDA
.
length
>
0
)
{
this
.
inspectJbAl2o3List
.
lda
=
this
.
handleFirstTable
(
this
.
tabfourForm
.
LDA
)
this
.
inspectJbAl2o3List
.
lda
=
this
.
handleFirstTable
(
this
.
tabfourForm
.
LDA
)
}
else
{
this
.
inspectJbAl2o3List
.
lda
=
''
}
}
if
(
this
.
tabfourForm
.
LDB
&&
this
.
tabfourForm
.
LDB
.
length
>
0
)
{
if
(
this
.
tabfourForm
.
LDB
&&
this
.
tabfourForm
.
LDB
.
length
>
0
)
{
this
.
inspectJbAl2o3List
.
ldb
=
this
.
handleFirstTable
(
this
.
tabfourForm
.
LDB
)
this
.
inspectJbAl2o3List
.
ldb
=
this
.
handleFirstTable
(
this
.
tabfourForm
.
LDB
)
}
else
{
this
.
inspectJbAl2o3List
.
ldb
=
''
}
}
if
(
this
.
tabfourForm
.
WDAList
&&
this
.
tabfourForm
.
WDAList
.
length
>
0
)
{
if
(
this
.
tabfourForm
.
WDAList
&&
this
.
tabfourForm
.
WDAList
.
length
>
0
)
{
this
.
inspectJbAl2o3List
.
wda
=
this
.
handleFirstTable
(
this
.
tabfourForm
.
WDAList
)
this
.
inspectJbAl2o3List
.
wda
=
this
.
handleFirstTable
(
this
.
tabfourForm
.
WDAList
)
}
else
{
this
.
inspectJbAl2o3List
.
wda
=
''
}
}
if
(
this
.
tabfourForm
.
WDBList
&&
this
.
tabfourForm
.
WDBList
.
length
>
0
)
{
if
(
this
.
tabfourForm
.
WDBList
&&
this
.
tabfourForm
.
WDBList
.
length
>
0
)
{
this
.
inspectJbAl2o3List
.
wdb
=
this
.
handleFirstTable
(
this
.
tabfourForm
.
WDBList
)
this
.
inspectJbAl2o3List
.
wdb
=
this
.
handleFirstTable
(
this
.
tabfourForm
.
WDBList
)
}
else
{
this
.
inspectJbAl2o3List
.
wdb
=
''
}
}
console
.
log
(
'projectAList'
,
this
.
tabfourForm
.
projectAList
)
if
(
this
.
tabfourForm
.
projectAList
&&
this
.
tabfourForm
.
projectAList
.
length
>
0
)
{
if
(
this
.
tabfourForm
.
projectAList
&&
this
.
tabfourForm
.
projectAList
.
length
>
0
)
{
this
.
inspectJbAl2o3List
.
projecta
=
this
.
handleSecondTable
(
this
.
tabfourForm
.
projectAList
)
this
.
inspectJbAl2o3List
.
projecta
=
this
.
handleSecondTable
(
this
.
tabfourForm
.
projectAList
)
}
else
{
console
.
log
(
'1111'
)
this
.
inspectJbAl2o3List
.
projecta
=
''
}
}
console
.
log
(
'projectDList'
,
this
.
tabfourForm
.
projectDList
)
if
(
this
.
tabfourForm
.
projetcBList
&&
this
.
tabfourForm
.
projetcBList
.
length
>
0
)
{
if
(
this
.
tabfourForm
.
projetcBList
&&
this
.
tabfourForm
.
projetcBList
.
length
>
0
)
{
this
.
inspectJbAl2o3List
.
projectb
=
this
.
handleSecondTable
(
this
.
tabfourForm
.
projetcBList
)
this
.
inspectJbAl2o3List
.
projectb
=
this
.
handleSecondTable
(
this
.
tabfourForm
.
projetcBList
)
}
else
{
this
.
inspectJbAl2o3List
.
projectb
=
''
}
}
if
(
this
.
tabfourForm
.
projectCList
&&
this
.
tabfourForm
.
projectCList
.
length
>
0
)
{
if
(
this
.
tabfourForm
.
projectCList
&&
this
.
tabfourForm
.
projectCList
.
length
>
0
)
{
this
.
inspectJbAl2o3List
.
projectc
=
this
.
handleSecondTable
(
this
.
tabfourForm
.
projectCList
)
this
.
inspectJbAl2o3List
.
projectc
=
this
.
handleSecondTable
(
this
.
tabfourForm
.
projectCList
)
}
else
{
this
.
inspectJbAl2o3List
.
projectc
=
''
}
}
if
(
this
.
tabfourForm
.
projectDList
&&
this
.
tabfourForm
.
projectDList
.
length
>
0
)
{
if
(
this
.
tabfourForm
.
projectDList
&&
this
.
tabfourForm
.
projectDList
.
length
>
0
)
{
this
.
inspectJbAl2o3List
.
projectd
=
this
.
handleSecondTable
(
this
.
tabfourForm
.
projectDList
)
this
.
inspectJbAl2o3List
.
projectd
=
this
.
handleSecondTable
(
this
.
tabfourForm
.
projectDList
)
}
else
{
this
.
inspectJbAl2o3List
.
projectd
=
''
}
}
this
.
inspectInfoList
.
approveStatus
=
'0'
this
.
inspectInfoList
.
approveStatus
=
'0'
const
ossIdList
=
this
.
getOssIdList
()
const
ossIdList
=
this
.
getOssIdList
()
...
@@ -4896,30 +4942,48 @@ export default {
...
@@ -4896,30 +4942,48 @@ export default {
console
.
log
(
'提交standardOneData'
,
this
.
inspectJbAl2o3List
.
standardOneData
)
console
.
log
(
'提交standardOneData'
,
this
.
inspectJbAl2o3List
.
standardOneData
)
if
(
this
.
tabfourForm
.
LD
&&
this
.
tabfourForm
.
LD
.
length
>
0
)
{
if
(
this
.
tabfourForm
.
LD
&&
this
.
tabfourForm
.
LD
.
length
>
0
)
{
this
.
inspectJbAl2o3List
.
ld
=
this
.
handleFirstTable
(
this
.
tabfourForm
.
LD
)
this
.
inspectJbAl2o3List
.
ld
=
this
.
handleFirstTable
(
this
.
tabfourForm
.
LD
)
}
else
{
this
.
inspectJbAl2o3List
.
ld
=
''
}
}
if
(
this
.
tabfourForm
.
LDA
&&
this
.
tabfourForm
.
LDA
.
length
>
0
)
{
if
(
this
.
tabfourForm
.
LDA
&&
this
.
tabfourForm
.
LDA
.
length
>
0
)
{
this
.
inspectJbAl2o3List
.
lda
=
this
.
handleFirstTable
(
this
.
tabfourForm
.
LDA
)
this
.
inspectJbAl2o3List
.
lda
=
this
.
handleFirstTable
(
this
.
tabfourForm
.
LDA
)
}
else
{
this
.
inspectJbAl2o3List
.
lda
=
''
}
}
if
(
this
.
tabfourForm
.
LDB
&&
this
.
tabfourForm
.
LDB
.
length
>
0
)
{
if
(
this
.
tabfourForm
.
LDB
&&
this
.
tabfourForm
.
LDB
.
length
>
0
)
{
this
.
inspectJbAl2o3List
.
ldb
=
this
.
handleFirstTable
(
this
.
tabfourForm
.
LDB
)
this
.
inspectJbAl2o3List
.
ldb
=
this
.
handleFirstTable
(
this
.
tabfourForm
.
LDB
)
}
else
{
this
.
inspectJbAl2o3List
.
ldb
=
''
}
}
if
(
this
.
tabfourForm
.
WDAList
&&
this
.
tabfourForm
.
WDAList
.
length
>
0
)
{
if
(
this
.
tabfourForm
.
WDAList
&&
this
.
tabfourForm
.
WDAList
.
length
>
0
)
{
this
.
inspectJbAl2o3List
.
wda
=
this
.
handleFirstTable
(
this
.
tabfourForm
.
WDAList
)
this
.
inspectJbAl2o3List
.
wda
=
this
.
handleFirstTable
(
this
.
tabfourForm
.
WDAList
)
}
else
{
this
.
inspectJbAl2o3List
.
wda
=
''
}
}
if
(
this
.
tabfourForm
.
WDBList
&&
this
.
tabfourForm
.
WDBList
.
length
>
0
)
{
if
(
this
.
tabfourForm
.
WDBList
&&
this
.
tabfourForm
.
WDBList
.
length
>
0
)
{
this
.
inspectJbAl2o3List
.
wdb
=
this
.
handleFirstTable
(
this
.
tabfourForm
.
WDBList
)
this
.
inspectJbAl2o3List
.
wdb
=
this
.
handleFirstTable
(
this
.
tabfourForm
.
WDBList
)
}
else
{
this
.
inspectJbAl2o3List
.
wdb
=
''
}
}
if
(
this
.
tabfourForm
.
projectAList
&&
this
.
tabfourForm
.
projectAList
.
length
>
0
)
{
if
(
this
.
tabfourForm
.
projectAList
&&
this
.
tabfourForm
.
projectAList
.
length
>
0
)
{
this
.
inspectJbAl2o3List
.
projecta
=
this
.
handleSecondTable
(
this
.
tabfourForm
.
projectAList
)
this
.
inspectJbAl2o3List
.
projecta
=
this
.
handleSecondTable
(
this
.
tabfourForm
.
projectAList
)
}
else
{
this
.
inspectJbAl2o3List
.
projecta
=
''
}
}
if
(
this
.
tabfourForm
.
projetcBList
&&
this
.
tabfourForm
.
projetcBList
.
length
>
0
)
{
if
(
this
.
tabfourForm
.
projetcBList
&&
this
.
tabfourForm
.
projetcBList
.
length
>
0
)
{
this
.
inspectJbAl2o3List
.
projectb
=
this
.
handleSecondTable
(
this
.
tabfourForm
.
projetcBList
)
this
.
inspectJbAl2o3List
.
projectb
=
this
.
handleSecondTable
(
this
.
tabfourForm
.
projetcBList
)
}
else
{
this
.
inspectJbAl2o3List
.
projecta
=
''
}
}
if
(
this
.
tabfourForm
.
projectCList
&&
this
.
tabfourForm
.
projectCList
.
length
>
0
)
{
if
(
this
.
tabfourForm
.
projectCList
&&
this
.
tabfourForm
.
projectCList
.
length
>
0
)
{
this
.
inspectJbAl2o3List
.
projectc
=
this
.
handleSecondTable
(
this
.
tabfourForm
.
projectCList
)
this
.
inspectJbAl2o3List
.
projectc
=
this
.
handleSecondTable
(
this
.
tabfourForm
.
projectCList
)
}
else
{
this
.
inspectJbAl2o3List
.
projecta
=
''
}
}
if
(
this
.
tabfourForm
.
projectDList
&&
this
.
tabfourForm
.
projectDList
.
length
>
0
)
{
if
(
this
.
tabfourForm
.
projectDList
&&
this
.
tabfourForm
.
projectDList
.
length
>
0
)
{
this
.
inspectJbAl2o3List
.
projectd
=
this
.
handleSecondTable
(
this
.
tabfourForm
.
projectDList
)
this
.
inspectJbAl2o3List
.
projectd
=
this
.
handleSecondTable
(
this
.
tabfourForm
.
projectDList
)
}
else
{
this
.
inspectJbAl2o3List
.
projecta
=
''
}
}
this
.
inspectInfoList
.
approveStatus
=
'1'
this
.
inspectInfoList
.
approveStatus
=
'1'
const
ossIdList
=
this
.
getOssIdList
()
const
ossIdList
=
this
.
getOssIdList
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment