|
@@ -19,7 +19,12 @@ class StockOutController extends BaseController
|
|
|
if ($shop->default == 1) {
|
|
if ($shop->default == 1) {
|
|
|
util::fail('首店库存不能全部出库');
|
|
util::fail('首店库存不能全部出库');
|
|
|
}
|
|
}
|
|
|
- util::fail('功能开发中');
|
|
|
|
|
|
|
+
|
|
|
|
|
+ util::fail('开发中');
|
|
|
|
|
+
|
|
|
|
|
+ //$mainId = $this->mainId;
|
|
|
|
|
+ //$list = ProductClass::getAllByCondition(['mainId' => $mainId], null, '*', null, true);
|
|
|
|
|
+
|
|
|
util::complete();
|
|
util::complete();
|
|
|
}
|
|
}
|
|
|
|
|
|