Tiandele
2026-03-20 daea1a90c2fa1b5cc2f52e62be15bd95cc4155f6
优化手动锁车逻辑
已修改2个文件
6 ■■■■■ 文件已修改
项目代码/WMS/WMSClient/src/api/buttons.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSServer/WIDESEA_StorageBasicServices/Stock/VV_StockInfoService.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSClient/src/api/buttons.js
@@ -206,7 +206,7 @@
    }
  }
  , {
    name: '搴撳瓨閿佸畾',
    name: '閿佸畾',
    // icon: 'el-icon-printer',
    type: 'primary',
    // plain: true,
@@ -217,7 +217,7 @@
    }
  }
  , {
    name: '搴撳瓨瑙i攣',
    name: '瑙i攣',
    // icon: 'el-icon-printer',
    type: 'primary',
    // plain: true,
项目代码/WMS/WMSServer/WIDESEA_StorageBasicServices/Stock/VV_StockInfoService.cs
@@ -25,8 +25,10 @@
            foreach (var item in keys)
            {
                var stock = _repository.QueryFirst(x => x.Id == Convert.ToInt32(item));
                if (stock.LockOrder != 1){
                stock.StockStatus= 1;
                _repository.UpdateData(stock);
                }
            }
            return content.OK("閿佸畾鎴愬姛!");