零件工艺制定

This commit is contained in:
zhangdingyu
2019-01-11 15:51:02 +08:00
parent 67bf516af5
commit 94d17148d2
3 changed files with 96 additions and 9 deletions

View File

@@ -382,3 +382,15 @@ export function searchRecord(num) {
}
})
}
// 重量拷贝
export function WeightCopy(num, num2) {
return request({
url: '',
method: 'post',
data: {
type: '2',
name: '车间生产管理工艺_零件工序_重量拷贝_工艺计划流水号',
param: '工艺计划流水号=' + num + '&重量信息=' + num2
}
})
}