router/router.go
@@ -33,6 +33,7 @@ outsourcingGroup.GET("deliveryPrepare", outsourcingApi.DeliveryPrepare) //发货准备信息 outsourcingGroup.POST("deliveryList", outsourcingApi.GetDeliveryList) // 发货历史 outsourcingGroup.POST("saveDelivery", outsourcingApi.SaveDelivery) // 保存发货信息 outsourcingGroup.POST("materialSearch", outsourcingApi.MaterialSearch) // 物料搜索 }