|
|
@@ -31,10 +31,6 @@ class StockOutController extends BaseController
|
|
|
if ($inShopId == $this->shopId) {
|
|
|
util::fail('出库和入库门店一样');
|
|
|
}
|
|
|
- if (empty($inShopId)) {
|
|
|
- //如果没有传门店,表示要回调原店,注意!!!!!!!!!!!!!!!!!
|
|
|
- $inShopId = $in->outShopId;
|
|
|
- }
|
|
|
$inShop = ShopClass::getById($inShopId, true);
|
|
|
if (empty($inShop)) {
|
|
|
util::fail('没有找到入库门店');
|