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
0601ef31
Commit
0601ef31
authored
Apr 04, 2020
by
佟礼
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'product' of 39.98.128.195:zhouyx/mes-ui into product
parents
da86cb88
2f4b52fd
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
361 additions
and
361 deletions
+361
-361
order.js
api/order.js
+3
-0
storeHouseLeft.vue
components/modalTree/storeHouseLeft.vue
+2
-2
zh-CN.js
i18n/locale/zh-CN.js
+1
-1
product.vue
layouts/basic-layout/product.vue
+13
-0
add.vue
pages/aps/aps/add.vue
+205
-248
edit.vue
pages/aps/aps/components/edit.vue
+7
-2
index.vue
pages/mordent/Sluggish/placode/index.vue
+3
-2
index.vue
pages/mordent/Sluggish/powder/index.vue
+4
-2
orderManager.vue
pages/order/orderManager.vue
+123
-104
No files found.
api/order.js
View file @
0601ef31
...
...
@@ -99,6 +99,9 @@ export default {
SimpleSearch
:
typeof
(
params
)
==
'string'
?
params
:
params
.
simpleSearch
,
//快速搜索
SkipCount
:
params
.
SkipCount
?
params
.
SkipCount
:
0
,
MaxResultCount
:
params
.
MaxResultCount
?
params
.
MaxResultCount
:
20
,
projectNumber
:
params
.
projectNumber
,
//项目号
batchNumber
:
params
.
batchNumber
,
//批次号
urgencyLevel
:
params
.
urgencyLevel
,
//紧急程度
};
return
Api
.
get
(
`
${
PlanUrl
}
/mesorder/getpagedmesorders`
,
model
);
},
...
...
components/modalTree/storeHouseLeft.vue
View file @
0601ef31
...
...
@@ -48,13 +48,13 @@ export default {
///浏览器窗口大小变化
return
(()
=>
{
window
.
screenHeight
=
window
.
innerHeight
;
this
.
divHeight
=
window
.
innerHeight
-
18
0
+
"px"
;
this
.
divHeight
=
window
.
innerHeight
-
26
0
+
"px"
;
})();
};
},
created
()
{
this
.
loadTree
()
var
theight
=
window
.
innerHeight
-
18
0
+
'px'
var
theight
=
window
.
innerHeight
-
26
0
+
'px'
this
.
divHeight
=
theight
},
methods
:
{
...
...
i18n/locale/zh-CN.js
View file @
0601ef31
...
...
@@ -1045,7 +1045,7 @@ export default {
insert_flag
:
'插单'
,
important_flag
:
"插单"
,
outside_time
:
'外协时间'
,
discrete_percent
:
'离散
百分比%
'
,
discrete_percent
:
'离散
度
'
,
taskseq_des
:
''
,
workshopcode
:
''
,
routing_detail_id
:
''
,
...
...
layouts/basic-layout/product.vue
View file @
0601ef31
...
...
@@ -7,6 +7,13 @@
<Icon
type=
"ios-keypad"
/>
<div
class=
"top_menu_box"
>
<table
class=
"t_table_box"
>
<tr>
<td
class=
"t_title"
>
<a
class=
"a_goIndex"
@
click=
"goIndex"
>
<b
class=
"title"
>
首页
</b>
</a>
</td>
</tr>
<tr
v-for=
"(item,i) in filterSider"
>
<td
class=
"t_title"
>
<b
class=
"title"
...
...
@@ -277,6 +284,9 @@ export default {
this
.
$router
.
push
(
u
.
path
)
this
.
isActive
=
u
.
id
},
goIndex
(){
this
.
$router
.
push
(
"/"
)
},
},
mounted
()
{
document
.
addEventListener
(
"scroll"
,
this
.
handleScroll
,
{
passive
:
true
});
...
...
@@ -382,6 +392,9 @@ export default {
.t_title{
min-width: 120px;
background: #515a6e;
.a_goIndex{
color: #fff;
}
.title{
padding: 5px 10px;
}
...
...
pages/aps/aps/add.vue
View file @
0601ef31
This diff is collapsed.
Click to expand it.
pages/aps/aps/components/edit.vue
View file @
0601ef31
...
...
@@ -66,7 +66,12 @@ export default {
}
},
props
:
{
eid
:
Number
row
:
{
type
:
Object
,
default
:()
=>
{
return
null
}
}
},
methods
:
{
load
(
v
)
{
...
...
@@ -84,7 +89,7 @@ export default {
this
.
disabled
=
false
if
(
r
.
success
)
{
this
.
$Message
.
success
(
'保存成功'
)
this
.
$emit
(
'on-ok'
)
this
.
$emit
(
'on-o
ption-o
k'
)
}
else
{
this
.
$Message
.
error
(
'保存失败'
)
}
...
...
pages/mordent/Sluggish/placode/index.vue
View file @
0601ef31
...
...
@@ -4,7 +4,7 @@
<StoreHouseLeft
@
storeIds=
"storeIds"
:type=
'2'
></StoreHouseLeft>
</Sider>
<Content
class=
"content"
>
<DataGrid
:columns=
"columns"
ref=
"grid"
:action=
"action"
:conditions=
"easySearch"
>
<DataGrid
:columns=
"columns"
ref=
"grid"
:action=
"action"
:conditions=
"easySearch"
:height=
"tdHeight"
>
<template
slot=
"searchForm"
>
<Search
/>
</
template
>
...
...
@@ -82,6 +82,7 @@ export default {
deletelModal
:
false
,
setNumModal
:
false
,
inventoryModal
:
false
,
tdHeight
:
0
,
curId
:
0
,
easySearch
:
{
keys
:
{
op
:
'code,name'
,
value
:
''
,
default
:
true
},
...
...
@@ -256,7 +257,7 @@ export default {
},
mounted
()
{},
created
()
{
this
.
tdHeight
=
window
.
innerHeight
-
260
},
methods
:
{
addOk
()
{
...
...
pages/mordent/Sluggish/powder/index.vue
View file @
0601ef31
...
...
@@ -15,7 +15,8 @@
ref=
"grid"
:conditions=
"easySearch"
:datalist=
"dataList"
:total=
"ptotal"
placeholder=
"请输入查询条件"
:high=
"true"
>
:high=
"true"
:height=
"tdHeight"
>
<template
slot=
"searchForm"
>
<Search
/>
</
template
>
...
...
@@ -103,6 +104,7 @@ export default {
deletelModal
:
false
,
setNumModal
:
false
,
inventoryModal
:
false
,
tdHeight
:
0
,
curId
:
0
,
easySearch
:
{
keys
:
{
op
:
'code,name'
,
value
:
''
,
default
:
true
},
...
...
@@ -165,7 +167,7 @@ export default {
}
},
mounted
()
{},
created
()
{},
created
()
{
this
.
tdHeight
=
window
.
innerHeight
-
260
},
methods
:
{
addOk
()
{
this
.
addModal
=
false
...
...
pages/order/orderManager.vue
View file @
0601ef31
This diff is collapsed.
Click to expand it.
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