From 48a3790e2b1937503bfa582a25b006a3960c63ae Mon Sep 17 00:00:00 2001 From: xd <844539747@qq.com> Date: Mon, 18 Mar 2024 16:21:52 +0800 Subject: [PATCH] '20240318' --- .../src/main/resources/application.yml | 2 +- .../storageLocation/StorageLocationMapper.xml | 3 +- .../src/views/storageLocation/locationSet.vue | 42 +++++-- .../src/views/storageLocation/operlog.vue | 116 ++++++++++++++++++ 4 files changed, 152 insertions(+), 11 deletions(-) create mode 100644 ruoyi-ui/src/views/storageLocation/operlog.vue diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index bf6a1f7..f98c42a 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -80,7 +80,7 @@ spring: # redis 配置 redis: # 地址 - host: localhost + host: 192.168.9.130 # 端口,默认为6379 port: 6379 # 数据库索引 diff --git a/ruoyi-system/src/main/resources/mapper/storageLocation/StorageLocationMapper.xml b/ruoyi-system/src/main/resources/mapper/storageLocation/StorageLocationMapper.xml index 487920a..940d958 100644 --- a/ruoyi-system/src/main/resources/mapper/storageLocation/StorageLocationMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/storageLocation/StorageLocationMapper.xml @@ -42,7 +42,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - update storageLocation set materialState = '0' + update storageLocation set materialState = '0',materialZlh = null,materialXingh = null,materialGuig = null, + materialDiany = null, materialMs = null materialBh diff --git a/ruoyi-ui/src/views/storageLocation/locationSet.vue b/ruoyi-ui/src/views/storageLocation/locationSet.vue index f54f5c5..920ccad 100644 --- a/ruoyi-ui/src/views/storageLocation/locationSet.vue +++ b/ruoyi-ui/src/views/storageLocation/locationSet.vue @@ -20,7 +20,7 @@ - {{item.materialBh}} + {{item.materialBh}}