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
93ea3b3a
Commit
93ea3b3a
authored
Mar 08, 2024
by
孙浩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
单号提交刷新
parent
6bd0108b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
20 deletions
+2
-20
checkList.vue
src/views/checkList.vue
+2
-20
No files found.
src/views/checkList.vue
View file @
93ea3b3a
...
...
@@ -1170,16 +1170,6 @@ export default {
if
(
index
>=
9
&&
this
.
recode1
[
index
].
recordData
===
''
)
{
this
.
recode1
[
index
].
differenceValue2
=
''
}
if
(
index
<
this
.
recode1
.
length
)
{
if
(
this
.
recode1
[
index
].
recordData
===
''
)
{
this
.
SumList
[
index
]
=
null
}
else
{
this
.
SumList
[
index
]
=
Number
(
this
.
recode1
[
index
].
recordData
)
}
this
.
calculate
(
this
.
removeEmptyValues
(
this
.
SumList
),
1
)
}
console
.
log
(
'11111'
,
this
.
SumList
)
},
// 去除数组中的空值
removeEmptyValues
(
arr
,
sys
)
{
...
...
@@ -1248,16 +1238,6 @@ export default {
if
(
index
>=
9
&&
this
.
recode2
[
index
].
recordData
===
''
)
{
this
.
recode2
[
index
].
differenceValue2
=
''
}
if
(
index
<
this
.
recode2
.
length
)
{
if
(
this
.
recode2
[
index
].
recordData
===
''
)
{
this
.
SumList1
[
index
]
=
null
}
else
{
this
.
SumList1
[
index
]
=
Number
(
this
.
recode2
[
index
].
recordData
)
}
this
.
calculate
(
this
.
removeEmptyValues
(
this
.
SumList1
),
2
)
}
},
/* 表单3的计算方法*/
...
...
@@ -1915,6 +1895,7 @@ export default {
this
.
inspectJbAl2o3List
.
limitData
=
this
.
getStringByArray
(
this
.
recode3
)
this
.
inspectInfoList
.
approveStatus
=
'0'
// const businessId = this.$route.query.businessId
this
.
getJcCode
()
const
ossIdList
=
this
.
getOssIdList
()
const
obj
=
{
incomeInspectInfo
:
this
.
inspectInfoList
,
...
...
@@ -1945,6 +1926,7 @@ export default {
this
.
inspectJbAl2o3List
.
standardTwoData
=
this
.
getStringByArray
(
this
.
recode2
)
this
.
inspectJbAl2o3List
.
limitData
=
this
.
getStringByArray
(
this
.
recode3
)
this
.
inspectInfoList
.
approveStatus
=
'1'
this
.
getJcCode
()
const
ossIdList
=
this
.
getOssIdList
()
var
obj
=
{
incomeInspectInfo
:
this
.
inspectInfoList
,
...
...
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