This commit is contained in:
zhangdingyu
2019-10-28 10:22:11 +08:00
parent 262a97f925
commit b9bbce4564
2 changed files with 16 additions and 323 deletions

View File

@@ -526,3 +526,14 @@ export function editGongyi(num, num1) {
}
})
}
export function dropGongyi(num, num1) {
return request({
url: '',
method: 'post',
data: {
type: '2',
name: '车间生产管理工艺_零件工序_删除数据_2027zdyNew',
param: `工艺计划流水号=${num}&工序流水号=${num1}`
}
})
}