Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pad
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-pad
Commits
418a8e19
Commit
418a8e19
authored
Jul 19, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
编排单号颜色改为蓝色
parent
0e11dcd9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
index.vue
pages/mes/prodReport/index.vue
+7
-1
No files found.
pages/mes/prodReport/index.vue
View file @
418a8e19
...
...
@@ -29,7 +29,7 @@
</u-form>
</view>
<view
class=
"prod-body-left-task"
>
<zb-table
ref=
"zbtable"
:columns=
"tableColumn"
:stripe=
"true"
rowKey=
"taskWorkunitId"
<zb-table
ref=
"zbtable"
:columns=
"tableColumn"
:stripe=
"true"
rowKey=
"taskWorkunitId"
:cellStyle=
"cellStyle"
:isTrClassStyle=
"isTrClassStyle"
@
rowClick=
"rowClick"
@
toggleRowSelection=
"toggleRowSelection"
@
toggleAllSelection=
"toggleAllSelection"
:border=
"true"
:data=
"tableData"
></zb-table>
</view>
...
...
@@ -1476,6 +1476,12 @@ export default {
}
},
methods
:
{
cellStyle
({
row
,
column
,
rowIndex
,
columnIndex
})
{
if
(
columnIndex
===
1
)
{
return
{
color
:
'#3578ff !important'
}
}
return
''
},
handleChangePackNum
(
feedback
,
i
)
{
this
.
getWorkorderDirectiveList
(
feedback
,
i
,
true
)
},
...
...
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