Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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-ui
Commits
51d58543
Commit
51d58543
authored
Nov 18, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产版本
parent
4db5c739
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
ProogingProcess.vue
...mes/pro/productionSolution/components/ProogingProcess.vue
+5
-5
No files found.
src/views/mes/pro/productionSolution/components/ProogingProcess.vue
View file @
51d58543
...
...
@@ -67,10 +67,10 @@
</el-select>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('工序备注')"
prop=
"
remark111111
"
align=
"center"
width=
"140"
>
<el-table-column
:label=
"$t('工序备注')"
prop=
"
processRemarkNew
"
align=
"center"
width=
"140"
>
<
template
slot-scope=
"scope"
>
<el-input
v-model=
"scope.row.
remark111111
"
v-model=
"scope.row.
processRemarkNew
"
disabled
clearable
/>
...
...
@@ -579,7 +579,7 @@ export default {
unitOfMeasure
:
null
,
keyFlag
:
'N'
,
isCheck
:
'N'
,
remark111111
:
null
,
processRemarkNew
:
null
,
processRemark
:
null
,
drawingList
:
[]
},
...
...
@@ -651,7 +651,7 @@ export default {
this
.
tableData
.
forEach
((
item
)
=>
{
const
item1
=
this
.
processOptions
.
find
(
v
=>
v
.
processId
===
item
.
processId
)
if
(
item1
)
{
item
[
'
remark111111
'
]
=
item1
.
remark
item
[
'
processRemarkNew
'
]
=
item1
.
remark
}
});
});
...
...
@@ -858,7 +858,7 @@ export default {
const
item
=
this
.
processOptions
.
find
(
v
=>
v
.
processId
===
e
)
row
[
'processCode'
]
=
item
.
processCode
row
[
'processName'
]
=
item
.
processName
row
[
'
remark111111
'
]
=
item
.
remark
row
[
'
processRemarkNew
'
]
=
item
.
remark
if
(
e
&&
this
.
tableData
[
this
.
tableData
.
length
-
1
][
'processId'
])
{
this
.
tableData
.
push
(
JSON
.
parse
(
JSON
.
stringify
(
this
.
breakData
)))
}
...
...
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