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
mes
mes-ui
Commits
dfaa1b88
Commit
dfaa1b88
authored
Apr 10, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复bug
parent
16761b67
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
index.vue
src/views/mes/pro/scheduleList/index.vue
+7
-6
index.vue
src/views/mes/pro/workstationRequest/index.vue
+1
-1
No files found.
src/views/mes/pro/scheduleList/index.vue
View file @
dfaa1b88
...
...
@@ -249,21 +249,22 @@
label=
"作业单元名称"
align=
"center"
prop=
"workunitName"
:show-overflow-tooltip=
"true"
width=
"200"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
:content=
"scope.row.workunitName"
>
<el-input
v-
if=
"scope.row.status === 'UN_ASSIGN'|| scope.row.status === 'PREPARE'"
v-
model=
"scope.row.workunitName"
>
<el-tooltip
:content=
"scope.row.workunitName"
key=
"1"
v-if=
"scope.row.status === 'UN_ASSIGN'|| scope.row.status === 'PREPARE'"
>
<el-input
v-model=
"scope.row.workunitName"
>
<el-button
slot=
"append"
icon=
"el-icon-search"
@
click=
"currentData = scope.row, $refs['WorkunitSelect'].showFlag = true"
></el-button>
</el-input>
<span
v-else
>
{{
scope
.
row
.
workunitName
}}
</span>
</el-tooltip>
<el-tooltip
:content=
"scope.row.workunitName"
key=
"2"
v-else
>
<span>
{{
scope
.
row
.
workunitName
}}
</span>
</el-tooltip>
</
template
>
</el-table-column>
...
...
src/views/mes/pro/workstationRequest/index.vue
View file @
dfaa1b88
...
...
@@ -58,10 +58,10 @@
<el-table
v-loading=
"loading"
:data=
"materialList"
@
selection-change=
"handleSelectionChange"
:max-height=
"maxHeight"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"申请单号"
align=
"center"
width=
"150"
prop=
"applyNo"
/>
<el-table-column
label=
"产品编码"
align=
"center"
width=
"150"
prop=
"sapItemCode"
/>
<el-table-column
label=
"产品名称"
align=
"center"
width=
"150"
prop=
"itemName"
/>
<!--
<el-table-column
label=
"工作中心名称"
align=
"center"
width=
"150"
prop=
"workstationName"
/>
-->
<el-table-column
label=
"申请单号"
align=
"center"
width=
"150"
prop=
"applyNo"
/>
<el-table-column
label=
"工单号"
align=
"center"
width=
"150"
prop=
"workorderCode"
/>
<!--
<el-table-column
label=
"领料类型"
align=
"center"
width=
"150"
prop=
"applyType"
>
<template
slot-scope=
"scope"
>
...
...
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