From bb5d729a62fa5e6875114018562458ea29ea1649 Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期五, 17 十一月 2023 18:07:43 +0800 Subject: [PATCH] 打印入库-自制导出excel 增加对取消的统计 --- controllers/report_forms_controller.go | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/controllers/report_forms_controller.go b/controllers/report_forms_controller.go index 334b227..a15025a 100644 --- a/controllers/report_forms_controller.go +++ b/controllers/report_forms_controller.go @@ -218,17 +218,6 @@ util.ResponseFormatList(c, code.Success, result, int(total)) } -// GetOutOrInOperationList -// @Tags 鎶ヨ〃 -// @Summary 鑾峰彇鍑哄叆搴撴搷浣滄槑缁� -// @Produce application/json -// @Param object body request.GetLocationForms true "鏌ヨ鍙傛暟" -// @Success 200 {object} util.ResponseList{data=[]response.LocationForms} "鎴愬姛" -// @Router /api-wms/v1/forms/getOutOrInOperationList [post] -func (slf ReportFormsController) GetOutOrInOperationList(c *gin.Context) { - -} - // GetLocationForms // @Tags 鎶ヨ〃 // @Summary 鑾峰彇浣嶇疆鎶ヨ〃 -- Gitblit v1.8.0