From f5749df75121f6bb48d00654c37e76953ce44686 Mon Sep 17 00:00:00 2001 From: username <1532322479@qq.com> Date: Sun, 23 Feb 2025 11:20:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +- .../src/main/resources/application-druid.yml | 10 +- bs-ui/src/views/indexs/warehouse/index.vue | 148 +++++++++--------- 3 files changed, 81 insertions(+), 81 deletions(-) diff --git a/README.md b/README.md index ae9ec78..920463c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# bs-jxc +# welfare -保税进销存 \ No newline at end of file +福利采购 \ No newline at end of file diff --git a/bs-admin/src/main/resources/application-druid.yml b/bs-admin/src/main/resources/application-druid.yml index a2fe2cb..4adf945 100644 --- a/bs-admin/src/main/resources/application-druid.yml +++ b/bs-admin/src/main/resources/application-druid.yml @@ -6,12 +6,12 @@ spring: druid: # 主库数据源 master: - #url: jdbc:mysql://124.71.134.146:63306/bs-jxc-dev?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&rewriteBatchedStatements=true - #username: root - #password: fastrise@chain - url: jdbc:mysql://localhost:3306/my-base?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&rewriteBatchedStatements=true + url: jdbc:mysql://124.71.134.146:63306/welfare?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&rewriteBatchedStatements=true username: root - password: abcd123 + password: fastrise@chain +# url: jdbc:mysql://localhost:3306/welfare?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&rewriteBatchedStatements=true +# username: root +# password: root # 从库数据源 slave: # 从数据源开关/默认关闭 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 }) {