Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pda-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
pda
pda-ui
Commits
544ae2a7
Commit
544ae2a7
authored
Apr 26, 2024
by
张海景
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:修改生产排产加上下达按钮
parent
32b1e3f1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
index.vue
src/views/mes/pro/scheduleList/index.vue
+5
-4
No files found.
src/views/mes/pro/scheduleList/index.vue
View file @
544ae2a7
...
...
@@ -27,13 +27,14 @@
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetWorkunitQuery"
>
重置
</el-button>
</el-form-item>
-->
</el-form>
<div
v-if=
"taskWorkunitList.length"
class=
"cardBox"
>
<div
class=
"list"
>
<div
class=
"cardBox"
>
<div
v-if=
"taskWorkunitList.length"
class=
"list"
>
<div
@
click
.
stop=
"handleClick(item,index)"
class=
"list-item"
:class=
"
{'active': currentTask === index}" v-for="(item,index) in taskWorkunitList" :key="index">
<div
class=
"item-top"
>
工作单元:
{{
item
.
workunitCode
}}
</div>
<div>
工作单元名称:
{{
item
.
workunitName
}}
</div>
</div>
</div>
<div
v-else
style=
"text-align: center;margin-top:30px;color:#ccc;"
>
暂无数据
</div>
</div>
</div>
<div>
...
...
@@ -110,14 +111,14 @@
@
click=
"handleSchedule"
>
排程
</el-button>
</el-col>
<
!--
<
el-col
:span=
"1.5"
>
<el-col
:span=
"1.5"
>
<el-button
type=
"primary"
plain
size=
"mini"
@
click=
"handleSumbmitMakeProduction"
>
下达生产
</el-button>
</el-col>
-->
</el-col>
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
</el-row>
...
...
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