Merge branch 'master' of http://123.56.95.229:10010/r/高精
This commit is contained in:
@@ -64,7 +64,7 @@ export function editTime(CutCode, StartTime, FinishTime) {
|
||||
}
|
||||
})
|
||||
}
|
||||
export function editSpare(CutCode, number, reason, time) {
|
||||
export function editSpare(CutCode, number, reason, time, id) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
@@ -73,7 +73,7 @@ export function editSpare(CutCode, number, reason, time) {
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '2',
|
||||
name: '车间生产管理工艺_零件工艺计划_报废零件_增加数据',
|
||||
param: '工艺计划流水号=' + CutCode + '&报废数量=' + number + '&报废原因=' + reason + '&报废时间=' + time
|
||||
param: '工艺计划流水号=' + CutCode + '&报废数量=' + number + '&报废原因=' + reason + '&报废时间=' + time + '&报废人=' + id
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user