diff --git a/src/api/shipment/index.js b/src/api/shipment/index.js index 3614675..7368d81 100644 --- a/src/api/shipment/index.js +++ b/src/api/shipment/index.js @@ -7,3 +7,4 @@ export const getShipmentPage = (data) => createAPI( `/shipment/list/${data.no}/$ export const printShipment = (data)=>createAPI('/shipment/print','post',data) export const endShipment = (data) => createAPI( `/shipment/end`,'post',data) +export const cancelShipment = (data) => createAPI( `/shipment/cancel`,'post',data) diff --git a/src/views/modules/finshProduct/outWarehouse.vue b/src/views/modules/finshProduct/outWarehouse.vue index 7a37668..8964d88 100644 --- a/src/views/modules/finshProduct/outWarehouse.vue +++ b/src/views/modules/finshProduct/outWarehouse.vue @@ -1,6 +1,6 @@