refactor(store): 移除系统库存管理中的入库操作限制
- 删除了 SystemStoreStorageController 类中的临时禁用入库操作代码 - 恢复了入库操作的功能,使其可以正常处理库存更新请求
This commit is contained in:
parent
5e83ad2b4c
commit
585f64b2f5
@ -34,8 +34,6 @@ class SystemStoreStorageController extends BaseAdminController
|
||||
|
||||
public function edit()
|
||||
{
|
||||
return $this->fail('暂不支持入库操作');
|
||||
|
||||
$id = $this->request->post('id',0);
|
||||
if($id==0){
|
||||
return $this->fail('参数错误');
|
||||
|
Loading…
x
Reference in New Issue
Block a user