Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pda-scan
Project
Project
Details
Activity
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
ximai
mes-pda-scan
Commits
32cb5f7b
Commit
32cb5f7b
authored
May 17, 2024
by
何远江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug 修改
parent
cde2e19f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
productionIssuanceList.vue
pages/productionIssuance/productionIssuanceList.vue
+5
-0
No files found.
pages/productionIssuance/productionIssuanceList.vue
View file @
32cb5f7b
...
@@ -182,6 +182,7 @@ export default {
...
@@ -182,6 +182,7 @@ export default {
acc
.
push
(...
cur
.
details
)
acc
.
push
(...
cur
.
details
)
return
acc
return
acc
},
[])
},
[])
console
.
log
(
arr
,
'----'
)
// "windCase": null,是否结案 Y是 N否
// "windCase": null,是否结案 Y是 N否
arr
.
forEach
((
ele
,
index
)
=>
{
arr
.
forEach
((
ele
,
index
)
=>
{
...
@@ -197,6 +198,9 @@ export default {
...
@@ -197,6 +198,9 @@ export default {
zencode
:
"A008"
,
zencode
:
"A008"
,
item
:
arr
,
item
:
arr
,
};
};
console
.
log
(
arr
,
'----'
)
this
.
$u
.
api
.
sapApi
.
sapProiss
(
params
).
then
((
res
)
=>
{
this
.
$u
.
api
.
sapApi
.
sapProiss
(
params
).
then
((
res
)
=>
{
this
.
loading
=
false
;
this
.
loading
=
false
;
if
(
!
Array
.
isArray
(
res
))
{
if
(
!
Array
.
isArray
(
res
))
{
...
@@ -288,6 +292,7 @@ export default {
...
@@ -288,6 +292,7 @@ export default {
v
.
vista
=
num
>
v
.
applyNum
?
v
.
applyNum
:
num
;
v
.
vista
=
num
>
v
.
applyNum
?
v
.
applyNum
:
num
;
}
}
num
=
+
(
num
-
v
.
vista
).
toFixed
(
3
);
num
=
+
(
num
-
v
.
vista
).
toFixed
(
3
);
v
.
CHARG
=
ele
.
CHARG
;
v
.
PLNR
=
plnr
;
v
.
PLNR
=
plnr
;
v
.
LGORT
=
ele
.
LGORT
;
v
.
LGORT
=
ele
.
LGORT
;
v
.
LGOBE
=
ele
.
LGOBE
;
v
.
LGOBE
=
ele
.
LGOBE
;
...
...
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