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
a95b14d9
Commit
a95b14d9
authored
Dec 17, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产排产增加排产次数
parent
43fd2e4e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
index.vue
src/views/mes/pro/scheduleList/index.vue
+6
-1
No files found.
src/views/mes/pro/scheduleList/index.vue
View file @
a95b14d9
...
...
@@ -185,6 +185,12 @@
<el-table
v-loading=
"loading"
:data=
"maintenanceList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
:label=
"$t('工单编码')"
align=
"center"
prop=
"workorderCode"
/>
<el-table-column
:label=
"$t('排产次数')"
align=
"center"
prop=
"taskBatch"
>
<template
slot-scope=
"scope"
>
{{
scope
.
row
.
taskBatch
.
split
(
'-'
).
length
>
1
?
scope
.
row
.
taskBatch
.
split
(
'-'
)[
scope
.
row
.
taskBatch
.
split
(
'-'
).
length
-
1
]:
''
}}
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('任务单编码')"
width=
"120"
prop=
"taskCode"
>
<
template
slot-scope=
"scope"
>
<el-button
...
...
@@ -205,7 +211,6 @@
<el-table-column
:label=
"$t('排产数量')"
align=
"center"
prop=
"quantity"
/>
<el-table-column
:label=
"$t('可加工数量')"
align=
"center"
prop=
"quantityWait"
/>
<el-table-column
:label=
"$t('已完成数量')"
align=
"center"
prop=
"quantityQualify"
/>
<el-table-column
:label=
"$t('工单编码')"
align=
"center"
prop=
"workorderCode"
/>
<el-table-column
:label=
"$t('common.workstation')"
align=
"center"
...
...
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