rev:仓位管理页面优化
This commit is contained in:
@@ -81,12 +81,12 @@ public class StructattrServiceImpl implements StructattrService {
|
||||
map.put("is_used", (String) whereJson.get("is_used"));
|
||||
map.put("is_have", (String) whereJson.get("is_have"));
|
||||
|
||||
// 如果是二期仓库则将层数删除
|
||||
/* // 如果是二期仓库则将层数删除
|
||||
if (ObjectUtil.isNotEmpty(whereJson.get("stor_id"))) {
|
||||
if ( whereJson.get("stor_id").equals(IOSEnum.STOR_ID.code("二期"))) {
|
||||
map.put("layer_num", "");
|
||||
}
|
||||
}
|
||||
}*/
|
||||
//获取人员对应的仓库
|
||||
UserStorServiceImpl userStorService = new UserStorServiceImpl();
|
||||
String in_stor_id = userStorService.getInStor();
|
||||
|
||||
Reference in New Issue
Block a user