diff --git a/src/api/shipment/index.js b/src/api/shipment/index.js index 7368d81..2f21835 100644 --- a/src/api/shipment/index.js +++ b/src/api/shipment/index.js @@ -8,3 +8,6 @@ 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) + +/* 获取装箱单打印的数据 */ +export const getPrintShipment = (data)=>createAPI('/shipment/getPrintShipment','post',data) diff --git a/src/views/modules/finshProduct/outWarehouse/com_print_pick_list.vue b/src/views/modules/finshProduct/outWarehouse/com_print_pick_list.vue new file mode 100644 index 0000000..b05098d --- /dev/null +++ b/src/views/modules/finshProduct/outWarehouse/com_print_pick_list.vue @@ -0,0 +1,326 @@ + + + + + + diff --git a/src/views/modules/finshProduct/outWarehouse/outWarehouseDetail.vue b/src/views/modules/finshProduct/outWarehouse/outWarehouseDetail.vue index d7a47bf..196efca 100644 --- a/src/views/modules/finshProduct/outWarehouse/outWarehouseDetail.vue +++ b/src/views/modules/finshProduct/outWarehouse/outWarehouseDetail.vue @@ -1,4 +1,5 @@