feat 辅材入库

This commit is contained in:
Amjacks 2025-04-14 09:23:13 +08:00
parent 627726cc0f
commit 1ae35d6501

View File

@ -29,7 +29,7 @@ export function ModifyPackingEvent(ChangeParams: any) {
*/
export function NoChargeStockIn(ChangeParams: any) {
return request({
url: '/api/NoCharge/NoChargeStockIn',
url: '/api/api/NoCharge/NoChargeStockIn',
method: 'post',
data: ChangeParams
})