Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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-ui
Commits
b1a715e9
Commit
b1a715e9
authored
May 27, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
时间段调整
parent
6ea3f991
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
index.vue
pages/dispatched/index.vue
+4
-4
index.vue
pages/mainProcess/index.vue
+4
-4
No files found.
pages/dispatched/index.vue
View file @
b1a715e9
...
...
@@ -89,15 +89,15 @@
<b
class=
"span02"
>
{{selectedRows.length}}
</b>
项
</span>
<label
for
>
批量设置:
</label>
<a
href=
"#"
class=
"span"
@
click=
"openTimeModal"
>
<Icon
type=
"md-add"
/>
时间段
</a>
<a
href=
"#"
class=
"span"
@
click=
"setUsers"
>
<Icon
type=
"md-add"
/>
人员
</a>
<a
href=
"#"
class=
"span"
@
click=
"setEquip"
>
<Icon
type=
"md-add"
/>
设备
</a>
<a
href=
"#"
class=
"span"
@
click=
"openTimeModal"
>
<Icon
type=
"md-add"
/>
时间段
</a>
</div>
</div>
<!-- 拆分 fenModel -->
...
...
@@ -142,9 +142,9 @@ export default {
{
title
:
'工序名称'
,
key
:
'detailTitle'
,
width
:
110
},
{
title
:
'料单板数'
,
width
:
115
,
key
:
'boardQuantity'
,
slot
:
'boardQuantity'
},
{
title
:
'投产数量'
,
width
:
100
,
key
:
'quantity'
,
},
{
title
:
'时间段'
,
key
:
'times'
,
width
:
260
,
slot
:
'times'
},
{
title
:
'人员'
,
key
:
'userTitles'
,
slot
:
'userTitles'
},
{
title
:
'设备'
,
key
:
'equipTitle'
,
slot
:
'equipTitle'
},
{
title
:
'时间段'
,
key
:
'times'
,
width
:
260
,
slot
:
'times'
},
{
title
:
'操作'
,
width
:
90
,
key
:
'action'
,
slot
:
'action'
}
],
dateRange
:
{
//禁选时间
...
...
pages/mainProcess/index.vue
View file @
b1a715e9
...
...
@@ -109,15 +109,15 @@
已选择
<b
class=
"span02"
>
{{selectedRows.length}}
</b>
项
</span>
<label
for
>
批量设置:
</label>
<a
href=
"#"
class=
"span"
@
click=
"openTimeModal"
>
<Icon
type=
"md-add"
/>
时间段
</a>
<a
href=
"#"
class=
"span"
@
click=
"setUsers"
>
<Icon
type=
"md-add"
/>
人员
</a>
<a
href=
"#"
class=
"span"
@
click=
"setEquip"
>
<Icon
type=
"md-add"
/>
设备
</a>
<a
href=
"#"
class=
"span"
@
click=
"openTimeModal"
>
<Icon
type=
"md-add"
/>
时间段
</a>
</div>
</div>
<!-- 拆分 fenModel -->
...
...
@@ -163,9 +163,9 @@ export default {
{
title
:
'工序序号'
,
key
:
'detailNumber'
,
width
:
110
},
{
title
:
'工序名称'
,
key
:
'detailTitle'
,
width
:
110
},
{
title
:
'投产数量'
,
width
:
135
,
key
:
'quantity'
,
slot
:
'boardQuantity'
},
{
title
:
'时间段'
,
key
:
'times'
,
width
:
260
,
slot
:
'times'
},
{
title
:
'人员'
,
key
:
'userTitles'
,
slot
:
'userTitles'
},
{
title
:
'设备'
,
key
:
'equipTitle'
,
slot
:
'equipTitle'
},
{
title
:
'时间段'
,
key
:
'times'
,
width
:
260
,
slot
:
'times'
},
{
title
:
'操作'
,
width
:
90
,
key
:
'action'
,
slot
:
'action'
}
],
dateRange
:
{
//不可选日期
...
...
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