From 6375fe2f780c8951c5c624144e592ddf0d205d21 Mon Sep 17 00:00:00 2001 From: 18516761980 <4761516tqsxp> Date: 星期一, 17 一月 2022 10:13:24 +0800 Subject: [PATCH] #单据类型区分入库单和出库单 --- src/main/webapp/views/index.html | 2 +- src/main/webapp/static/js/common.js | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 987a74b..4b0adc0 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ </dependencies> <build> - <finalName>wms</finalName> + <finalName>pms</finalName> <plugins> <plugin> <groupId>org.springframework.boot</groupId> diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js index 1694794..6893a1b 100644 --- a/src/main/webapp/static/js/common.js +++ b/src/main/webapp/static/js/common.js @@ -1,4 +1,4 @@ -var baseUrl = "/wms"; +var baseUrl = "/pms"; // 璇︽儏绐楀彛-楂樺害 var detailHeight = '80%'; diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html index 8c472df..a97745a 100644 --- a/src/main/webapp/views/index.html +++ b/src/main/webapp/views/index.html @@ -26,7 +26,7 @@ <div class="layui-header"> <div class="layui-logo"> <img src="../static/image/logo2.png"/> - <cite> Wms Admin </cite> + <cite> 椤圭洰绠$悊绯荤粺</cite> </div> <!-- 宸� --> <ul class="layui-nav layui-layout-left"> -- Gitblit v1.9.1