add包装关系维护
This commit is contained in:
@@ -610,4 +610,21 @@ export const confirmWeight = (cname, weight) => request({
|
||||
container_name: cname,
|
||||
weight: weight
|
||||
}
|
||||
})
|
||||
/**
|
||||
* 包装关系维护
|
||||
*/
|
||||
export const packagerelation = (sn, cname, cn, cd, product, desc, weight, think, type) => request({
|
||||
url:'api/pdmBiSubpackagerelation/packagerelation',
|
||||
data: {
|
||||
sale_order_name: sn,
|
||||
container_name: cname,
|
||||
customer_name: cn,
|
||||
customer_description: cd,
|
||||
product_name: product,
|
||||
product_description: desc,
|
||||
net_weight: weight,
|
||||
thickness: think,
|
||||
material_type: type
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user