Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pad
Project
Project
Details
Activity
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
ximai
mes-pad
Commits
b88f621b
Commit
b88f621b
authored
Feb 25, 2024
by
jzc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复pad端展示
parent
5e12827b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
33 deletions
+33
-33
index.vue
pages/mes/prodReport/index.vue
+33
-33
No files found.
pages/mes/prodReport/index.vue
View file @
b88f621b
...
@@ -535,6 +535,22 @@ export default {
...
@@ -535,6 +535,22 @@ export default {
type
:
'selection'
,
type
:
'selection'
,
width
:
35
width
:
35
},
},
{
name
:
'status'
,
label
:
'状态'
,
filters
:
{
// 'START': '生产中',
// 'PAUSE': '暂停',
// 'NORMARL': '未开始'
'PREPARE'
:
'未开工'
,
'START'
:
'已开工'
,
'PAUSE'
:
'暂停'
,
'ERROR_STOP'
:
'异常停工'
,
'FINISHED'
:
'完工'
},
width
:
60
,
align
:
"center"
},
{
{
name
:
'arrangeCode'
,
name
:
'arrangeCode'
,
label
:
'编排单号'
,
label
:
'编排单号'
,
...
@@ -557,37 +573,21 @@ export default {
...
@@ -557,37 +573,21 @@ export default {
label
:
'待加工数量'
,
label
:
'待加工数量'
,
width
:
140
,
width
:
140
,
},
},
{
name
:
'status'
,
label
:
'状态'
,
filters
:
{
// 'START': '生产中',
// 'PAUSE': '暂停',
// 'NORMARL': '未开始'
'PREPARE'
:
'未开工'
,
'BEGINNING'
:
'已开工'
,
'PAUSE'
:
'暂停'
,
'ERROR_STOP'
:
'异常停工'
,
'FINISH'
:
'完工'
},
width
:
60
,
align
:
"center"
},
// {
// {
// name: 'date',
// name: 'date',
// label: '批号',
// label: '批号',
// width: 50,
// width: 50,
// },
// },
{
//
{
name
:
'taskCode'
,
//
name: 'taskCode',
label
:
'任务单号'
,
//
label: '任务单号',
width
:
110
,
//
width: 110,
},
//
},
{
//
{
name
:
'workorderCode'
,
//
name: 'workorderCode',
label
:
'生产单号'
,
//
label: '生产单号',
width
:
120
,
//
width: 120,
},
//
},
// {
// {
// name: 'itemCode',
// name: 'itemCode',
// label: '物料编号',
// label: '物料编号',
...
@@ -620,12 +620,12 @@ export default {
...
@@ -620,12 +620,12 @@ export default {
width
:
60
,
width
:
60
,
align
:
"center"
align
:
"center"
},
},
{
//
{
name
:
'clientName'
,
//
name: 'clientName',
label
:
'作业人员'
,
//
label: '作业人员',
width
:
60
,
//
width: 60,
align
:
"center"
//
align: "center"
},
//
},
],
],
dModelData
:
[],
dModelData
:
[],
tableSelectData
:
[],
tableSelectData
:
[],
...
@@ -844,7 +844,7 @@ export default {
...
@@ -844,7 +844,7 @@ export default {
this
.
knifeTempVisible
=
true
this
.
knifeTempVisible
=
true
return
return
}
else
{
}
else
{
return
this
.
$u
.
toast
(
'该
刀模版具不属于该工单
'
)
return
this
.
$u
.
toast
(
'该
任务不需刀模板上下机记录
'
)
}
}
this
.
addDModelRecord
(
params
)
this
.
addDModelRecord
(
params
)
},
},
...
...
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