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
11b687bd
Commit
11b687bd
authored
Sep 23, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复bug
parent
c8c01439
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
1 deletion
+20
-1
ProogingProcess.vue
...mes/pro/productionSolution/components/ProogingProcess.vue
+20
-0
index.vue
src/views/mes/pro/scheduleList/index.vue
+0
-1
No files found.
src/views/mes/pro/productionSolution/components/ProogingProcess.vue
View file @
11b687bd
...
@@ -50,6 +50,16 @@
...
@@ -50,6 +50,16 @@
</el-select>
</el-select>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"工序编码"
prop=
"processCode"
align=
"center"
width=
"140"
>
<
template
slot-scope=
"scope"
>
<el-input
v-model=
"scope.row.processCode"
placeholder=
""
disabled
clearable
/>
</
template
>
</el-table-column>
<el-table-column
label=
"工作中心"
prop=
"workstationId"
align=
"center"
width=
"140"
>
<el-table-column
label=
"工作中心"
prop=
"workstationId"
align=
"center"
width=
"140"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-select
v-model=
"scope.row.workstationId"
:disabled=
"mode == 'info'"
placeholder=
""
filterable
@
change=
"(v) => chooseworkstationName(v, scope.row, scope.$index)"
>
<el-select
v-model=
"scope.row.workstationId"
:disabled=
"mode == 'info'"
placeholder=
""
filterable
@
change=
"(v) => chooseworkstationName(v, scope.row, scope.$index)"
>
...
@@ -62,6 +72,16 @@
...
@@ -62,6 +72,16 @@
</el-select>
</el-select>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"工作中心编码"
prop=
"workstationCode"
align=
"center"
width=
"130"
>
<
template
slot-scope=
"scope"
>
<el-input
v-model=
"scope.row.workstationCode"
placeholder=
""
disabled
clearable
/>
</
template
>
</el-table-column>
<el-table-column
label=
"标准工时"
prop=
"stdWorkingTime"
align=
"center"
>
<el-table-column
label=
"标准工时"
prop=
"stdWorkingTime"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-input
<el-input
...
...
src/views/mes/pro/scheduleList/index.vue
View file @
11b687bd
...
@@ -170,7 +170,6 @@
...
@@ -170,7 +170,6 @@
<el-table-column
label=
"排产数量"
align=
"center"
prop=
"quantity"
/>
<el-table-column
label=
"排产数量"
align=
"center"
prop=
"quantity"
/>
<el-table-column
label=
"可加工数量"
align=
"center"
prop=
"quantityWait"
/>
<el-table-column
label=
"可加工数量"
align=
"center"
prop=
"quantityWait"
/>
<el-table-column
label=
"已完成数量"
align=
"center"
prop=
"quantityQualify"
/>
<el-table-column
label=
"已完成数量"
align=
"center"
prop=
"quantityQualify"
/>
<el-table-column
label=
"编排人员"
align=
"center"
prop=
"arrangeUsername"
/>
<el-table-column
label=
"工单编码"
align=
"center"
prop=
"workorderCode"
/>
<el-table-column
label=
"工单编码"
align=
"center"
prop=
"workorderCode"
/>
<el-table-column
<el-table-column
label=
"工作中心"
label=
"工作中心"
...
...
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