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
f6b4bdd3
Commit
f6b4bdd3
authored
Apr 26, 2024
by
张海景
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:修改生产排产的布局
parent
544ae2a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
index.vue
src/views/mes/pro/scheduleList/index.vue
+7
-3
No files found.
src/views/mes/pro/scheduleList/index.vue
View file @
f6b4bdd3
...
...
@@ -30,14 +30,14 @@
<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
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>
<div
style=
"width: calc(100% - 600px);"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:inline=
"true"
v-show=
"showSearch"
label-width=
"100px"
>
<el-form-item
label=
"任务号"
prop=
"taskCode"
>
<el-input
...
...
@@ -665,7 +665,11 @@ export default {
max
-
height
:
600
px
;
overflow
-
y
:
auto
;
.
list
{
display
:
flex
;
justify
-
content
:
space
-
between
;
flex
-
wrap
:
wrap
;
.
list
-
item
{
width
:
48
%
;
padding
:
10
px
;
border
:
1
px
solid
#
eee
;
border
-
radius
:
6
px
;
...
...
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