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
2c5254a5
Commit
2c5254a5
authored
Feb 26, 2024
by
李驰骋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉右侧切换工作单元换钮
parent
858858ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
39 deletions
+37
-39
index.vue
pages/mes/prodReport/index.vue
+37
-39
No files found.
pages/mes/prodReport/index.vue
View file @
2c5254a5
...
...
@@ -65,8 +65,6 @@
<view
style=
"text-align: center;line-height: 80rpx;font-size: 28rpx;font-weight: 600;"
>
{{
this
.
vuex_workunit
==
null
?
'请选择工作单元'
:
this
.
vuex_workunit
.
workunitName
}}
</view>
<u-button
type=
"primary"
@
click=
"changeWorkstation"
>
切换工作单元
</u-button>
<br/>
<u-button
type=
"warning"
@
click=
"commonClick('KnifeTemp')"
>
刀模版上下机
</u-button>
<u-button
type=
"primary"
@
click=
"commonClick('Refresh')"
>
刷新
</u-button>
<u-button
type=
"success"
@
click=
"commonClick('StartTask')"
>
开始作业
</u-button>
...
...
@@ -507,22 +505,6 @@ export default {
type
:
'selection'
,
width
:
35
},
{
name
:
'status'
,
label
:
'状态'
,
filters
:
{
// 'START': '生产中',
// 'PAUSE': '暂停',
// 'NORMARL': '未开始'
'PREPARE'
:
'未开工'
,
'START'
:
'已开工'
,
'PAUSE'
:
'暂停'
,
'ERROR_STOP'
:
'异常停工'
,
'FINISHED'
:
'完工'
},
width
:
140
,
align
:
"center"
},
{
name
:
'arrangeCode'
,
label
:
'编排单号'
,
...
...
@@ -543,23 +525,39 @@ export default {
{
name
:
'quantity'
,
label
:
'待加工数量'
,
width
:
80
,
width
:
140
,
},
{
name
:
'status'
,
label
:
'状态'
,
filters
:
{
// 'START': '生产中',
// 'PAUSE': '暂停',
// 'NORMARL': '未开始'
'PREPARE'
:
'未开工'
,
'BEGINNING'
:
'已开工'
,
'PAUSE'
:
'暂停'
,
'ERROR_STOP'
:
'异常停工'
,
'FINISH'
:
'完工'
},
width
:
60
,
align
:
"center"
},
// {
// name: 'date',
// label: '批号',
// width: 50,
// },
//
{
//
name: 'taskCode',
//
label: '任务单号',
//
width: 110,
//
},
//
{
//
name: 'workorderCode',
//
label: '生产单号',
//
width: 120,
//
},
{
name
:
'taskCode'
,
label
:
'任务单号'
,
width
:
110
,
},
{
name
:
'workorderCode'
,
label
:
'生产单号'
,
width
:
120
,
},
// {
// name: 'itemCode',
// label: '物料编号',
...
...
@@ -583,21 +581,21 @@ export default {
{
name
:
'quantityQuanlify'
,
label
:
'合格数量'
,
width
:
7
0
,
width
:
6
0
,
align
:
"center"
},
{
name
:
'quantityUnquanlify'
,
label
:
'不合格数量'
,
width
:
70
,
width
:
60
,
align
:
"center"
},
{
name
:
'clientName'
,
label
:
'作业人员'
,
width
:
60
,
align
:
"center"
},
// {
// name: 'clientName',
// label: '作业人员',
// width: 60,
// align: "center"
// },
],
dModelData
:
[],
tableSelectData
:
[],
...
...
@@ -816,7 +814,7 @@ export default {
this
.
knifeTempVisible
=
true
return
}
else
{
return
this
.
$u
.
toast
(
'该
任务不需刀模板上下机记录
'
)
return
this
.
$u
.
toast
(
'该
刀模版具不属于该工单
'
)
}
this
.
addDModelRecord
(
params
)
},
...
...
@@ -1374,7 +1372,7 @@ export default {
.prod-body-right
{
width
:
300rpx
;
padding
:
10rpx
;
height
:
100vh
;
overflow
:
auto
;
.u-btn
{
height
:
100rpx
;
...
...
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