| 项目代码/WMS/WMSClient/src/api/buttons.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| 项目代码/WMS/WMSServer/WIDESEA_StorageBasicServices/Stock/VV_StockInfoService.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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("閿佸畾鎴愬姛!");