rev:页面优化

This commit is contained in:
2024-10-22 18:30:18 +08:00
parent d60e4e09c3
commit 8eaf155dd6
11 changed files with 64 additions and 18 deletions

View File

@@ -1,10 +1,15 @@
package org.nl.wms.ext.mes.controller;
import cn.dev33.satoken.annotation.SaIgnore;
import cn.hutool.core.util.ObjectUtil;
import com.alibaba.fastjson.JSONObject;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import lombok.extern.slf4j.Slf4j;
import org.nl.common.logging.annotation.Log;
import org.nl.wms.ext.mes.service.MesToWmsService;
import org.nl.wms.sch.point.service.ISchBasePointService;
import org.nl.wms.sch.point.service.dao.SchBasePoint;
import org.nl.wms.sch.point.service.dao.mapper.SchBasePointMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
@@ -13,6 +18,8 @@ import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import java.util.List;
/**
* @Author: lyd
* @Description: mes请求wms

View File

@@ -34,7 +34,7 @@ export default {
},
data() {
return {
title: '诺力开发平台',
title: '上海开能LMS系统',
logo: Logo,
title_param: 'platform'
}

View File

@@ -50,7 +50,7 @@ export default {
name: 'Login',
data() {
return {
title: '诺力开发平台',
title: '上海开能LMS系统',
title_param: 'platform',
Background: Background,
codeUrl: '',