From 1762b676b6d88577117d95fdba446ee7e33f0af6 Mon Sep 17 00:00:00 2001 From: username <1532322479@qq.com> Date: Tue, 18 Feb 2025 10:40:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E7=A8=8E=E4=BF=AE=E6=94=B9=E6=88=90?= =?UTF-8?q?=E7=83=9F=E8=8D=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/bs/web/core/config/SwaggerConfig.java | 2 +- bs-ui/.env.development | 4 +- bs-ui/.env.production | 4 +- bs-ui/.env.staging | 4 +- bs-ui/package.json | 4 +- bs-ui/src/views/indexs/warehouse/index.vue | 148 +++++++++--------- bs-ui/src/views/register.vue | 2 +- bs-ui/vue.config.js | 4 +- 8 files changed, 86 insertions(+), 86 deletions(-) diff --git a/bs-admin/src/main/java/com/bs/web/core/config/SwaggerConfig.java b/bs-admin/src/main/java/com/bs/web/core/config/SwaggerConfig.java index 13367a1..d851d52 100644 --- a/bs-admin/src/main/java/com/bs/web/core/config/SwaggerConfig.java +++ b/bs-admin/src/main/java/com/bs/web/core/config/SwaggerConfig.java @@ -113,7 +113,7 @@ public class SwaggerConfig // 用ApiInfoBuilder进行定制 return new ApiInfoBuilder() // 设置标题 - .title("标题:保税仓库管理系统_接口文档") + .title("标题:烟草管理系统_接口文档") // 描述 .description("描述:用于管理集团旗下公司的人员信息,具体包括XXX,XXX模块...") // 作者信息 diff --git a/bs-ui/.env.development b/bs-ui/.env.development index decaffb..4ae96bf 100644 --- a/bs-ui/.env.development +++ b/bs-ui/.env.development @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 保税仓库管理系统 +VUE_APP_TITLE = 烟草管理系统 # 开发环境配置 ENV = 'development' -# 保税仓库管理系统/开发环境 +# 烟草管理系统/开发环境 #VUE_APP_BASE_API = 'http://124.71.134.146:8096/prod-api' VUE_APP_BASE_API = 'http://localhost:8080' # VUE_APP_BASE_API = 'http://tanjunwei.test.jiutianda.cn' diff --git a/bs-ui/.env.production b/bs-ui/.env.production index 0275ed7..898b10a 100644 --- a/bs-ui/.env.production +++ b/bs-ui/.env.production @@ -1,8 +1,8 @@ # 页面标题 -VUE_APP_TITLE = 保税仓库管理系统 +VUE_APP_TITLE = 烟草管理系统 # 生产环境配置 ENV = 'production' -# 保税仓库管理系统/生产环境 +# 烟草管理系统/生产环境 VUE_APP_BASE_API = '/prod-api' diff --git a/bs-ui/.env.staging b/bs-ui/.env.staging index 61d3677..e70d974 100644 --- a/bs-ui/.env.staging +++ b/bs-ui/.env.staging @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 保税仓库管理系统 +VUE_APP_TITLE = 烟草管理系统 NODE_ENV = production # 测试环境配置 ENV = 'staging' -# 保税仓库管理系统/测试环境 +# 烟草管理系统/测试环境 VUE_APP_BASE_API = '/stage-api' diff --git a/bs-ui/package.json b/bs-ui/package.json index 05bdb2f..b4e4a7f 100644 --- a/bs-ui/package.json +++ b/bs-ui/package.json @@ -1,8 +1,8 @@ { "name": "bs", "version": "3.8.6", - "description": "保税仓库管理系统", - "author": "保税仓库", + "description": "烟草管理系统", + "author": "烟草", "license": "MIT", "scripts": { "dev": "vue-cli-service serve", diff --git a/bs-ui/src/views/indexs/warehouse/index.vue b/bs-ui/src/views/indexs/warehouse/index.vue index de225ac..c843311 100644 --- a/bs-ui/src/views/indexs/warehouse/index.vue +++ b/bs-ui/src/views/indexs/warehouse/index.vue @@ -26,77 +26,77 @@ --> - -
- 即将过期货物列表 - 查看所有货物 -
- - - - - - - - - - 刷新 - - -
- -
- 出库提离即将到期单据列表 - 查看所有出库单据 -
- - - - - - - - - - - - 刷新 - - -
- -
- 即将过期仓库列表 - 查看所有仓库 -
- - - - - - 刷新 - - - - 刷新 - - -
- - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -160,9 +160,9 @@ export default { }, created() { // this.getmsg(); - this.getStockList(); - this.getCargoList(); - this.getOutBillCargo(); + // this.getStockList(); + // this.getCargoList(); + // this.getOutBillCargo(); }, methods: { tableRowClassName({ row, rowIndex }) { diff --git a/bs-ui/src/views/register.vue b/bs-ui/src/views/register.vue index 467d858..2bf340a 100644 --- a/bs-ui/src/views/register.vue +++ b/bs-ui/src/views/register.vue @@ -1,7 +1,7 @@