From ef7c37b79fe9c3800fbc2c5e18ff2194247483af Mon Sep 17 00:00:00 2001 From: syruan <321359594@qq.com> Date: Thu, 10 Jul 2025 15:29:18 +0800 Subject: [PATCH] =?UTF-8?q?refactor(ma):=20=E4=BC=98=E5=8C=96=E6=9C=BA?= =?UTF-8?q?=E5=85=B7=E7=B1=BB=E5=9E=8B=E6=A0=91=E6=9F=A5=E8=AF=A2=E5=B9=B6?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=9B=B4=E6=8E=A5=E6=8A=A5=E5=BA=9F=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改登录页面和系统标题为"贵送机具管理系统" - 优化机具类型树查询逻辑,提高查询效率 - 添加在库机具直接报废功能 - 更新机具类型树查询 SQL,支持多级分类和模糊查询 --- .../WEB-INF/views/rm/UnFinishContentList.jsp | 6 +- bin/WebContent/WEB-INF/views/baseset.jsp | 2 +- bin/WebContent/WEB-INF/views/login/login.jsp | 2 +- bin/WebContent/WEB-INF/views/sys/index.jsp | 2 +- resources/mybatis/ma/MachineTypeMapper.xml | 109 +++++++++++++++++- .../ma/controller/MachineController.java | 24 ++++ src/com/bonus/ma/dao/MachineTypeDao.java | 2 + .../ma/service/MachineTypeServiceImp.java | 4 + .../service/RepairCheckDetailsServiceImp.java | 3 +- 9 files changed, 142 insertions(+), 12 deletions(-) diff --git a/WebContent/WEB-INF/views/rm/UnFinishContentList.jsp b/WebContent/WEB-INF/views/rm/UnFinishContentList.jsp index 2e19acf..3f6f4a0 100644 --- a/WebContent/WEB-INF/views/rm/UnFinishContentList.jsp +++ b/WebContent/WEB-INF/views/rm/UnFinishContentList.jsp @@ -220,7 +220,7 @@ function topage(id,processName) { $.ajax({ type: "post", - url: "http://127.0.0.1:21522/gz-car/login/userLogin", + url: "http://10.1.0.142:1999/gz_car/login/userLogin", data: { username: uname, password: pwd @@ -232,10 +232,10 @@ localStorage.setItem("name", name); //window.open("http://192.168.0.14:21625/gz-gqj/index.html") if(processName === '派车计划'){ - window.open("http://localhost:63343/gz_car_ui/page/car_demand_plan/child/dispatch_car_detail.html?id="+id +"&token="+data.token) + window.open("http://10.1.0.142:1999/gz-car/page/car_demand_plan/child/dispatch_car_detail.html?id="+id +"&token="+data.token) }else if(processName === '用车计划'){ - window.open("http://localhost:63343/gz_car_ui/page/car_demand_plan/child/apply_plan_detail.html?id="+id +"&token="+data.token) + window.open("http://10.1.0.142:1999/gz-car/page/car_demand_plan/child/apply_plan_detail.html?id="+id +"&token="+data.token) } } else { diff --git a/bin/WebContent/WEB-INF/views/baseset.jsp b/bin/WebContent/WEB-INF/views/baseset.jsp index 16f0738..77b3072 100644 --- a/bin/WebContent/WEB-INF/views/baseset.jsp +++ b/bin/WebContent/WEB-INF/views/baseset.jsp @@ -1,6 +1,6 @@ <%@ page contentType="text/html;charset=UTF-8" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> -黔送固定资产管理系统 +贵送机具管理系统