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
77c95e63
Commit
77c95e63
authored
Apr 28, 2020
by
周远喜
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'product' of
http://git.mes123.com/zhouyx/mes-ui
into product
parents
d674128c
bafd6ab3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
5 deletions
+19
-5
index.vue
pages/aps/stream/index.vue
+6
-3
index.vue
pages/technology/index.vue
+1
-1
technolog.less
pages/technology/technolog.less
+12
-1
No files found.
pages/aps/stream/index.vue
View file @
77c95e63
...
...
@@ -161,7 +161,9 @@ export default {
maxnum
:
1
,
chaiModal
:
false
,
orderId
:
0
,
routingHeaderId
:
0
quantity
:
0
,
routingHeaderId
:
0
,
detailId
:
0
};
},
created
()
{
...
...
@@ -215,6 +217,7 @@ export default {
u
.
chai
=
false
;
});
this
.
result
=
r
.
result
;
this
.
quantity
=
r
.
result
.
quantity
;
}
});
},
...
...
@@ -300,7 +303,7 @@ export default {
},
//下发
lowerHair
()
{
if
(
this
.
orderId
)
{
if
(
this
.
orderId
||
this
.
quantity
)
{
var
items
=
[];
var
obj
=
{};
if
(
this
.
mode
==
1
)
{
...
...
@@ -355,7 +358,7 @@ export default {
});
}
}
else
{
this
.
$Message
.
info
(
"请先选择排产订单设置工序"
);
this
.
$Message
.
info
(
"请先选择排产订单
并
设置工序"
);
}
},
closeOk
()
{
...
...
pages/technology/index.vue
View file @
77c95e63
...
...
@@ -41,7 +41,7 @@
<Icon
type=
"ios-undo-outline"
/>
详情页面
</a>
-->
<Card
class=
"h100"
>
<DataGrid
:columns=
"columns"
ref=
"grid"
:action=
"action"
>
<DataGrid
:columns=
"columns"
ref=
"grid"
:action=
"action"
class=
"card_box"
>
<template
slot=
"easySearch"
>
<Form
ref=
"formInline"
:model=
"easySearch"
inline
>
<FormItem
prop=
"keys"
>
...
...
pages/technology/technolog.less
View file @
77c95e63
...
...
@@ -103,5 +103,16 @@
left: 44%;
}
}
}
.lay100 {
height: calc(100vh - 105px);
background-color: #F5F6FA;
.con{
padding: 5px 5px 0px 10px;
.h100{
overflow-y: auto;
}
}
}
\ No newline at end of file
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