rev:半成品维护

This commit is contained in:
zhangzhiqiang
2023-05-10 09:47:12 +08:00
parent 420eec9ace
commit 8916b80dc0
12 changed files with 12 additions and 7 deletions

View File

@@ -19,7 +19,6 @@ import org.nl.wms.scheduler_manage.service.point.ISchBasePointService;
import org.nl.wms.scheduler_manage.service.point.dao.SchBasePoint; import org.nl.wms.scheduler_manage.service.point.dao.SchBasePoint;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.springframework.transaction.PlatformTransactionManager;
import java.util.stream.Collectors; import java.util.stream.Collectors;

View File

@@ -17,12 +17,15 @@ import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity; import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;
import java.util.LinkedHashSet;
import java.util.Map; import java.util.Map;
import java.util.concurrent.ArrayBlockingQueue;
import java.util.concurrent.BlockingQueue;
@RestController @RestController
@RequiredArgsConstructor @RequiredArgsConstructor
@Api(tags = "半成品入库") @Api(tags = "半成品入库")
@RequestMapping("/api/in/semiProductIn") @RequestMapping("/api/in/semiproductIn")
@Slf4j @Slf4j
@SaIgnore @SaIgnore
public class SemiProductInController{ public class SemiProductInController{

View File

@@ -19,7 +19,7 @@ import java.util.Map;
@RestController @RestController
@RequiredArgsConstructor @RequiredArgsConstructor
@Api(tags = "半成品出库") @Api(tags = "半成品出库")
@RequestMapping("/api/semiProductOut") @RequestMapping("/api/semiproductOut")
@Slf4j @Slf4j
public class SemiProductOutController{ public class SemiProductOutController{
private final SemiProductOutService semiProductOutService; private final SemiProductOutService semiProductOutService;

View File

@@ -17,9 +17,12 @@ import org.nl.wms.system_manage.service.menu.dto.MenuDto;
import org.nl.wms.system_manage.service.menu.dto.MenuQuery; import org.nl.wms.system_manage.service.menu.dto.MenuQuery;
import org.springframework.http.HttpStatus; import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity; import org.springframework.http.ResponseEntity;
import org.springframework.transaction.PlatformTransactionManager;
import org.springframework.transaction.support.TransactionSynchronizationManager;
import org.springframework.validation.annotation.Validated; import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;
import javax.annotation.Resource;
import java.util.*; import java.util.*;
import java.util.stream.Collectors; import java.util.stream.Collectors;
@@ -36,6 +39,7 @@ import java.util.stream.Collectors;
@RequiredArgsConstructor @RequiredArgsConstructor
public class SysMenuController { public class SysMenuController {
private final ISysMenuService iSysMenuService; private final ISysMenuService iSysMenuService;
private final PlatformTransactionManager platformTransactionManager;
@GetMapping(value = "/build") @GetMapping(value = "/build")
@ApiOperation("根据用户获取菜单") @ApiOperation("根据用户获取菜单")

View File

@@ -87,8 +87,7 @@ mybatis-plus:
configuration: configuration:
map-underscore-to-camel-case: false map-underscore-to-camel-case: false
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
mapper-locations: mapper-locations: classpath:/org/nl/**/mapper/**/*.xml
- classpath:/org/nl/**/mapper/**/*.xml
global-config: global-config:
db-config: db-config:
id-type: INPUT id-type: INPUT

View File

@@ -27,7 +27,7 @@
<el-input v-model="form.bill_code" disabled placeholder="系统生成" clearable style="width: 210px" /> <el-input v-model="form.bill_code" disabled placeholder="系统生成" clearable style="width: 210px" />
</el-form-item> </el-form-item>
<el-form-item label="仓库" prop="stor_id"> <el-form-item label="仓库" prop="stor_id">
<label slot="label">仓&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp库:</label> <label slot="label">仓</label>
<el-select <el-select
v-model="form.stor_id" v-model="form.stor_id"
clearable clearable

View File

@@ -14,7 +14,7 @@
<label slot="label">&nbsp;&nbsp;&nbsp;:</label> <label slot="label">&nbsp;&nbsp;&nbsp;:</label>
<el-input v-model="form.bill_code" disabled placeholder="系统生成" clearable style="width: 210px" /> <el-input v-model="form.bill_code" disabled placeholder="系统生成" clearable style="width: 210px" />
</el-form-item> </el-form-item>
<el-form-item label="生产车间"> <el-form-item label="仓 库">
<el-select <el-select
v-model="form.product_code" v-model="form.product_code"
clearable clearable