This commit is contained in:
liushuai
2019-07-06 12:25:48 +08:00
parent 7653ac202f
commit 6fb4d045b7
13 changed files with 504 additions and 13 deletions

View File

@@ -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`
}
})
}