加工进度修改

This commit is contained in:
zhangdingyu
2019-03-13 14:18:34 +08:00
parent 604ffa26f2
commit 07f59782e3
2 changed files with 46 additions and 18 deletions

View File

@@ -144,3 +144,14 @@ export function getTable8(code) {
}
})
}
export function isMachining(code) {
return request({
url: '',
method: 'post',
data: {
type: 2,
name: '车间生产管理工艺_零件撤出待加工库',
param: '工艺计划流水号=' + code + '&结果=0=int=output'
}
})
}