Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
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
TFMOM
TF-MOM-WEB
Commits
86706d76
Commit
86706d76
authored
Jan 08, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://94.191.100.41/tfmom/tf-mom-web
into dev
parents
221db6b1
f1df97de
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
4 deletions
+2
-4
tree.vue
...gement/instructionIdentification/components/left/tree.vue
+1
-1
index.vue
...ment/instructionIdentification/components/right/index.vue
+0
-1
tree.vue
...k/instructionIdentificationBatch/components/left/tree.vue
+1
-1
index.vue
...instructionIdentificationBatch/components/right/index.vue
+0
-1
No files found.
applications/dee-mes/src/views/assemblyPlanManagement/instructionIdentification/components/left/tree.vue
View file @
86706d76
...
...
@@ -194,7 +194,7 @@ export default {
isLeaf
:
true
,
disabled
:
true
,
level
:
1
,
children
:
res
.
items
.
content
.
map
((
t
)
=>
{
children
:
res
.
items
&&
res
.
items
.
content
.
map
((
t
)
=>
{
// quantity += t.completeCount
// total += t.carryCount
return
{
...
...
applications/dee-mes/src/views/assemblyPlanManagement/instructionIdentification/components/right/index.vue
View file @
86706d76
...
...
@@ -174,7 +174,6 @@
<div>
<div>
<el-table
v-loading=
"workProcedureLoading"
:data=
"workProcedureData"
height=
"100%"
border
...
...
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/instructionIdentificationBatch/components/left/tree.vue
View file @
86706d76
...
...
@@ -197,7 +197,7 @@ export default {
isLeaf
:
true
,
disabled
:
true
,
level
:
1
,
children
:
res
.
items
.
map
((
t
)
=>
{
children
:
res
.
items
&&
res
.
items
.
map
((
t
)
=>
{
quantity
+=
t
.
completeCount
total
+=
t
.
carryCount
return
{
...
...
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/instructionIdentificationBatch/components/right/index.vue
View file @
86706d76
...
...
@@ -159,7 +159,6 @@
<div>
<div>
<el-table
v-loading=
"workProcedureLoading"
:data=
"workProcedureData"
height=
"100%"
border
...
...
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