更新
This commit is contained in:
@@ -98,3 +98,15 @@ export function handlechange2(Number, code) {
|
||||
})
|
||||
}
|
||||
|
||||
// 打回
|
||||
export function edit(num1) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '2',
|
||||
name: '车间生产管理工艺_备料单导出_状态更改',
|
||||
param: `工艺计划流水号=${num1}&备料打印=0`
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user