| | |
| | | // @Security ApiKeyAuth |
| | | // @accept application/json |
| | | // @Produce application/json |
| | | // @Param data body purchaserequest.SaveQualityInspectionInfo true "参数" |
| | | // @Success 200 {object} response.Response{data=[]purchase.PurchaseProductConfirm} "获取确认信息" |
| | | // @Param data body purchaserequest.PurchaseProductConfirmInfo true "参数" |
| | | // @Success 200 {object} response.Response{} "获取确认信息" |
| | | // @Router /purchase/allProductInWarehouse [post] |
| | | func (e *PurchaseApi) AllProductInWarehouse(c *gin.Context) { |
| | | var params []*purchaserequest.PurchaseProductConfirmInfo |