From 0022d062fc8c72061b4d62dc5e192e75588b6979 Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期三, 22 十一月 2023 15:01:05 +0800
Subject: [PATCH] 出入库导入导出修改代码

---
 controllers/report_forms_controller.go |   13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)

diff --git a/controllers/report_forms_controller.go b/controllers/report_forms_controller.go
index 334b227..ca58506 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   鑾峰彇浣嶇疆鎶ヨ〃
@@ -247,7 +236,7 @@
 		ids = append(ids, params.LocationId)
 	} else {
 		//鏌ヨ浣嶇疆
-		locations, err := models.NewLocationSearch().SetJointName(params.WareHouseCode).FindAll()
+		locations, err := models.NewLocationSearch().SetJointName(params.WareHouseCode).SetType(3).FindAll()
 		if err != nil {
 			util.ResponseFormat(c, code.RequestParamError, "鏌ヨ浣嶇疆澶辫触")
 			return

--
Gitblit v1.8.0