diff --git a/src/api/StockIn/index.ts b/src/api/StockIn/index.ts index ba672a3..44e7dc0 100644 --- a/src/api/StockIn/index.ts +++ b/src/api/StockIn/index.ts @@ -151,7 +151,7 @@ export function TransferIn(params: any) { /********** 批次 **************/ export function createDelivery(params: any) { return request({ - url: '/api/delivery/create', + url: '/api/api/delivery/create', method: 'post', data: params, }); @@ -159,7 +159,7 @@ export function createDelivery(params: any) { export function getPurchase(params: any) { return request({ - url: '/api/delivery/getPurchase', + url: '/api/api/delivery/getPurchase', method: 'post', data: params, }); @@ -167,7 +167,7 @@ export function getPurchase(params: any) { export function getStoreDetail(params: any) { return request({ - url: '/api/delivery/getStoreDetail', + url: '/api/api/delivery/getStoreDetail', method: 'post', data: params, }); diff --git a/src/api/material/notPosted/index.ts b/src/api/material/notPosted/index.ts index 750fd92..99eb47c 100644 --- a/src/api/material/notPosted/index.ts +++ b/src/api/material/notPosted/index.ts @@ -6,7 +6,7 @@ import request from '@/utils/request'; */ export function updatePacking(data: any) { return request({ - url: '/api/packing/update', + url: '/api/api/packing/update', method: 'post', data: data }); diff --git a/src/views/stockIn/StockInByCharge/index.vue b/src/views/stockIn/StockInByCharge/index.vue index 46eca3a..93cd2a1 100644 --- a/src/views/stockIn/StockInByCharge/index.vue +++ b/src/views/stockIn/StockInByCharge/index.vue @@ -81,7 +81,7 @@ 批次信息 - +