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
e313992f
Commit
e313992f
authored
Apr 30, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
整机排产&流水排产页面修改
parent
10549dda
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
9 deletions
+13
-9
index.vue
pages/aps/complete/index.vue
+3
-3
index.vue
pages/aps/results/index.vue
+2
-2
results.less
pages/aps/results/results.less
+5
-1
index.vue
pages/aps/stream/index.vue
+3
-3
No files found.
pages/aps/complete/index.vue
View file @
e313992f
...
...
@@ -4,11 +4,11 @@
<Row
class=
"row-p"
>
<Col
:span=
"10"
class=
"chan-chi"
>
整机排产-排产池
</Col>
<Col
:span=
"14"
class=
"l-ringht"
>
<RadioGroup
v-model=
"status"
type=
"button"
@
on-change=
"changeStatus"
size=
"small"
>
<Radio
label=
"0"
>
未排产
</Radio>
<
!--
<
RadioGroup
v-model=
"status"
type=
"button"
@
on-change=
"changeStatus"
size=
"small"
>
<Radio
label=
"0"
>
未排产
</Radio>
-->
<!--
<Radio
label=
"2"
>
已排查
</Radio>
-->
<!--
<Radio
label=
"-1"
>
全部
</Radio>
-->
<
/RadioGroup
>
<
!--
</RadioGroup>
--
>
</Col>
</Row>
<div
class=
"left-down"
>
...
...
pages/aps/results/index.vue
View file @
e313992f
...
...
@@ -28,8 +28,8 @@
</div>
</div>
</Sider>
<Content>
<Tabs
value=
"name1
"
:animated=
"false"
>
<Content
class=
"tab_card_box"
>
<Tabs
class=
"tab_card"
value=
"name1"
type=
"card
"
:animated=
"false"
>
<TabPane
label=
"结果列表"
name=
"name1"
>
<resultsList
ref=
"resultsList"
/>
</TabPane>
...
...
pages/aps/results/results.less
View file @
e313992f
...
...
@@ -45,7 +45,11 @@
}
.ivu-layout-content {
margin-left: 15px;
.tab_card{
.ivu-tabs-bar{
margin-top: 10px;
}
}
.btn {
float: right;
margin-top: -52px;
...
...
pages/aps/stream/index.vue
View file @
e313992f
...
...
@@ -4,11 +4,11 @@
<Row
class=
"row-p"
>
<Col
:span=
"9"
class=
"chan-chi"
>
流水排产-排产池
</Col>
<Col
:span=
"15"
class=
"l-ringht"
>
<RadioGroup
v-model=
"status"
type=
"button"
@
on-change=
"changeStatus"
size=
"small"
>
<Radio
label=
"0"
>
未排产
</Radio>
<
!--
<
RadioGroup
v-model=
"status"
type=
"button"
@
on-change=
"changeStatus"
size=
"small"
>
<Radio
label=
"0"
>
未排产
</Radio>
-->
<!--
<Radio
label=
"2"
>
已排查
</Radio>
-->
<!--
<Radio
label=
"-1"
>
全部
</Radio>
-->
<
/RadioGroup
>
<
!--
</RadioGroup>
--
>
</Col>
</Row>
<div
class=
"left-down"
>
...
...
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