Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
mes
mes-ui
Commits
fd22ede3
Commit
fd22ede3
authored
Sep 27, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消组合和吹膜厚度
parent
5a71672b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
17 deletions
+15
-17
workorder.js
src/api/mes/pro/workorder.js
+8
-0
ProogingSpecificationSheet.vue
...ductionSolution/components/ProogingSpecificationSheet.vue
+4
-15
indexApply.vue
src/views/mes/pro/workorder/indexApply.vue
+3
-2
No files found.
src/api/mes/pro/workorder.js
View file @
fd22ede3
...
...
@@ -87,6 +87,14 @@ export function delWorkorder(workorderId) {
})
}
// 生产工单取消组合
export
function
delComWorkorder
(
workorderId
)
{
return
request
({
url
:
'/pro/combination/workorder/'
+
workorderId
,
method
:
'delete'
})
}
// 查询物料依赖列表
export
function
listItems
(
query
)
{
return
request
({
...
...
src/views/mes/pro/productionSolution/components/ProogingSpecificationSheet.vue
View file @
fd22ede3
...
...
@@ -505,21 +505,10 @@
</el-input>
</el-form-item>
</el-col>
<el-col
:lg=
"6"
:md=
"8"
:sm=
"12"
:xs=
"12"
><el-form-item
label=
"吹膜厚度"
prop=
"blownFilmThickness"
><el-input
v-model=
"form.blownFilmThickness"
placeholder
type=
"number"
:precision=
"2"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:lg=
"6"
:md=
"8"
:sm=
"12"
:xs=
"12"
>
<el-form-item
label=
"印
刷宽度"
prop=
"printingW
idth"
>
<el-form-item
label=
"印
张宽度"
prop=
"printPaperw
idth"
>
<el-input
v-model=
"form.print
ingW
idth"
v-model=
"form.print
Paperw
idth"
placeholder
type=
"number"
:precision=
"2"
...
...
@@ -701,7 +690,7 @@ export default {
backImg
:
""
,
blownFilmWidth
:
""
,
blownFilmThickness
:
""
,
print
ingW
idth
:
""
,
print
Paperw
idth
:
""
,
inlay
:
""
,
customerConfirmedBy
:
""
,
customerConfirmedDate
:
""
,
...
...
@@ -780,7 +769,7 @@ export default {
backImg
:
""
,
blownFilmWidth
:
""
,
blownFilmThickness
:
""
,
print
ingW
idth
:
""
,
print
Paperw
idth
:
""
,
inlay
:
""
,
customerConfirmedBy
:
""
,
customerConfirmedDate
:
""
,
...
...
src/views/mes/pro/workorder/indexApply.vue
View file @
fd22ede3
...
...
@@ -578,6 +578,7 @@ import {
dofinish
,
printInfo
,
doCheckToolNum
,
delComWorkorder
,
closeWorkorder
}
from
"@/api/mes/pro/workorder"
;
import
{
addProtaskList
}
from
"@/api/mes/pro/protask"
;
...
...
@@ -591,7 +592,7 @@ import { genCode } from "@/api/system/autocode/rule";
import
Treeselect
from
"@riophae/vue-treeselect"
;
import
"@riophae/vue-treeselect/dist/vue-treeselect.css"
;
import
{
getToken
}
from
"@/utils/auth"
;
import
{
addCombination
,
batchAddCombination
,
delCombination
}
from
"@/api/mes/pro/combination"
;
import
{
addCombination
,
batchAddCombination
}
from
"@/api/mes/pro/combination"
;
import
CombinationInfos
from
"@/views/mes/pro/combination/infos.vue"
;
import
{
batchAddArrange
,
delArrange
}
from
"@/api/mes/pro/arrange"
;
import
ArrangeInfo
from
"@/views/mes/pro/arrange/info.vue"
;
...
...
@@ -885,7 +886,7 @@ export default {
if(type === 'del') {
if(this.ids.length === 0) return this.$message.warning('请勾选要取消组合的工单')
this.$modal.confirm('确认取消组合?').then(() => {
return delCom
bination
(this.ids)//执行报工
return delCom
Workorder
(this.ids)//执行报工
}
).then(() => {
this.getList();
this.$modal.msgSuccess("取消成功");
...
...
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