外协人员追溯V3
This commit is contained in:
@@ -97,7 +97,7 @@ export function edit2(num1, num2, num3) {
|
||||
})
|
||||
}
|
||||
// 保存每行价格
|
||||
export function saveRowPrice(num1, price1, num2, price2) {
|
||||
export function saveRowPrice(num1, price1, num2, price2, id) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
@@ -106,7 +106,7 @@ export function saveRowPrice(num1, price1, num2, price2) {
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '2',
|
||||
name: '车间生产管理工艺_零件工序_修改数据_序间外协预算价格_系数',
|
||||
param: '工序流水号=' + num1 + '&外协预算价格=' + price1 + '&工艺计划流水号=' + num2 + '&材料费=' + price2
|
||||
param: '工序流水号=' + num1 + '&外协预算价格=' + price1 + '&工艺计划流水号=' + num2 + '&材料费=' + price2 + '&外协分配人员编号=' + id
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user