工艺制定

This commit is contained in:
zhangdingyu
2019-03-20 16:19:05 +08:00
parent 7e830d562c
commit b059cf30ad
2 changed files with 132 additions and 65 deletions

View File

@@ -419,3 +419,15 @@ export function WeightCopy(num, num2) {
}
})
}
// 保存变更材质
export function saveWeight(num0, num1) {
return request({
url: '',
method: 'post',
data: {
type: '2',
name: '车间生产管理工艺_零件工艺计划_修改零件重量',
param: '工艺计划流水号=' + num0 + '&重量=' + num1
}
})
}