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
11c6133e
Commit
11c6133e
authored
Aug 27, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
希迈版本删除一些东西
parent
18c4698d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
21 deletions
+1
-21
manifest.json
manifest.json
+1
-1
TabHeader.vue
pages/index/TabHeader.vue
+0
-4
index.vue
pages/mes/prodReport/index.vue
+0
-16
No files found.
manifest.json
View file @
11c6133e
...
...
@@ -2,7 +2,7 @@
"name"
:
"mes-pad"
,
"appid"
:
"__UNI__EFAA56F"
,
"description"
:
"MES-PAD"
,
"versionName"
:
"1.0.
4
"
,
"versionName"
:
"1.0.
1
"
,
"versionCode"
:
"100"
,
"transformPx"
:
false
,
/*
5
+App特有相关
*/
...
...
pages/index/TabHeader.vue
View file @
11c6133e
...
...
@@ -67,10 +67,6 @@ export default {
path
:
'PRO'
,
title
:
'生产'
,
icon
:
require
(
'@/static/icons/png/pro.png'
)
},
{
path
:
'QC'
,
title
:
'质量'
,
icon
:
require
(
'@/static/icons/png/qc.png'
)
}]
}
}
...
...
pages/mes/prodReport/index.vue
View file @
11c6133e
...
...
@@ -40,16 +40,11 @@
{{
this
.
vuex_workunit
==
null
?
'请选择工作单元'
:
this
.
vuex_workunit
.
workunitName
}}
</view>
<u-button
type=
"primary"
@
click=
"commonClick('Refresh')"
>
刷新
</u-button>
<u-button
type=
"primary"
@
click=
"commonClick('KnifeTemp')"
v-if=
"!isWaiXie"
v-show=
"!buttonShow || buttonShow.processToolView === '1'"
>
刀模版上下机
</u-button>
<u-button
type=
"primary"
@
click=
"commonClick('FeedingInspection')"
v-if=
"!isWaiXie"
v-show=
"!buttonShow || buttonShow.materialView === '1'"
>
投料校验
</u-button>
<u-button
type=
"primary"
@
click=
"commonClick('RecoilMaterial')"
v-if=
"!isWaiXie"
v-show=
"!buttonShow || buttonShow.recoilMaterialView === '1'"
>
反冲料登记
</u-button>
<u-button
type=
"success"
@
click=
"commonClick('StartTask')"
v-if=
"!isWaiXie"
>
开始作业
</u-button>
<u-button
type=
"warning"
@
click=
"commonClick('StopTask')"
v-if=
"!isWaiXie"
>
暂停作业
</u-button>
<u-button
type=
"success"
@
click=
"commonClick('Prod')"
>
{{
isWaiXie
?
'外协收货'
:
'生产报工'
}}
</u-button>
<u-button
type=
"success"
@
click=
"commonClick('editProd')"
v-if=
"!isWaiXie"
>
修改报工
</u-button>
<u-button
type=
"primary"
@
click=
"commonClick('FinshTask')"
>
完成作业
</u-button>
<u-button
type=
"primary"
@
click=
"commonClick('MaterialRequest')"
v-if=
"!isWaiXie"
v-show=
"!buttonShow || buttonShow.MaterialRequestView === '1'"
>
补料申请
</u-button>
<u-button
type=
"primary"
@
click=
"commonClick('MaterialReturn')"
v-if=
"!isWaiXie"
v-show=
"!buttonShow || buttonShow.MaterialReturnView === '1'"
>
退料申请
</u-button>
<u-button
type=
"primary"
@
click=
"commonClick('ViewPpicture')"
v-if=
"!isWaiXie"
>
查看图片
</u-button>
<u-button
type=
"warning"
@
click=
"commonClick('abnormal')"
v-if=
"!isWaiXie"
>
异常报告
</u-button>
<!--
<u-button
type=
"primary"
@
click=
"commonClick('StockIn')"
>
完工入库申请
</u-button>
-->
...
...
@@ -1291,17 +1286,6 @@ export default {
type
:
'radio'
,
width
:
60
},
{
name
:
'arrangeCode'
,
label
:
'编排单号'
,
align
:
'center'
,
width
:
85
,
cellFun
:
(
row
,
index
)
=>
{
console
.
log
(
row
,
index
);
this
.
tableDataDetail
=
row
.
proWorkorderList
;
this
.
showRowDeatilFlag
=
true
;
}
},
{
name
:
'scheduleStartDateStr'
,
label
:
'计划开始时间'
,
...
...
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