From f6fe949db75c0879ca506eadce6976eb94492d09 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期六, 24 五月 2025 15:39:42 +0800 Subject: [PATCH] 1.出库作业未判断小于零的作业(完成) 2.入出为历史添加库位号,托盘码显示(完成) 3.确认出为完成后,是否清空托盘码(完成) 4.库位主档托盘码未显示(完成) --- rsf-framework/src/main/resources/templates/react-admin/Controller.txt | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/rsf-framework/src/main/resources/templates/react-admin/Controller.txt b/rsf-framework/src/main/resources/templates/react-admin/Controller.txt index 66c1457..6fd136c 100644 --- a/rsf-framework/src/main/resources/templates/react-admin/Controller.txt +++ b/rsf-framework/src/main/resources/templates/react-admin/Controller.txt @@ -4,14 +4,14 @@ import com.baomidou.mybatisplus.extension.plugins.pagination.Page; import com.vincent.rsf.framework.common.Cools; import com.vincent.rsf.framework.common.R; -import com.vincent.rsf.manager.common.utils.ExcelUtil; -import com.vincent.rsf.manager.common.annotation.OperationLog; -import com.vincent.rsf.manager.common.domain.BaseParam; -import com.vincent.rsf.manager.common.domain.KeyValVo; -import com.vincent.rsf.manager.common.domain.PageParam; +import com.vincent.rsf.server.common.utils.ExcelUtil; +import com.vincent.rsf.server.common.annotation.OperationLog; +import com.vincent.rsf.server.common.domain.BaseParam; +import com.vincent.rsf.server.common.domain.KeyValVo; +import com.vincent.rsf.server.common.domain.PageParam; import @{COMPANYNAME}.entity.@{ENTITYNAME}; import @{COMPANYNAME}.service.@{ENTITYNAME}Service; -import com.vincent.rsf.manager.system.controller.BaseController; +import com.vincent.rsf.server.system.controller.BaseController; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.access.prepost.PreAuthorize; import org.springframework.web.bind.annotation.*; @@ -20,7 +20,6 @@ import java.util.*; @RestController -@RequestMapping("/api") public class @{ENTITYNAME}Controller extends BaseController { @Autowired -- Gitblit v1.9.1