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
597d7f60
Commit
597d7f60
authored
May 07, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'product' of git.mes123.com:zhouyx/mes-ui into product
parents
6778553d
06208c45
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
62 additions
and
47 deletions
+62
-47
dataGrid.vue
components/page/dataGrid.vue
+3
-1
taskList.vue
pages/produce/taskList.vue
+26
-17
index.vue
pages/technology/details/index.vue
+1
-1
index.vue
pages/technology/details/routingqccard/index.vue
+5
-3
index.vue
pages/technology/details/routingsupporting/index.vue
+2
-1
index.vue
pages/technology/index.vue
+25
-24
No files found.
components/page/dataGrid.vue
View file @
597d7f60
...
...
@@ -130,7 +130,9 @@ export default {
search
:
{
pageIndex
:
1
,
pageSize
:
20
,
conditions
:
[]
conditions
:
[],
sortBy
:
null
,
isDesc
:
true
,
},
pageSizeOpts
:
[
20
,
50
,
100
],
tableHeight
:
0
,
...
...
pages/produce/taskList.vue
View file @
597d7f60
...
...
@@ -241,12 +241,14 @@ export default {
SkipCount
:
1
,
MaxResultCount
:
10
,
orderSearchForm
:
{
status
:
0
,
SimpleSearch
:
''
,
productId
:
null
,
//产品id
productName
:
''
,
//产品名称
taskType
:
''
,
//任务类型
stage
:
''
,
//阶段
materialId
:
''
,
//材料
quantity
:
1
,
//数量
guestName
:
''
,
//甲方客户
printSupply
:
''
,
//3D打印承制单位
functionaryOffice
:
''
,
//厂内责任机关
...
...
@@ -268,7 +270,9 @@ export default {
projectNumber
:
""
,
//项目号
batchNumber
:
""
,
//批次号
urgencyLevel
:
null
//紧急程度
urgencyLevel
:
null
,
//紧急程度
SkipCount
:
1
,
MaxResultCount
:
10
},
mColumn
:[
{
type
:
'expand'
,
width
:
60
,
...
...
@@ -352,19 +356,21 @@ content="开工"
});
},
// 分页
pageChange
(
pageNum
)
{
let
pageData
=
this
.
search
;
pageData
.
SkipCount
=
(
pageNum
-
1
)
*
this
.
orderSearchForm
.
MaxResultCount
pageData
.
MaxResultCount
=
(
pageNum
-
1
)
*
this
.
orderSearchForm
.
MaxResultCount
// pageData.pageIndex = pageNum
this
.
laodePage
(
pageData
)
},
pageSizeChange
(
val
)
{
let
pageData
=
this
.
search
;
pageData
.
SkipCount
=
0
pageData
.
MaxResultCount
=
val
this
.
laodePage
(
pageData
)
},
pageChange
(
pageNum
)
{
this
.
orderSearchForm
.
SkipCount
=
(
pageNum
-
1
)
*
this
.
orderSearchForm
.
MaxResultCount
// pageData.pageIndex = pageNum
this
.
laodePage
(
this
.
orderSearchForm
)
},
pageSizeChange
(
val
)
{
this
.
orderSearchForm
.
SkipCount
=
0
this
.
orderSearchForm
.
MaxResultCount
=
val
this
.
laodePage
(
this
.
orderSearchForm
)
},
laodePage
(
pageData
){
let
url
=
`
${
PlanUrl
}
/orderexecute/waitexecuteorderlist`
;
service
.
post
(
`
${
url
}
`
,
pageData
).
then
(
res
=>
{
...
...
@@ -373,8 +379,11 @@ content="开工"
});
},
// 搜索
tableSearch
()
{
},
tableSearch
()
{
this
.
orderSearchForm
.
SkipCount
=
0
this
.
orderSearchForm
.
SimpleSearch
=
this
.
searchIterms
this
.
laodePage
(
this
.
orderSearchForm
)
},
searchModel
(){
this
.
showModel
=
true
;
},
...
...
pages/technology/details/index.vue
View file @
597d7f60
...
...
@@ -70,7 +70,7 @@ export default {
});
}
},
{
key
:
"taskSeq"
,
title
:
this
.
l
(
"taskSeq"
),
align
:
"left"
,
width
:
80
},
{
key
:
"taskSeq"
,
title
:
this
.
l
(
"taskSeq"
),
align
:
"left"
,
width
:
100
,
sortable
:
true
},
{
key
:
"name"
,
title
:
this
.
l
(
"name"
),
...
...
pages/technology/details/routingqccard/index.vue
View file @
597d7f60
...
...
@@ -49,8 +49,9 @@ export default {
"checkParams,standard"
,
value
:
null
},
routingHeaderId
:
{
op
:
"Equal"
,
value
:
-
1
}
routingHeaderId
:
{
op
:
"Equal"
,
value
:
-
1
}
,
},
sortType
:
'normal'
,
modal
:
false
,
title
:
"新增"
,
detail
:
null
,
...
...
@@ -78,7 +79,8 @@ export default {
title
:
this
.
l
(
"routingDetailNo"
),
align
:
"left"
,
high
:
true
,
width
:
80
width
:
100
,
sortable
:
true
},
{
key
:
"routingDetailName"
,
...
...
@@ -357,7 +359,7 @@ export default {
l
(
key
)
{
let
vkey
=
"routing_qc_card"
+
"."
+
key
;
return
this
.
$t
(
vkey
)
||
key
;
}
}
,
}
};
</
script
>
...
...
pages/technology/details/routingsupporting/index.vue
View file @
597d7f60
...
...
@@ -78,7 +78,8 @@ export default {
title
:
this
.
l
(
"routingDetailNo"
),
align
:
"left"
,
high
:
true
,
width
:
80
width
:
100
,
sortable
:
true
},
{
key
:
"routingDetailName"
,
...
...
pages/technology/index.vue
View file @
597d7f60
...
...
@@ -121,30 +121,7 @@ export default {
uId
:
""
,
columns
:
[
{
key
:
"id"
,
title
:
this
.
$t
(
"id"
),
hide
:
true
,
align
:
"left"
},
{
key
:
"creationTime"
,
title
:
this
.
$t
(
"creationTime"
),
align
:
"left"
,
hide
:
true
},
{
key
:
"creatorUserId"
,
title
:
this
.
$t
(
"creatorUserId"
),
align
:
"left"
,
hide
:
true
},
{
key
:
"lastModificationTime"
,
title
:
this
.
$t
(
"lastModificationTime"
),
align
:
"left"
,
hide
:
true
},
{
key
:
"lastModifierUserId"
,
title
:
this
.
$t
(
"lastModifierUserId"
),
align
:
"left"
,
hide
:
true
},
{
key
:
"classId"
,
title
:
this
.
l
(
"classId"
),
align
:
"left"
,
hide
:
true
},
{
key
:
"unicode"
,
...
...
@@ -244,6 +221,30 @@ export default {
width
:
140
,
high
:
true
,
code
:
"Process.Status"
},
{
key
:
"creationTime"
,
title
:
this
.
$t
(
"creationTime"
),
align
:
"left"
,
hide
:
true
},
{
key
:
"creatorUserId"
,
title
:
this
.
$t
(
"creatorUserId"
),
align
:
"left"
,
hide
:
true
},
{
key
:
"lastModificationTime"
,
title
:
this
.
$t
(
"lastModificationTime"
),
align
:
"left"
,
hide
:
true
},
{
key
:
"lastModifierUserId"
,
title
:
this
.
$t
(
"lastModifierUserId"
),
align
:
"left"
,
hide
:
true
},
{
title
:
"操作"
,
...
...
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