|
|
@ -4490,7 +4490,7 @@ export function getPlaneInfoByproductLine(productionLine, planDate) { |
|
|
|
|
|
|
|
export function planReceiptSubmit(params) { |
|
|
|
return request({ |
|
|
|
url: baseApi + "/wms/productreceipt-record-main/createByPlan123", |
|
|
|
url: baseApi + "/wms/productreceipt-record-main/createByPlan", |
|
|
|
method: "post", |
|
|
|
data: params |
|
|
|
}); |
|
|
|